A PLIST file, also known as a "Property List" file, uses the XML format to store objects such as arrays, dictionaries, and strings.
0
votes
0answers
8 views
Differences between XML-like .pbxproj file and JSON-like .pbxproj
I am using an iOS testing framework called Frank. When I setup Frank it converts my .pbxproj file from a JSON-esk format into an XML-esk format while adding a few things. We found out about this ...
0
votes
1answer
8 views
How do you set an item in a .plist with PlistBuddy?
I'm having trouble tracing through a .plist with PlistBuddy and change it in the command line, I know the format is similar to, "/usr/libexec/PlistBuddy -c "Set :items:2:assets: www.test.com" ...
0
votes
2answers
23 views
Reading and writing NSMutableDictionary to a plist file
I am trying to save NSMutableDictionary in applicationDidEnterBackground of AppDelegate.m an to a plist file. Immediately after saving it, I try to check if the file exists and read it back, but the ...
0
votes
0answers
8 views
Refreshing UITableView in UINavigation View
I have set up a UINavigation view which segue's to a detailed view controller successfully . The View is where the user will add and update a PLIST which again works fine.
The issue I have however is ...
0
votes
1answer
33 views
What are the various types of plist?
I came to hear from some discussion that there are binary plist and xml plist.
Are there more?
What are the different types of Plist?
What makes them different from each other?
Can I use all for iOS ...
0
votes
0answers
47 views
Is there any faster way to produce a plist in iOS development?
I have a website that provide various place name and CCTV camera.
The URL:http://www.gov.hk/en/theme/psi/datasets/trafficsnapshot.htm
For example, I would like to produce series of list named Hong ...
1
vote
1answer
33 views
Objective C - Using an integer value to identify data in a plist
I would like to start off by saying that I am a bit new to coding in general, but I am excited to learn. I am trying to get a label to cycle through the first four letters of the alphabet, which are ...
0
votes
0answers
7 views
Edit the plist in document path
How do i change the status from 0 to 1,I have try many way but i always got an unexpected result.So for all who know please provide some explanation.
<plist version="1.0">
<dict>
...
0
votes
1answer
13 views
AFNetworking PLIST
I am trying to use AFNetworking with AFPropertyListRequestOperation to download a plist and use it.
Somehow this is not working because it seems AFNetworking does not like the format of the plist or ...
0
votes
1answer
12 views
NSDictionary - use nil key or nil value?
I am using an array of NSDictionaries to store some baseball teams, each with a 'name' key. When a user decides he is interested in receiving score updates for a particular team, I collect which ...
-1
votes
1answer
8 views
Updating a key in NSUserDefaults dictionary (inside array)
I have read that an array retrieved from NSUserDefaults is immutable. If I have an array of dictionaries, and I want to update the object for a key on one of those dictionaries, do I have to make a ...
0
votes
1answer
12 views
Discrepancies between debug/release profiles when counting items from a plist for numberOfItemsInSection for UICollectionView
I have a UICollectionView whose collectionView:numberOfItemsInSection: is defined as follows:
- (NSInteger)collectionView:(UICollectionView *)collectionView numberOfItemsInSection:(NSInteger)section
...
0
votes
0answers
12 views
Find which row number a string is in .plist file
I am using a search to filter a UITableView. If I search for say, "Table title number 22" (which would be located in row 21 in the .plist file), is there any way I can use the string that matches this ...
-2
votes
2answers
44 views
Modifying NSDictionary in run Time [duplicate]
Please Help me.
I have a plist clothingList.plist
I am accessing it like this in a method
NSString *path=[[NSBundle mainBundle] pathForResource:@"ClothingList" ofType:@"plist"];
//NSDictionary ...
0
votes
0answers
24 views
Plist notification when someone changes it
I have an app that is using an external plist to populate a table. I would like to create a notification when someone changes the data from plist that alert the user that have been a change in the ...
0
votes
0answers
9 views
Save Image to my plist to load hear in other view
I want to save my image import from the Photo library or my camera in a plist (Data.plist).
Thank you in advance
//I have hear my code to save the name of person write in my text field
// ...
0
votes
0answers
3 views
remote plist array into tableview
I have a remote plist with an array that i'm trying to set to a label on a table of custom cells.
heres my plist code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC ...
0
votes
1answer
16 views
Sum of records in property list
How can I calculate the sum of all numbers in all dictionaries for the key for example "Hours"?
Couldn't find any informations about that.
Here is piece of my property list I'm talking about:
...
0
votes
0answers
19 views
Objective-C read only database [closed]
I'm going to write read-only database so user can't change anything from within app. Is using .plist best choice ?
I have max 3 level-depth category (several of top level categories) and I need to ...
0
votes
0answers
24 views
Sandboxing Application: Partially Failing to Reading XML Plist
I have an NSMutableArray of NSMutableDictionary. The application allows the user to save the array as an XML project file with plist. Everything works fine before the application is sandboxed. The ...
-4
votes
1answer
34 views
Find values in a plist and display a corresponding result [closed]
I want to find a value in a plist for example say I have a number like 1234 and I want to then find that value within a plist full of values and then display a string that is represented by that ...
-2
votes
1answer
36 views
Multiple objects into plist [closed]
I'm trying to add multiple objects to a plist, from the same UITextField.
I explain better. I have an UITextField from which I add a phone number to a plist. The problem is that I can't add more than ...
1
vote
0answers
29 views
iOS - Can't get “Open in” to include my app
I've read several resources online, and I must just be missing something simple. I've reviewed the apple documentation on Uniform Type Identifiers, and I've read through forum posts as well, and I ...
0
votes
0answers
8 views
Loading plist data i detail view
im building a table view application and i have successfully popylated the table view with data from a plist file
my problem is that i cant pass data from the same plist file to teh detail view ...
0
votes
2answers
27 views
XSLT: for-each extra response?
I'm converting a plist to XML, and I'm confused why my for-each is returning two responses, whereas if I change for-each to a value-of, I get no return at all. Everything else works, I just want to ...
0
votes
2answers
33 views
Creating a plist with multiple strings
I have a multiple strings I would like to write to one plist using objective c. Can anyone please tell me exactly how to do this? I appreciate it
-2
votes
1answer
25 views
Writting to mainbundle plist [duplicate]
i have a question i created a plist of movies.
Root is of type Dictionary
and Pixar type Array
with 3 string movie titles
I am able to read from the list with the following code no problem
...
1
vote
0answers
18 views
plist python script hang
In OSX one of my python scripts that I launch via plist hangs. It hasn't allways hung. Sometimes it works for a while. It works fine if I launch it from terminal - python myscript.py. Its not an issue ...
0
votes
2answers
54 views
Defining the key of a plist using another defined variable in common lisp
Inside common lisp, I have a variable 'name' defined as:
(setq name ':length-1)
>> :length-1
Now I want to make a plist using this variable and I want it to look like:
(:length-1 10)
Is ...
-3
votes
1answer
45 views
how to update the plist file in ios [duplicate]
I am developing one application.In that i am trying to update the plist file using below code.
plist_path=[[NSBundle mainBundle]pathForResource:@"Configurationfile" ofType:@"plist"];
...
1
vote
2answers
36 views
Contents of Plist file getting deleted
I am trying to save name and num in a plist stored in bundle, it is getting saved properly but the problem is that once I execute again my application, I am unable to retrive previous data stored in ...
0
votes
1answer
29 views
iOS - using MapKit with plist annotations - how do I search within a position radius
I have an application that uses the Mapkit with a plist that contains my custom annotations. This all works fine.
What I next want to do outside of the map is to be able to locate all the custom ...
0
votes
1answer
23 views
Convert json files to plist in mac
Is there a command line tool that will let me do that? I have tried plutil but that doesn't work. I think plutil can only convert files from plist (or binary plist) format.
0
votes
1answer
54 views
Change the desktop placement via terminal command or Applescript
I administer a few computer labs using mostly Apple Remote Desktop (ARD). I've been trying to resize the desktop either via the command line using Terminal, or by using Applescript.
I found this ...
0
votes
0answers
37 views
XCode plist editor inserts comma in values over 1000 creating problems
I enter a value "43200" (12 hours in seconds) into a NSNumber field and save. XCode somehow changes the value to "43,200" - inserting a comma. However if I look at the xml file the value is saved as ...
0
votes
3answers
45 views
How could I have .plist path inside iPad / iPhone
How could I have a complete list of each .plist path (inside iPhone/iPad) ?
In iOS Simulator I'm using it : ls -l ~/Library/Preferences/com.apple.*.plist
My goal is to find a specific key and read ...
-1
votes
1answer
16 views
auto update content of plist in xcode
I want to Update the Content of plist in Xcode every time User opens App
Like i will change the Plist Content Data every day one time And when user opens the app it should automatically search for ...
0
votes
0answers
18 views
Use multiple plist in target
I have 3 .plist files and each one is for development, staging, and prod. I have in the main .plist file a string determining which stage we are building for.
Is it possible to set a target that will ...
0
votes
1answer
75 views
Creating an array of dictionaries plist
I am creating a plist of dictionaries. The plist starts off as empty, and then I do this:
NSMutableArray *favouritesList = [[NSMutableArray alloc] initWithContentsOfFile:path];
[favouritesList ...
0
votes
2answers
45 views
How do I add a plist file to Setting.bundle programmatically?
I am trying to add a plist file to the Settings.bundle in my iOS project programmatically. How would I go about doing this?
I used Apple's API to find where to put a created plist file to see if the ...
0
votes
0answers
48 views
Retrieving data from plist is null
I can't display the items in a CustomCell. If I make name like name and surname everything works fine. But when I remove surname field and put them together in a field they are null. I guess it's ...
0
votes
0answers
19 views
QuickLook - Application UTI overriding QLGenerator UTI
I wrote a .qlgenerator for a particular set of file types and defined a supposedly correct set of "Imported Type UTIs" in the .plist file.
The form of UTIs is "public.archive.xxx.yyy", where "xxx" is ...
0
votes
1answer
29 views
Can't load array from plist,not getting objects
Im trying to save a score (NSNumber) into a plist file and then load it.
This is my save method:
- (void)saveScore:(int)iScore;
{
NSMutableData *data = [[NSMutableData alloc] init];
...
0
votes
2answers
52 views
Parse plist file and get value for key
I have this file below:
I have a question, how can I get url value from this plist file.
I have convert this file to a NSDictionary and it has all keys and values.
I've added this line to check ...
0
votes
0answers
41 views
NSArray refuses to writetofile [duplicate]
I have an NSArray of objects that wont write to a file. Here is the object header:
#import <Foundation/Foundation.h>
@interface HSMenuItem : NSObject
@property (nonatomic, copy) NSNumber *Id;
...
0
votes
1answer
40 views
Downloading Remote PLIST iOS - Returning Null
Struggling with this one. Looking to download a read only plist for use inside my app...
However struggling to read the contents in a Dictionary... Code below, any pointers would be great..
...
-1
votes
0answers
22 views
reading from and writing to plist
#import "AnswerViewController.h"
#import <QuartzCore/QuartzCore.h>
#import <AVFoundation/AVAudioPlayer.h>
@interface AnswerViewController ()
@end
@implementation AnswerViewController
...
-4
votes
1answer
26 views
Update NSDictonary in plist-File
I have the following structure in my plist file:
<array>
<dict>
<key>XX</key>
<string>value XX</key>
<key>YY</key>
<string>value ...
0
votes
4answers
42 views
Not able to retrieve info.plist data by -pathForResource method?
In my application I am not able to get the plist using the below code. I am using Xcode 4.5
and here is my code for retrieving plist,
NSBundle *thisBundle = [NSBundle mainBundle];
...
-4
votes
1answer
34 views
Which one is better to use in xcode? plist or json? [closed]
I am trying to get this ans searching but did not get the best answer so far. Can you guys help on it?
Which one is better to use in Xcode?
Plist
JSON







