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