Skip to content

Commit

Permalink
Update plist to add location permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
markmur committed Dec 4, 2024
1 parent a842d03 commit 62be5cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Samples/MobileBuyIntegration/MobileBuyIntegration/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
<string>$(EMAIL)</string>
<key>Phone</key>
<string>$(PHONE)</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Your location may be required to locate pickup points near you when you request this shipping option.</string>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
Expand Down
2 changes: 2 additions & 0 deletions Samples/SimpleAppIntegration/SimpleAppIntegration/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<string>$(STOREFRONT_DOMAIN)</string>
<key>StorefrontAccessToken</key>
<string>$(STOREFRONT_ACCESS_TOKEN)</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Your location may be required to locate pickup points near you when you request this shipping option.</string>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
Expand Down
2 changes: 2 additions & 0 deletions Samples/SwiftUIExample/SwiftUIExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<string>$(STOREFRONT_ACCESS_TOKEN)</string>
<key>StorefrontDomain</key>
<string>$(STOREFRONT_DOMAIN)</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Your location may be required to locate pickup points near you when you request this shipping option.</string>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
Expand Down

0 comments on commit 62be5cd

Please sign in to comment.