mirror of
https://github.com/mas-cli/mas
synced 2025-03-06 23:57:21 +00:00
Improve emoji.
Partial #717 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
parent
c30d36c454
commit
577f1ec08b
3 changed files with 5 additions and 5 deletions
|
@ -34,7 +34,7 @@ sudo port install mas
|
|||
|
||||
⚠️ macOS 10.15 (Catalina) or newer is required to install mas from MacPorts.
|
||||
|
||||
### ☎️ Older macOS Versions
|
||||
### 🧮 Older macOS Versions
|
||||
|
||||
#### 🍻 Custom Homebrew tap
|
||||
|
||||
|
@ -263,10 +263,10 @@ docs for more details.
|
|||
mas uses multiple undocumented Apple private frameworks to implement much of its functionality.
|
||||
Over time, Apple has silently changed these frameworks, breaking some functionality. Known issues include:
|
||||
|
||||
- ⛔️ The `signin` command is not supported on macOS 10.13 (High Sierra) or newer. [#164](
|
||||
- ⛔ The `signin` command is not supported on macOS 10.13 (High Sierra) or newer. [#164](
|
||||
https://github.com/mas-cli/mas/issues/164
|
||||
)
|
||||
- ⛔️ The `account` command is not supported on macOS 12 (Monterey) or newer. [#417](
|
||||
- ⛔ The `account` command is not supported on macOS 12 (Monterey) or newer. [#417](
|
||||
https://github.com/mas-cli/mas/issues/417
|
||||
)
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
. "${0:a:h}/_setup_script"
|
||||
|
||||
printf $'==> 🏗️ Building mas %s\n' "$(script/version)"
|
||||
printf $'==> 🏗 Building mas %s\n' "$(script/version)"
|
||||
|
||||
script/generate_package_swift "${1:-}"
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
tag="${1}"
|
||||
|
||||
printf $'==> 🚀 Canceling release for tag %s\n\n' "${tag}"
|
||||
printf $'==> ❌ Canceling release for tag %s\n\n' "${tag}"
|
||||
|
||||
bump_url="$(gh release -R https://github.com/mas-cli/mas download "${tag}" -p bump.url -O - 2>/dev/null || true)"
|
||||
if [[ -n "${bump_url}" ]]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue