Home
last modified time | relevance | path

Searched refs:ProjectSectionEntry (Results 1 – 6 of 6) sorted by relevance

/expo/packages/@expo/config-plugins/src/ios/
H A DProvisioningProfile.ts10 ProjectSectionEntry,
50 .forEach(([, item]: ProjectSectionEntry) => {
/expo/packages/@expo/config-plugins/build/ios/utils/
H A DXcodeproj.d.ts3 export type ProjectSectionEntry = [string, PBXProject]; alias
85 export declare function isNotComment([key]: ConfigurationSectionEntry | ProjectSectionEntry | Confi…
H A DXcodeproj.js.map1ProjectSectionEntry = [string, PBXProject];\n\nexport type NativeTargetSection = Record<string, PB…
/expo/packages/@expo/cli/src/run/ios/codeSigning/
H A DxcodeCodeSigning.ts89 .forEach(([, item]: IOSConfig.XcodeUtils.ProjectSectionEntry) => {
/expo/packages/@expo/config-plugins/src/ios/utils/
H A DXcodeproj.ts21 export type ProjectSectionEntry = [string, PBXProject]; alias
413 | ProjectSectionEntry
/expo/packages/@expo/config-plugins/build/ios/
H A DProvisioningProfile.js.map1ProjectSectionEntry,\n} from './utils/Xcodeproj';\nimport { trimQuotes } from './utils/string';\n\…