adjorno
05/29/2024, 4:55 PMzt
05/29/2024, 5:03 PMPablichjenkov
05/29/2024, 5:32 PMCLEAN+MVVM arch
with navigation-compose
+ lifecycle-viewmodel
+ koin
psh
05/29/2024, 6:04 PMursus
05/29/2024, 8:07 PMPablichjenkov
05/29/2024, 8:46 PMursus
05/29/2024, 8:47 PMPablichjenkov
05/29/2024, 8:47 PMPablichjenkov
05/29/2024, 8:47 PMursus
05/29/2024, 8:48 PMPablichjenkov
05/29/2024, 8:48 PMPablichjenkov
05/29/2024, 8:49 PMPablichjenkov
05/29/2024, 8:49 PMursus
05/29/2024, 8:50 PMPablichjenkov
05/29/2024, 8:54 PMursus
05/29/2024, 8:55 PMPablichjenkov
05/29/2024, 8:55 PMursus
05/29/2024, 8:58 PMursus
05/29/2024, 8:58 PMpsh
05/29/2024, 8:59 PMursus
05/29/2024, 9:00 PMPablichjenkov
05/29/2024, 9:04 PMursus
05/29/2024, 9:08 PMursus
05/29/2024, 9:08 PMPablichjenkov
05/29/2024, 9:09 PMassembleAppleXcframework
which feels a bit slower than the embedAndSign
...ursus
05/29/2024, 9:10 PMPablichjenkov
05/29/2024, 9:10 PMI though spm was swift only
SPM just sees an .xcframework it doesn't know what generated it
Pablichjenkov
05/29/2024, 9:12 PMursus
05/29/2024, 9:14 PMPablichjenkov
05/29/2024, 9:26 PMursus
05/29/2024, 9:32 PMPablichjenkov
05/29/2024, 9:38 PMursus
05/29/2024, 9:40 PMPablichjenkov
05/29/2024, 9:47 PMursus
05/29/2024, 9:48 PMursus
05/29/2024, 9:49 PMPablichjenkov
05/29/2024, 9:59 PMTadeas Kriz
05/29/2024, 10:12 PMembed...
task directly from Xcode's Run Script and update build settings in xcode to find the framework correctly. That way you always build only what's needed and don't need to do anything extra. Just hit build or run in Xcode and Gradle will take care of building the correct framework if there were changes. With Gradle Configuration Cache, when there are no changes the ./gradlew embed...
invocation is usually under 500msursus
05/29/2024, 10:13 PMPablichjenkov
05/29/2024, 10:38 PM