fix to compile in iOs
Signed-off-by:
Matheus Horstmann <mch15@inf.ufpr.br>
... | @@ -5,6 +5,7 @@ | ... | @@ -5,6 +5,7 @@ |
"dependencies": { | "dependencies": { | ||
"android-versions": "^1.2.1", | "android-versions": "^1.2.1", | ||
"cordova-android": "6.3.0", | "cordova-android": "6.3.0", | ||
"cordova-ios": "^4.5.2", | |||
"cordova-plugin-compat": "^1.2.0", | "cordova-plugin-compat": "^1.2.0", | ||
"cordova-plugin-file": "^4.3.3", | "cordova-plugin-file": "^4.3.3", | ||
"cordova-sqlite-storage": "git+https://github.com/litehelpers/Cordova-sqlite-storage.git#storage-master", | "cordova-sqlite-storage": "git+https://github.com/litehelpers/Cordova-sqlite-storage.git#storage-master", | ||
... | @@ -35,12 +36,15 @@ | ... | @@ -35,12 +36,15 @@ |
], | ], | ||
"cordova": { | "cordova": { | ||
"platforms": [ | "platforms": [ | ||
"android" | "android", | ||
"ios" | |||
], | ], | ||
"plugins": { | "plugins": { | ||
"cordova-sqlite-storage": {}, | "cordova-sqlite-storage": {}, | ||
"ionic-plugin-keyboard": {}, | "ionic-plugin-keyboard": {}, | ||
"phonegap-plugin-barcodescanner": {}, | "phonegap-plugin-barcodescanner": { | ||
"CAMERA_USAGE_DESCRIPTION": " " | |||
}, | |||
"cordova-plugin-file": {} | "cordova-plugin-file": {} | ||
} | } | ||
} | } | ||
... | ... |
Please register or sign in to comment