Skip to content

Commit 21167cd

Browse files
fiddling with the build config again. removing a few things.
1 parent 6029f2f commit 21167cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,15 +229,15 @@ jobs:
229229
xcodebuild clean build \
230230
-project ReactNativeSdkExample.xcodeproj \
231231
-scheme ReactNativeSdkExample \
232-
-sdk iphoneos \
232+
# -sdk iphoneos \
233233
CODE_SIGN_IDENTITY="" \
234234
CODE_SIGNING_REQUIRED=NO \
235235
CODE_SIGNING_ALLOWED=NO \
236236
BUILD_LIBRARY_FOR_DISTRIBUTION=NO \
237237
APPLICATION_EXTENSION_API_ONLY=YES \
238-
SKIP_INSTALL=NO \
238+
# SKIP_INSTALL=NO \
239239
IPHONEOS_DEVELOPMENT_TARGET=13.0
240-
ARCHS="arm64 x86_64"
240+
ARCHS=arm64
241241

242242
# yarn add @iterable/react-native-sdk
243243
# yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"

0 commit comments

Comments
 (0)