115 Commits

Author SHA1 Message Date
Lothar Serra Mari
7ccc481a6f
DISTS: Update Sparkle appcast file for 2.7.1 2023-07-30 08:09:36 +02:00
Lothar Serra Mari
e79fa9a61b DISTS: Update Sparkle appcast file for 2.7.0 2023-02-23 18:56:08 +01:00
eientei95
10e69c7509 MACOS: Fix warning about CFBundleTypeRole
When run from terminal, it'd spit out `NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.` This silences that warning.
2023-02-05 22:31:01 +01:00
Lothar Serra Mari
baa0a1fa10 RELEASE: This is 2.8.0git 2023-01-20 20:31:01 +01:00
Eugene Sandulenko
22c37d2c90
ALL: Update copyright year 2023-01-01 00:00:51 +01:00
Lothar Serra Mari
6ff9517743 DISTS: Update Sparkle appcast file for 2.6.1 2022-10-29 21:59:10 +02:00
Lothar Serra Mari
82e76f076c DISTS: Update Sparkle AppCast file for 2.6.0 2022-07-26 13:56:37 +02:00
Lothar Serra Mari
a07be8c665 RELEASE: This is 2.7.0git 2022-06-05 20:43:05 +02:00
Lothar Serra Mari
decc415a08 DISTS: Update appcast.xml for 2.5.1 2022-01-05 19:29:20 +01:00
Lothar Serra Mari
b2c909ae8b DISTS: Update Sparkle information for 2.5.1 2022-01-02 08:46:39 +01:00
Eugene Sandulenko
823bc16312
ALL: Update copyright year 2022-01-01 00:00:45 +01:00
Lothar Serra Mari
84e88b9b3c DISTS: Update appcast.xml for 2.5.0 2021-10-09 16:24:18 +02:00
Eugene Sandulenko
9a4f0b7c66
RELEASE: This is 2.6.0git now 2021-10-01 16:04:48 +03:00
Eugene Sandulenko
580ec65220
RELEASE: This is 2.4.0git 2021-08-28 21:01:11 +02:00
Eugene Sandulenko
5e395d166a BACKENDS: HiDPI support in OpenGL backend 2021-04-11 21:21:44 +02:00
Donovan Watteau
c7c7e2de49 Revert "MACOSX: Remove NSRequiresAquaSystemAppearance from Info.plist, for now"
Since commit a1d930209a6452649ab704dbbcf2084c9177936e seems to be a
reliable way of avoiding any blurry display issue on Retina screens,
macOS Dark Mode can be enabled again.

This reverts commit c59bf95ba85b25b134110eb0ff9c3d0e17750630, and thus
restores commit 485e8bee17230ed8e17a27eaf148a3330f305a6f.

This fixes back bug #11305: Dark Mode is not supported.
2021-02-09 01:35:40 +00:00
Eugene Sandulenko
c1cca8c869 ALL: Update copyright year 2021-01-01 00:00:18 +01:00
Lothar Serra Mari
f0d86be309 DISTS: Update appcast.xml file in order to use our CDN 2020-12-06 17:51:48 +01:00
Thierry Crozat
1d70ed4d24 MACOSX: Revert changes to Info.plist that were committed by mistake 2020-10-04 19:17:44 +01:00
Thierry Crozat
5b0b23e760 MACOSX: Fix bundle make target 2020-10-04 18:51:50 +01:00
Eugene Sandulenko
18980c1d07 DISTS: Update Sparkle signatures 2020-09-26 12:10:16 +02:00
Eugene Sandulenko
98e0b14852 RELEASE: This is 2.3.0git 2020-08-30 13:42:19 +02:00
Donovan Watteau
c59bf95ba8 MACOSX: Remove NSRequiresAquaSystemAppearance from Info.plist, for now
Bug #11430.

Enabling Dark Mode compatibility, either by using NSRequiresAquaSystemAppearance
on older SDKs, or by using 10.14+ SDKs, makes the display blurry on
Retina screens on Mojave (and probably Catalina).

This is probably a macOS bug:

  https://bugzilla.libsdl.org/show_bug.cgi?id=5087

Revert commit 485e8bee17230ed8e17a27eaf148a3330f305a6f for now.
2020-04-17 22:49:49 +01:00
Lothar Serra Mari
5356a70032 DISTS: Update Sparkle appcast file 2020-03-31 20:51:11 +02:00
Lothar Serra Mari
e29c411c60 DISTS: Update Sparkle cast for 2.1.2 2020-03-31 17:57:51 +02:00
Eugene Sandulenko
2fca08043e DISTS: Making WinSparkle happier 2020-02-03 23:32:48 +01:00
Eugene Sandulenko
6ccbe9fb8e DISTS: Add Windows 2.1.1a to Sparkle appcast 2020-02-03 23:16:05 +01:00
Lothar Serra Mari
66133e8c31 DISTS: Fix Win32 filename in the Sparkle appcast XML 2020-01-31 20:32:51 +01:00
Eugene Sandulenko
6d9d9ba5f3 DISTS: Adjust 2.2.1 release time 2020-01-31 19:04:52 +01:00
Eugene Sandulenko
2d3c98faef DISTS: Updated Sparkle cast for 2.1.1 2020-01-30 00:21:22 +01:00
Thierry Crozat
ac83b1d08c MACOSX: Add Documents folder usage string in Info.plist
On macOS Catalina, the application needs to ask for permissions to
access some folders, such as the Desktop, Downloads, and Documents
folder. It for example asks for permission  when listing files in
one of those folders or trying to read a file that was created by
another application and not selected using the system Open panel.
Since the default savegame path on macOS is in the Documents
folder it will ask for permissions to access this folder when we
open the Load Game dialog or try to load a savegame that was
copied there manually). So, while not required, it seems a good
idea to provide an explanation why ScummVM wants access to the
Documents folder.
2020-01-28 22:56:28 +00:00
Thierry Crozat
485e8bee17 MACOSX: Opt in for dark theme
macOS 10.14 introduced a dark theme in addition to the nornal
aqua theme. Applications compiled with the 10.14 SDK or above
are automatically opt in for both, but applications compiled
with an older SDK are not and still use the aqua theme even
when the system is set to use the dark theme. Those applications
need to explicitely opt in to use the dark theme.

This fixes bug #11305: Dark Mode is not supported
2020-01-09 22:24:41 +00:00
Eugene Sandulenko
c05b911563 ALL: Bump copyright year to 2020 2020-01-01 00:01:00 +01:00
Eugene Sandulenko
df5c0c3552 UPDATES: And WinSparkle is not happy about x64 builds. How lame 2019-10-12 23:33:46 +02:00
Eugene Sandulenko
d9775670fe UPDATES: WinSparkle is not happy about old versions and deltas. Removing them for now 2019-10-12 23:30:33 +02:00
Eugene Sandulenko
ba39ed2aef UPDATES: Re-added updated macOS 2.1.0 build signatures 2019-10-12 23:07:36 +02:00
Eugene Sandulenko
c71c114083 UPDATES: Added "windows" update target OS for legacy Sparkle installations 2019-10-12 17:06:58 +02:00
Eugene Sandulenko
1e67c0dd98 UPDATES: Disable 64-bit macOS update which is broken atm 2019-10-12 13:32:52 +02:00
Eugene Sandulenko
9a935be7fb UPDATES: Added EdDSA signatures to macOS deltas 2019-10-05 19:30:23 +02:00
Eugene Sandulenko
0189306442 UPDATES: Added MacOS delta packages for 2.1.0 2019-10-05 19:21:59 +02:00
Eugene Sandulenko
e32afd638e DISTS: Added MacOS signatures for 2.1.0 2019-10-05 15:14:33 +02:00
Eugene Sandulenko
665e38f4fb UPDATES: Added signatures for 2.1.0 Windows builds 2019-10-05 12:27:32 +02:00
Eugene Sandulenko
4c6ec46340 DISTS: Added new keys for Sparkle 1.22.0 2019-10-05 12:27:32 +02:00
Eugene Sandulenko
41b49444b6 RELEASE: This is 2.2.0git 2019-09-23 00:12:30 +02:00
Cameron Cawley
9c29b03c43 MACOSX: Add Drag and Drop support 2019-04-30 22:17:04 +01:00
Lothar Serra Mari
1aba295dcc ALL: Bump copyright year to 2019 2019-03-03 14:18:35 +01:00
Eugene Sandulenko
d6078ea406 ALL: Bump copyright year. 2018! 2018-01-01 00:09:56 +01:00
Thierry Crozat
7fe75a0b6c DISTS: Use html release notes for appcast
This should fix formatting of release not for automatic update
with Sparkle on Windows (bug #10367).
2017-12-18 09:09:08 +00:00
Thierry Crozat
e4882f6057 DISTS: Add Sparkle 2.0.0 signatures 2017-12-12 22:03:35 +00:00
Thierry Crozat
cd7e6cd31c RELEASE: This is 2.1.0git 2017-11-30 00:13:10 +00:00