From 83b90867794d22bdcf965320f04eb3fefdadc498 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sun, 12 Aug 2018 15:09:58 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=97=20Update=20links=20to=20signin=20i?= =?UTF-8?q?ssue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/MASError.swift | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/App/MASError.swift b/App/MASError.swift index 5db9624..840e8c6 100644 --- a/App/MASError.swift +++ b/App/MASError.swift @@ -29,8 +29,9 @@ enum MASError: Error, CustomStringConvertible { case .signInDisabled: return "The 'signin' command has been disabled on this macOS version. " + + "Please sign into the Mac App Store app manually." + "\nFor more info see: " + - "https://github.com/mas-cli/mas/pull/162" + "https://github.com/mas-cli/mas/issues/164" case .signInFailed(let error): if let error = error { diff --git a/README.md b/README.md index 760ddcf..b3e1aea 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ To sign into the Mac App Store for the first time run `mas signin`. > ⚠️ 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 [#162](https://github.com/mas-cli/mas/pull/162). +> 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):