From 8290dd832e3da513a2237040e861f2aeb47845ea Mon Sep 17 00:00:00 2001 From: ozin Date: Thu, 8 Aug 2019 00:35:50 +0900 Subject: [PATCH] updated japanese readme --- readme.jp.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readme.jp.md b/readme.jp.md index 91279c1c..3b39c09b 100644 --- a/readme.jp.md +++ b/readme.jp.md @@ -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に以下を追加: