From aff115a12e3807a3ba15bb0d3837cf7deb28e9eb Mon Sep 17 00:00:00 2001 From: Nathan Ansel Date: Tue, 11 Feb 2025 16:02:07 -0600 Subject: [PATCH] Removes spaces from the config file --- .github/workflows/build-desktop.yml | 1 + apps/desktop/macos/production.xcconfig | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-desktop.yml b/.github/workflows/build-desktop.yml index 72e51045602..83a8d0e3dd4 100644 --- a/.github/workflows/build-desktop.yml +++ b/.github/workflows/build-desktop.yml @@ -1107,6 +1107,7 @@ jobs: cp $HOME/secrets/bitwarden_desktop_appstore.provisionprofile \ $GITHUB_WORKSPACE/apps/desktop/bitwarden_desktop_appstore.provisionprofile + ls -l $HOME/Library/Developer mkdir -p $HOME/Library/Developer/Xcode/UserData/Provisioning\ Profiles export AUTOFILL_UUID=`grep UUID -A1 -a $HOME/secrets/bitwarden_desktop_autofill_app_store_2024.provisionprofile | grep -io "[-A-Z0-9]\{36\}"` echo $AUTOFILL_UUID diff --git a/apps/desktop/macos/production.xcconfig b/apps/desktop/macos/production.xcconfig index 98b9d4335ea..fb8e39e82b7 100644 --- a/apps/desktop/macos/production.xcconfig +++ b/apps/desktop/macos/production.xcconfig @@ -7,5 +7,5 @@ // Configuration settings file format documentation can be found at: // https://help.apple.com/xcode/#/dev745c5c974 -CODE_SIGN_IDENTITY = 3rd Party Mac Developer Application -PROVISIONING_PROFILE_SPECIFIER = Bitwarden Desktop Autofill App Store 2024 +CODE_SIGN_IDENTITY=3rd Party Mac Developer Application +PROVISIONING_PROFILE_SPECIFIER=Bitwarden Desktop Autofill App Store 2024