Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Commit

Permalink
v5 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Apr 16, 2017
1 parent 13b83a0 commit 9eae42e
Show file tree
Hide file tree
Showing 11 changed files with 1,153 additions and 334 deletions.
49 changes: 39 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,45 @@
"ForegroundColor",
"BackgroundColor",
"WeatherTemp",
"WeatherCond",
"WeatherCondDay",
"WeatherUnit",
"Lang",
"DateFormat"
"DateFormat",
"WeatherCondNight",
"HourSunset",
"HourSunrise",
"NightTheme",
"BackgroundColorNight",
"ForegroundColorNight",
"UpSlider",
"DisplayTemp",
"EmailPMKEY",
"PINPMKEY",
"WeatherProv"
],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/menu_icon_spanish_text_watch.png",
"menuIcon": true,
"name": "iconmenu",
"characterRegex": "[a-z]",
"file": "fonts/ConsSymb.ttf",
"name": "FONT_SYMBOL_16",
"targetPlatforms": null,
"type": "bitmap"
"type": "font"
},
{
"characterRegex": "[a-z ]",
"file": "fonts/weatherfontcustom.ttf",
"name": "FONT_WEATHERFONT_24",
"file": "fonts/weatherfontcustom2.ttf",
"name": "FONT_WICON_26",
"targetPlatforms": null,
"type": "font"
},
{
"file": "images/menu_icon_spanish_text_watch.png",
"menuIcon": true,
"name": "iconmenu",
"targetPlatforms": null,
"type": "bitmap"
},
{
"characterRegex": "[a-z' UV\u00f6\u00fc]",
"file": "fonts/Gotham Light.otf",
Expand All @@ -62,6 +79,12 @@
"trackingAdjust": -2,
"type": "font"
},
{
"file": "fonts/Gotham Light.otf",
"name": "FONT_GLIGHT_16",
"targetPlatforms": null,
"type": "font"
},
{
"characterRegex": "[a-z' UV\u00f6\u00fc]",
"file": "fonts/Gotham Bold.otf",
Expand All @@ -85,6 +108,12 @@
"targetPlatforms": null,
"trackingAdjust": -1,
"type": "font"
},
{
"file": "fonts/Gotham Bold.otf",
"name": "FONT_GBOLD_16",
"targetPlatforms": null,
"type": "font"
}
]
},
Expand All @@ -100,5 +129,5 @@
"watchface": true
}
},
"version": "4.0.0"
"version": "5.0.0"
}
Binary file added resources/fonts/ConsSymb.ttf
Binary file not shown.
Binary file not shown.
57 changes: 0 additions & 57 deletions src/c/iconmap.c

This file was deleted.

5 changes: 0 additions & 5 deletions src/c/iconmap.h

This file was deleted.

Loading

0 comments on commit 9eae42e

Please sign in to comment.