Skip to content

Commit

Permalink
(somewhat painfully) upgrading to SDK 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
partlyhuman committed Nov 8, 2013
1 parent 3aba703 commit b6957c1
Show file tree
Hide file tree
Showing 15 changed files with 197 additions and 803 deletions.
24 changes: 24 additions & 0 deletions appinfo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"uuid": "42b276d7-8f6f-449b-8903-d156c0d1e9bd",
"shortName": "PblPom",
"longName": "PblPom",
"companyName": "Partlyhuman",
"versionCode": 2.0,
"versionLabel": "2.0",
"watchapp": {
"watchface": false
},
"appKeys": {
},
"resources": {
"media": [
{
"name": "IMAGE_MENU_ICON",
"type": "png",
"file": "images/menu_icon.png",
"menuIcon": true
}
]
},
"capabilities": []
}
Binary file modified build/pbl_pom.pbw
Binary file not shown.
File renamed without changes
11 changes: 0 additions & 11 deletions resources/src/resource_map.json

This file was deleted.

2 changes: 1 addition & 1 deletion src/debugging.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once
#include "pebble_os.h"
#include <pebble.h>

// RELEASE is set by the build system (waf configure --debug).
// On debug builds, it simply omits this define.
Expand Down
Loading

0 comments on commit b6957c1

Please sign in to comment.