Skip to content

Commit

Permalink
Change uuid!
Browse files Browse the repository at this point in the history
Old uuid fails to load settings on device. Pebble Time does not appear to have a way to clear settings.  Settings now loads correctly with new uuid
  • Loading branch information
clach04 committed Aug 20, 2015
1 parent e52546d commit e7e49e3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions appinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@
"resources": {
"media": [
{
"file": "images/paragon_logo.png",
"name": "IMAGE_PARAGON",
"file": "images/icon.png",
"menuIcon": true,
"name": "IMAGE_ICON",
"type": "png"
},
{
"file": "images/renegade_logo.png",
"name": "IMAGE_RENEGADE",
"type": "png"
},
{
Expand All @@ -24,14 +30,8 @@
"type": "font"
},
{
"file": "images/renegade_logo.png",
"name": "IMAGE_RENEGADE",
"type": "png"
},
{
"file": "images/icon.png",
"menuIcon": true,
"name": "IMAGE_ICON",
"file": "images/paragon_logo.png",
"name": "IMAGE_PARAGON",
"type": "png"
}
]
Expand All @@ -42,7 +42,7 @@
"aplite",
"basalt"
],
"uuid": "449d268b-9826-423f-998a-3276b3b395eb",
"uuid": "df2ce365-5682-4f19-ad4f-9b95f9bac4a7",
"versionLabel": "0.4",
"watchapp": {
"watchface": true
Expand Down

0 comments on commit e7e49e3

Please # to comment.