From 335dc36ba87c80eef17188ccb73a162b36b16ced Mon Sep 17 00:00:00 2001 From: Pentarctagon Date: Fri, 17 Jun 2022 19:11:42 -0500 Subject: [PATCH] Unsetting macOS code signing is no longer needed. --- .github/workflows/ci-scripts/macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-scripts/macos.sh b/.github/workflows/ci-scripts/macos.sh index 41e2aba442a..a5138804a4b 100755 --- a/.github/workflows/ci-scripts/macos.sh +++ b/.github/workflows/ci-scripts/macos.sh @@ -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"