Skip to content

Commit 3f8edca

Browse files
yaml formatting issues again
1 parent 1c3a65e commit 3f8edca

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.github/workflows/codeql.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -220,16 +220,18 @@ jobs:
220220

221221
- name: Build example for iOS
222222
run: |
223-
xcodebuild -list -workspace ReactNativeSdkExample.xcworkspace
224-
225-
xcodebuild clean build \
226-
-workspace ReactNativeSdkExample.xcworkspace \ # 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
229-
-sdk iphonesimulator \
230-
CODE_SIGN_IDENTITY="" \
231-
CODE_SIGNING_REQUIRED=NO \
232-
CODE_SIGNING_ALLOWED=NO
223+
cd example/ios
224+
xcodebuild -list -workspace ReactNativeSdkExample.xcworkspace
225+
226+
xcodebuild clean build \
227+
-workspace ReactNativeSdkExample.xcworkspace \ # Replace with your workspace name
228+
-scheme ReactNativeSdkExample \ # Replace with your app's scheme name
229+
-destination 'platform=iOS Simulator,name=iPhone 16 Pro' \ # Adjust simulator as needed
230+
-sdk iphonesimulator \
231+
CODE_SIGN_IDENTITY="" \
232+
CODE_SIGNING_REQUIRED=NO \
233+
CODE_SIGNING_ALLOWED=NO
234+
233235
# yarn add @iterable/react-native-sdk
234236
# yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
235237
# echo "${{ env.TURBO_CACHE_DIR }}"

0 commit comments

Comments
 (0)