1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-22 22:43:22 +00:00

Rename application

This commit is contained in:
Pierre HUBERT 2021-04-27 11:14:11 +02:00
parent 908095c1d1
commit 82dd07c4d4
3 changed files with 12 additions and 17 deletions

View File

@ -618,4 +618,4 @@
/* End XCConfigurationList section */
};
rootObject = 97C146E61CF9000F007C117D /* Project object */;
}
}

View File

@ -0,0 +1,6 @@
{
"info" : {
"author" : "Pierre Hubert",
"version" : 1
}
}

View File

@ -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>