mas
mas copied to clipboard
:package: Mac App Store command line interface
I saw that the version 2.0 release message says `mas now requires macOS 10.15 (Catalina) or newer.` However running the pre-built binaries will complain `@rpath/libswift_Concurrency.dylib could not be loaded`, this...
Increase mas's minimum supported macOS version from 10.15 Catalina to 13 Ventura. This should be done only on the release of a major version. ## Benefits The known benefits of...
## Your Environment - `mas version`: 1.8.7 - macOS: System Version: macOS 15.1 (24B83) Kernel Version: Darwin 24.1.0 ### mas Install Method `brew install mas` (homebrew-core) ## Describe the Bug...
App versions with a different version text locally & in MAS cause problems for `update` & `outdated`
### mas version v1.8.8-beta.13 ### macOS version 15.1.1 ### macOS build version 24B91 ### Processor Apple M3 Max ### mas installation method Homebrew core (brew install mas) ### mas installation...
## Your Environment - `mas version`: 1.8.7 - macOS version (`system_profiler SPSoftwareDataType -detailLevel mini`): macOS 14.7 (23H124) ### mas Install Method `brew install mas` (homebrew-core) ## Describe the Bug When...
### mas config ```text mas โโโโ 1.9.0 arch โโโ arm64 from โโโ homebrew/core/mas origin โ https://github.com/mas-cli/mas.git rev โโโโ a5a928a2e6a28a5c751bca7f63f26b06cede8197 driver โ 1.115 swift โโ 6.0.2 (swiftlang-6.0.2.1.2 clang-1600.0.26.4) region โ IN...
### Problem(s) addressed If I run a simple shell script to install apps such as: ```bash #! /usr/bin/env bash # purchases App Store software. # Bitwarden mas purchase 1352778147 #...
Many expats including myself have multiple Apple accounts from multiple country app stores. There is no easy way Apple provides us to update our apps. The App Store app keeps...
### Problem(s) addressed Currently when purchasing from the App Store if host system is lower than the current minimum it will give the error to update your OS to download...
Refactor `SearchResult` / create an adapter to provide correct property names. e.g., `adamID` would replace `trackId`. Provide an adhoc property that exposes JSON that is in addition to the expected...