「UTM Snapshot Managerのビルド」の版間の差分
Administrator (トーク | 投稿記録) ページの作成:「<source lang="zsh"> % brew install qemu % git clone https://github.com/Metamogul/UTM-Snapshot-Manager.git % cd UTM-Snapshot-Manager % xcodebuild </source> category: macOS」 |
Administrator (トーク | 投稿記録) 編集の要約なし |
||
| 1行目: | 1行目: | ||
まずqemuを入れます。UTM Snapshot ManagerはqemuのGUIフロントエンドでありhomebrewでqemuをインストールしてある前提となっています。 | |||
brew install qemu | |||
UTM Snapshot Managerのソースコードを落としてきます。 | |||
git clone https://github.com/Metamogul/UTM-Snapshot-Manager.git | |||
cd UTM-Snapshot-Manager | |||
xcodeプロジェクトを開きます。 | |||
open UTM-Snapshot-Manager.xcodeproj | |||
Signing & CapabilitiesのSigningのTeamを変更します。 | |||
Apple Developer アカウントを持っていない場合はNoneとします。 | |||
xcodeでビルドします。 | |||
xcodebuild | |||
[[category: macOS]] | [[category: macOS]] | ||