22 lines
		
	
	
	
		
			706 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			706 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| <?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>NSPrincipalClass</key>
 | |
| 	<string>NSApplication</string>
 | |
| 	<key>CFBundleIconFile</key>
 | |
| 	<string></string>
 | |
| 	<key>CFBundlePackageType</key>
 | |
| 	<string>APPL</string>
 | |
| 	<key>CFBundleGetInfoString</key>
 | |
| 	<string>Created by Qt/QMake</string>
 | |
| 	<key>CFBundleSignature</key>
 | |
| 	<string>????</string>
 | |
| 	<key>CFBundleExecutable</key>
 | |
| 	<string>Telegram</string>
 | |
| 	<key>CFBundleIdentifier</key>
 | |
| 	<string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string>
 | |
| 	<key>NOTE</key>
 | |
| 	<string>This file was generated by Qt/QMake.</string>
 | |
| </dict>
 | |
| </plist>
 | 
