Update swift.yml

This commit is contained in:
Tomasz F 2021-03-26 17:04:33 +01:00 committed by GitHub
parent 38dbbba397
commit db323f6a1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ jobs:
run: /usr/bin/xcodebuild -version run: /usr/bin/xcodebuild -version
- name: Build app - name: Build app
run: | run: |
xcodebuild CODE_SIGNING_ALLOWED=NO -sdk iphoneos -project wulkanowy.xcodeproj \ xcodebuild CODE_SIGNING_ALLOWED=NO -sdk iphoneos -workspace wulkanowy.xcworkspace \
-configuration Release -scheme wulkanowy \ -configuration Release -scheme wulkanowy \
-derivedDataPath DerivedData clean build -derivedDataPath DerivedData clean build