Closed floorish closed 1 year ago
make release would fail when using custom bundle id or XPC names in ConfigCommon.xcconfig
make release
ConfigCommon.xcconfig
Fixes #2445
I tested and verified my change by using one or multiple of these methods:
Running make release now succeeds when using a custom values in ConfigCommon.xcconfig.
Tested with:
INSTALLER_LAUNCHER_NAME = InstallerCustom DOWNLOADER_NAME = DownloaderCustom XPC_SERVICE_BUNDLE_ID_PREFIX = org.sparkle-project.custom
macOS version tested: 13.5.2 (22G91) Xcode 15
make release
would fail when using custom bundle id or XPC names inConfigCommon.xcconfig
Fixes #2445
Misc Checklist
Testing
I tested and verified my change by using one or multiple of these methods:
Running
make release
now succeeds when using a custom values inConfigCommon.xcconfig
.Tested with:
macOS version tested: 13.5.2 (22G91) Xcode 15