Skip to content

Commit

Permalink
Merge branch 'mobile' of https://github.com/Freegle/iznik-client into…
Browse files Browse the repository at this point in the history
… mobile
  • Loading branch information
chriscant committed May 17, 2018
2 parents 6f3acf8 + 8a99cc3 commit 1b4ae10
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions mobile/freegle/ios/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,29 +86,27 @@
</array>
</config-file>
</platform>
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<plugin name="cordova-plugin-splashscreen" spec="^4.1.0" />
<plugin name="cordova-plugin-device" spec="^1.1.7" />
<plugin name="cordova-plugin-statusbar" spec="^2.3.0" />
<plugin name="cordova-plugin-network-information" spec="^1.3.4" />
<plugin name="cordova-plugin-inappbrowser" spec="^1.7.2" />
<plugin name="cordova-plugin-compat" spec="^1.2.0" />
<plugin name="cordova-plugin-geolocation" spec="^2.4.3">
<variable name="GEOLOCATION_USAGE_DESCRIPTION" value=" " />
</plugin>
<plugin name="cordova-plugin-googleplus" spec="git+https://github.com/EddyVerbruggen/cordova-plugin-googleplus.git">
<variable name="REVERSED_CLIENT_ID" value="com.googleusercontent.apps.423761283916-mfrb9i0ntt1omq2knit8j49agnhje648" />
</plugin>
<plugin name="cordova-plugin-x-socialsharing" spec="^5.2.1" />
<plugin name="cordova-custom-config" spec="^4.0.2" />
<plugin name="phonegap-plugin-push" spec="^1.10.6">
<variable name="SENDER_ID" value="85075801930" />
</plugin>
<plugin name="cordova-plugin-ios-camera-permissions" spec="^1.2.0">
<variable name="CAMERA_USAGE_DESCRIPTION" value="So you can take a photo of an item to offer" />
<variable name="MICROPHONE_USAGE_DESCRIPTION" value="So you can say what you are looking for" />
<variable name="PHOTOLIBRARY_ADD_USAGE_DESCRIPTION" value="So you can send a photo of an item to offer" />
<variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value="So you can save a photo of an item to offer" />
</plugin>
<plugin name="cordova-plugin-device" spec="^2.0.2" />
<plugin name="cordova-plugin-geolocation" spec="^4.0.1" />
<plugin name="cordova-plugin-googleplus" spec="https://github.com/EddyVerbruggen/cordova-plugin-googleplus">
<variable name="REVERSED_CLIENT_ID" value="com.googleusercontent.apps.423761283916-mfrb9i0ntt1omq2knit8j49agnhje648" />
</plugin>
<plugin name="cordova-plugin-inappbrowser" spec="^3.0.0" />
<plugin name="cordova-plugin-network-information" spec="^2.0.1" />
<plugin name="cordova-plugin-splashscreen" spec="^5.0.2" />
<plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<plugin name="cordova-plugin-x-socialsharing" spec="^5.3.2" />
<plugin name="phonegap-plugin-push" spec="^1.11.0">
<variable name="SENDER_ID" value="85075801930" />
</plugin>
<engine name="ios" spec="^4.5.4" />
</widget>

0 comments on commit 1b4ae10

Please sign in to comment.