Skip to content

Commit

Permalink
Merge branch 'player-testing/integration-test-app-setup' into player-…
Browse files Browse the repository at this point in the history
…testing/cavy-setup
  • Loading branch information
rolandkakonyi committed Nov 28, 2023
2 parents bd45e21 + 5840f23 commit dbf2c61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions integration_test/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,9 @@ post_install do |installer|
:mac_catalyst_enabled => false
)
__apply_Xcode_12_5_M1_post_install_workaround(installer)
fix_simulator_run(installer)
fix_deployment_target(installer)
end

def fix_simulator_run(installer)
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
config.build_settings["EXCLUDED_ARCHS[sdk=appletvsimulator*]"] = "i386"
end
end
end

def fix_deployment_target(installer)
return if !installer
project = installer.pods_project
Expand Down
2 changes: 1 addition & 1 deletion integration_test/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,6 @@ SPEC CHECKSUMS:
Yoga: f67f5769ce78049c5fe798bc735f04535c7bc1ac
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: efb7f1c40473f922252918b9e92257abe9726124
PODFILE CHECKSUM: aa4d941d9c016574cd5330873d8b6d6a8d7ea421

COCOAPODS: 1.14.2

0 comments on commit dbf2c61

Please sign in to comment.