-
Notifications
You must be signed in to change notification settings - Fork 3
A quick little app to show how to use iTunesLibrary.framework on Mac OS X to display a list of song titles/albums/artists.
License
zadr/iTunesLibraryExample
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- 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.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published