fork of iTunes Remote Control with bugfixes and enhancements
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 9 lines 197 B view raw
1extern void ASKInitialize(); 2extern int NSApplicationMain(int argc, const char *argv[]); 3 4int main(int argc, const char *argv[]) 5{ 6 ASKInitialize(); 7 8 return NSApplicationMain(argc, argv); 9}