Wladimir J. van der Laan
edc2822b9d
Merge #14701 : build: Add CLIENT_VERSION_BUILD to CFBundleGetInfoString
...
8e209340c8
build: Add CLIENT_VERSION_BUILD to CFBundleGetInfoString (fanquake)
Pull request description:
As mentioned in #14697 , if you download the `0.17.0.1` dmg, and inspect the `.app` bundle, the version in the GetInfo string reads `0.17.0`, which is confusing given you're expecting `0.17.0.1`:
<img width="391" alt="0 17 0 1" src="https://user-images.githubusercontent.com/863730/48300032-fbb54b00-e510-11e8-9bcd-77e1fffffc63.png ">
This PR adds `CLIENT_VERSION_BUILD` to the string, so that the full version number is displayed, i.e:
<img width="327" alt="this pr" src="https://user-images.githubusercontent.com/863730/48300015-7893f500-e510-11e8-98b9-80424719a082.png ">
Tree-SHA512: f553253d03283639cc4dda00c8004b5c63ae2b489762e5e8c666166e71b14e672792c1df678f87484d51d153b5781c5ec1b145774096600f504833024ae8baea
2018-12-12 16:24:52 +01:00
fanquake
8e209340c8
build: Add CLIENT_VERSION_BUILD to CFBundleGetInfoString
2018-11-10 13:50:19 +08:00
Alexey Ivanov
1e0f3c4499
macOS: disable AppNap during sync
...
Signed-off-by: Alexey Ivanov <alexey.ivanes@gmail.com>
2018-11-01 18:22:06 +03:00
fanquake
cf2f4306fe
gui: explicitly disable "Dark Mode" appearance on macOS
2018-10-28 21:35:52 +08:00
fanquake
84b0cfa8b6
release: bump minimum required macOS to 10.10
2018-07-25 07:30:28 +08:00
Cory Fields
339c4b6c3a
release: bump required osx version to 10.8. Credit jonasschnelli.
...
libc++ on 10.7 causes too many issues.
See #8577 for discussion/details.
2016-10-25 14:29:03 -04:00
Luke Dashjr
917b1d03cf
Set copyright holders displayed in notices separately from the package name
...
This helps avoid accidental removal of upstream copyright names
2015-12-22 12:29:18 +00:00
Luke Dashjr
d5f46832de
Unify package name to as few places as possible without major changes
2015-12-14 02:11:10 +00:00
Wladimir J. van der Laan
9d67b10091
Merge pull request #6218
...
960e994
gitian: Bump cache dir for current master (Cory Fields)
be65628
gitian: bump faketime to something more recent (Cory Fields)
c3cdd7b
osx: set min version to 10.7 for 0.11+ (Cory Fields)
2015-06-03 15:22:33 +02:00
Jonas Schnelli
0a32a9347e
OSX: use "Bitcoin Core" as Bundle Display Name
2015-06-03 10:06:10 +02:00
Cory Fields
c3cdd7b312
osx: set min version to 10.7 for 0.11+
2015-06-02 10:39:07 -04:00
Michael Ford
1f9be984db
Disable App Nap on OSX 10.9+
2014-10-04 19:34:15 +08:00
Michael Ford
8abfb9905d
Add CLIENT_VERSION_REVISION to mac osx info plist
2014-04-24 23:37:50 +08:00
duanemoody
1204945742
Add application category for OSX
...
In "View by Category" without this metadata the app gets sorted into "Other" at the bottom.
2014-03-31 10:46:53 -07:00
Gavin Andresen
26e4b52712
Require OSX 10.6, 64-bit
...
Drop support for 32-bit or pre-10.6 Macs.
Also, some of the OSX build docs hadn't been updated since the
autotools change.
2014-02-25 21:36:31 -05:00
Wladimir J. van der Laan
b26de9d951
qt: Update remaining "The Bitcoin Core Developers"
2014-01-14 11:19:52 +01:00
Philip Kaufmann
84f8551f3a
[Qt] misc small Mac related changes/cleanups
...
- cleanup Info.plist.in and specify high DPI mode enable command as per
http://blog.qt.digia.com/blog/2013/04/25/retina-display-support-for-mac-os-ios-and-x11/
- move setting of QApplication::setAttribute() to bitcoin.cpp and add
attribute for enabling use of high DPI pixmaps for Qt >= 5.1
- add missing setWindowTitle() on Mac
- cleanup Mac / non-Mac setup in bitcoingui.cpp
2013-12-09 15:24:45 +01:00
Cory Fields
35b8af9226
autotools: switch to autotools buildsystem
2013-09-05 21:31:03 -04:00