Home
last modified time | relevance | path

Searched refs:getProjectSection (Results 1 – 8 of 8) sorted by relevance

/expo/packages/@expo/config-plugins/src/ios/
H A DProvisioningProfile.ts8 getProjectSection,
48 Object.entries(getProjectSection(project))
/expo/packages/@expo/config-plugins/build/ios/
H A DProvisioningProfile.js52 …Object.entries((0, _Xcodeproj().getProjectSection)(project)).filter(_Xcodeproj().isNotComment).for…
H A DProvisioningProfile.js.map1getProjectSection","isNotComment","attributes","TargetAttributes","DevelopmentTeam","ProvisioningS…
/expo/packages/@expo/config-plugins/build/ios/utils/
H A DXcodeproj.js18 exports.getProjectSection = getProjectSection;
359 function getProjectSection(project) { function
H A DXcodeproj.d.ts76 export declare function getProjectSection(project: XcodeProject): Record<string, xcode.PBXProject> …
H A DXcodeproj.js.map1getProjectSection","pbxProjectSection","getXCConfigurationListEntries","lists","pbxXCConfiguration…
/expo/packages/@expo/cli/src/run/ios/codeSigning/
H A DxcodeCodeSigning.ts87 Object.entries(IOSConfig.XcodeUtils.getProjectSection(project))
/expo/packages/@expo/config-plugins/src/ios/utils/
H A DXcodeproj.ts358 export function getProjectSection(project: XcodeProject) { function