info.plist Questions
2
On existing project that always built without issue on 10.10/Xcode 6 I am now getting this error with 10.11/Xcode 7:
Couldn't find platform family in Info.plist CFBundleSupportedPlatforms or Mach-...
Galina asked 7/10, 2015 at 5:2
2
Solved
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 coordi...
Frampton asked 20/9, 2010 at 13:42
1
Solved
I am trying to update CFBundleName & CFBundleDisplayName in Info.plist using PlistBuddy
/usr/libexec/PlistBuddy -c "Set : CFBundleName test" info.plist
/usr/libexec/PlistBuddy -c "Set : CFBu...
Yodel asked 30/3, 2016 at 14:29
3
Solved
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...
Polak asked 12/1, 2009 at 11:33
1
Solved
At run time, is there a way to read CFBundleVersion from the Info.Plist ?
I want to display the version info in the app's "About Box".
Thanks in advance,
-Ed
Carey asked 25/2, 2016 at 22:58
4
Solved
Is there any way to set the display name of the application which is shown on iPhone and on iTunes different? The name that I wrote to "Display bundle name" in info.plist is shown both on iTunes an...
Exciter asked 30/12, 2009 at 11:26
1
I have developed a Mac application using Qt 5.3.2. This application handles files with specific extension (lets say .xyz).
I have created an icon file named XYZ.icns and added it to my app bundle ...
Fig asked 29/1, 2015 at 19:17
2
Solved
I suddenly get a message on iOS 9 :
The resource could not be loaded because the App Transport Security
policy requires the use of a secure connection
Searched a bit and found that set...
Ology asked 25/9, 2015 at 5:11
2
Solved
I need to create a .plist file during post install and the only option I can use is a bash script. I have to create a foo.plist into /Library/launchAgents with a bash script and I've used the follo...
Slipstream asked 9/12, 2014 at 12:57
4
"The app's Info.plist can't contain values for the UIRequiredDeviceCapabilities key that would prevent this app from opening on any iOS device. For more information, see Understanding the UIRequire...
Phares asked 23/1, 2015 at 9:52
2
Is there a way to specify the device family solely based on a key in Info.plist, without changing the build settings?
I have read about UIDeviceFamily being added automatically to Info.plist at bui...
Thriller asked 6/8, 2013 at 8:34
21
I was recently working on my application messing around in the info.plist section, and since that my application will not run on my test device:
file 'project.pch' has been modified since the pr...
Crocoite asked 10/2, 2013 at 0:38
3
In my iOS project, I've created a separate plist file with values for all social sharing keys and appIds et al.
How do I specify, in the project/target settings, that this new plist file is an ext...
Gilgai asked 17/12, 2013 at 14:44
2
Solved
It's a puzzle for me:
for Bundles/Frameworks version lays in Info.plist
for old applications it lays in resource fork
But today I found an executable (LaunchDaemon) which is new, has no resourc...
Collateral asked 23/2, 2015 at 9:47
1
Solved
I'm trying to localize the name of an app while still being able to append a string depending on the build configuration. So currently it is set up as:
<key>CFBundleDisplayName</key>
&...
Hodgson asked 6/1, 2015 at 13:12
1
Solved
I built an iOS game with SpriteBuilder and cocos2d. When I attempt to submit it to the AppStore, I get the following error:
ERROR ITMS-9000: "Missing plist key. The Info.plist file is missing the ...
Albuminous asked 8/9, 2014 at 4:50
3
Solved
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 ...
Sato asked 15/2, 2011 at 15:0
2
Solved
I would like my app to appear in the UIActivityViewController for text, in other apps. For example, when sharing from the Notes app as shown below.
Adding the following to the Info.plist didn't ...
Doordie asked 10/2, 2014 at 20:23
6
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 8...
Lemons asked 1/6, 2011 at 15:14
4
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 un...
Brigidabrigit asked 1/9, 2011 at 3:39
2
Solved
I work for a company that creates apps for the Japanese iOS App Store. Our only supported language is Japanese.
We selected Japanese as the "default language" in iTunes Connect, but when our apps ...
Si asked 4/12, 2013 at 23:40
2
Solved
How do I comment out lines in my .plist file in my iOS/Mac projects?
I want to comment out the settings that I don't want to expose for this version of the project, but I may want to expose it lat...
Yanez asked 2/12, 2013 at 4:37
1
Earlier i used Afloat for this but now it seems to be dead...
Is there any alive software or any simple "handy" way to force keeping app window on top over others (including fullscreen apps)
I ca...
Unleavened asked 24/10, 2013 at 13:45
1
Can we change the value of info.plist key programmatically in ios? like I want to change the value of 'View controller-based status bar appearance' key to 'YES' / 'NO' in different places.
Correy asked 22/10, 2013 at 5:31
1
Solved
I have the following Info.plist which I am attempting to associate .mybin files with the applcation. However after installing the .mybin files do not have the icon, the description or the associati...
Rigel asked 24/9, 2013 at 14:12
© 2022 - 2024 — McMap. All rights reserved.