mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 04:49:21 +00:00
Rename application
This commit is contained in:
parent
908095c1d1
commit
82dd07c4d4
6
ios/Runner/Assets.xcassets/Contents.json
Normal file
6
ios/Runner/Assets.xcassets/Contents.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"info" : {
|
||||
"author" : "Pierre Hubert",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
@ -11,7 +11,7 @@
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>comunic</string>
|
||||
<string>Comunic</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
@ -41,35 +41,24 @@
|
||||
</array>
|
||||
<key>UIViewControllerBasedStatusBarAppearance</key>
|
||||
<false/>
|
||||
|
||||
<!-- Unsecure connection to development server -->
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<key>NSAllowsArbitraryLoads</key>
|
||||
<true/>
|
||||
<key>NSAAllowsLocalNetworking</key>
|
||||
<true/>
|
||||
<key>NSAllowsArbitraryLoads</key>
|
||||
<true/>
|
||||
<key>NSAAllowsLocalNetworking</key>
|
||||
<true/>
|
||||
</dict>
|
||||
|
||||
<!-- Image picker permissions -->
|
||||
<key>NSPhotoLibraryUsageDescription</key>
|
||||
<string>Used to share images in posts or conversations, change account image or group logo.</string>
|
||||
|
||||
<!-- Camera + microphone -->
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>Used to record video for posts or conversations. This is also used in video calls</string>
|
||||
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>Used to record videos or audio for posts or conversations. This is also used in audio and video calls.</string>
|
||||
|
||||
<!-- Launch plugin -->
|
||||
<key>LSApplicationQueriesSchemes</key>
|
||||
<array>
|
||||
<string>http</string>
|
||||
<string>https</string>
|
||||
</array>
|
||||
|
||||
<!-- File picker - any kind of file -->
|
||||
<key>UIBackgroundModes</key>
|
||||
<array>
|
||||
<string>fetch</string>
|
||||
|
Loading…
Reference in New Issue
Block a user