Skip to content

Commit

Permalink
bump xcode version to 13 for new color properties
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxfrazer committed Jan 10, 2022
1 parent e444218 commit a2e0c1e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/swift-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ jobs:
- uses: actions/checkout@v1
- name: Build Package
run: |
swift package generate-xcodeproj
xcodebuild clean build -project $PROJECT -scheme $SCHEME -sdk $SDK CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
sudo xcode-select --switch $DEVELOPER_DIR
xcodebuild -scheme $SCHEME -destination $DESTINATION | xcpretty
env:
DEVELOPER_DIR: /Applications/Xcode_12.app/Contents/Developer
PROJECT: FocusEntity.xcodeproj
SCHEME: FocusEntity-Package
SDK: iphoneos
DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer
SCHEME: FocusEntity
DESTINATION: generic/platform=iOS

0 comments on commit a2e0c1e

Please sign in to comment.