Skip to content

Commit

Permalink
Revert "ios: Add boilerplate about APIs we don't, in fact, use."
Browse files Browse the repository at this point in the history
This reverts commit c8d0c8d.

This became unnecessary when we upgraded react-native-unimodules in
a recent commit.
  • Loading branch information
chrisbobbe committed Jul 13, 2020
1 parent f6f9c00 commit 6abbdff
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions ios/ZulipMobile/Info.plist
Expand Up @@ -50,28 +50,14 @@
</dict>
</dict>
</dict>
<key>NSCalendarsUsageDescription</key>
<string>Allow $(PRODUCT_NAME) to access your calendar</string>
<key>NSCameraUsageDescription</key>
<string>Take a photo and upload it to a Zulip realm</string>
<key>NSContactsUsageDescription</key>
<string>Allow $(PRODUCT_NAME) to access your contacts</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>Allow $(PRODUCT_NAME) to use your location</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>Allow $(PRODUCT_NAME) to use your location</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Allow $(PRODUCT_NAME) to use your location</string>
<key>NSMicrophoneUsageDescription</key>
<string>Allow $(PRODUCT_NAME) to access your microphone</string>
<key>NSMotionUsageDescription</key>
<string>Allow $(PRODUCT_NAME) to access your device's accelerometer</string>
<string></string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Download photos from Zulip realm</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Upload photos to a Zulip realm</string>
<key>NSRemindersUsageDescription</key>
<string>Allow $(PRODUCT_NAME) to access your reminders</string>
<key>UIAppFonts</key>
<array>
<string>Entypo.ttf</string>
Expand Down

0 comments on commit 6abbdff

Please sign in to comment.