Updating wallet executable name in plist file.

Bumping revision number.
This commit is contained in:
clemahieu 2015-01-17 11:23:20 -06:00
commit cbc974804d
2 changed files with 3 additions and 3 deletions

View file

@ -109,7 +109,7 @@ add_executable (qt_system
set (CPACK_PACKAGE_VERSION_MAJOR "4")
set (CPACK_PACKAGE_VERSION_MINOR "0")
set (CPACK_PACKAGE_VERSION_PATCH "0")
set (CPACK_PACKAGE_VERSION_PATCH "1")
SET (ACTIVE_NETWORK rai_active_network CACHE STRING "Selects which network parameters are used")
set_property (CACHE ACTIVE_NETWORK PROPERTY STRINGS rai_test_network rai_beta_network rai_live_network)

View file

@ -3,12 +3,12 @@
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>qt_client</string>
<string>qt_wallet</string>
<key>CFBundleName</key>
<string>RaiBlocks</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleIdentifier</key>
<string>net.raiblocks.qt_client</string>
<string>net.raiblocks.qt_wallet</string>
</dict>
</plist>