Skip to content

Commit 5f021c7

Browse files
i still hate yml
1 parent 21167cd commit 5f021c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,16 +229,17 @@ jobs:
229229
xcodebuild clean build \
230230
-project ReactNativeSdkExample.xcodeproj \
231231
-scheme ReactNativeSdkExample \
232-
# -sdk iphoneos \
233232
CODE_SIGN_IDENTITY="" \
234233
CODE_SIGNING_REQUIRED=NO \
235234
CODE_SIGNING_ALLOWED=NO \
236235
BUILD_LIBRARY_FOR_DISTRIBUTION=NO \
237236
APPLICATION_EXTENSION_API_ONLY=YES \
238-
# SKIP_INSTALL=NO \
239237
IPHONEOS_DEVELOPMENT_TARGET=13.0
240238
ARCHS=arm64
241239
240+
# -sdk iphoneos \
241+
# SKIP_INSTALL=NO \
242+
242243
# yarn add @iterable/react-native-sdk
243244
# yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
244245
# echo "${{ env.TURBO_CACHE_DIR }}"

0 commit comments

Comments
 (0)