Skip to content

Commit 8716862

Browse files
authored
Update package.json
1 parent d2a1808 commit 8716862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"test": "jest",
1010
"test:android": "detox test --configuration android.att.debug",
1111
"build:android": "detox build --configuration android.att.debug",
12-
"test:ios": "detox test --configuration ios.emu.debug",
13-
"build:ios": "detox build --configuration ios.emu.debug",
12+
"test:ios": "detox test --configuration ios.sim.debug",
13+
"build:ios": "detox build --configuration ios.sim.debug",
1414
"build:android:debug": "cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
1515
"build:ios:debug": "cd ios && xcodebuild -workspace FastOpenpgpExample.xcworkspace -scheme FastOpenpgpExample -configuration Debug -sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO"
1616
},

0 commit comments

Comments
 (0)