Home
last modified time | relevance | path

Searched refs:targets (Results 1 – 25 of 90) sorted by relevance

1234

/expo/packages/@expo/cli/src/run/ios/codeSigning/
H A DxcodeCodeSigning.ts15 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 Duser_project_integrator.rb33 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 DTarget.ts104 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 DABI49_0_0RCTGenericDelegateSplitter.mm81 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 DABI47_0_0RCTGenericDelegateSplitter.mm81 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 DABI48_0_0RCTGenericDelegateSplitter.mm81 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 DTarget.js98 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 DTarget.js.map1targets","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 DInstallerMock.rb64 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 DInstallerMock.rb64 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 DInstallerMock.rb64 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 Dnew_architecture-test.rb26 …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 Dproject_integrator.rb12 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 Dnew_architecture-test.rb27 …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 DXcodeGen.types.ts10 targets?: {
/expo/packages/expo-modules-test-core/
H A DREADME.md5 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 Dnew_architecture-test.rb27 …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 DUpdateVendoredModule.ts209 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 Dnew_architecture.rb13 installer.pods_project.targets.each do |target|
/expo/tools/
H A Dtaskfile-swc.js19 targets: { property
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/cocoapods/
H A Djsengine.rb42 target = project.targets.first
H A Dnew_architecture.rb18 installer.pods_project.targets.each do |target|
H A Dflipper.rb76 installer.pods_project.targets.each do |target|
/expo/packages/@expo/cli/
H A Dtaskfile-swc.js19 targets: { property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/
H A Dflipper.rb73 installer.pods_project.targets.each do |target|

1234