plist Questions
4
Solved
While developing a Cocoa application on 10.9, I have noticed that if I go to ~/Library/Preferences and delete the plist file for my app (to reset it), on the next build-and-run, the app behaves as ...
Mcbride asked 10/10, 2013 at 18:54
2
Solved
Hello Im trying to parse an plist file that contains array of dict's. Im trying to do this using xmlwise. The content of the plistfile is here
So far I only have this in my activity and im getting...
Heartsome asked 14/5, 2014 at 8:50
5
Solved
Is there an easy way to create a plist with Java? The result should be the same as serializing a dictionary in Objective C.
Sniperscope asked 24/7, 2010 at 10:52
1
Solved
Somewhere in my code
NSData *data = [NSKeyedArchiver archivedDataWithRootObject:someArray];
I expect data to be nil if someArray is nil, but it return some data I don't understand.
I print it ou...
Hulton asked 10/4, 2014 at 14:6
1
Solved
Good day, everyone.
I followed these two tutorials line by line, try to associate my app to the csv file (email app attachment), but I after I added these down below changes to my app's plist file...
6
Solved
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 b...
2
I know how to set up my iOS application to make it playing audio in background (= when another application is used on the iOS device) using the plist.
Some applications like:
- BLOOM
- some radio ...
Overexert asked 8/5, 2012 at 18:37
3
Solved
I'm using a piece of code I've used before with success to load a plist into an array:
NSString *filePath = [[NSBundle mainBundle] pathForResource:@"species_names" ofType:@"plist"];
NSArray *array...
Zeuxis asked 5/8, 2011 at 5:53
1
Solved
I am writing a program in c++ that will need to parse binary plists. XML parsing is not a problem, so I was thinking I could convert the binary plist to XML and then parse that. Is there a way to d...
Whitlow asked 28/1, 2014 at 17:54
4
Solved
I have a plist which I am changing:
NSString *finalPath = [path stringByAppendingPathComponent:@"KeyFrameFileByMovie.plist"];
NSMutableDictionary *keyFrameFileByMovie = [[NSMutableDictionary alloc...
Luke asked 6/1, 2010 at 0:28
4
Solved
Does any one know how to modify a Plist file from command line using defaults?
Currently there are two Dictionaries under the URL types array; I need to add another.
Every command i've tried ha...
Antipater asked 6/12, 2012 at 9:15
5
Solved
can any one help me with this how to write a NSMutableDictionary into a plist....
thanks in advance..
Quianaquibble asked 21/10, 2010 at 6:7
2
Solved
How do I comment out lines in my .plist file in my iOS/Mac projects?
I want to comment out the settings that I don't want to expose for this version of the project, but I may want to expose it lat...
Yanez asked 2/12, 2013 at 4:37
4
Solved
i want to read a plist using cocos2d-x (c++)
here is my plist:
<array>
<dict>
<key>x</key>
<integer>0</integer>
<key>y</key>
<integer>0&...
Malcom asked 17/5, 2012 at 10:32
4
Solved
I am creating a MKMapView application and in need to save a couple MKMapRect type variables in a plist so as to refer them when need.
I know that MKMapRect has MKMapPoint origin and MKMapSize size...
Bellinger asked 3/8, 2011 at 8:16
1
Earlier i used Afloat for this but now it seems to be dead...
Is there any alive software or any simple "handy" way to force keeping app window on top over others (including fullscreen apps)
I ca...
Unleavened asked 24/10, 2013 at 13:45
1
Solved
Traditionally, I've used group element titles in my Settings.bundle file, as suggested in the answer to this question:
best way to add license section to iOS settings bundle
However, under iOS 7,...
Horatia asked 28/9, 2013 at 22:19
1
I use a configuration.plist file to configure certain parameters in my application and initialise few classes based on the contents of this plist file.
However I want to expose to the developer a ...
Superhighway asked 2/10, 2013 at 3:4
4
I would like to pass the userid and password in the itms-services link so that the protected plist can be accessed.
To clarify, in the following link, the plist cannot be accessed directly as the...
1
Solved
I have the following Info.plist which I am attempting to associate .mybin files with the applcation. However after installing the .mybin files do not have the icon, the description or the associati...
Rigel asked 24/9, 2013 at 14:12
3
i have a plist which goes like this:
<dict>
<key>11231654</key>
<array>
<string>hello</string>
<string>goodbye</string>
</array>
<k...
Sage asked 16/8, 2010 at 14:23
3
Solved
I have just noticed, that if you have an .plist file in your Xcode project (it does not matter whether it is the Info.plist file or other - in my case it was other .plist file) and you edit the fil...
Grillroom asked 3/12, 2010 at 13:31
3
I've been searching several days for a descent answer on how to acquire the list of installed applications on a device running iOS > 5.0 (com.apple.mobile.installation.plist).
I've tried codes fro...
Noellenoellyn asked 21/6, 2013 at 10:52
4
Solved
3
Solved
I am using the code found in this post: Mulitple Arrays From Plist, with the same plist formatting.
This works successfully, however I do not know how to save the created arrays back into a plist,...
Pocketknife asked 10/6, 2011 at 19:13
© 2022 - 2024 — McMap. All rights reserved.