Skip to content

Commit

Permalink
Use latest Firebase lib, fix references and config
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Nathoo authored and Amir Nathoo committed Feb 12, 2013
2 parents fdfd9e6 + 1d492a8 commit d10e62f
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 156 deletions.
79 changes: 39 additions & 40 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,40 @@
{
"config_version": "3",
"uuid": "4e85e53e8c2011e1931112313d1adcbe",
"author": "nathooamir@gmail.com",
"modules": {
"package_names": {
"android": "com.amirnathoo.winebox",
"ios": "com.amirnathoo.winebox"
},
"geolocation": true,
"logging": {
"level": "INFO"
},
"file": true,
"icons": {
"android": {
"36": "img/icons/36x36.png",
"48": "img/icons/48x48.png",
"72": "img/icons/72x72.png"
},
"ios": {
"114": "img/icons/114x114.png",
"57": "img/icons/57x57.png",
"72": "img/icons/72x72.png"
}
},
"is": true,
"request": {
"permissions": []
},
"reload": true,
"tabbar": true,
"prefs": true,
"tools": true,
"topbar": true
},
"name": "Wine Box",
"platform_version": "v1.4",
"version": "0.2",
"description": "Keep track of which wines you like"
}
"author": "nathooamir@gmail.com",
"config_version": "2",
"description": "Keep track of which wines you like",
"modules": {
"file": true,
"geolocation": true,
"icons": {
"android": {
"36": "img/icons/36x36.png",
"48": "img/icons/48x48.png",
"72": "img/icons/72x72.png"
},
"ios": {
"144": "img/icons/114x114.png",
"114": "img/icons/114x114.png",
"57": "img/icons/57x57.png",
"72": "img/icons/72x72.png"
}
},
"is": true,
"logging": {
"level": "INFO"
},
"package_names": {
"android": "com.amirnathoo.winebox",
"ios": "com.amirnathoo.winebox"
},
"prefs": true,
"request": {
"permissions": []
},
"tabbar": true,
"tools": true,
"topbar": true
},
"name": "Wine Box",
"platform_version": "v1.4",
"version": "0.2"
}
2 changes: 1 addition & 1 deletion identity.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"uuid": "4e85e53e8c2011e1931112313d1adcbe"
"uuid": "67751a8a640911e2acf322000a9f3c85"
}
Loading

0 comments on commit d10e62f

Please sign in to comment.