diff --git a/samples/uikit/README.md b/samples/uikit/README.md index 2d15faadf19..09e18ad5160 100644 --- a/samples/uikit/README.md +++ b/samples/uikit/README.md @@ -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/). diff --git a/samples/watchos/README.md b/samples/watchos/README.md index fd49ffdfc8a..cd061bcf826 100644 --- a/samples/watchos/README.md +++ b/samples/watchos/README.md @@ -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.