Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zadr/ituneslibraryexample
- Owner: zadr
- License: unlicense
- Created: 2013-05-19T20:53:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-20T01:11:56.000Z (over 11 years ago)
- Last Synced: 2024-10-31T23:25:05.711Z (2 months ago)
- Language: Objective-C
- Homepage: http://stackoverflow.com/questions/16597284/using-new-ituneslibrary-framework-to-access-itunes-library-on-mac-os-x/
- Size: 133 KB
- Stars: 36
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
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.