We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb52f2a commit 1bcd7eaCopy full SHA for 1bcd7ea
1 file changed
Justfile
@@ -57,6 +57,6 @@ create_bundle BuildType TargetDir CertType BuildFlags:
57
notarize_and_staple BuildType TargetDir:
58
echo "Notarizing and stapling plugin bundle"
59
ditto -c -k --keepParent {{TargetDir}}/{{BuildType}}/{{PluginName}}.plugin {{TargetDir}}/{{BuildType}}/{{PluginName}}.zip
60
- xcrun notarytool submit {{TargetDir}}/{{BuildType}}/{{PluginName}}.zip --apple-id "$APPLE_ID" --password "$APPLE_APP_PASSWORD" --team-id "$APPLE_TEAM_ID" --wait
+ xcrun notarytool submit {{TargetDir}}/{{BuildType}}/{{PluginName}}.zip --apple-id "${APPLE_ID}" --password "${APPLE_APP_PASSWORD}" --team-id "${APPLE_TEAM_ID}" --wait
61
xcrun stapler staple {{TargetDir}}/{{BuildType}}/{{PluginName}}.plugin
62
echo "Notarization and stapling completed"
0 commit comments