Your favorite Apple, iPhone, iPad, iOS, Jailbreak, and Cydia site.
Thread: Dreamboard Plist Error
is a discussion within theSkinning / Themes Discussion
forums, a part of theDesign and Media For the iPhone / iPod Touch
section;So I thought I'd discover how difficult Dreamboard theming is , and decided to begin the coding and design on my first DB theme this morning. I put together the
...-
08-22-2011, 06:40 PM #1
Dreamboard Plist Error
So I thought I'd discover how difficult Dreamboard theming is
, and decided to begin the coding and design on my first DB theme this morning. I put together the Info Plist without any issues. But I had a question with my Theme Plist.
I got this error when I opened my Theme Plist with iFile. NewDreamboard.plist invalid: Encountered unexpected characters on line 77.
Attachment 544355
Now when I went to line 77, I checked my code and have no clue what the problem is.
<key>FavoriteFolderView</key>
<dict>
<key>Alpha</key>
<integer>0</integer>
<key>Frame</key>
<string>0,0,320,490</string>
<key>Actions</key>
<array>
<string>vars.favorites = 0
</string>
<string>vars.grid = 0</string>
<string>function FavoriteFolder
<!--line 71 is directly below -->
<string>function update</string>
</array>
<key>AllApps</key>
<false/>
<key>Apps</key
<array>
<string>com.apple.AppStore
</string>
<string>com.saurik.Cydia
</string>
Thanks in advance for your help!
-
08-23-2011, 12:49 PM #2
I'll just start over.
-
08-25-2011, 07:05 PM #3My iPhone is a Part of Me
- Join Date
- Aug 2009
- Location
- Stuck in Ohio
- Posts
- 514
- Thanks
- 138
- Thanked 185 Times in 116 Posts
it looks like you left the key open but its hard to tell not looking at the code as code
did you know you can post it as code?
-
08-26-2011, 06:09 AM #4
Ya, I'm pretty sure now that it was just a syntax error. It sure helps if you run it through a validator.
So how do I post my code as code?
-
08-26-2011, 10:42 AM #5My iPhone is a Part of Me
- Join Date
- Aug 2009
- Location
- Stuck in Ohio
- Posts
- 514
- Thanks
- 138
- Thanked 185 Times in 116 Posts
-
08-26-2011, 02:55 PM #6
Ok, thanks noelbob. I had downloaded plist editor, but hadn't used it much. I'll look into it some more.




LinkBack URL
About LinkBacks
Reply With Quote
