-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS support and target apps #601
Conversation
demos/appyx-navigation/iosApp/iosApp/Assets.xcassets/AppIcon.appiconset/app-icon-1024.png
Outdated
Show resolved
Hide resolved
demos/appyx-interactions/ios/src/iosMain/kotlin/BackStackParallaxSample.kt
Outdated
Show resolved
Hide resolved
demos/appyx-interactions/ios/src/iosMain/kotlin/BackStackParallaxSample.kt
Outdated
Show resolved
Hide resolved
Co-authored-by: Zsolt Kocsi <[email protected]>
Co-authored-by: Zsolt Kocsi <[email protected]>
Co-authored-by: Zsolt Kocsi <[email protected]>
…laxSample.kt Co-authored-by: Zsolt Kocsi <[email protected]>
Co-authored-by: Zsolt Kocsi <[email protected]>
Co-authored-by: Zsolt Kocsi <[email protected]>
@@ -8,7 +8,7 @@ title: Appyx – Overview | |||
![badge-jvm](https://img.shields.io/badge/platform-jvm-orange) | |||
![badge-macos](https://img.shields.io/badge/platform-macos-purple) | |||
![badge-js](https://img.shields.io/badge/platform-js-yellow) | |||
![badge-ios](https://img.shields.io/badge/platform-🔄ios🔄-lightgray) | |||
![badge-ios](https://img.shields.io/badge/platform-ios-lightgray) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since we now have an iOS target, let's add a guide on how to set up the environment correctly https://github.com/JetBrains/compose-multiplatform-template#set-up-the-environment. Perhaps, to
README.md?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds great! Should I create a separate task for this? As we should be adding the setup for other platforms as well.
Description
Supporting iOS platform for
:appyx-navigation
and adding dependencies for iOS builds for:appyx-components
.Added sample apps for
:appyx-navigation
and:appyx-interactions
...
Check list
CHANGELOG.md
if required.