Skip to content

Commit

Permalink
iOS geolocation permission text
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscant committed Aug 29, 2018
2 parents 6e9bb70 + 5ab9686 commit 83c43fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dev/webpack.appfd.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module.exports = new Config().extend({
}),
// CC new FaviconsPlugin('images/user_logo.png'),
new webpack.DefinePlugin({
APP_VERSION: JSON.stringify('1.4.0, 29 August 2018'),
APP_VERSION: JSON.stringify('1.4.2, 29 August 2018'),
// CC SET ABOVE: API: JSON.stringify(BASE_URL+'/api/'),
FACEBOOK_APPID: JSON.stringify('134980666550322'),
FACEBOOK_GRAFFITI_APPID: JSON.stringify('115376591981611'),
Expand Down
14 changes: 7 additions & 7 deletions 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="154" version="1.4.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="org.ilovefreegle.iphone" ios-CFBundleVersion="155" version="1.4.2" 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>
<author />
Expand Down Expand Up @@ -85,6 +85,12 @@
<string>fbapi20160328</string>
</array>
</config-file>
<config-file overwrite="true" parent="NSLocationAlwaysUsageDescription" platform="ios" target="*-Info.plist">
<string>To find your location when offering an item</string>
</config-file>
<config-file overwrite="true" parent="NSLocationWhenInUseUsageDescription" platform="ios" target="*-Info.plist">
<string>To find your location when offering an item</string>
</config-file>
</platform>
<plugin name="cordova-plugin-compat" spec="^1.2.0" />
<plugin name="cordova-custom-config" spec="^4.0.2" />
Expand All @@ -111,10 +117,4 @@
<resource-file src="GoogleService-Info.plist" />
</platform>
<engine name="ios" spec="^4.5.4" />
<edit-config target="NSLocationWhenInUseUsageDescription" file="*-Info.plist" mode="merge">
<string>To find your location when offering an item</string>
</edit-config>
<edit-config target="NSLocationWhenInUseUsageDescription" file="*-Info.plist" mode="merge">
<string>To find your location when offering an item</string>
</edit-config>
</widget>

0 comments on commit 83c43fe

Please sign in to comment.