fanquake
c0bc453135
build: remove deprecated key from macOS Info.plist
...
Note that the current release binaries don't show incorrect version
numbers anywhere in the GUI, and we haven't reintroduced the issue that
#14701 fixed. This is just swapping a deprecated field for a newer
one and removing the additional version number.
5 years ago
fanquake
7d7bf2ff4a
build: set minimum supported macOS to 10.12
5 years ago
fanquake
a3e810326d
build: remove BIP70 entries from macOS Info.plist
5 years ago
Jon Layton
6aab7649d3
doc: Fix whitespace errs in .md files, bitcoin.conf, Info.plist.in, and find_bdb48.m4
5 years ago
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
6 years ago
fanquake
8e209340c8
build: Add CLIENT_VERSION_BUILD to CFBundleGetInfoString
6 years ago
Alexey Ivanov
1e0f3c4499
macOS: disable AppNap during sync
...
Signed-off-by: Alexey Ivanov <alexey.ivanes@gmail.com>
6 years ago
fanquake
cf2f4306fe
gui: explicitly disable "Dark Mode" appearance on macOS
6 years ago
fanquake
84b0cfa8b6
release: bump minimum required macOS to 10.10
6 years ago
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.
8 years ago
Luke Dashjr
917b1d03cf
Set copyright holders displayed in notices separately from the package name
...
This helps avoid accidental removal of upstream copyright names
9 years ago
Luke Dashjr
d5f46832de
Unify package name to as few places as possible without major changes
9 years ago
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)
10 years ago
Jonas Schnelli
0a32a9347e
OSX: use "Bitcoin Core" as Bundle Display Name
10 years ago
Cory Fields
c3cdd7b312
osx: set min version to 10.7 for 0.11+
10 years ago
Michael Ford
1f9be984db
Disable App Nap on OSX 10.9+
10 years ago
Michael Ford
8abfb9905d
Add CLIENT_VERSION_REVISION to mac osx info plist
11 years ago
duanemoody
1204945742
Add application category for OSX
...
In "View by Category" without this metadata the app gets sorted into "Other" at the bottom.
11 years ago
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.
11 years ago
Wladimir J. van der Laan
b26de9d951
qt: Update remaining "The Bitcoin Core Developers"
11 years ago
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
11 years ago
Cory Fields
35b8af9226
autotools: switch to autotools buildsystem
11 years ago