plist Questions
2
Solved
I'm building an iPad-Only application. I need to use a custom font with some labels, so I added them to my project. They appear in my application target for "Copy Bundle Resources". I also added th...
Inspiratory asked 24/11, 2010 at 15:57
2
Solved
I have plist in my iphone app and I want to read and write an integer from my single to and form it.
I have this to read it:
scoreData *score = [scoreData sharedData];
filePath = @"stats.plist...
Weylin asked 17/10, 2010 at 16:1
1
Solved
I'm learning how to use plist files for storing data in my iPhone app. I've been reading a bunch of the questions about plist and dictionaryWithContentsOfFile on this site, but can't see what I'm d...
Gaven asked 9/10, 2010 at 6:9
1
Solved
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...
Volding asked 30/8, 2010 at 20:7
3
Solved
In my iPhone app, I have two plist files to store "Themes". One is a read-only file containing default themes, and one contains custom Themes that the user has created. I'm using plist files becaus...
Faradize asked 19/10, 2009 at 1:7
4
Solved
Assuming both XML plist and JSON are delivered over http, gzipped, which one will be processed faster on an iPhone?
1
Solved
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 fir...
Logical asked 3/8, 2010 at 16:31
2
I have an iPhone App that uses a relatively small amount of data.
I'd like to save the data in the XML format and be able to load this in memory to Objective-C objects. I'd like to use iPhone SDK f...
Shieh asked 20/7, 2010 at 16:51
2
Solved
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>...
2
Solved
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 l...
2
Solved
I'm trying to add the item
<key>UIStatusBarHidden</key><true/>
to my plist that's auto-generated by CMake. For certain keys, it appears there are pre-defined ways to add an ite...
2
Solved
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...
Filide asked 23/3, 2010 at 17:34
1
Solved
I am working on releasing an app that will greatly benefit from using the in app purchase model. The app is a sort of book viewer, and the content I would like to make available for purchase will b...
Flanch asked 13/3, 2010 at 20:22
2
this question is regarding xcode objective c and iphone development:
So I want to store an array in a new plist file and I know how to retrieve the file path and write the data into the file (at l...
Concavoconcave asked 18/2, 2010 at 21:31
4
Solved
Is there any reason that data pulled in from a plist will show in the simulator but not on my test device? Worked all day on making it work and was thrilled until I tested it on the actual device. ...
4
Solved
I'm trying to put anti-piracy code in my app. The previous answer to this (which I can't link to because of my member status - sucks) can be easily countered, since the "SignerIdentity" string can ...
Oversupply asked 24/5, 2009 at 5:34
1
I've been working on an iPhone application had an issue where dSYM file generation was seg faulting on me.
GenerateDSYMFile /Users/kaom/Projects/build/Release-iphoneos/NodeAppGen.app.dSYM /Users...
1
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...
1
Solved
Hey, alright so I have a .plist that looks like;
<plist version="1.0">
<dict>
<key>Item 0</key>
<dict>
<key>Name</key>
<string>Jero</string&g...
Poulenc asked 5/11, 2009 at 12:49
1
Solved
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...
Angele asked 23/9, 2009 at 10:49
7
Solved
I am developing an iPhone app, in which i want use an .plist file to save some config variables.
in my xcode where to create that .plist file and how to access it???
thank you,
Indecency asked 4/6, 2009 at 4:39
2
Solved
I'm trying to write to a plist file using writeToFile, before I write I check whether the file exists.
This is the code:
#import "WindowController.h"
@implementation WindowController
@synthesiz...
Photoelectric asked 30/8, 2009 at 14:32
2
Solved
I have a plist:
<plist version="1.0">
<array>
<dict>
<key>name</key>
<string>Alabama</string>
<key>abreviation</key>
<string>AL<...
Get asked 27/8, 2009 at 18:53
2
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 ...
7
Solved
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 u...
© 2022 - 2024 — McMap. All rights reserved.