Home
last modified time | relevance | path

Searched refs:withXcodeProject (Results 1 – 25 of 38) sorted by relevance

12

/expo/packages/@expo/config-plugins/src/ios/
H A DBitcode.ts6 import { withXcodeProject } from '../plugins/ios-plugins';
16 return withXcodeProject(config, async (config) => {
31 return withXcodeProject(config, async (config) => {
H A DDeviceFamily.ts5 import { withXcodeProject } from '../plugins/ios-plugins';
9 return withXcodeProject(config, async (config) => {
H A DXcodeProjectFile.ts6 import { withXcodeProject } from '../plugins/ios-plugins';
22 return withXcodeProject(config, (config) => {
H A DName.ts12 import { createInfoPlistPluginWithPropertyGuard, withXcodeProject } from '../plugins/ios-plugins';
34 return withXcodeProject(config, (config) => {
H A DLocales.ts9 import { withXcodeProject } from '../plugins/ios-plugins';
17 return withXcodeProject(config, async (config) => {
H A DSwift.ts8 import { withXcodeProject } from '../plugins/ios-plugins';
24 return withXcodeProject(config, (config) => {
H A DGoogle.ts13 import { withInfoPlist, withXcodeProject } from '../plugins/ios-plugins';
23 return withXcodeProject(config, (config) => {
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwithIosSplashXcodeProject.ts1 import { ConfigPlugin, IOSConfig, withXcodeProject } from '@expo/config-plugins';
12 return withXcodeProject(config, async (config) => {
/expo/packages/@expo/config-plugins/build/plugins/
H A Dios-plugins.js9 exports.withXcodeProject = exports.withPodfileProperties = exports.withInfoPlist = exports.withExpo…
168 const withXcodeProject = (config, action) => { function
182 exports.withXcodeProject = withXcodeProject;
H A Dios-plugins.d.ts62 export declare const withXcodeProject: ConfigPlugin<Mod<XcodeProject>>;
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsIOS.ts5 withXcodeProject,
28 return withXcodeProject(config, (config) => {
/expo/packages/expo-build-properties/src/
H A Dios.ts1 import { IOSConfig, ConfigPlugin, withXcodeProject, XcodeProject } from 'expo/config-plugins';
53 return withXcodeProject(config, (config) => {
/expo/packages/@expo/config-plugins/build/ios/
H A DBitcode.js36 return (0, _iosPlugins().withXcodeProject)(config, async config => {
52 return (0, _iosPlugins().withXcodeProject)(config, async config => {
H A DXcodeProjectFile.js51 return (0, _iosPlugins().withXcodeProject)(config, config => {
H A DDeviceFamily.js27 return (0, _iosPlugins().withXcodeProject)(config, async config => {
H A DBitcode.js.map1withXcodeProject","modResults","setBitcodeWithConfig","project","exports","withCustomBitcode","bit…
H A DName.js45 return (0, _iosPlugins().withXcodeProject)(config, config => {
H A DDeviceFamily.js.map1withXcodeProject","modResults","setDeviceFamily","project","exports","getSupportsTablet","_config$…
H A DXcodeProjectFile.js.map1withXcodeProject","projectName","getProjectName","modRequest","projectRoot","modResults","createBu…
/expo/packages/@expo/config-plugins/src/
H A Dindex.ts38 withXcodeProject,
/expo/packages/@expo/config-plugins/build/
H A Dindex.d.ts23 export { withAppDelegate, withInfoPlist, withEntitlementsPlist, withExpoPlist, withXcodeProject, wi…
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwithIosSplashXcodeProject.js.map1withXcodeProject","modResults","setSplashStoryboardAsync","projectName","modRequest","project","ex…
H A DwithIosSplashXcodeProject.js32 return (0, _configPlugins().withXcodeProject)(config, async config => {
/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsIOS.js18 return (0, config_plugins_1.withXcodeProject)(config, (config) => {
/expo/packages/expo-build-properties/build/
H A Dios.js42 return (0, config_plugins_1.withXcodeProject)(config, (config) => {

12