Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
x-0o0 committed Oct 7, 2023
1 parent 46eca77 commit e53bb70
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/BUILD_APP_TARGET.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

# Xcode를 설정합니다.
- name: Set up Xcode
uses: actions/setup-xcode@v2
with:
xcode-version: 14.3 # 최신버전

# KuringModulePackage 스킴을 빌드합니다.
- name: Build KuringModulePackage
run: |
cd KuringApp
xcodebuild build KuringApp.xcodeproj -scheme KuringModulePackage -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=16.0,name=iPhone 12' CODE_SIGNING_REQUIRED=NO
continue-on-error: true
xcodebuild build KuringApp.xcodeproj -scheme KuringModulePackage -destination 'platform=iOS Simulator,OS=16.0,name=iPhone 14 Pro' CODE_SIGNING_REQUIRED=NO
# KuringApp 스킴을 빌드합니다.
- name: Build KuringApp
run: |
xcodebuild build KuringApp.xcodeproj -project KuringApp.xcodeproj -scheme KuringApp -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=16.0,name=iPhone 12' CODE_SIGNING_REQUIRED=NO
xcodebuild build KuringApp.xcodeproj -scheme KuringApp -destination 'platform=iOS Simulator,OS=16.0,name=iPhone 14 Pro' CODE_SIGNING_REQUIRED=NO

0 comments on commit e53bb70

Please sign in to comment.