mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 18:28:35 +00:00
Unsetting macOS code signing is no longer needed.
This commit is contained in:
parent
44aa42fbc4
commit
335dc36ba8
2
.github/workflows/ci-scripts/macos.sh
vendored
2
.github/workflows/ci-scripts/macos.sh
vendored
@ -8,7 +8,7 @@ scons translations build=release --debug=time nls=true jobs=2 || exit 1
|
||||
|
||||
cd ./projectfiles/Xcode
|
||||
|
||||
xcodebuild CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -project "The Battle for Wesnoth.xcodeproj" -target "The Battle for Wesnoth" -configuration "$CFG"
|
||||
xcodebuild -project "The Battle for Wesnoth.xcodeproj" -target "The Battle for Wesnoth" -configuration "$CFG"
|
||||
EXIT_VAL=$?
|
||||
|
||||
hdiutil create -volname "Wesnoth_${CFG}" -fs 'HFS+' -srcfolder "build/$CFG" -ov -format UDBZ "Wesnoth_${CFG}.dmg"
|
||||
|
Loading…
x
Reference in New Issue
Block a user