Skip to content

Commit 0dd5182

Browse files
Khourn KhemryKhourn Khemry
authored andcommitted
add iBeacon sample app
1 parent 30d928b commit 0dd5182

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed
Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
{
2-
"plugins": [
2+
"name": "ibeacon",
3+
"title-ja": "iBeacon",
4+
"title-en": "iBeacon",
5+
"description-ja": "A sample app handling a basic usage of iBeacon devices.",
6+
"description-en": "A sample app handling a basic usage of iBeacon devices.",
7+
"category": "Sample App",
8+
"platform": ["ios", "android"],
9+
"preview_url": "https://monaca.github.io/project-templates/24-ibeacon/www/index.html",
10+
"framework_version": "3.5",
11+
"cordova_version": "4.1",
12+
"plugins": [
313
"mobi.monaca.plugins.Monaca",
414
"org.apache.cordova.splashscreen",
5-
"org.apache.cordova.statusbar",
6-
"mobi.monaca.plugins.bluetooth",
7-
"org.apache.cordova.device",
8-
"org.apache.cordova.camera"
9-
],
10-
"framework_version": "3.5",
11-
"xcode_version": "6",
12-
"title-ja": "",
13-
"title-en": "",
14-
"description-ja": "",
15-
"description-en": "",
16-
"category": "User Template",
17-
"platform": [],
18-
"name": "generated-1423814367-54c9ed6dfd1734646efe293a",
19-
"external_plugins": []
15+
"org.apache.cordova.inappbrowser"
16+
]
2017
}

0 commit comments

Comments
 (0)