macOS Monterey 12.3.1 リリース

mac

2022年3月14日に、macOS Monterey 12.3 がリリースされました。
2022年4月1日に、macOS Monterey 12.3.1 がリリースされました。

「macOS Monterey 12.3.1」が公開、2件のゼロデイ脆弱性に対処 – 2022年4月1日
https://forest.watch.impress.co.jp/docs/news/1399740.html

AppleがmacOS Monterey 12.3の提供を開始 – 2022年3月15日
https://www.itmedia.co.jp/pcuser/articles/2203/15/news168.html

macOS Monterey 12.3公開!ユニバーサルコントロールに対応 – 2022年3月15日
https://iphone-mania.jp/news-444703

macOS Monterey 12.3 Release Notes
https://developer.apple.com/documentation/macos-release-notes/macos-12_3-release-notes

Python が削除された macOS 12.3 以降で Python 環境をパッケージングする – 2022年0月1日
https://qiita.com/doraTeX/items/f66e80ace5ed5c899799

Apple、開発者向けに「macOS 12.3 Monterey beta 2」や「iOS 15.4 beta 2」などを公開 – 2022/2/9
https://applech2.com/archives/20220209-macos-monterey-12-3-beta2-build-21e5206e.html

Apple、開発者向けに「macOS 12.3 Monterey beta」を公開。macOS 12.3ではPython 2.7が削除されるので注意を
https://applech2.com/archives/20220128-macos-monterey-12-3-beta1-build-21e5196i.html

Python 2.7が削除される「macOS 12.3 Monterey」では、Python 3の同梱もされないもよう。
https://applech2.com/archives/20220128-python-not-include-in-macos-12-3-monterey.html

12.3 では、なんとデフォルトで使えた python 2 がついに削除されるようです。

ついに、レガシーな python 2 が切り捨てられ、思う存分 python 3 を使うことができます。

皆の者、この喜びを分かち合おうではないか。

ちなみに、12.2 で pytohn 2 のバージョンを確認すると以下のようになりました。

以下の表示もそろそろ見れなくなるということですね。アーメン。

% python -V
Python 2.7.18

ビルド番号

macOS 12.3 beta 2: 21E5206e
macOS 12.3 beta 1: 21E5196i
macOS 12.2: 21D49

イメージのダウンロード

システム環境設定 -> ソフトウェアアップデートからインストールしてもいいですし、以下の softwareupdate コマンドでインストールしても良いです。

softwareupdate コマンドでインストールする場合、ターミナルから実行します。

インストールできるイメージの確認

% softwareupdate --list-full-installers
Finding available software
Software Update found the following full installers:
* Title: macOS Monterey, Version: 12.3.1, Size: 11938730KiB, Build: 21E258
* Title: macOS Monterey, Version: 12.3, Size: 12222979494K, Build: 21E230

イメージのダウンロード

% softwareupdate --fetch-full-installer --full-installer-version 12.3.1

USBメモリ作成

イメージをダウンロードできたら、インストールUSBメモリを作ることもできます。

USBメモリは、16G以上の容量が必要です。

ターミナルから以下を実行してください
(UNTITLED 部分は適時自分のUSBメモリの名前に変えてください)

% sudo /Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia --volume /Volumes/UNTITLED --nointeraction

バージョン確認

以下のコマンドでビルド番号を確認できます

% sw_vers
ProductName:	macOS
ProductVersion:	12.3.1
BuildVersion:	21E258

おすすめ mac

最新の M1 Chip を搭載した mac です。

Touch bar は嫌いなのでおすすめしません。

最新の MacBook Pro では Touch bar が滅んでくれたので大変嬉しいです。

2020 Apple Mac mini Apple M1 Chip

2020 Apple MacBook Air Apple M1 Chip 13インチ

2021 Apple iMac Apple M1 Chip 24インチ

2021 Apple MacBook Pro Apple M1 Pro Chip 14インチ

2021 Apple MacBook Pro Apple M1 Max Chip 16インチ

SwiftUIを学ぶのにおすすめの本

SwiftUI開発レシピ iOS 14 対応

SwiftUI iPhoneアプリ開発入門ノート[2020] iOS 14 対応

SwiftUI 徹底入門

SwiftUIではじめるiPhoneアプリプログラミング入門

iOS/macOS UIフレームワーク SwiftUIプログラミング

コメント

タイトルとURLをコピーしました