Home
last modified time | relevance | path

Searched defs:nativeTargetId (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/run/ios/codeSigning/
H A DxcodeCodeSigning.ts18 for (const [nativeTargetId, nativeTarget] of targets) { constant
72 for (const [nativeTargetId, nativeTarget] of targets) { constant
/expo/packages/@expo/config-plugins/src/ios/
H A DProvisioningProfile.ts35 const [nativeTargetId, nativeTarget] = nativeTargetEntry; constant