mirror of
https://github.com/neon443/NearFuture.git
synced 2026-03-11 06:49:12 +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:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Build
|
||||
- name: Build for iOS Simulator
|
||||
env:
|
||||
scheme: ${{ 'default' }}
|
||||
platform: ${{ 'iOS Simulator' }}
|
||||
run: |
|
||||
xcodebuild \
|
||||
-workspace NearFuture.xcodeproj
|
||||
-project NearFuture.xcodeproj
|
||||
-scheme NearFuture \
|
||||
-sdk iphonesimulator \
|
||||
-destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=18.5' \
|
||||
|
||||
Reference in New Issue
Block a user