Skip to content

Commit

Permalink
improve notification text of archive task
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Bentele committed Nov 4, 2021
1 parent 5dbad60 commit df1c869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Erbele.xcodeproj/xcshareddata/xcschemes/erbele.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
<ActionContent
title = "Run Script"
scriptText = "# script derived from https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution/customizing_the_notarization_workflow/customizing_the_xcode_archive_process&#10;&#10;EXPORT_PATH=&quot;/tmp/Erbele-Export&quot;&#10;&#10;/usr/bin/osascript -e &apos;display notification &quot;Exporting application archive&#x2026;&quot; with title &quot;Submitting app for notarization&quot;&apos;&#10;&#10;# export archive&#10;/usr/bin/xcodebuild -exportArchive -archivePath &quot;$ARCHIVE_PATH&quot; -exportOptionsPlist &quot;$SRCROOT/ExportOptions.plist&quot; -exportPath &quot;$EXPORT_PATH&quot;&#10;&#10;# As a convenience, open the export folder in Finder.&#10;/usr/bin/open &quot;$EXPORT_PATH&quot;&#10;&#10;/usr/bin/osascript -e &apos;display notification &quot;Finished exporting application archive.&quot; with title &quot;Submitting app for notarization&quot;&apos;&#10;"
scriptText = "# script derived from https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution/customizing_the_notarization_workflow/customizing_the_xcode_archive_process&#10;&#10;EXPORT_PATH=&quot;/tmp/Erbele-Export&quot;&#10;&#10;/usr/bin/osascript -e &apos;display notification &quot;Exporting application archive&#x2026;&quot; with title &quot;Export app for packaging and notarization&quot;&apos;&#10;&#10;# export archive&#10;/usr/bin/xcodebuild -exportArchive -archivePath &quot;$ARCHIVE_PATH&quot; -exportOptionsPlist &quot;$SRCROOT/ExportOptions.plist&quot; -exportPath &quot;$EXPORT_PATH&quot;&#10;&#10;# As a convenience, open the export folder in Finder.&#10;/usr/bin/open &quot;$EXPORT_PATH&quot;&#10;&#10;/usr/bin/osascript -e &apos;display notification &quot;Finished exporting application archive.&quot; with title &quot;Export app for packaging and notarization&quot;&apos;&#10;"
shellToInvoke = "/bin/sh">
<EnvironmentBuildable>
<BuildableReference
Expand Down

0 comments on commit df1c869

Please sign in to comment.