File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ xcodebuild -configuration Release GCC_TREAT_WARNINGS_AS_ERRORS=YES
7575# Sign with hardened runtime
7676# ============================================================
7777if [ -n " $SIGN_ID " ]; then
78- codesign --entitlements " $ROOT " /Builds/MacOSX/pluginval .entitlements --force -s " $SIGN_ID " -v " $APP_FILE " --deep --strict --options=runtime
78+ codesign --entitlements " $ROOT " /Builds/MacOSX/App .entitlements --force -s " $SIGN_ID " -v " $APP_FILE " --deep --strict --options=runtime
7979
8080 echo " \nVerifying ..."
8181 spctl -vvv --assess --type exec " $APP_FILE "
@@ -94,4 +94,4 @@ mkdir -p "$DEPLOYMENT_DIR"
9494
9595echo " \nDeploying to: " $DEPLOYMENT_DIR
9696cd " $APP_DIR "
97- zip -r " $DEPLOYMENT_DIR /$ZIP_NAME " " $APP_NAME "
97+ zip -r " $DEPLOYMENT_DIR /$ZIP_NAME " " $APP_NAME "
You can’t perform that action at this time.
0 commit comments