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...
Ruble asked 28/1, 2012 at 10:59

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...
Oleaginous asked 17/10, 2020 at 16:11

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 ...
Hightest asked 29/6, 2015 at 13:35

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...
Medusa asked 23/11, 2021 at 0:26

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}" # ...
Property asked 12/11, 2021 at 8:2

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...
Taxpayer asked 2/11, 2021 at 9:56

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...
Decembrist asked 21/1, 2015 at 9:26

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....
Dampen asked 29/8, 2014 at 6:21

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...
Ber asked 20/9, 2011 at 11:10

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...
Cauchy asked 20/4, 2017 at 7:40

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.