ターミナルからMac App Storeアプリのインストールやアップデートできるコマンドラインツール「mas」がアプリケーションフォルダ外に移動されたアプリを除外するようにしたそうです。詳細は以下から。
masコマンドは現在Appleのエンジニアリングマネージャーを務めるAndrew NaylorさんがApple入社前に開発したコマンドラインツールで、Mac App Storeで公開されているアプリのインストールやアップデート、アンインストールなどができますが、このmasコマンドの最新バージョンとなる「mas v1.8.3」がリリースされています。
v1.8.3: 🐛 Ignore applications moved outside the system Applications folder
- 🏡 Ignore applications moved outside the system Applications folder (#376) @chris-araman
- 🩹 Display decimal progress percentage (#399) @mtoohey31
リリースノートより抜粋
masコマンドのメンテナンスを引き継いだBen Chatelainさんらによると、mas v1.8.3ではXcodeなどシステム・アプリケーションフォルダ(/Applications)外にアプリを移動し、バージョン管理しているユーザーからのPRに対応し、システム・アプリケーションフォルダ外に移動されたアプリはmasアプリから無視されるように仕様が変更されているほか、
アプリのインストールやアップデート時のプログレスバーの”%”表示が小数点第一位まで正確に表示できるようになっているので、ユーザーの方はアップデートしてみてください。
mas v1.8.3
🐛 Bug Fixes
- 🏡 Ignore applications moved outside the system Applications folder (#376) @chris-araman
- 🩹 Display decimal progress percentage (#399) @mtoohey31
Changes
- ⚙️ Prepare for Xcode 13 (#407) @chris-araman
- 🧹 Enable linting with Xcode 13 beta 3 (#406) @chris-araman
- ⬆️ Periphery (2.7.1), Ruby (3.0.2), SwiftFormat (0.48.9) (#400) @chris-araman
- ⬆️ Danger (8.3.1) (#401) @dependabot
- 🧹 Restore shellcheck (0.7.2) (#396) @chris-araman
- ⬆️ Periphery (2.5.2), SwiftFormat (0.48.4), Version (2.0.1) (#394) @chris-araman
- 🧹 Remove unused code (#391) @chris-araman
- ⬆️ PromiseKit (6.15.0) (#390) @chris-araman
- ⬆️ PromiseKit (6.14.0) (#389) @chris-araman
- 🧹 Lint in GitHub Actions (#377) @chris-araman
- 🚨 Fail CI task if tests fail (#381) @chris-araman
- ⬆️ Nimble (9.2.0) (#374) @chris-araman
- 🤞🏼 Rephrase async code as PromiseKit Promises (#362) @chris-araman
- 🧹 Lint with periphery (#372) @chris-araman
- 🍺 Publish bottles for custom tap to GitHub Releases (#373) @chris-araman
- 🪧 Update references to main branch (#370) @chris-araman
- ⬆️ Quick (4.0.0), Nimble (9.1.0) (#367) @chris-araman
コメント