-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hi @Bearer,
I have tried to code signing the binary just for distribution outside the Appl Store but, first issue is there is no way to execute code-sign without notarizing the build even removing the notarization block from the JSON config file.
The second is (it seems an issue from Apple Store connect), the Github Action keep printing these lines until I cancelled the workflow.
2024-12-30T18:37:37.9252400Z 2024-12-30T18:37:37.924Z [INFO] notarize: notarization info: uuid=?<uuid_value> info="{<id> 2024-12-30T18:37:24.126Z <app>.dmg In Progress Successfully received submission info}"
2024-12-30T18:37:37.9254520Z 2024-12-30T18:37:37.924Z [INFO] notarize: requesting notarization info: uuid=<uuid_value> command_path=/usr/bin/xcrun command_args=[xcrun, notarytool, info, <uuid_value>, --apple-id, <email? --password, <ac_pwd>, --team-id, <TEAM_ID>, --output-format, plist]
2024-12-30T18:37:39.3128860Z 2024-12-30T18:37:39.311Z [INFO] notarize: notarization info command finished: output="<?xml version="1.0" encoding="UTF-8"?>
2024-12-30T18:37:39.3129590Z [app.dmg] InfoStatus: In Progress
2024-12-30T18:37:39.3158430Z <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
2024-12-30T18:37:39.3160640Z <plist version="1.0">
2024-12-30T18:37:39.3186330Z <dict>
2024-12-30T18:37:39.3186560Z <key>createdDate</key>
2024-12-30T18:37:39.3187290Z <string>2024-12-30T18:37:24.126Z</string>
2024-12-30T18:37:39.3187590Z <key>id</key>
2024-12-30T18:37:39.3187960Z <string><uuid-value></string>
2024-12-30T18:37:39.3188280Z <key>message</key>
2024-12-30T18:37:39.3188690Z <string>Successfully received submission info</string>
2024-12-30T18:37:39.3189010Z <key>name</key>
2024-12-30T18:37:39.3189340Z <string>app.dmg</string>
2024-12-30T18:37:39.3189580Z <key>status</key>
2024-12-30T18:37:39.3189940Z <string>In Progress</string>
2024-12-30T18:37:39.3190170Z </dict>
2024-12-30T18:37:39.3190490Z </plist>
2024-12-30T18:37:39.3190610Z
2024-12-30T18:37:39.3190670Z " err=<nil>
Metadata
Metadata
Assignees
Labels
No labels