dncurrency/Info.plist.in
Russel Waters ccdbda748c
add test network to build artifacts for non DB tags (#3000)
* add test network to build artifacts for non DB tags
different installation defaults for different networks
update debian package, will create user(nanocurrency) and service for
each network

* rename variable for continuity
2020-10-20 10:04:56 -07:00

26 lines
962 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_OSX_PACKAGE_NAME@</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>