We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206bfd2 commit 486a249Copy full SHA for 486a249
iOS/Demo/TXLiteAVDemo/Info.plist
@@ -19,11 +19,11 @@
19
<key>CFBundlePackageType</key>
20
<string>APPL</string>
21
<key>CFBundleShortVersionString</key>
22
- <string>7.1.0</string>
+ <string>7.2.0</string>
23
<key>CFBundleSignature</key>
24
<string>????</string>
25
<key>CFBundleVersion</key>
26
- <string>8775</string>
+ <string>8927</string>
27
<key>IMSDKCrashReporterEnable</key>
28
<false/>
29
<key>LSRequiresIPhoneOS</key>
@@ -58,6 +58,8 @@
58
<key>UISupportedInterfaceOrientations</key>
59
<array>
60
<string>UIInterfaceOrientationPortrait</string>
61
+ <string>UIInterfaceOrientationLandscapeLeft</string>
62
+ <string>UIInterfaceOrientationLandscapeRight</string>
63
</array>
64
<key>UIViewControllerBasedStatusBarAppearance</key>
65
0 commit comments