Tagged Questions
"Property List" file
15
votes
4answers
2k views
Is it possible to add info or help text to an iPhone settings bundle?
Several of the Apple-provided apps have informational/help text in their settings. For example, the Keyboard settings shows:
which includes the help text "Double tapping the space bar will...".
I ...
12
votes
10answers
13k views
iPhone Icon@2x.png not showing in Retina display
For some reason, the iPhone 4 refuses to display my high resolution icon file.
I've checked out these solutions, none of which have worked for me:
...
11
votes
4answers
7k views
Entitlements.plist not created properly
reading the doc from apple I need to create an ad-hoc distribution app, and to do so I need the entitlements.plist.
when i create a new entitlement, the value "get-task-allow" is not present, so I ...
10
votes
3answers
164 views
Using iOS SDK to create a plist at runtime?
I am new to iPhone development. I want to know is there any sample code to create plist at runtime,by getting data from webserver and I want to know what should be format of data from server,so that I ...
10
votes
1answer
207 views
How to save locally saved xml file into .plist file
I need to write and update xml file based on nodes.
For that i found that i need to convert local xml file into plist file.
Then i can able to update,read and write into plist file as we need.
But ...
8
votes
2answers
2k views
How do you change a plist's root object type to NSArray in Xcode 4
how do you change the root object type to an NSArray in a plist created in Xcode 4?
It defaults to a type of NSDictionary, but I can't find a way to change it.
8
votes
3answers
2k views
Updating a Safari Extension?
I'm writing a simple Safari Extension, and I'm trying to figure out how to get the update mechanism working. Apple's documentation here is delightfully vague:
...
8
votes
3answers
11k views
Parse Plist (NSString) into NSDictionary
So I have a plist structured string, that get dynamically (not from the file system). How would I convert this string to a NSDictionary.
I've tried converting it NSData and then to a NSDictionary ...
8
votes
2answers
3k views
Persisting Custom Objects
I have a custom object that simply inherits from NSObject. It has 3 members - two floats and an NSDate.
My app is going to have an array with a number of these objects kicking around, and I need to ...
7
votes
11answers
2k views
CFBundleVersion in the Info.plist Upload Error
"The binary you uploaded was invalid. The key CFBundleVersion in the Info.plist file must contain a higher version than that of the previously uploaded version."
I’m getting this error when I come to ...
7
votes
5answers
715 views
what's faster on iPhone? XML pList or JSON?
Assuming both XML plist and JSON are delivered over http, gzipped, which one will be processed faster on an iPhone?
7
votes
1answer
2k views
Securing xml plists in Cocoa / Objective C
I am writing an application which reads information from am xml plist in the bundle upon startup. The information in the plist has been compiled through many days of work and I would like to ensure ...
6
votes
3answers
265 views
NSNumber vs Int
If integers cannot be written to a dictionary and then a plist, but NSSNumbers can. Is it better to use NSNumbers throughout the app, rather than needing to convert every-time saving or loading a ...
6
votes
1answer
964 views
best way to add license section to iOS settings bundle
My iOS application uses a number of third party components licensed under Apache 2.0 and similar licenses, which requires me to include various bits of text, this kind of thing:
* Redistributions in ...
6
votes
1answer
2k views
What is the HTTP content type for binary plist?
I am modifying a rails server to handle binary plist from an iPhone client via POST and PUT requests. The content type for text plist is text/plist, as far as I can tell. I would like the server to ...
6
votes
1answer
278 views
Easy way to merge plists?
Is there an easy way in Common Lisp to merge two plists? Or from another point of view: is there a way to remove duplicates from a plist? I know I can just append plists (and GETF will take the ...
6
votes
2answers
4k views
writing NSDictionary to plist in my app bundle
I'm trying to write an NSDictionary to a plist but when I open the plist no data has been written to it.
From the log my path looks correct and my code is pretty standard.
Any ideas?
NSArray *keys = ...
6
votes
4answers
2k views
Is there any online .plist editor?
I'm interested in an online application like the tool that comes with XCode, that shows the keys and values as rows, in an editable manner and handles xml plists (I don't care if it handles binary ...
6
votes
7answers
5k views
iphone plist or sqlite for static data?
Is there any "Best Practice" approach to storing persistent STATIC data for iphone apps? I have an app that reads a dictionary of approximately 1000 items many of which are arrays. I started out ...
5
votes
1answer
96 views
Common Lisp: Appending a nested plist efficiently
I am using a nested plist in order to create a structure of objects (CLOS type), passing on the nested ones to its parts. I want to append the nested plist in an iterative way, but therefore I want to ...
5
votes
5answers
562 views
Should I use NSUserDefaults or a plist to store data?
I will be storing a few strings (maybe 10-20). I am not sure if I should use NSUserDefaults to save them, or write them out to a plist. What is considered best practice? NSUserDefaults seems like it ...
5
votes
1answer
641 views
Parsing Mac XML PList into something readable
I am trying to pull data from XML PList (Apple System Profiler) files and read it into a in-memory database, then turning it into something readable on Windows machines.
The problem is that the ...
5
votes
3answers
763 views
Should I save in plist or Core Data?
I'm wondering if I should save data in my app to a plist or using Core Data..
My app is just basically saving tweets from timeline and other users now. Which is less than a few hunderd kB (about 200 ...
5
votes
2answers
17k views
Plist Array to NSDictionary
I have a plist:
<plist version="1.0">
<array>
<dict>
<key>name</key>
<string>Alabama</string>
<key>abreviation</key>
...
5
votes
2answers
1k views
plist or sqlite
I have to store a huge amount of data on IPhone then sort and search it as per requirement. Can anyone suggest to me which of SQLite or plist should I use?
I was thinking of using SQLite.
Which of ...
4
votes
2answers
292 views
How can I delete a plist programatically?
I want to delete my entire plist file from the filesystem programmatically. How can I do this?
This is how I am writing the plist:
+ (void)writeObjectToPList:(id)myData {
NSArray *paths = ...
4
votes
3answers
1k views
Array does not load data from plist
I'm not sure what exactly is my problem since I have been using this method for a while now and never had this problem.
Basically, as the title says. This code loads data from a plist located in the ...
4
votes
2answers
989 views
Python module for binary plist
Is there any Python project/module working on a binary plist writer? I need one for a REST implementation I'm doing. I would like the server to send a HTTP REsponse containing a binary plist instead ...
4
votes
2answers
214 views
How can I get a Node adjacent to a unique Node using Scala?
I'm trying to parse an Apple plist file and I need to get an array Node within it. Unfortunately its only unique identifier is sibling Node right before it, <key>ProvisionedDevices</key>. ...
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 ...
4
votes
1answer
1k views
How to write a BOOL to plist?
I'd like to assign a boolean value to a plist file entry. I'm doing the following:
NSString *aBool = realBoolValue ? @"YES" : @"NO";
[myplist setValue: aBool forKey:@"boolKey"];
[myplist ...
4
votes
1answer
6k views
plist bundle version values
I want to set the Bundle Version in my plist. However, it appears that the value that is actually LOOKED at by finder to put the version when you look at more info is "bundle versions string, short" ...
4
votes
3answers
2k views
NSBundle, plist and other resources in an Obj-c Static Library
I've created a static library in Xcode, which I am able to successfully use in other projects. However, with resources like plists, I find I must include any plists referenced in my library in the ...
4
votes
3answers
8k views
Convert excel document (xls) to a plist
I have a pretty straightforward excel document in which I need to use the data in an iPhone app. The xls document has 6 columns, 200 plus rows.
I would like to create a plist from the xls document ...
4
votes
2answers
4k views
iPhone - Change app icon pointed to by info.plist within the application?
Is there any way to change the 47x47 PNG, pointed to within info.plist, for the iPhone springboard icon from within code?
I understand I can add a translation and change the springboard icon per ...
3
votes
1answer
41 views
Accessing Mac property files via C
I am accessing a plist file using the code below on a Cocoa with Objective-C application:
NSString *plistPath = [@"~/Library/Preferences/com.apple.mail.plist" stringByExpandingTildeInPath];
...
3
votes
1answer
54 views
Crash in unarchiveObjectWithFile under specific conditions
I have the following code to read an archived array:
id temp = [NSKeyedUnarchiver unarchiveObjectWithFile:path];
if(temp && [temp isKindOfClass:[NSArray class]])
{
self.posts = [temp ...
3
votes
1answer
97 views
Initialize Core Data With Default Data
I have a basic question regarding populating Core Data with data. I am building an application, which will show ATMs on a map. I would like to ship the application with a preloaded database, but to ...
3
votes
1answer
270 views
How to convert NSData to NSArray (or NSObject)
I did test this code, but it cause SIGABRT error.
NSArray *array = [NSKeyedUnarchiver unarchiveObjectWithData:data]
NSData is plist data with xml format. This code works fine.
[urlData ...
3
votes
1answer
47 views
What is the correct way to ensure read-only plists are copied to the application build directory?
I have an iPhone application that uses a set of plists to load the data. I found during development that I was getting very strange behaviour whereby XCode did not always read from the latest revision ...
3
votes
4answers
993 views
How to create PLIST files programmatically in iphone
I was looking to create plist file in my application Documents folder programmatically in objective C. I create a folder in documents directory :
NSArray *paths = ...
3
votes
2answers
295 views
Searching Core Data vs. Plist
I am searching 350 dictionary objects. Would it be more efficient to store the data in Core Data or a plist for searching?
Basically, each object is a dictionary with 8 key-values. The 350 objects ...
3
votes
2answers
243 views
What are some advantages of using Core Data? (as opposed to plist)
I am relatively new to iOS and programming, and I made an app before, but it used a plist for storage, which I saved to the documents folder. Now, I am thinking about switching over to Core Data, but ...
3
votes
1answer
366 views
Strange problem with reading and writing a plist file
I have an application that read info from I plist file. To do it I use this code below:
NSData *plistData;
NSString *error;
NSPropertyListFormat format;
id plist;
...
3
votes
1answer
362 views
Write data to plist
I would like to read data from a plist, add some elements and the write the data to a plist.(update a plist).
I want to have the plist hold an array of dictionaries, read this array into my app, add ...
3
votes
3answers
325 views
Command-line tool for converting PLIST to JSON?
Is there a command line tool available for converting .plist files to JSON?
If not, what would be the approach for creating one using Objective-C or C on a Mac? For instance, there is JSONKit, for ...
3
votes
2answers
149 views
quick question about plist
Can my application download a .plist from a URL and replace the one that I built in xcode and shipped with the application?
Thanks
Leo
3
votes
0answers
104 views
Adding a service handle for cocoa app
I've read "Service Implementation Guide" from developer.apple.com and a question here from stackoverflow (on how to create a cocoa service), and followed this tutorial: ...
3
votes
1answer
769 views
Android parsing plist to document
I'm trying to parse an iPhone plist file to use it with xpath and xpathexpression.
plist example:
<plist version="1.0">
<dict>
<key>00</key>
<dict>
...
3
votes
2answers
750 views
How to save / reload a custom array to a plist
I'm loading in data from an sqlite database, storing the values i load from there in the instance variables of a custom class, and then adding this class to a mutable array, which i'm then assigning ...