-
Notifications
You must be signed in to change notification settings - Fork 59
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
Enable iOS target #496
Comments
這麼早就有IOS阿😮 |
经常有人问能不能做 iOS 所以我就先把要做的事情列了 没有正在做, 目前也没有计划什么时候做 但是如果有人想来做, 我还是非常乐意帮助的 |
会是一个很复杂 很麻烦的feature |
Him188
added a commit
that referenced
this issue
Jun 30, 2024
Closed
英文有myanilist,中文有ani。 |
¿我尋思這兩不完全不同東西嗎? |
上架是不太可能的, 最多 ipa |
你可以贊助他開發者帳號😂 或許有機會上架 |
由于这个工作量很长, 为了不让未来有两周什么都不更纯写 ios, 我考虑把工作均摊到日常中 现在起新代码多平台. 逐步 commonize |
Okio 的 file system 实现比 kotlinx-io 成熟, 但我实在是不想用 okio... |
Him188
added a commit
that referenced
this issue
Jul 27, 2024
…ble ios target for some utils modules New mpp libraries applied to `:app:shared`: - kotlinx-datetime - kotlinx-io ios target is now enabled for these projects: - ``:utils:platform`: for stdlib-level platform utils like `Uuid`, `currentTimeMillis` Commonized modules: - :utils:platform - :utils:io - :utils:coroutines For app: - Commonized almost all IO usages to use kotlinx-io - Commonized all datetime usages
Him188
added a commit
that referenced
this issue
Jul 27, 2024
Him188
added a commit
that referenced
this issue
Jul 27, 2024
Him188
added a commit
that referenced
this issue
Jul 27, 2024
Him188
added a commit
that referenced
this issue
Jul 27, 2024
Him188
added a commit
that referenced
this issue
Jul 27, 2024
Him188
added a commit
that referenced
this issue
Jul 27, 2024
Him188
added a commit
that referenced
this issue
Jul 28, 2024
Him188
added a commit
that referenced
this issue
Jul 28, 2024
Him188
added a commit
that referenced
this issue
Jul 28, 2024
Him188
added a commit
that referenced
this issue
Jul 28, 2024
Him188
added a commit
that referenced
this issue
Jul 28, 2024
Him188
added a commit
that referenced
this issue
Jul 28, 2024
Him188
added a commit
that referenced
this issue
Jul 28, 2024
Him188
added a commit
that referenced
this issue
Jul 28, 2024
Him188
added a commit
that referenced
this issue
Jul 28, 2024
Him188
added a commit
that referenced
this issue
Jul 28, 2024
Him188
added a commit
that referenced
this issue
Jul 28, 2024
Ksoup depends on 3.0.0 so we have to update. Otherwise there will be missing classes.
Him188
added a commit
that referenced
this issue
Jul 28, 2024
because Ksoup has very poor performance
第一阶段完成, 现在 app shared 会构建 ios 了 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Stage 1: commonize project
:app:shared
改为 HMPP 架构common
,ios
,jvm
,android
,desktop
. 其中jvm
为android
和desktop
的中间目标, 用于共享 JVM 平台代码reorderable
不支持 ios , 需要 fork 一份到仓库里参与构建:utils:slf4j-kt
模块的扩展简单替换:
bencode 库挪到 JVMjava.util.UUID
ConcurrentLinkedQueue
换成普通 list + 锁Stage 2: ios platform
:app:ios
模块, 配置好 compose entry point 和 app entry pointContext.XXXdataStore
(数据, 缓存)CONTRIBUTING.md
更新如何开发 iOSStage 3: all features
VideoSourceResolver
(webview 解析在线数据源)AudioManager
BrightnessManager
The text was updated successfully, but these errors were encountered: