Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
- (void)importToITunes: (NSString*)filePath { iTunesApplication *iTunes = [SBApplication applicationWithBundleIdentifier: @"com.apple.iTunes"]; NSMutableArray *tracks = [NSMutableArray new]; [tracks addObject: filePath]; iTunesTrack *track = [iTunes convert: [NSArray arrayWithArray: tracks]]; NSLog(@"%@", track); }
This paste will be private.
From the Design Piracy series on my blog: