mirror of
https://github.com/neon443/NearFuture.git
synced 2026-03-11 14:56:15 +00:00
Update ios.yml
This commit is contained in:
4
.github/workflows/ios.yml
vendored
4
.github/workflows/ios.yml
vendored
@@ -14,13 +14,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build
|
- name: Build for iOS Simulator
|
||||||
env:
|
env:
|
||||||
scheme: ${{ 'default' }}
|
scheme: ${{ 'default' }}
|
||||||
platform: ${{ 'iOS Simulator' }}
|
platform: ${{ 'iOS Simulator' }}
|
||||||
run: |
|
run: |
|
||||||
xcodebuild \
|
xcodebuild \
|
||||||
-workspace NearFuture.xcodeproj
|
-project NearFuture.xcodeproj
|
||||||
-scheme NearFuture \
|
-scheme NearFuture \
|
||||||
-sdk iphonesimulator \
|
-sdk iphonesimulator \
|
||||||
-destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=18.5' \
|
-destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=18.5' \
|
||||||
|
|||||||
Reference in New Issue
Block a user