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 RealityKit, unable to rotate Entity/ AnchorEntity object!
Hey Thank toy for the ping! I ended up getting some help from Andy Fedoroff on StackOverflow where he suggested using *= instead of +=, seems to work! I've no idea why & diving more into matrix operations now. Thank you for your post & help Final solution = object.mEntity.transform.rotation *= simd_quatf(angle: radians, axis: SIMD3<Float>(1,0,0)
Topic: Spatial Computing SubTopic: ARKit Tags:
Jun ’21
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
Reply to RealityKit – Spherical/circular image - Anchor?
I tried using it. Initially using the app that creates the scan from apple example. Sadly after 1-2m the tracking was getting lost :- (
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to How can I make an image anchor only place an object?
+1 how to retain it after losing it.. :- )
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to RealityKit - PBM material - chrome?
Eh got it, its metallic =1, baseColor.tint =1 then its chromish. How can I control fresnell/IOR tho ? - seems to be metallic parameter tho... odd
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to RealityKit, unable to rotate Entity/ AnchorEntity object!
Hey Thank toy for the ping! I ended up getting some help from Andy Fedoroff on StackOverflow where he suggested using *= instead of +=, seems to work! I've no idea why & diving more into matrix operations now. Thank you for your post & help Final solution = object.mEntity.transform.rotation *= simd_quatf(angle: radians, axis: SIMD3<Float>(1,0,0)
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to rotate an entity in Realitykit
Hey @fid Were you able to fix the rotation issue? I've tried with all rotation/orientation/etc/etc I got zip luck. ANy hints how to fix this darn thing? https://developer.apple.com/forums/thread/683112#683112021
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Jun ’21