plist Questions

4

I have a JSON file that I exported from a web service. I need to convert this to a .plist file that I can import into the main bundle of an iOS app. What's the easiest way to do this? Note -...
Gust asked 14/11, 2012 at 18:47

8

In iOS 8, when we create an app extension, we have to decide which target it is attached to. The extension will have the same bundle ID's prefix as the target. Is there any way to change the targe...
Alterable asked 20/8, 2014 at 7:3

2

I am trying to create a custom template in Xcode. In my TemplateInfo.plist, for key Options, I have the code pasted below. This template will be for a class that more often than not (but not always...
Cantaloupe asked 14/2, 2013 at 20:31

4

Solved

I have different build configurations (Debug, Stage, Prod) defined for my app and I use User-Defined build settings: to set up Facebook login and other stuff in Info.plist file: In this scen...
Infer asked 3/12, 2015 at 13:19

3

Solved

We are trying to run the project using terminal instead of Xcode->Product->Archieve. We have completed the clean, build and archive successfully. When export .ipa I am getting this following error ...
Cum asked 16/10, 2019 at 8:55

5

Solved

I need to share information from a plist with someone who is not technically inclined. Is there a common free editor that one can use to view plist info in a similar way in which it is presented in...
Theatrics asked 28/2, 2012 at 16:24

2

Solved

I have edited a .plist file. How I understood it: because of sandboxing it is only possible to read files inside the .playgrounds file in a Resources directory. But how is it possible to write the ...
Piscine asked 6/3, 2015 at 10:54

3

Solved

I have an application that breaks in HiDPI mode unless I chose "get Info" in finder and there tick the "open in low resolution" checkbox. Fixing the application is not an option as it was made usin...
Buxom asked 6/12, 2013 at 14:20

6

I have move my project from another machine with latest Xcode installed in it. But now when i'm running project it giving me error as Info.plist:0: error: reading data: The file “Info.plist” co...
Stetson asked 7/6, 2016 at 9:8

7

Solved

I am trying to save data to a plist file in swift, but the data isn't showing up as it was saved when the plist is read. This is the code I was using. var documentsDirectory = NSSearchPathForDirec...
Cordellcorder asked 2/8, 2014 at 23:24

2

Solved

I followed this guide to implementing build numbers in an XCode iPhone project (guide). I tried it and I am getting the wrong build number when NSLogging. It's not updating correctly and is always ...
Mcneese asked 10/11, 2010 at 14:54

6

Solved

In my application, I am using a plist. Please, can anyone explain what are the uses of plist with an example or a sample code?
Tatia asked 18/11, 2009 at 15:6

6

Solved

I am creating a iPhone app in which i get all countries name, logo & player name. I want to save that data in .plist instead of sqlite server. I don't know how to create a plist file in Documen...
Engrave asked 26/5, 2014 at 9:47

4

Solved

I have a plist and inside that an array and then set of dictionary elements? How can I retrieve data from the plist to my array? How can I get category names in one array?
Streusel asked 23/3, 2013 at 4:16

5

Solved

I am getting the following error while trying to ask permission from the user for location in Xcode 9 Beta. I tried adding "Privacy - Location When In Use Usage Description" and "Privacy - Location...
Pycnidium asked 11/7, 2017 at 11:42

0

In macos it is possible to auto hide the dock, and then set a delay with the line defaults write com.apple.dock autohide-delay -float <n> where <n> is the number of seconds the mouse...
Candide asked 17/2, 2020 at 14:49

2

Solved

I wish to change the cordova-camera-plugin language. Apparently it is dependent on a variety of things. My development environment is Tools for Cordova in Visual Studio 2015. It is unlikely that it...
El asked 15/12, 2015 at 10:18

1

Solved

I use the iOS settings app for my app settings. However, since upgrading my device to iOS13, tapping on one of the rows that should lead to a child settings pane (Appearance, Notifications or PDF E...
Pentagrid asked 21/9, 2019 at 21:7

2

Solved

I have a simple document-based Cocoa app call "RaiseMan". When I go to save a file, this message appears in the console: -[NSDocumentController fileExtensionsFromType:] is deprecated, and does no...
Lethargic asked 5/5, 2013 at 23:50

2

I tried running some basic code from OpenCV that opens the webcam. I was able to run this code before I updated to Mac Mojave, but afterwards I get this error when I build and run. `[access] This ...
Ambrotype asked 31/1, 2019 at 4:41

1

Solved

When adding Firebase support to the iOS app, Firebase generates this GoogleService-Info.plist file. One of the flags in this file is IS_ADS_ENABLED which defaults to true. I can't find any docume...
Archy asked 18/9, 2018 at 7:7

3

Solved

I've got an app, written in Obj-C. The info.plist has a list of file types that the app can open. I'm pretty sure that this is working because when I try to drag a file of an unacceptable type, the...
Ergonomics asked 15/6, 2010 at 15:23

9

Solved

Apple strongly recommends using the binary plist format when reading large XML-based data sets into iPhone apps. Among their reasoning is the fact that XML parsing is very taxing on the iPhone. How...
Omegaomelet asked 5/11, 2008 at 6:0

2

Solved

The avgtool associated with increment_build_number plugin in Fastlane returning error. When I'm running increment_build_number in Fastlane, I'm getting Updating CFBundleVersion in Info.plist(s)....
Resonator asked 22/3, 2018 at 13:28

5

Solved

With Xcode 5's new Asset Library, adding images and organizing them has never been easier. However, it seems as if it has broken some scripts I use for creating builds. I have a script within my R...
Incardination asked 3/10, 2013 at 16:57

© 2022 - 2024 — McMap. All rights reserved.