From f80cbdaf04aeddd6d77ea80b2d52732452c982be Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sun, 14 Sep 2025 20:14:17 -0700 Subject: [PATCH] Fix xcconfig build url parsing. (#718) --- .github/workflows/nightly.yml | 2 +- Sources/Secretive/Info.plist | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 01c9e72..cff97ab 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -33,7 +33,7 @@ jobs: DATE=$(date "+%Y-%m-%d") sed -i '' -e "s/GITHUB_CI_VERSION/0.0.0_nightly-$DATE/g" Sources/Config/Config.xcconfig sed -i '' -e "s/GITHUB_BUILD_NUMBER/1.$RUN_ID/g" Sources/Config/Config.xcconfig - sed -i '' -e "s/GITHUB_BUILD_URL/https:\/\/github.com\/maxgoedjen\/secretive\/actions\/runs\/$RUN_ID/g" Sources/Secretive/Credits.rtf + sed -i '' -e "s/GITHUB_BUILD_URL/https:\/\/github.com\/maxgoedjen\/secretive\/actions\/runs\/$RUN_ID/g" Sources/Config/Config.xcconfig - name: Build run: xcrun xcodebuild -project Sources/Secretive.xcodeproj -scheme Secretive -configuration Release -archivePath Archive.xcarchive archive - name: Create ZIP diff --git a/Sources/Secretive/Info.plist b/Sources/Secretive/Info.plist index 0a06b50..da665c4 100644 --- a/Sources/Secretive/Info.plist +++ b/Sources/Secretive/Info.plist @@ -20,12 +20,12 @@ $(CI_VERSION) CFBundleVersion $(CI_BUILD_NUMBER) + GitHubBuildLog + https://$(CI_BUILD_LINK) LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright $(PRODUCT_NAME) is MIT Licensed. - GitHubBuildLog - $(CI_BUILD_LINK) NSPrincipalClass NSApplication NSSupportsAutomaticTermination