|
|
@@ -45,6 +45,8 @@
|
|
45
|
45
|
</array>
|
|
46
|
46
|
<key>CFBundleVersion</key>
|
|
47
|
47
|
<string>1</string>
|
|
|
48
|
+ <key>FirebaseScreenReportingEnabled</key>
|
|
|
49
|
+ <false/>
|
|
48
|
50
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
49
|
51
|
<false/>
|
|
50
|
52
|
<key>LSRequiresIPhoneOS</key>
|
|
|
@@ -68,6 +70,10 @@
|
|
68
|
70
|
<string></string>
|
|
69
|
71
|
<key>NSMicrophoneUsageDescription</key>
|
|
70
|
72
|
<string>Participate in meetings with voice.</string>
|
|
|
73
|
+ <key>NSUserActivityTypes</key>
|
|
|
74
|
+ <array>
|
|
|
75
|
+ <string>org.jitsi.JitsiMeet.ios.conference</string>
|
|
|
76
|
+ </array>
|
|
71
|
77
|
<key>UIBackgroundModes</key>
|
|
72
|
78
|
<array>
|
|
73
|
79
|
<string>audio</string>
|
|
|
@@ -93,13 +99,7 @@
|
|
93
|
99
|
</array>
|
|
94
|
100
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
95
|
101
|
<false/>
|
|
96
|
|
- <key>FirebaseScreenReportingEnabled</key>
|
|
97
|
|
- <false/>
|
|
98
|
102
|
<key>firebase_crashlytics_collection_enabled</key>
|
|
99
|
103
|
<string>false</string>
|
|
100
|
|
- <key>NSUserActivityTypes</key>
|
|
101
|
|
- <array>
|
|
102
|
|
- <string>org.jitsi.JitsiMeet.ios.conference</string>
|
|
103
|
|
- </array>
|
|
104
|
104
|
</dict>
|
|
105
|
105
|
</plist>
|