107 lines
		
	
	
		
			3.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			107 lines
		
	
	
		
			3.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 | |
| <plist version="1.0">
 | |
| <dict>
 | |
| 	<key>AppGroupId</key>
 | |
| 	<string>$(CUSTOM_GROUP_ID)</string>
 | |
| 	<key>BUNDLE_ID</key>
 | |
| 	<string>dev.solsynth.solian</string>
 | |
| 	<key>CADisableMinimumFrameDurationOnPhone</key>
 | |
| 	<true/>
 | |
| 	<key>CFBundleDevelopmentRegion</key>
 | |
| 	<string>$(DEVELOPMENT_LANGUAGE)</string>
 | |
| 	<key>CFBundleDisplayName</key>
 | |
| 	<string>Solian</string>
 | |
| 	<key>CFBundleExecutable</key>
 | |
| 	<string>$(EXECUTABLE_NAME)</string>
 | |
| 	<key>CFBundleIdentifier</key>
 | |
| 	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
 | |
| 	<key>CFBundleInfoDictionaryVersion</key>
 | |
| 	<string>6.0</string>
 | |
| 	<key>CFBundleName</key>
 | |
| 	<string>solian</string>
 | |
| 	<key>CFBundlePackageType</key>
 | |
| 	<string>APPL</string>
 | |
| 	<key>CFBundleShortVersionString</key>
 | |
| 	<string>$(FLUTTER_BUILD_NAME)</string>
 | |
| 	<key>CFBundleSignature</key>
 | |
| 	<string>????</string>
 | |
| 	<key>CFBundleURLTypes</key>
 | |
| 	<array>
 | |
| 		<dict>
 | |
| 			<key>CFBundleTypeRole</key>
 | |
| 			<string>Editor</string>
 | |
| 			<key>CFBundleURLSchemes</key>
 | |
| 			<array>
 | |
| 				<string>ShareMedia-$(PRODUCT_BUNDLE_IDENTIFIER)</string>
 | |
| 			</array>
 | |
| 		</dict>
 | |
| 		<dict>
 | |
| 			<key>CFBundleTypeRole</key>
 | |
| 			<string>Viewer</string>
 | |
| 			<key>CFBundleURLSchemes</key>
 | |
| 			<array>
 | |
| 				<string>solian</string>
 | |
| 			</array>
 | |
| 		</dict>
 | |
| 	</array>
 | |
| 	<key>CFBundleVersion</key>
 | |
| 	<string>$(FLUTTER_BUILD_NUMBER)</string>
 | |
| 	<key>CLIENT_ID</key>
 | |
| 	<string>961776991058-stt7et4qvn3cpscl4r61gl1hnlatqkig.apps.googleusercontent.com</string>
 | |
| 	<key>ITSAppUsesNonExemptEncryption</key>
 | |
| 	<false/>
 | |
| 	<key>LSRequiresIPhoneOS</key>
 | |
| 	<true/>
 | |
| 	<key>NSCalendarsUsageDescription</key>
 | |
| 	<string>Grant access to Calander help us to shows Solar Calander with your own events.</string>
 | |
| 	<key>NSCameraUsageDescription</key>
 | |
| 	<string>Grant access to Camera will allow Solian take photo or video for your post.</string>
 | |
| 	<key>NSFaceIDUsageDescription</key>
 | |
| 	<string>Allow the Solar Network verify your ownership of the logged in account and continue your action quickly.</string>
 | |
| 	<key>NSMicrophoneUsageDescription</key>
 | |
| 	<string>Grant access to Microphone will allow Solian record audio for your post.</string>
 | |
| 	<key>NSPhotoLibraryAddUsageDescription</key>
 | |
| 	<string>Grant access to Photo Library will allow Solian download photo to album for you.</string>
 | |
| 	<key>NSPhotoLibraryUsageDescription</key>
 | |
| 	<string>Grant access to Photo Library will allow Solian upload photo or video for your post.</string>
 | |
| 	<key>NSUserActivityTypes</key>
 | |
| 	<array>
 | |
| 		<string>INStartCallIntent</string>
 | |
| 		<string>INSendMessageIntent</string>
 | |
| 	</array>
 | |
| 	<key>PLIST_VERSION</key>
 | |
| 	<string>1</string>
 | |
| 	<key>REVERSED_CLIENT_ID</key>
 | |
| 	<string>com.googleusercontent.apps.961776991058-stt7et4qvn3cpscl4r61gl1hnlatqkig</string>
 | |
| 	<key>UIApplicationSupportsIndirectInputEvents</key>
 | |
| 	<true/>
 | |
| 	<key>UIBackgroundModes</key>
 | |
| 	<array>
 | |
| 		<string>fetch</string>
 | |
| 		<string>audio</string>
 | |
| 		<string>remote-notification</string>
 | |
| 		<string>voip</string>
 | |
| 	</array>
 | |
| 	<key>UILaunchStoryboardName</key>
 | |
| 	<string>LaunchScreen</string>
 | |
| 	<key>UIMainStoryboardFile</key>
 | |
| 	<string>Main</string>
 | |
| 	<key>UIStatusBarHidden</key>
 | |
| 	<false/>
 | |
| 	<key>UISupportedInterfaceOrientations</key>
 | |
| 	<array>
 | |
| 		<string>UIInterfaceOrientationLandscapeLeft</string>
 | |
| 		<string>UIInterfaceOrientationLandscapeRight</string>
 | |
| 		<string>UIInterfaceOrientationPortrait</string>
 | |
| 	</array>
 | |
| 	<key>UISupportedInterfaceOrientations~ipad</key>
 | |
| 	<array>
 | |
| 		<string>UIInterfaceOrientationLandscapeLeft</string>
 | |
| 		<string>UIInterfaceOrientationLandscapeRight</string>
 | |
| 		<string>UIInterfaceOrientationPortrait</string>
 | |
| 		<string>UIInterfaceOrientationPortraitUpsideDown</string>
 | |
| 	</array>
 | |
| </dict>
 | |
| </plist>
 |