Posts

Post marked as solved
2 Replies
266 Views
Just switched from a M1 MacBook Air back to an Intel Mac mini 2018 (not sure if it matters) and in the first try to distribute an app to the App Store I got a new error. The error states: The cloud signing service returned an invalid signature for It is failing when signing bundled universal binaries that where already signed before and are already in the App Store, no modification to that binaries. Replacing them with flat versions (Intel or Apple Silicon ones) works properly and the distribution process completes, but obviously the universal ones are needed. The error asks to fill a bug report but being familiar to bug reporting I know I can get some feedback tomorrow, in two years or never. Anyone else found this one? Any idea what can fix this or the best way to get in touch with Apple for a prompt fix?
Posted
by aonez.
Last updated
.
Post not yet marked as solved
0 Replies
378 Views
Hi all!I'm developing an application which uses some icons for multiple filetypes. Within the application I'm using the LSSetDefaultRoleHandlerForContentType method to assign the file types.For example I assign Zip files to my application bundle. The Zip files are then correctly assigned to be opened with my app, but the icons still show the macOS bundled one. Only if I manually open the "Get Info" panel and click on "Change All..." the icons changes to my custom one.Already tried unregistering my app with lsregister, registering again, applying LSSetDefaultRoleHandlerForContentType with another app bundle before applying with mine... But just the "Change All..." is stable enough.Anyone had this same issue? Any ideas?Thanks in advance!
Posted
by aonez.
Last updated
.