mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 13:40:06 +00:00
Removes spaces from the config file
This commit is contained in:
1
.github/workflows/build-desktop.yml
vendored
1
.github/workflows/build-desktop.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user