* Updated yarn.lock * Fastlane ensure branch for cutting builds (#815) * Version Bump to 45 (#818) * Android Version Bump to 45 (#819) * Updated yarn.lock (#817) * Version Bump to 45 * Fix Create on Create channel to not push another Create Channel screen (#820) * Version Bump to 46 (#821) * Version Bump to 46 (#822) * RN-205/RN-210 Allow tapping buttons on post and DM lists without closing keyboard (#823) * Version Bump to 47 (#824) * Version Bump to 47 (#825) * Release 1.1 changelog (#827) * Release 1.1 changelog * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md Set supported server version * update fastlane * Update fastlane android release
107 lines
3.2 KiB
Text
107 lines
3.2 KiB
Text
<?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>CFBundleDevelopmentRegion</key>
|
|
<string>en</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>Mattermost Beta</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>$(PRODUCT_NAME)</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.1.0</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>47</string>
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
<false/>
|
|
<key>LSRequiresIPhoneOS</key>
|
|
<true/>
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
<true/>
|
|
<key>NSAppTransportSecurity</key>
|
|
<dict>
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
<true/>
|
|
<key>NSExceptionDomains</key>
|
|
<dict>
|
|
<key>localhost</key>
|
|
<dict>
|
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
<true/>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
<key>NSCameraUsageDescription</key>
|
|
<string>Take a Photo or Video and upload it to your mattermost instance</string>
|
|
<key>NSLocationWhenInUseUsageDescription</key>
|
|
<string></string>
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
<string>Upload Photos and Videos to your Mattermost instance</string>
|
|
<key>UIAppFonts</key>
|
|
<array>
|
|
<string>Entypo.ttf</string>
|
|
<string>EvilIcons.ttf</string>
|
|
<string>FontAwesome.ttf</string>
|
|
<string>Foundation.ttf</string>
|
|
<string>Ionicons.ttf</string>
|
|
<string>MaterialIcons.ttf</string>
|
|
<string>Octicons.ttf</string>
|
|
<string>Zocial.ttf</string>
|
|
<string>Entypo.ttf</string>
|
|
<string>EvilIcons.ttf</string>
|
|
<string>FontAwesome.ttf</string>
|
|
<string>Foundation.ttf</string>
|
|
<string>Ionicons.ttf</string>
|
|
<string>MaterialCommunityIcons.ttf</string>
|
|
<string>MaterialIcons.ttf</string>
|
|
<string>Octicons.ttf</string>
|
|
<string>SimpleLineIcons.ttf</string>
|
|
<string>Zocial.ttf</string>
|
|
<string>OpenSans-Bold.ttf</string>
|
|
<string>OpenSans-BoldItalic.ttf</string>
|
|
<string>OpenSans-ExtraBold.ttf</string>
|
|
<string>OpenSans-ExtraBoldItalic.ttf</string>
|
|
<string>OpenSans-Italic.ttf</string>
|
|
<string>OpenSans-Light.ttf</string>
|
|
<string>OpenSans-LightItalic.ttf</string>
|
|
<string>OpenSans-Regular.ttf</string>
|
|
<string>OpenSans-Semibold.ttf</string>
|
|
<string>OpenSans-SemiboldItalic.ttf</string>
|
|
</array>
|
|
<key>UILaunchStoryboardName</key>
|
|
<string>LaunchScreen</string>
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
<array>
|
|
<string>armv7</string>
|
|
</array>
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
<array>
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
</array>
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
<false/>
|
|
<key>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleURLName</key>
|
|
<string>com.mattermost.rnbeta</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>mattermost</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|