Skip to content

Commit

Permalink
Migration for SDK 5 for Fitbit Sense and Versa
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhartley committed Sep 26, 2020
1 parent 4c45629 commit afd21ab
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 263 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
"access_user_profile"
],
"buildTargets": [
"gemini",
"higgs",
"meson",
"mira"
"atlas",
"vulcan"
],
"i18n": {
"en": {
Expand All @@ -24,7 +22,7 @@
}
},
"devDependencies": {
"@fitbit/sdk": "^4.2.1",
"@fitbit/sdk": "~5.0.0",
"polyfill-array-includes": "^2.0.0"
},
"dependencies": {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion resources/index.gui → resources/index.view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<svg id="Root"><g transform="translate(0, 30)">
<svg id="Root"><g transform="translate(24, 48)">

<!-- Top command -->
<use id="TOP" x="5" y="0" href="#fitfont">
Expand Down
241 changes: 0 additions & 241 deletions resources/index~348x250.gui

This file was deleted.

6 changes: 6 additions & 0 deletions resources/widget.defs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<svg>
<defs>
<link rel="stylesheet" href="styles.css" />
<link rel="import" href="fitfont.defs" />
</defs>
</svg>
7 changes: 0 additions & 7 deletions resources/widgets.gui

This file was deleted.

0 comments on commit afd21ab

Please sign in to comment.