PPC Xcode - doesn't support -scheme

This commit is contained in:
Autechre 2021-03-14 00:43:19 +01:00 committed by GitHub
parent 0627f83c33
commit 332bca625c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -347,7 +347,7 @@ build-retroarch-osx-ppc:
XCARCHIVE_PATH: pkg/apple/build/RetroArchPPC
XCPROJECT_NAME: RetroArch_PPC
script:
- xcodebuild -project pkg/apple/${XCPROJECT_NAME}.xcodeproj -configuration Release -scheme RetroArch -archivePath ${XCARCHIVE_PATH} -xcconfig pkg/apple/${XCCONFIG} archive
- xcodebuild -project pkg/apple/${XCPROJECT_NAME}.xcodeproj -configuration Release -archivePath ${XCARCHIVE_PATH} -xcconfig pkg/apple/${XCCONFIG} archive
- pushd ${XCARCHIVE_PATH}.xcarchive/Products/Users/gitlab/Applications/
- ditto -c -k --sequesterRsrc --keepParent RetroArch.app RetroArch.zip
- popd