Skip to content

Commit

Permalink
Corrected small grammar mistake in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanbeusekom committed Feb 12, 2024
1 parent 42c0b36 commit bc2142e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geolocator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ On iOS you'll need to add the following entry to your Info.plist file (located u
If you don't need to receive updates when your app is in the background, then add a compiler flag as follows: in XCode, click on Pods, choose the Target 'geolocator_apple', choose Build Settings, in the search box look for 'Preprocessor Macros' then add the `BYPASS_PERMISSION_LOCATION_ALWAYS=1` flag.
Setting this flag prevents your app from requiring the `NSLocationAlwaysAndWhenInUseUsageDescription` entry in Info.plist, and avoids questions from Apple when submitting your app.

You can also have this flag be set automatically by adding to the `Podfile` for your application:
You can also have the flag set automatically by adding the following to the `ios/Podfile` of your application:
```agsl
post_install do |installer|
installer.pods_project.targets.each do |target|
Expand Down

0 comments on commit bc2142e

Please sign in to comment.