-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #428 from mas-cli/monterey
🐛 Allow redownloads on macOS 12 Monterey
- Loading branch information
Showing
8 changed files
with
61 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,6 +101,7 @@ $ mas lucky twitter | |
|
||
> Please note that this command will not allow you to install (or even purchase) an app for the first time: | ||
use the `purchase` command in that case. | ||
> ⛔ The `purchase` command is not supported as of macOS 10.15 Catalina. Please see [Known Issues](#%EF%B8%8F-known-issues). | ||
```bash | ||
$ mas purchase 768053424 | ||
|
@@ -148,6 +149,8 @@ Xcode (8.0) | |
|
||
### 🚏📥 Sign-in | ||
|
||
> ⛔ The `signin` command is not supported as of macOS 10.13 High Sierra. Please see [Known Issues](#%EF%B8%8F-known-issues). | ||
To sign into the Mac App Store for the first time run `mas signin`. | ||
|
||
```bash | ||
|
@@ -156,11 +159,8 @@ $ mas signin [email protected] | |
Password: | ||
``` | ||
|
||
> ⚠️ Due to breaking changes in the underlying API that mas uses to interact with the Mac App Store, | ||
> the `signin` command has been temporarily disabled on macOS 10.13+ ⛔. | ||
> For more information on this issue, see [#164](https://github.com/mas-cli/mas/issues/164). | ||
If you experience issues signing in this way, you can ask to signin using a graphical dialog (provided by Mac App Store application): | ||
If you experience issues signing in this way, you can ask to sign in using a graphical dialog | ||
(provided by Mac App Store application): | ||
|
||
```bash | ||
$ mas signin --dialog [email protected] | ||
|
@@ -182,6 +182,22 @@ Use `mas signout` to sign out from the Mac App Store. | |
then your Mac App Store apps will be included in the Brewfile created. See the [homebrew-bundle] | ||
docs for more details. | ||
|
||
## ⚠️ Known Issues | ||
|
||
Over time, Apple has changed the APIs used by `mas` to manage App Store apps, limiting its capabilities. Please sign in | ||
or purchase apps using the App Store app instead. Subsequent redownloads can be performed with `mas install`. | ||
|
||
- ⛔️ The `signin` command is not supported as of macOS 10.13 High Sierra. [#164](https://github.com/mas-cli/mas/issues/164) | ||
- ⛔️ The `purchase` command is not supported as of macOS 10.15 Catalina. [#289](https://github.com/mas-cli/mas/issues/289) | ||
- ⛔️ The `account` command is not supported as of macOS 12 Monterey. [#417](https://github.com/mas-cli/mas/issues/417) | ||
|
||
The versions `mas` sees from the app bundles on your Mac don't always match the versions reported by the App Store for | ||
the same app bundles. This leads to some confusion when the `outdated` and `upgrade` commands differ in behavior from | ||
what is shown as outdated in the App Store app. Further confusing matters, there is often some delay due to CDN | ||
propagatioon and caching between the time a new app version is released to the App Store, and the time it appears | ||
available in the App Store app or via the `mas` command. These issues cause symptoms like | ||
[#384](https://github.com/mas-cli/mas/issues/384) and [#387](https://github.com/mas-cli/mas/issues/387). | ||
|
||
## 💥 When something doesn't work | ||
|
||
If you see this error, it's probably because you haven't installed the app through the App Store yet. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters