Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
1answer
257 views

Can you dynamically assign CFBundleDocumentTypes to your Cocoa application?

Can you dynamically assign CFBundleDocumentTypes to your Cocoa application? Meaning during run time can I assign more extensions for my app to handle. Currently I set some extensions for my app to ...
7
votes
1answer
1k views

Read version from Info.plist

I want to read the bundle version info from Info.plist into my code, preferably as a string. How can I do this?
5
votes
2answers
273 views

Multitasking in iPhone 4,“application does not run in back ground” option in X-Code 3.2 info.plist

In X-Code 3.2 in INFO.PLIST we have option "application does not run in back ground" when we check this box and run the application in iPhone 4 ...every minimization leads to exiting of app. Doesn't ...
5
votes
1answer
2k views

Xcode can't open Info.plist — error says “there is no such file”

I switched to Xcode 4 and loaded my project, which worked perfectly in Xcode 3. When I run it, I get an error that says: The file “Info.plist” couldn’t be opened because there is no such file. I ...
4
votes
2answers
878 views

<Error>: FT_Open_Face failed: error 85

I am trying to install a custom font into my iPhone application. When I add the 'Fonts provided by application’ key into my info.plist file I get the following error ': FT_Open_Face failed: error 85.’ ...
4
votes
8answers
6k views

CFBundleDocumentTypes & UIFileSharingEnabled issues

Has anyone gotten UIFileSharingEnabled or CFBundleDocumentTypes to work? I added UIFileSharingEnabled as true to my plist and used Apple's example from the link below for CFBundleDocumentTypes, but ...
3
votes
1answer
485 views

.app does not have an executable path after installing over an old build

I have a TestFlight build that one user has downloaded, then we released a new version and they installed over that build. They got this error when trying to launch the app: Wed Aug 31 20:13:28 ...
3
votes
2answers
520 views

How to programmatically register a custom URL scheme?

Is it possible to add/remove custom URL schemes for my application while it's running? Right now the CFBundleURLSchemes property is set in Info.plist.
3
votes
2answers
2k views

Help filling out “info.plist” file

I'm ready to submit my first app to the App Store, however I'm having trouble filling out some of the "Info.plist" fields. I don't want my app to be rejected because I did this wrong. These are the ...
3
votes
2answers
285 views

Swing: Steal focus from other apps (usability in OS X)

I have an application in java swing which runs in the system tray most of the time. The user can use the Tray Menu to perform several actions. One of those actions is to show the app window. The ...
3
votes
2answers
463 views

iPhone App display name

If I have an iPhone app named: MyCoolApp How do I keep the bundle named: MyCoolApp.app But have the app name on that shows up underneath my icon read: My Cool App I have changed my PRODUCT_NAME ...
3
votes
2answers
953 views

LSUIElement not working

I have an application that has LSUIElement = 1 in the Info.plist. When I run the application, a dock item and toplevel menu bar is created for it. Why? EDIT: I was using a library that was calling ...
3
votes
4answers
2k 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 ...
3
votes
2answers
2k views

How to associate file type with MacOS X App without launching it first?

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 interpreted by ...
2
votes
1answer
239 views

Xcode adding DTXcode key and others to Info.plist

Recently Xcode started adding keys to the Info.plist of my Cocoa app: DTXcode DTXcodeBuild DTCompiler DTPlatformBuild DTPlatformVersion DTSDKBuild DTSDKName What are those keys used for and why do ...
2
votes
1answer
854 views

Xcode 4 and cocos2D 1.0.0 beta Uncategorized errors and Info.plist doesn't exist

I just installed the xcode 4 sdk and the cocos2d 1.0.0 beta template. I just created a new project with the cocos2d template. But when I build I got these errors : (for information my previous ...
2
votes
1answer
3k views

AppStore language description and “Localization native development region”

an iPhone app, localized in three languages (english, italian and spanish), was submitted to the AppStore with description and screenshots in the three languages. The result is that in AppStore USA ...
2
votes
1answer
553 views

Xcode plist file - comments vanished, file reformatted

I have just noticed, that if you have an .plist file in your Xcode project (it does not matter whether it is the Info.plist file or other - in my case it was other .plist file) and you edit the file ...
2
votes
3answers
2k views

UIBackgroundModes key not showing in Info.plist dropdown

I am trying to upgrade an older iPhone project to adopt background audio streaming, however the "Required background modes" key is not showing up in the Info.plist drop-down menu. I have set the base ...
2
votes
0answers
131 views

OSX Custom extension icon Association

I'm trying to get my application to display an icon for a custom file extension using the following code: <key>CFBundleDocumentTypes</key> <array> <dict> ...
2
votes
3answers
7k views

Unable to create UIBackgroundModes key in Info.plist for iOS4

I have an audio application which works great for iPhone 3.1.x versions. I am trying to upgrade it to iOS4.0 to work in multitasking environment. When I try to create a new "UIBackgroundModes" key in ...
2
votes
4answers
1k 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 ...
1
vote
1answer
79 views

iOS: Customize App Icon and Splash Screen via Enterprise (In-House) Distribution

When deploying an App via the Enterprise Developer Programs In-House Distribution there is a .plist file acting as descriptor for the .ipa file. Does anyone know if it is possible to change standard ...
1
vote
1answer
169 views

DYLD_INSERT_LIBRARIES and iPhone

I understand that Apple doesn't support using dynamic libraries in iPhone applications. But we are working on a in-house application and we have a unique requirement to use the dynamic libraries. Our ...
1
vote
2answers
143 views

writing/reading a single variable in applescript

I'm just starting with applescript in xcode and currently have an app that asks for a folder location, then creates a folder structure. on buttonClick_(sender) set theLocation to choose folder ...
1
vote
1answer
77 views

File attached to Email - I am trying to open myapp

I found several posts and reading between the lines I added 3 sections to my info.plist. When I run my app the email has an attached file with the "ntdb" suffix, but email doesnt seem to recognize ...
1
vote
1answer
52 views

iPhone Copying plist files to bundle resources and target

I have 3 different targets fro my project. I am not sure, if I should copy all the info plist files of the corresponding targets in their bundle resources. Should the plist files be copied in the ...
1
vote
0answers
71 views

what does the InfoDictionary version signify in the information property list (plist file)?

what does the InfoDictionary version signify? It is definitely different from the bundle version, but what is the role of InfoDictionary version?
1
vote
2answers
95 views

How do I make sure that iPod 2G users cant buy my game in iTunes?

I am making a game for iOS and it is almost finished, it runs smoothly on all devices except for the iPod Touch 2G. I want to make sure that people with this device can't buy the game from appstore ...
1
vote
2answers
171 views

Prevent an iPhone app from running on iPad

Is it possible to prevent my iPhone app from running on an iPad, not even the X2 version. Thanks
1
vote
1answer
266 views

What's the difference between Info.plist and [app name]-Info.plist?

Everything I read online talks about Info.plist. XCode made me a [name of the app]-Info.plist file when I created the project, and it seems to have the same keys in it as sample Info.plist s I see ...
1
vote
1answer
194 views

File Association on OSX for Java Application Bundle w/o using JavaStub

I have an OSX App-Bundle for a Java Application that does not use the Java-Stub, but a Shellscript (registered via Info.plist). I also registered my file extension in the Info.plist: … ...
1
vote
1answer
276 views

iPad Info.plist not converting to binary

This question is little out of the box so please bear with me with this one. I am trying to build an iPad Application and release it to App store, however I am getting this issue of Info.plist being ...
1
vote
2answers
2k views

What is the meaning of “Localization native development region” entry in info.plist?

I don't know if I really understood the function of the "Localization native development region" entry in info.plist file. Somewhere I read that this entry allows to specify the app language when ...
1
vote
1answer
212 views

info.plist icon: No light from above

What do I add to my info.plist so that the device does not add a light from above rendering on top of it?
1
vote
1answer
137 views

How to populate different Info.plists for different configurations in Xcode

I need to populate different Info.plists for iOS Device & Simulator schemes for the same target. How do I achieve it? The problem is as following: My application is voip therefore I need to add a ...
1
vote
1answer
3k views

App Store: Problem with UIRequiredDeviceCapabilities

I've uploaded my first App to App Store, but I did NOT put on the UIRequiredDeviceCapabilities that my App requires location-services and wifi. RESULT: the app does not start looking for the ...
1
vote
2answers
551 views

How do I get Xcode to treat an Info.plist as an iPhone/iPad Info.plist?

I have two cocoa-touch apps in one Xcode project. Xcode gives me iPhone/iPad related options for keys in the first's Info.plist, such as "Launch Image (iPad)". But, Xcode gives me Mac OS X options ...
1
vote
1answer
150 views

Code paths on iOS

We have an app that uses network, compass, camera and telephony. It has been rejected because we don't specify in UIRequiredDeviceCapabilities the keys that are requiered or prohibited. This is a ...
1
vote
2answers
957 views

Why my info.plist is not a working iphone info.plist

My first problem is that i don't want my apps stay in background once i'have quit it with home button. So i have added 'UIApplicationExitsOnSuspend' key in my info.plist file with boolean type. The ...
1
vote
3answers
2k views

App store name and info.plist

I've just completed my first app and having tested I'm ready for submission. However, despite numerous web searches and reading, I'm struggling to finalise the method required to enable me to have a ...
1
vote
5answers
2k views

My iPhone app needs a persistent network connection…how to specify UIRequiredDeviceCapabilities?

I'm trying to set the UIRequiredDeviceCapabilities properties in my Info.plist file. My app requires a persistent network connection. If I look at the definition for the "wifi" key, it says: ...
1
vote
2answers
1k views

Bundle Display Name in iPhone

Is it possible to modify the BundleDisplay name at runtime ??? Thanks
1
vote
1answer
341 views

Creating a bundle - What's going wrong?

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 contain template ...
1
vote
2answers
131 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. ...
0
votes
1answer
57 views

Default Required Device Capabilities For cocos2d

For some reason, cocos2d's default Info.plist contains accelerometer and opengles-1 as required device capabilities. Why is this - surely all iOS devices have these capabilities and so this is ...
0
votes
4answers
90 views

How to show status bar initially hidden from plist iphone

i want to hide the status bar when i launch my app to view launch image that was covered by status bar. so in plist i added Status bar is initially hidden YES and status bar is covered. My ...
0
votes
1answer
46 views

Setting Main nib for universal app in Info.plist?

I am using the latest version of Xcode and my iDevices are 5.0.1. I am trying to specify the nib that the app should load depending if it is an iPad or iPhone for a universal app in my Info.plist but ...
0
votes
2answers
239 views

CFBundleLocalizations info.plist - How to put multiple languages

I cannot find the answer for this question anywhere. I'm new to Xcode. I have developed two multilanguage iPhone apps and cannot upload them to iTunes Connect because I'm getting the famous error "the ...
0
votes
1answer
62 views

Filter Drag/Drop NSViews With CFBundleDocumentTypes

I have a Drag/Drop NSView which should accept the same file types and extensions that I have listed in my plist under the key CFBundleDocumentTypes. The app accepts any type of video file, folders and ...

1 2