Searched refs:getInfoPlistPathFromPbxproj (Results 1 – 10 of 10) sorted by relevance
| /expo/packages/@expo/config-plugins/src/ios/utils/__tests__/ |
| H A D | getInfoPlistPath-test.ts | 4 import { getInfoPlistPathFromPbxproj } from '../getInfoPlistPath'; 29 const plistPath = getInfoPlistPathFromPbxproj(projectRoot, { 35 const plistPath = getInfoPlistPathFromPbxproj(projectRoot); 39 const plistPath = getInfoPlistPathFromPbxproj(projectRoot, { targetName: 'shareextension' }); 44 getInfoPlistPathFromPbxproj(projectRoot, { targetName: 'shareextension-invalid' })
|
| /expo/packages/@expo/config-plugins/build/ios/utils/ |
| H A D | getInfoPlistPath.js | 6 exports.getInfoPlistPathFromPbxproj = getInfoPlistPathFromPbxproj; 28 function getInfoPlistPathFromPbxproj(projectRootOrProject, { function
|
| H A D | getInfoPlistPath.d.ts | 9 export declare function getInfoPlistPathFromPbxproj(projectRootOrProject: string | XcodeProject, { … function
|
| H A D | getInfoPlistPath.js.map | 1 …getInfoPlistPathFromPbxproj","projectRootOrProject","targetName","buildConfiguration","project","r…
|
| /expo/packages/@expo/cli/src/utils/__tests__/ |
| H A D | scheme-test.ts | 2 import { getInfoPlistPathFromPbxproj } from '@expo/config-plugins/build/ios/utils/getInfoPlistPath'; 65 asMock(getInfoPlistPathFromPbxproj).mockReturnValue('fake-pbxproject'); 80 asMock(getInfoPlistPathFromPbxproj).mockReturnValue('fake-pbxproject');
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | scheme.ts | 3 import { getInfoPlistPathFromPbxproj } from '@expo/config-plugins/build/ios/utils/getInfoPlistPath'; 37 const infoPlistBuildProperty = getInfoPlistPathFromPbxproj(projectRoot);
|
| /expo/packages/@expo/config-plugins/src/ios/utils/ |
| H A D | getInfoPlistPath.ts | 13 export function getInfoPlistPathFromPbxproj( function
|
| /expo/packages/@expo/config-plugins/src/plugins/ |
| H A D | withIosBaseMods.ts | 14 import { getInfoPlistPathFromPbxproj } from '../ios/utils/getInfoPlistPath'; 130 const infoPlistBuildProperty = getInfoPlistPathFromPbxproj(project);
|
| /expo/packages/@expo/config-plugins/build/plugins/ |
| H A D | withIosBaseMods.js | 246 … const infoPlistBuildProperty = (0, _getInfoPlistPath().getInfoPlistPathFromPbxproj)(project);
|
| H A D | withIosBaseMods.js.map | 1 …getInfoPlistPathFromPbxproj","infoPlistPath","fileExists","addWarningIOS","getInfoPlistPath","ios"…
|