Tag Archives: programming

How to find your resources and how to generally find the directory layout

To find the main download directory for when you are receiving files, put this snippet of code in a test project or your main project at the point of opening: NSArray *pathsForDownloadedFiles = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); NSString *pathMain = [pathsForDownloadedFiles … Continue reading

Share
Posted in iPod and Apple Platform, Uncategorized | Tagged , , , , , , , , , , , , , , , | Leave a comment

iPad Universal App

This is for the uninitiated and for posterity. Running XCode 3.2.3. Please NOTE: I had forgotten this. If you update the OS of your iPlatform device (pod/phone/pad) then you MUST update the XCode SDK. Now this makes sense in a … Continue reading

Share
Posted in iPod and Apple Platform | Tagged , , , , , , | 2 Comments

Appfuse – the next step

Appfuse – personalizing the app 2/13/2010 Purpose: Which files to edit in order to personalize the existing app for my company. Remember: App name is: tree Company is: joroto.com Source is in: Download article as PDF

Share
Posted in Miscellaneous Apps and Services | Tagged , , , , | Leave a comment