37 lines
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?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>CFBundleExecutable</key>
 | |
|     <string>launch.sh</string>
 | |
|     <key>CFBundleIdentifier</key>
 | |
|     <string>org.gajim.mac</string>
 | |
|     <key>CFBundleInfoDictionaryVersion</key>
 | |
|     <string>6.0</string>
 | |
|     <key>CFBundleName</key>
 | |
|     <string>Gajim</string>
 | |
|     <key>CFBundlePackageType</key>
 | |
|     <string>APPL</string>
 | |
|     <key>CFBundleShortVersionString</key>
 | |
|     <string>${short_version_string}</string>
 | |
|     <key>CFBundleSignature</key>
 | |
|     <string>DASH</string>
 | |
|     <key>CFBundleVersion</key>
 | |
|     <string>${version}</string>
 | |
|     <key>CFBundleIconFile</key>
 | |
|     <string>Gajim</string>
 | |
|     <key>CFBundleURLTypes</key>
 | |
|     <array>
 | |
|         <dict>
 | |
|             <key>CFBundleTypeRole</key>
 | |
|             <string>Viewer</string>
 | |
|             <key>CFBundleURLName</key>
 | |
|             <string>XMPP</string>
 | |
|             <key>CFBundleURLSchemes</key>
 | |
|             <array>
 | |
|                 <string>xmpp</string>
 | |
|             </array>
 | |
|         </dict>
 | |
|     </array>
 | |
| </dict>
 | |
| </plist>
 |