From db07c172c55fbfe88cd33293ffe4feccad33359d Mon Sep 17 00:00:00 2001 From: dima-avdeev-jb <99798741+dima-avdeev-jb@users.noreply.github.com> Date: Tue, 31 May 2022 09:22:59 +0300 Subject: [PATCH] update exprimental doc --- experimental/examples/falling-balls-mpp/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/experimental/examples/falling-balls-mpp/README.md b/experimental/examples/falling-balls-mpp/README.md index 8ac746c812..1d1e9df285 100644 --- a/experimental/examples/falling-balls-mpp/README.md +++ b/experimental/examples/falling-balls-mpp/README.md @@ -29,6 +29,8 @@ After a successful launch on the device - you can delete this temporary project. Certificates will remain in login.keychain ## Run on iOS device -set teamId in local.properties -`./gradlew iosDeployDeviceRelease` -During the build, you will be prompted to access login.keychain + - set teamId in local.properties + - In build.gradle.kts +add block `connectedDevice("Device") { }` to compose.experimental.uikit.application.deployConfigurations + - `./gradlew iosDeployDeviceRelease` + - During the build, you will be prompted to access login.keychain