| /expo/packages/@expo/cli/src/run/ios/codeSigning/ |
| H A D | xcodeCodeSigning.ts | 15 const targets = IOSConfig.Target.findSignableTargets(project); constant 18 for (const [nativeTargetId, nativeTarget] of targets) { 68 const targets = IOSConfig.Target.findSignableTargets(project); constant 72 for (const [nativeTargetId, nativeTarget] of targets) {
|
| /expo/packages/expo-modules-autolinking/scripts/ios/cocoapods/ |
| H A D | user_project_integrator.rb | 33 all_projects = targets.map { |target| target.user_project }.uniq 43 project_targets = targets.select { |target| target.user_project.equal?(project) }
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Target.ts | 104 const targets = getNativeTargets(project); constant 114 const applicationTargets = targets.filter(([, target]) => { 129 const targets = getNativeTargets(project); constant 130 const applicationTargets = targets.filter(([, target]) =>
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Utils/ |
| H A D | ABI49_0_0RCTGenericDelegateSplitter.mm | 81 NSMutableArray *targets = [[NSMutableArray alloc] initWithCapacity:_delegates.count]; 85 [targets addObject:delegate]; 89 for (id target in targets) {
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Utils/ |
| H A D | ABI47_0_0RCTGenericDelegateSplitter.mm | 81 NSMutableArray *targets = [[NSMutableArray alloc] initWithCapacity:_delegates.count]; 85 [targets addObject:delegate]; 89 for (id target in targets) {
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Utils/ |
| H A D | ABI48_0_0RCTGenericDelegateSplitter.mm | 81 NSMutableArray *targets = [[NSMutableArray alloc] initWithCapacity:_delegates.count]; 85 [targets addObject:delegate]; 89 for (id target in targets) {
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | Target.js | 98 const targets = getNativeTargets(project); 100 const applicationTargets = targets.filter(([, target]) => { 114 const targets = getNativeTargets(project); 115 …const applicationTargets = targets.filter(([, target]) => isTargetOfType(target, TargetType.APPLIC…
|
| H A D | Target.js.map | 1 …targets","signableTargetTypes","APP_CLIP","WATCH","STICKER_PACK_EXTENSION","applicationTargets","E…
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/cocoapods/__tests__/test_utils/ |
| H A D | InstallerMock.rb | 64 return @pods_project.targets 78 …def initialize(targets = [], pod_group = {}, path = "test/path-pod.xcodeproj", build_configuration… argument 79 @targets = targets
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/cocoapods/__tests__/test_utils/ |
| H A D | InstallerMock.rb | 64 return @pods_project.targets 78 …def initialize(targets = [], pod_group = {}, path = "test/path-pod.xcodeproj", build_configuration… argument 79 @targets = targets
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/__tests__/test_utils/ |
| H A D | InstallerMock.rb | 64 return @pods_project.targets 78 …def initialize(targets = [], pod_group = {}, path = "test/path-pod.xcodeproj", build_configuration… argument 79 @targets = targets
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/cocoapods/__tests__/ |
| H A D | new_architecture-test.rb | 26 …assert_equal(installer.pods_project.targets[1].received_resolved_build_setting_parameters, [Receiv… 36 … assert_equal(installer.pods_project.targets[0].received_resolved_build_setting_parameters, []) 46 …assert_equal(installer.pods_project.targets[1].received_resolved_build_setting_parameters, [Receiv…
|
| /expo/packages/expo-modules-autolinking/scripts/ios/ |
| H A D | project_integrator.rb | 12 def self.integrate_targets_in_project(targets, project) argument 14 targets_with_modules_provider = targets.select do |target| 28 …if targets.none? { |target| target.target_definition.name == group.name && targets_with_modules_pr…
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/cocoapods/__tests__/ |
| H A D | new_architecture-test.rb | 27 …assert_equal(installer.pods_project.targets[1].received_resolved_build_setting_parameters, [Receiv… 37 … assert_equal(installer.pods_project.targets[0].received_resolved_build_setting_parameters, []) 47 …assert_equal(installer.pods_project.targets[1].received_resolved_build_setting_parameters, [Receiv…
|
| /expo/tools/src/prebuilds/ |
| H A D | XcodeGen.types.ts | 10 targets?: {
|
| /expo/packages/expo-modules-test-core/ |
| H A D | README.md | 5 Module is purely native and should be included and used exclusively in tests targets. It defines an…
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/__tests__/ |
| H A D | new_architecture-test.rb | 27 …assert_equal(installer.pods_project.targets[1].received_resolved_build_setting_parameters, [Receiv… 37 … assert_equal(installer.pods_project.targets[0].received_resolved_build_setting_parameters, []) 47 …assert_equal(installer.pods_project.targets[1].received_resolved_build_setting_parameters, [Receiv…
|
| /expo/tools/src/commands/ |
| H A D | UpdateVendoredModule.ts | 209 const targets = Object.keys(vendoredModulesConfig); constant 212 if (targets.includes(providedTargetName)) { 223 choices: targets.map((target) => ({
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/cocoapods/ |
| H A D | new_architecture.rb | 13 installer.pods_project.targets.each do |target|
|
| /expo/tools/ |
| H A D | taskfile-swc.js | 19 targets: { property
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/cocoapods/ |
| H A D | jsengine.rb | 42 target = project.targets.first
|
| H A D | new_architecture.rb | 18 installer.pods_project.targets.each do |target|
|
| H A D | flipper.rb | 76 installer.pods_project.targets.each do |target|
|
| /expo/packages/@expo/cli/ |
| H A D | taskfile-swc.js | 19 targets: { property
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/ |
| H A D | flipper.rb | 73 installer.pods_project.targets.each do |target|
|