plist Questions
2
Solved
There are limitations with writing NSDictionaries into files in swift. Based on what I have learned from api docs and this stackoverflow answer, key types should be NSString, and value types also s...
Comp asked 29/11, 2014 at 0:39
2
Solved
I want to add key pair values in plist. I dont know how to add the .plist file in XCode. Simply i want to add these details in .plist file named as "Mobile.plist".
Apple - iPhone,iPod,iPa...
14
Solved
Using iOS 10.0 last beta. I had tried to use Camera to scan barcode in my app, and it crashed with this runtime error.
This app has crashed because it attempted to access privacy-sensitive
data...
Selmner asked 13/9, 2016 at 8:41
6
Solved
I'm trying to access a specific property in a plist file on my MAC OS, but the name of that property has a space in it and I cannot access it.
here is the request that I try but it returns me all S...
5
Solved
I'm trying to find documentation that describe the syntax and possibilities suggested by the construction ${PRODUCT_NAME:rfc1034identifier}. Obviously this turns into some version of the product na...
Bayonne asked 2/3, 2011 at 21:5
2
Solved
I'm looking to create in app updates, currently my app creates a signed url for my plist file in my Amazon was s3 bucket, I've also created a signed url for my .ipa file and stored that signed url ...
2
I have a sample plist-file, favCities.plist. This is my sample code:
override func viewDidLoad() {
super.viewDidLoad()
let path = NSBundle.mainBundle().pathForResource("favCities", ofType: "p...
Veto asked 11/7, 2014 at 7:55
2
I'm trying to remove an extra document type I accidentally added in the info project settings. I can't seem to remove it. I've opened the plist and removed it from there, but it keeps getting added...
3
Solved
I want to load the plist file from disk (documents, application cache, ...) not from a resource bundle.
Titled asked 18/3, 2011 at 16:1
2
I am trying to find a way to access the plist file: /Library/Preferences/com.apple.iPod.plist to access the serial numbers in it.
Here is my current code--
import os
import plistlib
fileName=os....
Brita asked 5/9, 2018 at 3:20
5
I am getting a crash below:
This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSContactsUsageDescriptio...
Hermon asked 18/5, 2018 at 12:24
2
Solved
I'm trying to add a value to my Info.plist inside a Build Phase Run Script:
/usr/libexec/PlistBuddy -c "Add :BuildDate date `date`" "${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}"
# ...
2
Solved
I have a flutter application, that also has an iOS native Today extension.
When I change the version on the project's yaml, the "Runner" target gets its version automatically, but the ext...
5
Solved
I have just localized the file Localizable.strings in my Xcode project in order to localise my application to a few different languages. However, having edited each of the files in the standard "ke...
Metacarpal asked 26/3, 2013 at 21:46
5
Solved
I am reading an iOS dev book and in it saw a reference to a info.plist file used as part of an Obj-C project. Unfortunately, the book did not explicitly say where the file may be found?
Where is t...
Leavy asked 28/7, 2011 at 3:33
5
Solved
I really love the 'auto hide menubar' option in El Capitan, but sometimes I like it (private) sometimes I don't (work). Is there a way to show/hide it programmatically by changed it's value in a pl...
Ripp asked 8/10, 2015 at 11:31
3
Solved
Getting a error while executing the plist file in terminal
ERROR : Path had bad ownership/permissions
1) I created a plist file using xcode 6 and saved the plist file in path library/launchdaemon...
8
In an effort to deploy an enterprise iOS app, I've created the following link:
Unencoded version (for easy reading):
<a href="itms-services://?action=download-manifest&url=https://example....
4
Where can I find information on how to modify these
${EXECUTABLE_NAME}
${PRODUCT_NAME}
These are only displayed in .plist file but where are the actual values.
If we can directly modify what ...
Printmaking asked 4/1, 2012 at 6:59
3
I am trying to parse a .plist file in Java but not understanding how. I used a DOM parser but it gives an error and is not able to read .plist file.
This is my plist file:
xml version="1.0" encod...
3
I am setting a variable in the terminal
export VAR=1.0.0
And I have to read it from ~/.bash_profile into the info.plist like for example:
<key>CFBundleShortVersionString</key>
<s...
3
I would like to setup Firebase in Unity 2020.1.14.
I downloaded the GoogleService-Info.plist into my assets folder and set up a project in the Firebase console.
But as soon as I import the Firebase...
Mcgraw asked 4/12, 2020 at 17:45
1
EDIT: Still haven't found an answer for this. Here's the plist file which shows that the OS is reading .ts files as MPEG video files rather than text files:
EDIT #2: I've tried restarting my comput...
Crasis asked 15/2, 2021 at 5:24
3
Solved
What exactly is a .plist file and how would I use it? When I view this in xcode, it seems to generate some kind of template vs showing me some xml code. Is there a way that I can extract the data i...
Francoisefrancolin asked 13/4, 2011 at 19:25
2
Solved
I have a single Xcode project with multiple targets.
Each target has its own Info.plist file with the version number of that application. (CFBundleVersion and CFBundleShortVersionString)
How can ...
Piwowar asked 8/1, 2014 at 15:28
© 2022 - 2024 — McMap. All rights reserved.