Skip to content

Commit

Permalink
Merge pull request #216 from JinOketani/feature/japanese-readme
Browse files Browse the repository at this point in the history
Update japanese readme
  • Loading branch information
aaronbrethorst authored Aug 16, 2019
2 parents a86f5ae + 8290dd8 commit 246a3df
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme.jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ iOS 11 は Apple’s Developer websiteからダウンロードできます。

[True North calibration のセクションを必ず読んでください。](#true-north-calibration)

### Build設定:

```bash
swift build \
-Xswiftc "-sdk" -Xswiftc "`xcrun --sdk iphonesimulator --show-sdk-path`" \
-Xswiftc "-target" -Xswiftc "x86_64-apple-ios12.1-simulator"
```

### Swift Package Managerでの設定

### CocoaPodsでの設定
1. Podfileに以下を追加:

Expand Down

0 comments on commit 246a3df

Please # to comment.