Can't codesign Mac app

J. Landman Gay jacque at hyperactivesw.com
Mon Oct 9 21:28:07 EDT 2023


Thank you, I'll try that. Meanwhile, I ran this on a supposedly notarized/signed app:

   spctl --assess --raw --verbose <appPath>

which was rejected. Does his mean anything to anyone:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" 
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>assessment:authority</key>
	<dict>
		<key>assessment:authority:flags</key>
		<integer>0</integer>
	</dict>
	<key>assessment:remote</key>
	<true/>
	<key>assessment:verdict</key>
	<false/>
</dict>
</plist>


On 10/9/23 8:10 PM, Timothy Bleiler via use-livecode wrote:
> I think this is the most recent lesson listing the terminal commands for using NotaryTool instead of altool.
> These worked when I was using the last version of Ventura and Xcode 14.3.1.  I haven’t tried Sonoma.
> 
> <https://lessons.livecode.com/m/4071/l/1653720-code-signing-and-notarizing-your-lc-standalone-for-distribution-outside-the-mac-appstore-with-xcode-13-and-up>
> Code signing and notarizing your LC standalone for distribution outside the Mac Appstore with Xcode 13 and up | How To - Step-By-Step Guides To Tasks In LiveCode | LiveCode Lessons<https://lessons.livecode.com/m/4071/l/1653720-code-signing-and-notarizing-your-lc-standalone-for-distribution-outside-the-mac-appstore-with-xcode-13-and-up>
> lessons.livecode.com<https://lessons.livecode.com/m/4071/l/1653720-code-signing-and-notarizing-your-lc-standalone-for-distribution-outside-the-mac-appstore-with-xcode-13-and-up>
> [X]<https://lessons.livecode.com/m/4071/l/1653720-code-signing-and-notarizing-your-lc-standalone-for-distribution-outside-the-mac-appstore-with-xcode-13-and-up>

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com



More information about the use-livecode mailing list