Hi! I'm currently working on my own theme for Dreamboard!
I have designed all buttons I need in Adobe Illustrator and want to
test my current.plist
However, my theme wont show up when I
access Dreamboard. I have added everything I need to my iPhone by
extracting a zip I created.
I was wondering if anyone could take a look at my current.plist and
see if there is anything wrong with it! Any help would be greatly
appreciated!
Current.plist;
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "
http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>MainView</key>
<array>
<dict>
<key>Actions</key>
<array>
<string>launch com.wynd.dreamboard</string>
</array>
<key>Frame</key>
<string>0,40,35,57</string>
<key>Image</key>
<string>$ROOT/Dreamboard/
Deluge/Images/Dreamboardic.png</string>
<key>ViewType</key>
<string>Button</string>
</dict>
</array>
</dict>
</plist>