Skip to content

Commit

Permalink
remove ios location permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed May 13, 2024
1 parent d1ae458 commit f274066
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>FirebaseMessagingAutoInitEnabled</key>
<false/>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>Need BLE permission to connect to Gear</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>Need BLE permission to connect to Gear</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Need Location permission</string>
<key>NSMotionUsageDescription</key>
<string>This application uses motion to trigger actions when you are walking</string>
<key>UIApplicationSupportsIndirectInputEvents</key>
Expand Down Expand Up @@ -59,7 +59,5 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>FirebaseMessagingAutoInitEnabled</key>
<false/>
</dict>
</plist>

0 comments on commit f274066

Please sign in to comment.