Posts

Showing posts from December, 2008

Command to copy all iphone examples from documentation

find /Developer/Platforms/iPhoneOS.platform/Developer/Documentation/DocSets/com.apple.adc.documentation.AppleiPhone2_2.iPhoneLibrary.docset/Contents/Resources/Documents -iname "*.zip" | xargs -J % -n 1 cp % /Users/smorin/Desktop/Phone/2.2Examples