Post

Replies

Boosts

Views

Activity

Reply to Notarizing application for public release
Hey I remember watching all these notarise videos 1-2 years ago. Ok so let me just... "bullet point it..." Compile app I get either .app or .plugin Enter the package, go over every file and sign it "--verbose=3", "--force", "--timestamp", "--options", "runtime", "--sign", identity, path # use my developer ID, sign MacOS content last!! Zip the .app/.plugin as xx_NOTATORY.zip (_NOTATORY not needed) ditto -c", "-k", "--keepParent", appPath, zipPath Send it to apple "notarytool", "submit", zipPath, "--keychain-profile", "myFancyKeychainProfileIveNoIdeaHowIMadeItItWasYearsAgo", "--wait" Staple it xscrun "stapler", "staple", appPath - staple the .app/.plugin not zipped Notatory zip ? Zip it again ditto -c", "-k", "--keepParent", appPath, zipReleasePath Send zipped file to clients ? I don't need to sign it again using Distribution/etc certificate after part 6? Regards Dariusz
Mar ’23
Reply to Building 2/3 apps fail __LINKEDIT issue
Build script for 1st post a I didnt fit it in... Build script
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’25
Reply to Notarizing application for public release
Hey I remember watching all these notarise videos 1-2 years ago. Ok so let me just... "bullet point it..." Compile app I get either .app or .plugin Enter the package, go over every file and sign it "--verbose=3", "--force", "--timestamp", "--options", "runtime", "--sign", identity, path # use my developer ID, sign MacOS content last!! Zip the .app/.plugin as xx_NOTATORY.zip (_NOTATORY not needed) ditto -c", "-k", "--keepParent", appPath, zipPath Send it to apple "notarytool", "submit", zipPath, "--keychain-profile", "myFancyKeychainProfileIveNoIdeaHowIMadeItItWasYearsAgo", "--wait" Staple it xscrun "stapler", "staple", appPath - staple the .app/.plugin not zipped Notatory zip ? Zip it again ditto -c", "-k", "--keepParent", appPath, zipReleasePath Send zipped file to clients ? I don't need to sign it again using Distribution/etc certificate after part 6? Regards Dariusz
Replies
Boosts
Views
Activity
Mar ’23
Reply to Notarizing application for public release
Bumping this topic as I'm still a bit lost. Can any1 wave in what to do if I'm using zips to distribute my app and not image/iso/etc?
Replies
Boosts
Views
Activity
Mar ’23
Reply to Notarizing application for public release
Hey Thanks! So when do I use Distribution one? Do I sign it again using that after notarizing? Regards Dariusz
Replies
Boosts
Views
Activity
Mar ’23
Reply to Xcode 13, something broke, nothing compiles, includes no longer find .h files?
Bumpppppp
Replies
Boosts
Views
Activity
May ’22
Reply to Xcode 13, something broke, nothing compiles, includes no longer find .h files?
Bump, I still cant compile anything. My includes keep forcing me to add ../ which is... problematic to say the least!
Replies
Boosts
Views
Activity
Apr ’22
Reply to Xcode 13 Beta 3 & IOS ipad 15 beta 4, RealityKit crash
Hey Thank you for getting back to me! How can I download IOS 15 seed 3 on my ipad? I need it quite urgently... Regards Dariusz
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Aug ’21