21 lines
		
	
	
		
			736 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			736 B
		
	
	
	
		
			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>CFBundleVersion</key>
 | 
						|
       <string>1.0</string>
 | 
						|
       <key>CFBundleSignature</key>
 | 
						|
       <string>????</string>
 | 
						|
       <key>CFBundlePackageType</key>
 | 
						|
       <string>FMWK</string>
 | 
						|
       <key>CFBundleInfoDictionaryVersion</key>
 | 
						|
       <string>6.0</string>
 | 
						|
       <key>CFBundleIdentifier</key>
 | 
						|
       <string>${IOS_BUNDLE_ID_PREFIX}.${EXECUTABLE_NAME:rfc1034identifier}</string>
 | 
						|
       <key>CFBundleExecutable</key>
 | 
						|
       <string>${EXECUTABLE_NAME}</string>
 | 
						|
       <key>CFBundleDevelopmentRegion</key>
 | 
						|
       <string>English</string>
 | 
						|
</dict>
 | 
						|
</plist>
 |