0
votes
1answer
20 views
Bundle Display Name in iPhone
Hi All,
Is it possible to modify the BundleDisplay name at runtime ???
Thanks
1
vote
3answers
117 views
XCode falsely claims CFBundleExecutable to be (null)
I'm trying to create an ad-hoc build of an iPhone app for beta testing.
On their end, they're seeing an error like the following:
"The info.plist for application at xxx specifies a …
0
votes
2answers
271 views
iphone - want to store data in plist.
HI,
i want to store some data in plist file. my question is if i change data in plist file do i have to recompile my application ??
1
vote
3answers
223 views
Can I programmatically flip Info.plist values while my application is running?
I am interested in using the SBUsesNetwork and UIRequiresPersistentWiFi keys in my application; however, I would like to enable them only when using a certain set of view controllers. Is there a way …
0
votes
1answer
79 views
Where do I set my iPhone App’s version?
The only place I can think to change is the version in my Target Properties. However, I would assume this is supposed to go somewhere in my Info.plist file as well?
If not, how can I read this …
0
votes
0answers
75 views
Adding finder copyright info to my info.plist in my ant build
I am trying to add copyright info to the finder for my app and I have discovered that I want to see the NSHumanReadableCopyright Info.plist variable but I am not sure how do this with my ant build. …
0
votes
1answer
161 views
Changing the version in the info.plist file so that correct version will show up in mac finder
I am doing maintenance on app that other people created and I want to change the version in the Info.plist file so that when someone selects the app in the finder the correct version will show up. …
0
votes
1answer
107 views
Creating a bundle - What’s going wrong?
Hello everyone,
I've got a relatively simple one here. I'm making bundles to live inside the Resources folder of my application (and possibly in the Application Support folder). These bundles will …
2
votes
2answers
682 views
How to associate file type with MacOS X App without launching it first?
Hi folks,
I would like to associate the last installed version of my Mac OS X application with a certain type of file. A little experimentation shows that the info.plist file seems to be read and …
1
vote
2answers
90 views
.app OSX package problems on removable media.
So from what little I understand about packaging for Macs, I see that the actual program that launches is the one defined under the CFBundleExecutable key in Info.plist.
…
