Skip to content

Commit

Permalink
Make Detox tests work (Apple Silicon) (#1929)
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra and githubquiet committed Oct 9, 2023
1 parent a63301f commit 28d711b
Show file tree
Hide file tree
Showing 5 changed files with 203 additions and 62 deletions.
2 changes: 1 addition & 1 deletion packages/mobile/.detoxrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = {
simulator: {
type: 'ios.simulator',
device: {
type: 'iPhone 14',
type: 'iPhone 15 Pro',
},
},
simulator_ci: {
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ target 'Quiet' do

post_install do |installer|
react_native_post_install(installer)

installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= ['$(inherited)', '_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION']
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,6 @@ SPEC CHECKSUMS:
Tor: 39dc71bf048312e202608eb499ca5c74e841b503
Yoga: ba09b6b11e6139e3df8229238aa794205ca6a02a

PODFILE CHECKSUM: a4e6892ba77eca3b09c3662064177471e13db8b7
PODFILE CHECKSUM: 986ea3b4bace0fe04a792347f3dc6f060797e84d

COCOAPODS: 1.11.3
COCOAPODS: 1.13.0
Loading

0 comments on commit 28d711b

Please sign in to comment.