File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
"test" : " jest" ,
10
10
"test:android" : " detox test --configuration android.att.debug" ,
11
11
"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" ,
14
14
"build:android:debug" : " cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a" ,
15
15
"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"
16
16
},
You can’t perform that action at this time.
0 commit comments