Suggest installing Xcode plugin in samples.

This commit is contained in:
Nikolay Igotti
2019-10-20 11:53:37 +03:00
parent 6a2812a2d5
commit 9874675b09
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -5,9 +5,13 @@ Apple devices, such as an iPhone.
To build and run the sample do the following:
0. Optional: install Kotlin Xcode plugin: https://github.com/touchlab/xcode-kotlin to have
syntax highlighting and better debugging support.
1. Open `UIKitSample.xcodeproj` with Xcode, set development team to your own
and make bundle ID unique in project settings.
or
1a. Similarly modify `bundleIdPrefix` and `DEVELOPMENT_TEAM` in `project.yml` and
then generate Xcode project with `xcodegen` (https://github.com/yonaskolb/XcodeGen/).
+4
View File
@@ -5,9 +5,13 @@ iWatch or simulator.
To build and run the sample do the following:
0. Optional: install Kotlin Xcode plugin: https://github.com/touchlab/xcode-kotlin to have
syntax highlighting and better debugging support.
1. Open `watchosSample.xcodeproj` set development team to your own and make bundle ID unique
in project setting.
or
1a. Similarly modify `bundleIdPrefix`, `DEVELOPMENT_TEAM` and `WKAppBundleIdentifier` in `project.yml`
and generate Xcode project with `xcodegen` (https://github.com/yonaskolb/XcodeGen/).
Open generated `watchosSample.xcodeproj` with Xcode.