From ed972e05ab03bc1953dc8176ce0f2da7b2f80ef2 Mon Sep 17 00:00:00 2001 From: Guillaume Louel <37544189+glouel@users.noreply.github.com> Date: Wed, 21 Nov 2018 17:06:15 +0100 Subject: [PATCH 01/12] Update Readme.md beta5 --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 8e8f5c30..037dae8e 100644 --- a/Readme.md +++ b/Readme.md @@ -28,7 +28,7 @@ You can see a list of contributors [here](https://github.com/JohnCoates/Aerial/g *Rather install from Terminal or have auto-updates? Look at the Brew Cask section below!* 1. **Close System Preferences** -2. [Click here to Download](https://github.com/JohnCoates/Aerial/releases/download/v1.4.5/Aerial.saver.zip) (Version 1.4.5, November 3, 2018, see [changes here](https://github.com/JohnCoates/Aerial/releases/tag/v1.4.5)). (**If you are a new user**, Apple has just added some new videos and made some changes that can confuse Aerial 1.4.5. Because of this, you may see duplicates in the user interface with version 1.4.5. We suggest you give [1.4.6beta4 a try instead](https://github.com/JohnCoates/Aerial/releases/download/v1.4.6beta4/Aerial.saver.zip) (November 19, 2018), this version will properly handle the duplicate issue. You can find more information on changes on [this issue](https://github.com/JohnCoates/Aerial/issues/630).) +2. [Click here to Download](https://github.com/JohnCoates/Aerial/releases/download/v1.4.5/Aerial.saver.zip) (Version 1.4.5, November 3, 2018, see [changes here](https://github.com/JohnCoates/Aerial/releases/tag/v1.4.5)). (**If you are a new user**, Apple has just added some new videos and made some changes that can confuse Aerial 1.4.5. Because of this, you may see duplicates in the user interface with version 1.4.5. We suggest you give [1.4.6beta5 a try instead](https://github.com/JohnCoates/Aerial/releases/download/v1.4.6beta5/Aerial.saver.zip) (November 21, 2018), this version will properly handle the duplicate issue. You can find more information on changes on [this issue](https://github.com/JohnCoates/Aerial/issues/630).) 3. Unzip the downloaded file (if you use Safari, it should already be done for you). 4. Open **Aerial.saver** (double click), it will open System Preferences and ask you if you want to install for all users or for your user only. From 2823468999c24dbec3dca5169f8e61d89de8f3c7 Mon Sep 17 00:00:00 2001 From: Mario Panighetti Date: Tue, 27 Nov 2018 15:57:07 -0800 Subject: [PATCH 02/12] generalized Manual Installation instructions - generalized Manual Installation instructions to not call out specific latest stable/beta releases (as this could potentially lessen the amount of editing you need to do every time a new version of Aerial is released) - indented step-specific note paragraphs in Manual Installation to group with the associated numbered step --- Readme.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 037dae8e..e27a408b 100644 --- a/Readme.md +++ b/Readme.md @@ -27,14 +27,17 @@ You can see a list of contributors [here](https://github.com/JohnCoates/Aerial/g ### Manual Installation *Rather install from Terminal or have auto-updates? Look at the Brew Cask section below!* -1. **Close System Preferences** -2. [Click here to Download](https://github.com/JohnCoates/Aerial/releases/download/v1.4.5/Aerial.saver.zip) (Version 1.4.5, November 3, 2018, see [changes here](https://github.com/JohnCoates/Aerial/releases/tag/v1.4.5)). (**If you are a new user**, Apple has just added some new videos and made some changes that can confuse Aerial 1.4.5. Because of this, you may see duplicates in the user interface with version 1.4.5. We suggest you give [1.4.6beta5 a try instead](https://github.com/JohnCoates/Aerial/releases/download/v1.4.6beta5/Aerial.saver.zip) (November 21, 2018), this version will properly handle the duplicate issue. You can find more information on changes on [this issue](https://github.com/JohnCoates/Aerial/issues/630).) +1. Quit **System Preferences**. +2. [Download the latest release of Aerial.saver.zip](https://github.com/JohnCoates/Aerial/releases/latest). + + **If you are a new user**, Apple has just added some new videos and made some changes that can confuse the current build of Aerial. Because of this, you may see duplicates in the user interface. We suggest you [give the current beta (1.4.6beta5+) a try instead](https://github.com/JohnCoates/Aerial/releases), as this version will properly handle the duplicate issue (you can find more information on changes on [this issue](https://github.com/JohnCoates/Aerial/issues/630)). + 3. Unzip the downloaded file (if you use Safari, it should already be done for you). -4. Open **Aerial.saver** (double click), it will open System Preferences and ask you if you want to install for all users or for your user only. +4. Double-click **Aerial.saver**; it will open in **System Preferences > Desktop & Screen Saver** and ask you if you want to install for all users or for your user only. -If you see an error message saying "This app is damaged and can't be opened, you should move it to the trash", we suggest that **you download the file with Safari**, to prevent macOS Gatekeeper from throwing that error. Note that some outdated unzip software may cause that issue too. + If you see an error message saying "This app is damaged and can't be opened, you should move it to the trash", we suggest that **you download the file with Safari**, to prevent macOS Gatekeeper from throwing that error. Note that some outdated unzip software may cause that issue too. -**Important**: If you haven't closed System Preferences before installation and were upgrading from a previous version, we strongly recommend you close System Preferences after the installation and reopen it, as Swift screensavers aren't loaded correctly otherwise when updated. + **Important**: If you haven't quit System Preferences before installation and were upgrading from a previous version, we strongly recommend you quit the application after installation, then reopen it, as updated Swift screensavers aren't loaded correctly in an active System Preferences session. ### Brew Cask Support - (Updated for 1.4.5) From 82222ce0ee4bdb37c9b55eac7e97cd17e0bb2791 Mon Sep 17 00:00:00 2001 From: Guillaume Louel <37544189+glouel@users.noreply.github.com> Date: Tue, 11 Dec 2018 22:44:24 +0100 Subject: [PATCH 03/12] Update Readme.md beta 7 with extra info --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index e27a408b..7732e82d 100644 --- a/Readme.md +++ b/Readme.md @@ -30,7 +30,7 @@ You can see a list of contributors [here](https://github.com/JohnCoates/Aerial/g 1. Quit **System Preferences**. 2. [Download the latest release of Aerial.saver.zip](https://github.com/JohnCoates/Aerial/releases/latest). - **If you are a new user**, Apple has just added some new videos and made some changes that can confuse the current build of Aerial. Because of this, you may see duplicates in the user interface. We suggest you [give the current beta (1.4.6beta5+) a try instead](https://github.com/JohnCoates/Aerial/releases), as this version will properly handle the duplicate issue (you can find more information on changes on [this issue](https://github.com/JohnCoates/Aerial/issues/630)). + **If you are a new user**, Apple has just added some new videos (october 30th **and** december 5th) and made some changes that can confuse the current build of Aerial. Because of this, you may see duplicates in the user interface. We suggest you [give the current beta (1.4.6beta7+) a try instead](https://github.com/JohnCoates/Aerial/releases), as this version will properly handle the duplicate issue (you can find more information on changes on [this issue](https://github.com/JohnCoates/Aerial/issues/630)). 3. Unzip the downloaded file (if you use Safari, it should already be done for you). 4. Double-click **Aerial.saver**; it will open in **System Preferences > Desktop & Screen Saver** and ask you if you want to install for all users or for your user only. From 2b855ae6825c88684f8620e24af855bdb84cedd5 Mon Sep 17 00:00:00 2001 From: Guillaume Louel <37544189+glouel@users.noreply.github.com> Date: Wed, 12 Dec 2018 17:32:12 +0100 Subject: [PATCH 04/12] Update Readme.md remove beta message as 1.4.6 is now out --- Readme.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 7732e82d..14c52530 100644 --- a/Readme.md +++ b/Readme.md @@ -28,10 +28,7 @@ You can see a list of contributors [here](https://github.com/JohnCoates/Aerial/g *Rather install from Terminal or have auto-updates? Look at the Brew Cask section below!* 1. Quit **System Preferences**. -2. [Download the latest release of Aerial.saver.zip](https://github.com/JohnCoates/Aerial/releases/latest). - - **If you are a new user**, Apple has just added some new videos (october 30th **and** december 5th) and made some changes that can confuse the current build of Aerial. Because of this, you may see duplicates in the user interface. We suggest you [give the current beta (1.4.6beta7+) a try instead](https://github.com/JohnCoates/Aerial/releases), as this version will properly handle the duplicate issue (you can find more information on changes on [this issue](https://github.com/JohnCoates/Aerial/issues/630)). - +2. [Download the latest release of Aerial.saver.zip](https://github.com/JohnCoates/Aerial/releases/latest). (Version 1.4.6, December 12th 2018) 3. Unzip the downloaded file (if you use Safari, it should already be done for you). 4. Double-click **Aerial.saver**; it will open in **System Preferences > Desktop & Screen Saver** and ask you if you want to install for all users or for your user only. From e0e4dd8a95c81e5734d3303d186b0ecd32f83ae3 Mon Sep 17 00:00:00 2001 From: Guillaume Louel <37544189+glouel@users.noreply.github.com> Date: Wed, 12 Dec 2018 17:33:29 +0100 Subject: [PATCH 05/12] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 14c52530..97463863 100644 --- a/Readme.md +++ b/Readme.md @@ -36,7 +36,7 @@ You can see a list of contributors [here](https://github.com/JohnCoates/Aerial/g **Important**: If you haven't quit System Preferences before installation and were upgrading from a previous version, we strongly recommend you quit the application after installation, then reopen it, as updated Swift screensavers aren't loaded correctly in an active System Preferences session. -### Brew Cask Support - (Updated for 1.4.5) +### Brew Cask Support - (Will be updated soon to 1.4.6) If you're looking to install Aerial across many systems, remotely, or simply from Terminal we recommend [Brew Cask](https://caskroom.github.io). Prefer this method if you're looking for auto-updates. From a86728e730f97e247e50ae4a9a99c96c16f15f58 Mon Sep 17 00:00:00 2001 From: Guillaume Louel <37544189+glouel@users.noreply.github.com> Date: Wed, 12 Dec 2018 20:38:02 +0100 Subject: [PATCH 06/12] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 97463863..c5dfa776 100644 --- a/Readme.md +++ b/Readme.md @@ -36,7 +36,7 @@ You can see a list of contributors [here](https://github.com/JohnCoates/Aerial/g **Important**: If you haven't quit System Preferences before installation and were upgrading from a previous version, we strongly recommend you quit the application after installation, then reopen it, as updated Swift screensavers aren't loaded correctly in an active System Preferences session. -### Brew Cask Support - (Will be updated soon to 1.4.6) +### Brew Cask Support - (Updated to 1.4.6) If you're looking to install Aerial across many systems, remotely, or simply from Terminal we recommend [Brew Cask](https://caskroom.github.io). Prefer this method if you're looking for auto-updates. From c4ed20272341e2ea3c1ef7c311f25df012ce5e65 Mon Sep 17 00:00:00 2001 From: Guillaume Louel <37544189+glouel@users.noreply.github.com> Date: Thu, 13 Dec 2018 15:18:08 +0100 Subject: [PATCH 07/12] Update Readme.md Add a new features sections about 1.4.6 --- Readme.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index c5dfa776..d49f13e2 100644 --- a/Readme.md +++ b/Readme.md @@ -61,12 +61,22 @@ There are three options to uninstall Aerial from your Mac. You may also want to delete the folder `/Users/YOURUSERNAME/Library/Caches/Aerial`. This is where Aerial stores the cached copies of the Aerial videos. The last thing, you may want to delete the preferences `plist`. The file is `/Users/YOURUSERNAME/Library/Preferences/ByHost/com.JohnCoates.Aerial.{UUID}.plist`. -## New features +## New features in 1.4.6 + +* **25 extra videos now available in 4K:** Following the content updates from October 30th and December 5th, Aerial now includes 70 videos, 60 of which are also available in 4K. Aerial will periodically check for new videos, you can disable this feature in the Cache tab. +* **Show videos in Quicktime:** You can now right click a video to open it in Quicktime. +* **Remove video duplicates:** Aerial can now cleanup your old videos (They are periodically updated to fix colors, provide longer versions of previously existing videos, or upgraded to 4K). Go to the Advanced Tab and either move the files away or send them to the trash to reclaim free space. + +![capture d ecran 2018-12-13 a 15 06 49](https://user-images.githubusercontent.com/37544189/49943901-60394080-fee9-11e8-93b0-3cc68087b70e.png) + +* **More battery controls:** Using Aerial on a Macbook ? You can now specify a different video format on battery mode if you wish, or simply video playback using the Power Saving mode (Aerial will show a blank screen and reduce screen brightness instead of showing videos). + +## Features ![screen shot 2018-10-29 at 13 21 05](https://user-images.githubusercontent.com/37544189/47649972-1f76a980-db7f-11e8-910b-1d5d50931ae2.png) * **Every Aerial video:** From the very first Aerials in San Francisco to the new space videos shot from the ISS! Now with better titles too so you can find your favorite videos faster. -* **4K HEVC:** With the launch of Apple TV 4K, many videos are now available in this format. Aerial will show you the best format available based on your preferences. +* **4K HEVC:** With the launch of Apple TV 4K, many videos are now available in this format (With version 1.4.6, 60 of the 70 videos are available in 4K!). Aerial will show you the best format available, based on your preferences. ![screen shot 2018-10-29 at 13 24 36](https://user-images.githubusercontent.com/37544189/47649973-1f76a980-db7f-11e8-8aef-301307d48fa2.png) From 4296f20b3b1e2a830212ebc7f0541bb5e294fcf2 Mon Sep 17 00:00:00 2001 From: Guillaume Louel <37544189+glouel@users.noreply.github.com> Date: Thu, 13 Dec 2018 20:57:57 +0100 Subject: [PATCH 08/12] Create appcast.xml --- appcast.xml | 1 + 1 file changed, 1 insertion(+) create mode 100644 appcast.xml diff --git a/appcast.xml b/appcast.xml new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/appcast.xml @@ -0,0 +1 @@ + From f731669594f5a774696b9152f7c57c920f42fdbe Mon Sep 17 00:00:00 2001 From: Guillaume Louel <37544189+glouel@users.noreply.github.com> Date: Thu, 13 Dec 2018 21:05:12 +0100 Subject: [PATCH 09/12] Update appcast.xml appcast test1 --- appcast.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/appcast.xml b/appcast.xml index 8b137891..567453a7 100644 --- a/appcast.xml +++ b/appcast.xml @@ -1 +1,10 @@ - + + +Aerial + +1.4.7test1 +jeu., 13 déc. 2018 20:37:29 +0100 +10.9 + + + From 355af2688243a77e72b4812974e1df86627481f4 Mon Sep 17 00:00:00 2001 From: SeanMSmith <11637439+SeanMSmith@users.noreply.github.com> Date: Fri, 14 Dec 2018 17:22:54 -0800 Subject: [PATCH 10/12] Update en.json --- Resources/Community/en.json | 77 +++++++++++++++++++++---------------- 1 file changed, 43 insertions(+), 34 deletions(-) diff --git a/Resources/Community/en.json b/Resources/Community/en.json index d046b011..1bc3be16 100644 --- a/Resources/Community/en.json +++ b/Resources/Community/en.json @@ -138,30 +138,38 @@ "id" : "58754319-8709-4AB0-8674-B34F04E7FFE2", "name" : "River Thames", "pointsOfInterest" : { - "0" : "Passing the Gherkin in the City of London, on the right", - "15" : "Approaching Tower Bridge on the River Thames, with City Hall behind and the Tower of London to the right", - "40" : "Approaching HMS Belfast in the River Thames, passing the Walkie-Talkie on the right", - "75" : "Traveling west up the River Thames, with The Shard on the left and Saint Paul’s Cathedral on the right", - "95" : "Passing over Southwark Cathedral, with Saint Paul’s Cathedral on the right", - "130" : "Passing Shakespeare’s Globe in Southwark (right foreground)", - "195" : "Passing Waterloo Station on the left, with the Palace of Westminster (Houses of Parliament) across the Thames behind", - "210" : "Heading towards Westminster over the River Thames" + "0" : "Approaching Tower Bridge on the River Thames in London", + "40" : "Passing the Gherkin in the City of London, on the right", + "70" : "Passing over Tower Bridge on the River Thames, with City Hall behind and the Tower of London to the right", + "85" : "Approaching HMS Belfast in the River Thames, passing the Walkie-Talkie on the right", + "115" : "Traveling west up the River Thames, with The Shard on the left and Saint Paul’s Cathedral on the right", + "135" : "Passing over Southwark Cathedral, with Saint Paul’s Cathedral on the right", + "175" : "Passing Shakespeare’s Globe in Southwark (right foreground)", + "230" : "Passing Waterloo Station on the left, with the Palace of Westminster (Houses of Parliament) across the Thames behind", + "260" : "Passing BFI IMAX in the left foreground, with the London Eye behind", + "280" : "Heading towards Westminster over the River Thames", + "300" : "Approaching Charing Cross Station in the right foreground", + "312" : "Approaching Horse Guards Parade and Saint James’s Park in the left mid-ground", + "324" : "Passing Saint Martin-in-the-Fields on the right, with Admiralty Arch, Nelson’s Column, and Trafalgar Square to its left" } }, { "id" : "A5AAFF5D-8887-42BB-8AFD-867EF557ED85", "name" :"Buckingham Palace", "pointsOfInterest" : { - "0" : "Flying over Buckingham Palace and the Victoria Memorial, London", - "25" : "Passing Wellington Barracks on the right, following Birdcage Walk along Saint James’s Park", - "65" : "Passing over the Foreign & Commonwealth Office in Whitehall, with Horse Guards Parade on the left and Her Majesty’s Treasury on the right", - "75" : "Passing over the Cenotaph, with the Ministry of Defence on the left and Big Ben and the Palace of Westminster (Houses of Parliament) on the right", - "95" : "Crossing the River Thames, flying over the London Eye", - "130" : "Passing over Waterloo Station in South London", - "242" : "Passing Southwark Cathedral on the left", - "255" : "Passing The Shard on the right", - "275" : "Passing the cruiser HMS Belfast in the River Thames", - "300" : "Crossing the River Thames at Tower Bridge, with City Hall on the right and the Tower of London on the left" + "0" : "Passing Wellington Arch in London on the left", + "12" : "Flying over the Buckingham Palace Gardens, with Green Park on the left", + "24" : "Flying over Buckingham Palace in London", + "40" : "Flying over the Victoria Memorial, passing Wellington Barracks on the right", + "55" : "Following Birdcage Walk along Saint James’s Park", + "90" : "Passing over the Foreign & Commonwealth Office in Whitehall, with Horse Guards Parade on the left and Her Majesty’s Treasury on the right", + "102" : "Passing over the Cenotaph, with the Ministry of Defence on the left and Big Ben and the Palace of Westminster (Houses of Parliament) on the right", + "125" : "Crossing the River Thames, flying over the London Eye", + "160" : "Passing over Waterloo Station in South London, with BFI IMAX on the left", + "270" : "Passing Southwark Cathedral on the left", + "285" : "Passing The Shard on the right", + "305" : "Passing the cruiser HMS Belfast in the River Thames", + "330" : "Crossing the River Thames at Tower Bridge, with City Hall on the right and the Tower of London on the left" } }, @@ -175,7 +183,8 @@ "60" : "Approaching The Shard", "92" : "Flying west over Southwark towards Lambeth in South London", "200" : "Passing Lambeth Palace on the left and Waterloo Station on the right", - "225" : "Crossing the River Thames towards the Palace of Westminster (Houses of Parliament)" + "245" : "Crossing the River Thames towards the Palace of Westminster (Houses of Parliament)", + "265" : "Passing the Palace of Westminster (Houses of Parliament), with Westminster Abbey behind" } }, { @@ -189,8 +198,8 @@ "110" : "Passing Saint Paul’s Cathedral on the right", "130" : "Passing Shakespeare’s Globe in the left foreground", "210" : "Continuing up the River Thames towards Westminster", - "310" : "Passing the London Eye on the River Thames", - "325" : "Passing Big Ben and the Houses of Parliament, with Westminster Abbey on the right" + "300" : "Passing the London Eye on the River Thames", + "315" : "Approaching Big Ben and the Houses of Parliament, with Westminster Abbey to the right" } }, @@ -236,19 +245,19 @@ "name" : "Downtown", "pointsOfInterest" : { "0" : "Approaching Downtown Los Angeles, with the MTA Building (in yellow) and Union Station (in pink) in the left mid-ground", - "60": "Passing the Cathedral of Our Lady of the Angels (in the center)", - "80": "Passing the Los Angeles County Music Center (in the center)", - "95": "Crossing the Hollywood Freeway, traveling south through Downtown along the Harbor Freeway", - "140": "Passing Disney Hall (in the center)", - "155": "Passing City Hall (in pale green, in the left mid-ground)", - "215": "Passing the Library Tower (in the center)", - "235": "Passing the Bonaventure Hotel (in the center)", - "265": "The Los Angeles Central Library, brightly lit, appears from behind the Bonaventure Hotel", - "310": "Passing the Wilshire Grand Center (under construction)", - "400": "Passing L.A. Live", - "435": "Passing the Ritz-Carlton Hotel and Staples Center", - "465": "Passing the Los Angeles Convention Center", - "520": "Approaching the Santa Monica Freeway" + "35": "Passing the Cathedral of Our Lady of the Angels (in the center)", + "55": "Passing the Los Angeles County Music Center (in the center)", + "65": "Crossing the Hollywood Freeway, traveling south through Downtown along the Harbor Freeway", + "105": "Passing the Walt Disney Concert Hall (in the center)", + "120": "Passing City Hall (in pale blue, in the left mid-ground)", + "180": "Passing the Library Tower (in the center)", + "200": "Passing the Bonaventure Hotel (in the center)", + "230": "The Los Angeles Central Library, brightly lit, appears from behind the Bonaventure Hotel", + "275": "Passing the Wilshire Grand Center (under construction)", + "365": "Passing L.A. Live", + "395": "Passing the Ritz-Carlton Hotel and Staples Center", + "425": "Passing the Los Angeles Convention Center", + "495": "Approaching the Santa Monica Freeway" } }, From 1cf104db7ec09d809b5e69f81adc147ae4b93d81 Mon Sep 17 00:00:00 2001 From: SeanMSmith <11637439+SeanMSmith@users.noreply.github.com> Date: Sat, 15 Dec 2018 13:32:00 -0800 Subject: [PATCH 11/12] Update PreferencesWindow.xib MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed "Apple periodically updates it's JSON" to "Apple periodically updates its JSON". ("It's" is a contraction for "it is", whereas the possessive of "it", which is what we want, is "its".) Also changed "result… as" to the more idiomatic "result… in". --- Resources/PreferencesWindow.xib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/PreferencesWindow.xib b/Resources/PreferencesWindow.xib index 55f47059..13f7e6d0 100644 --- a/Resources/PreferencesWindow.xib +++ b/Resources/PreferencesWindow.xib @@ -1591,7 +1591,7 @@ Shift, but macOS 10.12.4 or above and a compatible Mac are required) - Apple periodically updates it's JSON, to either add new videos, or add new versions of existing videos. This will result, over time, as duplicate videos on your disk. You can use the settings below to put aside the old versions of videos or reclaim disk space. + Apple periodically updates its JSON, to either add new videos, or add new versions of existing videos. This will result, over time, in duplicate videos on your disk. You can use the settings below to put aside the old versions of videos or reclaim disk space. From 2cd5adfa23b625df36c81bb8f0ef23dcfa121164 Mon Sep 17 00:00:00 2001 From: Guillaume Louel <37544189+glouel@users.noreply.github.com> Date: Mon, 17 Dec 2018 22:16:53 +0100 Subject: [PATCH 12/12] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index d49f13e2..1252efa5 100644 --- a/Readme.md +++ b/Readme.md @@ -59,7 +59,7 @@ There are three options to uninstall Aerial from your Mac. * Or delete the file(s) directly. macOS can store screen savers in two locations. `/Library/Screen Savers` and `/Users/YOURUSERNAME/Library/Screen Savers`. Check both locations for a file called "Aerial.saver" and delete any copies you find. * If you installed Aerial using Brew Cask, then enter the following command in a Terminal window to uninstall: `brew cask uninstall aerial`. -You may also want to delete the folder `/Users/YOURUSERNAME/Library/Caches/Aerial`. This is where Aerial stores the cached copies of the Aerial videos. The last thing, you may want to delete the preferences `plist`. The file is `/Users/YOURUSERNAME/Library/Preferences/ByHost/com.JohnCoates.Aerial.{UUID}.plist`. +You may also want to delete the folder `/Users/YOURUSERNAME/Library/Caches/Aerial` (or `/Library/Caches/Aerial`). This is where Aerial stores the cached copies of the Aerial videos. The last thing, you may want to delete the preferences `plist`. The file is `/Users/YOURUSERNAME/Library/Preferences/ByHost/com.JohnCoates.Aerial.{UUID}.plist`. ## New features in 1.4.6