26 lines
		
	
	
	
		
			943 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			943 B
		
	
	
	
		
			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>NSPrincipalClass</key>
 | |
| 	<string>NSApplication</string>
 | |
| 	<key>NSHighResolutionCapable</key>
 | |
| 	<string>True</string>
 | |
| 	<key>CFBundleExecutable</key>
 | |
| 	<string>nano_wallet</string>
 | |
| 	<key>CFBundleName</key>
 | |
| 	<string>Nano</string>
 | |
| 	<key>CFBundleInfoDictionaryVersion</key>
 | |
| 	<string>6.0</string>
 | |
| 	<key>CFBundleIconFile</key>
 | |
| 	<string>Nano.icns</string>
 | |
| 	<key>CFBundleIdentifier</key>
 | |
| 	<string>org.nano.nano_wallet</string>
 | |
| 	<key>CFBundleShortVersionString</key>
 | |
| 	<string>@CPACK_PACKAGE_VERSION_MAJOR@.@CPACK_PACKAGE_VERSION_MINOR@.@CPACK_PACKAGE_VERSION_PATCH@</string>
 | |
| 	<key>CFBundleVersion</key>
 | |
| 	<string>@CPACK_PACKAGE_VERSION_MAJOR@.@CPACK_PACKAGE_VERSION_MINOR@.@CPACK_PACKAGE_VERSION_PATCH@</string>
 | |
| 	<key>NSRequiresAquaSystemAppearance</key>
 | |
| 	<true/>
 | |
| </dict>
 | |
| </plist>
 | 
