Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zadr/ituneslibraryexample

A quick little app to show how to use iTunesLibrary.framework on Mac OS X to display a list of song titles/albums/artists.
https://github.com/zadr/ituneslibraryexample

Last synced: 2 months ago
JSON representation

A quick little app to show how to use iTunesLibrary.framework on Mac OS X to display a list of song titles/albums/artists.

Awesome Lists containing this project

README

        

- This is a quick sample app to show how iTunesLibrary.framework works.

- In order to use iTunesLibrary.framework, your application must be codesigned with a Mac developer profile from Apple.
-- This is the same thing that Gatekeeper looks for.
-- If you see an error involving OSStatusError 100005, it means that your app is not codesigned.
-- This sample app sets CODE_SIGNING_IDENTITY to a generic "Mac Developer", but, you may wish to change this to your own identity.

- When setting up a new project, you will need to set the Framework Search Path to include /Library/Frameworks.
-- This is because /Library/Frameworks is a nonstandard location for a system framework, and Xcode doesn't search it by default.