Skip to content

Commit

Permalink
Re-add plugin after WKWebViuew test@
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscant committed Mar 18, 2020
1 parent 7419357 commit fab13c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/freegle/ios/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="org.ilovefreegle.iphone" ios-CFBundleVersion="224" version="2.0.22" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="org.ilovefreegle.iphone" ios-CFBundleVersion="226" version="2.0.22" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Freegle</name>
<description>Offer and request free items on your local Freegle reuse group</description>

Expand Down
6 changes: 6 additions & 0 deletions mobile/freegle/ios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"cordova-plugin-splashscreen": "^5.0.3",
"cordova-plugin-statusbar": "^2.4.3",
"cordova-plugin-wkwebview-engine": "^1.2.1",
"cordova-plugin-x-socialsharing": "^5.6.4",
"es6-promise-plugin": "^4.2.2",
"phonegap-plugin-push": "^2.3.0"
},
"devDependencies": {
Expand All @@ -47,6 +49,10 @@
"cordova-plugin-inappbrowser": {},
"cordova-plugin-googleplus": {
"REVERSED_CLIENT_ID": "com.googleusercontent.apps.423761283916-mfrb9i0ntt1omq2knit8j49agnhje648"
},
"cordova-plugin-x-socialsharing": {
"PHOTO_LIBRARY_USAGE_DESCRIPTION": "This app uses your photo library",
"PHOTO_LIBRARY_ADD_USAGE_DESCRIPTION": "This app saves images your photo library"
}
},
"platforms": [
Expand Down

0 comments on commit fab13c6

Please sign in to comment.