where can I find the Aperture SDK and example code?

So now that Aperture is no longer supported on Catalina, I want to implement a simple export plugin to get my photos out.


I found some documentation here:


https://developer.apple.com/library/archive/documentation/Aperture/Conceptual/AppleApp_Aperture_3.4/Overview/Overview.html


But I can't find the examples on disk. I assume they're just not shipped with the newer versions of XCode since Aperture has been EOL for so long.


Is there anywhere to get the code examples, and whatever libraries I need to implement an Aperture plugin?

Accepted Reply

The Aperture SDK is still available from the Downloads area on the developer web site. Click More (at the top right) get to the archive.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Replies

The Aperture SDK is still available from the Downloads area on the developer web site. Click More (at the top right) get to the archive.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Perfect thank you!