From bdeca556517adec2cab47a0a0be2cade1c6de339 Mon Sep 17 00:00:00 2001 From: Thomas Vos Date: Mon, 20 Jan 2020 06:04:29 +0100 Subject: [PATCH] Fix typo: iWatch -> Apple Watch (#3752) --- samples/watchos/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/watchos/README.md b/samples/watchos/README.md index cd061bcf826..a563da25d4e 100644 --- a/samples/watchos/README.md +++ b/samples/watchos/README.md @@ -1,7 +1,7 @@ # watchOS sample This example shows how to write watchOS UI applications in Kotlin, and run them on -iWatch or simulator. +Apple Watch or simulator. To build and run the sample do the following: @@ -19,7 +19,7 @@ To build and run the sample do the following: 2. Update property `WKAppBundleIdentifier` in `plists/Ext/Info.plist` with new ID of the watch application, if not regenerating project. -3. Now build and run the application on a connected iPhone with paired iWatch or simulator. +3. Now build and run the application on a connected iPhone with paired Apple Watch or simulator. Note that in this example we do not use storyboards, and instead create user interface components programmatically.