Saturday, November 20, 2010

Installing iPod Programs from xCode plist modifications

You need to change the bundle identifier to
edu.canadacollege.${} from the default setting to get the program to download to the
connected iPod from xCode.




edu.canadacollege.${PRODUCT_NAME:rfc1034identifier}


You also need to make sure the target is device not simulator.

No comments:

Post a Comment