Home
last modified time | relevance | path

Searched refs:isNotComment (Results 1 – 16 of 16) sorted by relevance

/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DName-test.ts7 import { getPbxproj, isBuildConfig, isNotComment } from '../utils/Xcodeproj';
58 .filter(isNotComment)
H A DBitcode-test.ts8 import { getPbxproj, isNotComment } from '../utils/Xcodeproj';
74 return Object.entries(project.pbxXCBuildConfigurationSection()).filter(isNotComment);
/expo/packages/@expo/config-plugins/src/ios/
H A DProvisioningProfile.ts9 isNotComment,
49 .filter(isNotComment)
H A DBitcode.ts4 import { isNotComment } from './utils/Xcodeproj';
71 const configs = Object.entries(project.pbxXCBuildConfigurationSection()).filter(isNotComment);
H A DTarget.ts7 isNotComment,
100 return Object.entries(section).filter(isNotComment);
/expo/packages/@expo/config-plugins/build/ios/utils/
H A DXcodeproj.js21 exports.isNotComment = isNotComment;
364 return Object.entries(lists).filter(isNotComment);
370 …return Object.entries(project.pbxXCBuildConfigurationSection()).filter(isNotComment).filter(isBuil…
388 function isNotComment([key]) { function
H A DXcodeproj.d.ts85 export declare function isNotComment([key]: ConfigurationSectionEntry | ProjectSectionEntry | Confi…
H A DXcodeproj.js.map1isNotComment","getBuildConfigurationsForListId","configurationListId","configurationListEntries","…
/expo/packages/@expo/config-plugins/src/ios/utils/
H A DXcodeproj.ts364 return Object.entries(lists).filter(isNotComment);
379 .filter(isNotComment)
411 export function isNotComment([key]: function
/expo/packages/@expo/config-plugins/build/ios/
H A DProvisioningProfile.js52 …Object.entries((0, _Xcodeproj().getProjectSection)(project)).filter(_Xcodeproj().isNotComment).for…
H A DBitcode.js96 …nfigs = Object.entries(project.pbxXCBuildConfigurationSection()).filter(_Xcodeproj().isNotComment);
H A DProvisioningProfile.js.map1isNotComment","attributes","TargetAttributes","DevelopmentTeam","ProvisioningStyle","fs","writeFil…
H A DBitcode.js.map1isNotComment","hasConfiguration","find","configuration","name","addBuildProperty","names","Set","m…
H A DTarget.js95 return Object.entries(section).filter(_Xcodeproj().isNotComment);
H A DTarget.js.map1isNotComment","findSignableTargets","targets","signableTargetTypes","APP_CLIP","WATCH","STICKER_PA…
/expo/packages/@expo/cli/src/run/ios/codeSigning/
H A DxcodeCodeSigning.ts88 .filter(IOSConfig.XcodeUtils.isNotComment)