Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
少しmacOSのビルド方法について、説明を調整
Browse files Browse the repository at this point in the history
  • Loading branch information
tasuren committed Oct 21, 2023
1 parent 4d59a5e commit 0837893
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@
```shell
$ cargo build --release
```
### Mac
### macOS
1. `cargo install cargo-bundle`を実行してcargo-bundleをインストール
2. `cargo bundle --release`を実行
3. 以下のコードをビルドされたアプリの`info.plist`にて、`dict`キー内に以下を追記

```xml
<key>NSMicrophoneUsageDescription</key>
<string>音階検出のための。</string>
```
```xml
<key>NSMicrophoneUsageDescription</key>
<string>音階検出のため</string>
```

0 comments on commit 0837893

Please sign in to comment.