You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Nikita Lipsky 85faea7243
Unify build.gradle.kts for experimental samples (#2445)
2 years ago
..
.idea add android sample for falling balls mpp (#2275) 2 years ago
gradle/wrapper update gradle wrapper 7.5.1 (#2352) 2 years ago
src Unify build.gradle.kts for experimental samples (#2445) 2 years ago
.gitignore iOS gradle: create task to deploy on connected iOS device (#1944) 3 years ago
README.md update uikit sample to compose version 1.2.0 alpha01 dev724 (#2137) 2 years ago
apple-id.png iOS gradle: create task to deploy on connected iOS device (#1944) 3 years ago
build.gradle.kts Unify build.gradle.kts for experimental samples (#2445) 2 years ago
gradle.properties Unify build.gradle.kts for experimental samples (#2445) 2 years ago
gradlew Move few MPP examples to experimental for now (#1739) 3 years ago
ios-app.png iOS gradle: create task to deploy on connected iOS device (#1944) 3 years ago
settings.gradle.kts Unify build.gradle.kts for experimental samples (#2445) 2 years ago

README.md

Run native on MacOS

./gradlew runDebugExecutableMacosX64 (Works on Intel processors)

Run web assembly in browser

./gradlew jsBrowserDevelopmentRun

Run on iOS simulator

./gradlew iosDeployIPhone8Debug ./gradlew iosDeployIPadDebug

Prepare Xcode to launch on iOS device

  1. Add your Apple ID.
    Xcode -> Preferences... -> Accounts
    apple-id.png

  2. Create certificates with XCode in temporary project.
    You can create a certificate in Xcode. Create a new iOS app in Xcode.
    File -> New -> Project
    Choose iOS, App:
    ios-app.png

  3. In next dialog set any product name and choose your teamID.

  4. Run project on iOS Device.
    Xcode prompts you to install the certificate. Require password from login.keychain

  5. Done 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 build.gradle.kts, or set in local.properties (compose.ios.teamId=***)
  • ./gradlew iosDeployDeviceRelease
  • During the build, you will be prompted to access login.keychain