mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-10-30 17:54:57 +00:00 
			
		
		
		
	Rename application
This commit is contained in:
		| @@ -618,4 +618,4 @@ | ||||
| /* End XCConfigurationList section */ | ||||
| 	}; | ||||
| 	rootObject = 97C146E61CF9000F007C117D /* Project object */; | ||||
| } | ||||
| } | ||||
|   | ||||
							
								
								
									
										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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user