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.

Home Page:http://stackoverflow.com/questions/16597284/using-new-ituneslibrary-framework-to-access-itunes-library-on-mac-os-x/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

- 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.

About

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

http://stackoverflow.com/questions/16597284/using-new-ituneslibrary-framework-to-access-itunes-library-on-mac-os-x/

License:The Unlicense


Languages

Language:Objective-C 100.0%