Skip to content

Commit 991e9a3

Browse files
refining manual steps for building the project
1 parent 50d2b44 commit 991e9a3

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -248,16 +248,11 @@ jobs:
248248
run: |
249249
cd example/ios
250250
251+
codeql database trace-command -- \
252+
251253
xcodebuild clean build \
252254
-project ReactNativeSdkExample.xcodeproj \
253255
-scheme ReactNativeSdkExample \
254-
-sdk iphoneos \
255-
CODE_SIGN_IDENTITY="" \
256-
CODE_SIGNING_REQUIRED=NO \
257-
CODE_SIGNING_ALLOWED=NO \
258-
BUILD_LIBRARY_FOR_DISTRIBUTION=NO \
259-
APPLICATION_EXTENSION_API_ONLY=YES \
260-
IPHONEOS_DEVELOPMENT_TARGET=13.0
261256
continue-on-error: true
262257

263258
# echo 'If you are using a "manual" build mode for one or more of the' \

0 commit comments

Comments
 (0)