Skip to content

Commit bc2142e

Browse files
committed
Corrected small grammar mistake in readme
1 parent 42c0b36 commit bc2142e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geolocator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ On iOS you'll need to add the following entry to your Info.plist file (located u
8686
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.
8787
Setting this flag prevents your app from requiring the `NSLocationAlwaysAndWhenInUseUsageDescription` entry in Info.plist, and avoids questions from Apple when submitting your app.
8888

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

0 commit comments

Comments
 (0)