Skip to content

Commit

Permalink
Update .detoxrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
islathehut committed May 7, 2024
1 parent 14610eb commit 9290f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mobile/.detoxrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = {
type: 'ios.app',
binaryPath: 'ios/build/debug/Build/Products/Debug-iphonesimulator/Quiet.app',
build:
'xcodebuild -workspace ios/Quiet.xcworkspace -scheme Quiet -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build/debug -arch x86_64',
'xcodebuild -workspace ios/Quiet.xcworkspace -scheme Quiet -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build/debug -arch arm64',
},
'ios.storybook': {
type: 'ios.app',
Expand Down

0 comments on commit 9290f25

Please sign in to comment.