mirror of https://github.com/oxen-io/session-ios
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			65 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
			
		
		
	
	
			65 lines
		
	
	
		
			1.7 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>CFBundleDevelopmentRegion</key>
 | 
						|
	<string>en</string>
 | 
						|
	<key>CFBundleDisplayName</key>
 | 
						|
	<string>${PRODUCT_NAME}</string>
 | 
						|
	<key>CFBundleExecutable</key>
 | 
						|
	<string>${EXECUTABLE_NAME}</string>
 | 
						|
	<key>CFBundleIcons</key>
 | 
						|
	<dict>
 | 
						|
		<key>CFBundlePrimaryIcon</key>
 | 
						|
		<dict>
 | 
						|
			<key>CFBundleIconFiles</key>
 | 
						|
			<array>
 | 
						|
				<string>AppIcon29x29</string>
 | 
						|
				<string>AppIcon40x40</string>
 | 
						|
				<string>AppIcon60x60</string>
 | 
						|
			</array>
 | 
						|
		</dict>
 | 
						|
	</dict>
 | 
						|
	<key>CFBundleIdentifier</key>
 | 
						|
	<string>org.whispersystems.signal</string>
 | 
						|
	<key>CFBundleInfoDictionaryVersion</key>
 | 
						|
	<string>6.0</string>
 | 
						|
	<key>CFBundleName</key>
 | 
						|
	<string>${PRODUCT_NAME}</string>
 | 
						|
	<key>CFBundlePackageType</key>
 | 
						|
	<string>APPL</string>
 | 
						|
	<key>CFBundleShortVersionString</key>
 | 
						|
	<string>1.0</string>
 | 
						|
	<key>CFBundleSignature</key>
 | 
						|
	<string>????</string>
 | 
						|
	<key>CFBundleVersion</key>
 | 
						|
	<string>1.0</string>
 | 
						|
	<key>LSApplicationCategoryType</key>
 | 
						|
	<string></string>
 | 
						|
	<key>LSRequiresIPhoneOS</key>
 | 
						|
	<true/>
 | 
						|
	<key>UIAppFonts</key>
 | 
						|
	<array>
 | 
						|
		<string>HelveticaNeueLTStd-Bd.otf</string>
 | 
						|
		<string>HelveticaNeueLTStd-Lt.otf</string>
 | 
						|
		<string>HelveticaNeueLTStd-Md.otf</string>
 | 
						|
		<string>HelveticaNeueLTStd-Th.otf</string>
 | 
						|
	</array>
 | 
						|
	<key>UIBackgroundModes</key>
 | 
						|
	<array>
 | 
						|
		<string>remote-notification</string>
 | 
						|
		<string>fetch</string>
 | 
						|
		<string>audio</string>
 | 
						|
		<string>voip</string>
 | 
						|
	</array>
 | 
						|
	<key>UIRequiredDeviceCapabilities</key>
 | 
						|
	<array>
 | 
						|
		<string>armv7</string>
 | 
						|
	</array>
 | 
						|
	<key>UISupportedInterfaceOrientations</key>
 | 
						|
	<array>
 | 
						|
		<string>UIInterfaceOrientationPortrait</string>
 | 
						|
	</array>
 | 
						|
</dict>
 | 
						|
</plist>
 |