plist Questions

4

Solved

I want to edit project.pbxproj straight up using command line (for CI server script) what tools can allow me to do this? I used to use PlistBuddy to edit the output Info.plist; however, what i re...
Cordiform asked 21/8, 2015 at 6:16

1

I have been a long-time viewer on StackOverflow, always finding my solution as necessary, but I have found a question with no solution after a very dedicated week of researching. What I am trying ...
Snyder asked 22/3, 2013 at 4:50

14

Solved

Why am I all of a suddent getting this on successful builds with Apple? Although submission for App Store review was successful, you may want to correct the following issues in your next submissio...

6

Solved

Brew services has installed this plist file for mysql. ~ $ brew services list Name Status User Plist mysql56 started mh /Users/mh/Library/LaunchAgents/homebrew.mxcl.mysql56.plist Is this file sa...
Nubbin asked 18/3, 2016 at 16:21

1

I'm having issues reading a binary PList. I'm using a windows computer and I've tried several pList readers. I really can't seem to get past the error "unexpected character 'b' at line 1".
Keitloa asked 23/7, 2015 at 18:9

4

Solved

I have moved my iPhone app from one machine to another. In the process my info.plist file seems to have a bad bundle identifier and is not working. I want to create an entirely new info.plist file ...
Ropedancer asked 26/8, 2009 at 20:50

6

Solved

When I run MongoDB, I usually start it manually (i.e. it's not part of my login startup items) and I'm good about stopping the service before I shutdown. I recently restarted my laptop and received...
Jocelynjocelyne asked 14/12, 2023 at 10:41

8

Solved

Today I updated my Xcode from v.9.4.1 to v.10.0. Now I try to build my tvOS project and I see the following error: unexpected duplicate task: CopyPlistFile /Users/username/Library/Developer/Xcode/D...
Pang asked 18/9, 2018 at 10:9

7

how can i parse the output of the OS X defaults read terminal command? it appears to output the 'old' NeXTSTEP plist format; things that look like: { "Apple Global Domain" = { AppleAntiAliasingT...
Cloakanddagger asked 2/2, 2014 at 14:3

9

Solved

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...
Helgahelge asked 20/5, 2011 at 0:39

4

Solved

I'm using Python 2.7 with plistlib to import a .plist in a nested dict/array form, then look for a particular key and delete it wherever I see it. When it comes to the actual files we're working w...
Comic asked 19/12, 2013 at 22:13

15

Solved

As you might know the iOS 8 requires NSLocationWhenInUseUsageDescription key for using user's location. I have added this key and some general information into my info plist. How can I use tran...
Chapa asked 9/9, 2014 at 4:28

8

Solved

This one is stupid, and there's probably a ridiculously simple answer I'm just not aware of: I'm trying to edit the plist for my Settings.bundle to implement preferences in my app. I want to tweak...
Volans asked 27/4, 2011 at 23:40

1

i have a firebase project that has an android and an ios app inside. andoid package name: com.ramobile.myapp ios bundle id: com.ramobile.myapp here is a clip of the google-service.json i download...
Emilieemiline asked 7/10, 2020 at 16:5

6

When I try to run my project, I get this error, pointing to my localized .strings file: read failed: The operation couldn’t be completed. (XCBUtil.PropertyListConversionError error 1.) What ...
Atthia asked 17/10, 2017 at 14:8

8

Solved

I have used pkgbuild to create a default Component Property List file. The file looks like: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "ht...
Faceless asked 5/10, 2014 at 10:40

2

In my iOS apps, i have a script (a build phase actually) that upgrades the target's Info.plist CFBundleVersion to a number related to the git commit count. I've been using for a while and it works ...
Morsel asked 30/9, 2022 at 8:46

11

Solved

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 ...
Collodion asked 21/6, 2011 at 15:57

6

When I upload the app into app store, I got the mail from itunese connect with the following issue We have discovered one or more issues with your recent delivery for "***". To process your del...
Forehead asked 15/12, 2015 at 11:49

6

I am implementing a application based on web services. In that I need to add a string as property in .plist and I need to get the value from the .plist whenever I need in the code.
Linville asked 13/10, 2010 at 8:26

3

Solved

I searched a way (or a template) how to read variables which are stored in plist files. I saw a few codes, but no code worked with the newest Swift version. I'm new to Swift, I actually don't chec...
Moneyer asked 22/3, 2020 at 18:43

3

tl;dr what does the first parameters value in com.apple.symbolichotkeys:AppleSymbolicHotKeys represent? details... the AppleSymbolicHotKeys structure the OS X symbolic hotkeys plist file at ~/...
Lykins asked 19/2, 2014 at 10:59

9

Solved

I just hit a brick wall with xCode not wanting to parse my Info.plist file. I've replaced the file several times with older (identical) versions of the file that I had previously backed up, and I'm...
Aureliaaurelian asked 28/10, 2013 at 18:12

6

Solved

I have a project on react native, I'm Stack all day with this error I try a lot of things but nothing works, build successfully but the application is not launched on device or simulator here is th...
Profanatory asked 23/11, 2020 at 22:40

2

Solved

I have had an app rejected by Apple stating that I need to implement UIRequiredDeviceCapabilities in my info.plist due to my app requiring a camera flash. I understand the issue but I am not sure h...
Trochophore asked 22/9, 2010 at 2:5

© 2022 - 2024 — McMap. All rights reserved.