Skip to content

Commit

Permalink
adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Jun 5, 2024
1 parent 213b6b2 commit d352c90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generators/react-native/templates/.detoxrc.cjs.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ module.exports = {
'ios.debug': {
type: 'ios.app',
binaryPath: 'e2e/Exponent.app',
build: 'xcodebuild -workspace ios/RnApp.xcworkspace -scheme RnApp -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build'
build: 'xcodebuild -workspace ios/<%- baseName %>.xcworkspace -scheme <%- baseName %> -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build'
},
'ios.release': {
type: 'ios.app',
binaryPath: 'ios/build/Build/Products/Release-iphonesimulator/RnApp.app',
build: 'xcodebuild -workspace ios/RnApp.xcworkspace -scheme RnApp -configuration Release -sdk iphonesimulator -derivedDataPath ios/build'
binaryPath: 'ios/build/Build/Products/Release-iphonesimulator/<%- baseName %>.app',
build: 'xcodebuild -workspace ios/<%- baseName %>.xcworkspace -scheme <%- baseName %> -configuration Release -sdk iphonesimulator -derivedDataPath ios/build'
},
'android.debug': {
type: 'android.apk',
Expand Down

0 comments on commit d352c90

Please sign in to comment.