Skip to content

Instantly share code, notes, and snippets.

@HalCanary
Last active July 6, 2024 16:37
Show Gist options
  • Save HalCanary/b5b47c92607d1c8ad3dee1265fe6f8a7 to your computer and use it in GitHub Desktop.
Save HalCanary/b5b47c92607d1c8ad3dee1265fe6f8a7 to your computer and use it in GitHub Desktop.
Location/Location.info.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist
PUBLIC '-//Apple//DTD PLIST 1.0//EN'
'http://www.apple.com/DTDs/PropertyList-1.0.dtd'>
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>Location</string>
<key>CFBundleIdentifier</key>
<string>com.example.location</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>NSLocationUsageDescription</key>
<string>for coordinates</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>for coordinates</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>for coordinates</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>for coordinates</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment