Skip to content

Commit

Permalink
Add a usage description for local network access
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Nov 27, 2020
1 parent a77c29b commit d16eed9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>fuc</key>
<string>ICON_STUFF</string>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
Expand All @@ -22,6 +20,8 @@
<string>82</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSLocalNetworkUsageDescription</key>
<string>This is required for connecting to localhost and using the ping command.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>Programs running in iSH will be allowed to track your location in the background.</string>
<key>NSLocationAlwaysUsageDescription</key>
Expand Down Expand Up @@ -82,5 +82,7 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>fuc</key>
<string>ICON_STUFF</string>
</dict>
</plist>

0 comments on commit d16eed9

Please sign in to comment.