forked from Ivasoft/mattermost-mobile
MM-41391 Gekidou - Update Info.plist (#6000)
* update instance to workspace * reviews from @carrie Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com> * replaced Mattermost with $(PRODUCT_NAME) except the 'Beta' under CFBundleDisplayName * Update ios/Mattermost/Info.plist Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com> Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
@@ -58,31 +58,31 @@
|
||||
</dict>
|
||||
</dict>
|
||||
<key>NSAppleMusicUsageDescription</key>
|
||||
<string>Let Mattermost access your Media files</string>
|
||||
<string>Let $(PRODUCT_NAME) access your Media files</string>
|
||||
<key>NSBluetoothAlwaysUsageDescription</key>
|
||||
<string>Share post data across devices with Mattermost</string>
|
||||
<string>Share post data across devices with $(PRODUCT_NAME)</string>
|
||||
<key>NSBluetoothPeripheralUsageDescription</key>
|
||||
<string>Share post data across devices with Mattermost</string>
|
||||
<string>Share post data across devices with $(PRODUCT_NAME)</string>
|
||||
<key>NSCalendarsUsageDescription</key>
|
||||
<string>Share contacts in your Mattermost instance</string>
|
||||
<string>Share contacts within $(PRODUCT_NAME)</string>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>Take a Photo or Video and upload it to your Mattermost instance</string>
|
||||
<string>Take a photo or video and upload it to $(PRODUCT_NAME)</string>
|
||||
<key>NSFaceIDUsageDescription</key>
|
||||
<string>Mattermost uses Face ID to restrict unauthorized users from accessing the app.</string>
|
||||
<string>$(PRODUCT_NAME) uses Face ID to restrict unauthorized users from accessing the app.</string>
|
||||
<key>NSLocationAlwaysUsageDescription</key>
|
||||
<string>Send your current location to your Mattermost instance</string>
|
||||
<string>Send your current location to $(PRODUCT_NAME)</string>
|
||||
<key>NSLocationWhenInUseUsageDescription</key>
|
||||
<string>Send your current location to your Mattermost instance</string>
|
||||
<string>Send your current location to $(PRODUCT_NAME)</string>
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>Capture audio when recording a video to share to your Mattermost instance</string>
|
||||
<string>Capture audio when recording a video to share within $(PRODUCT_NAME)</string>
|
||||
<key>NSMotionUsageDescription</key>
|
||||
<string>Share your route in your Mattermost instance</string>
|
||||
<string>Share your route in your $(PRODUCT_NAME) workspace</string>
|
||||
<key>NSPhotoLibraryAddUsageDescription</key>
|
||||
<string>Save downloaded Photos and Videos from your Mattermost instance to your device</string>
|
||||
<string>Save downloaded photos and videos from $(PRODUCT_NAME) to your device</string>
|
||||
<key>NSPhotoLibraryUsageDescription</key>
|
||||
<string>Upload Photos and Videos from your device to your Mattermost instance</string>
|
||||
<string>Upload photos and videos from your device to $(PRODUCT_NAME)</string>
|
||||
<key>NSSpeechRecognitionUsageDescription</key>
|
||||
<string>Send voice messages to your Mattermost instance</string>
|
||||
<string>Send voice messages to $(PRODUCT_NAME)</string>
|
||||
<key>UIAppFonts</key>
|
||||
<array>
|
||||
<string>OpenSans-Bold.ttf</string>
|
||||
|
||||
Reference in New Issue
Block a user