Skip to content

Commit 2fc5562

Browse files
removing comments from command line operations
1 parent 896e8e8 commit 2fc5562

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,10 @@ jobs:
222222
cd example/ios
223223
xcodebuild -list
224224
225-
xcodebuild build \
226-
-project ReactNativeSdkExample.xcproject \ # Replace with your workspace name
227-
-scheme ReactNativeSdkExample \ # Replace with your app's scheme name
228-
-destination 'platform=iOS Simulator,name=iPhone 16 Pro' \ # Adjust simulator as needed
225+
xcodebuild clean build \
226+
-project ReactNativeSdkExample.xcproject \
227+
-scheme ReactNativeSdkExample \
228+
-destination 'platform=iOS Simulator,name=iPhone 16 Pro' \
229229
-sdk iphonesimulator \
230230
CODE_SIGN_IDENTITY="" \
231231
CODE_SIGNING_REQUIRED=NO \

0 commit comments

Comments
 (0)