From e7e49e3a76b43cfc41a852296384b9a755d9bd6c Mon Sep 17 00:00:00 2001 From: clach04 Date: Wed, 19 Aug 2015 21:11:28 -0700 Subject: [PATCH] Change uuid! 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 --- appinfo.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/appinfo.json b/appinfo.json index ec907fe..e76e160 100644 --- a/appinfo.json +++ b/appinfo.json @@ -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" }, { @@ -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" } ] @@ -42,7 +42,7 @@ "aplite", "basalt" ], - "uuid": "449d268b-9826-423f-998a-3276b3b395eb", + "uuid": "df2ce365-5682-4f19-ad4f-9b95f9bac4a7", "versionLabel": "0.4", "watchapp": { "watchface": true