Searched refs:getProjectSection (Results 1 – 8 of 8) sorted by relevance
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | ProvisioningProfile.ts | 8 getProjectSection, 48 Object.entries(getProjectSection(project))
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | ProvisioningProfile.js | 52 …Object.entries((0, _Xcodeproj().getProjectSection)(project)).filter(_Xcodeproj().isNotComment).for…
|
| H A D | ProvisioningProfile.js.map | 1 …getProjectSection","isNotComment","attributes","TargetAttributes","DevelopmentTeam","ProvisioningS…
|
| /expo/packages/@expo/config-plugins/build/ios/utils/ |
| H A D | Xcodeproj.js | 18 exports.getProjectSection = getProjectSection; 359 function getProjectSection(project) { function
|
| H A D | Xcodeproj.d.ts | 76 export declare function getProjectSection(project: XcodeProject): Record<string, xcode.PBXProject> …
|
| H A D | Xcodeproj.js.map | 1 …getProjectSection","pbxProjectSection","getXCConfigurationListEntries","lists","pbxXCConfiguration…
|
| /expo/packages/@expo/cli/src/run/ios/codeSigning/ |
| H A D | xcodeCodeSigning.ts | 87 Object.entries(IOSConfig.XcodeUtils.getProjectSection(project))
|
| /expo/packages/@expo/config-plugins/src/ios/utils/ |
| H A D | Xcodeproj.ts | 358 export function getProjectSection(project: XcodeProject) { function
|