File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ function op_validate() {
9494 # Obtain the relevant build settings
9595 local BUILD_SETTINGS ; BUILD_SETTINGS=$( xcodebuild -workspace Hammerspoon.xcworkspace -scheme Release -configuration Release -showBuildSettings 2>&1 | grep -E " CODE_SIGN_IDENTITY|DEVELOPMENT_TEAM|CODE_SIGN_ENTITLEMENTS" )
9696
97- local SIGN_IDENTITY ; SIGN_IDENTITY=$( echo " ${BUILD_SETTINGS} " | grep CODE_SIGN_IDENTITY | sed -e ' s/.* = //' )
97+ local SIGN_IDENTITY ; SIGN_IDENTITY=$( echo " ${BUILD_SETTINGS} " | grep " CODE_SIGN_IDENTITY = " | sed -e ' s/.* = //' )
9898 local SIGN_TEAM ; SIGN_TEAM=$( echo " ${BUILD_SETTINGS} " | grep " DEVELOPMENT_TEAM = " | sed -e ' s/.* = //' )
9999 local ENTITLEMENTS_FILE ; ENTITLEMENTS_FILE=$( echo " ${BUILD_SETTINGS} " | grep CODE_SIGN_ENTITLEMENTS | sed -e ' s/.* = //' )
100100
You can’t perform that action at this time.
0 commit comments