Home
last modified time | relevance | path

Searched defs:withBundleIdentifier (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/config-plugins/build/ios/
H A DBundleIdentifier.d.ts4 export declare const withBundleIdentifier: ConfigPlugin<{ constant
H A DBundleIdentifier.js78 const withBundleIdentifier = (config, { function
/expo/packages/@expo/config-plugins/src/ios/
H A DBundleIdentifier.ts15 export const withBundleIdentifier: ConfigPlugin<{ bundleIdentifier?: string }> = ( constant