「UTM Snapshot Managerのビルド」の版間の差分

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


[[category: macOS]]
[[category: macOS]]