15 lines
		
	
	
		
			447 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			447 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>CFBundleExecutable</key> | ||
|  | 	<string>@WSJTX_BUNDLE_NAME@</string> | ||
|  | 	<key>CFBundleDisplayName</key> | ||
|  | 	<string>@WSJTX_BUNDLE_NAME@</string> | ||
|  | 	<key>NSPrincipalClass</key> | ||
|  | 	<string>NSApplication</string> | ||
|  | 	<key>NSHighResolutionCapable</key> | ||
|  | 	<string>True</string> | ||
|  | </dict> | ||
|  | </plist> |