Hi all. I added a couple of settings to my iOS project's plist: "app does not run in background" and "icon already has gloss effects". I noticed that they weren't being honored in the device builds, although they appeared to be honored in the simulator builds.
First I found that Xcode created the simulator & device targets to point to different plists: the original, and the "-copy" version. This explained why the two additional settings were missing from the plist in the device build. I deleted the copy and changed the device target to point to the same plist as the simulator target. Now the settings are being copied into the device-build plist, but they aren't being honored. Anybody have any idea as to why? I deleted the application from the phone before testing, by the way. Thanks! Gavin _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com