File tree Expand file tree Collapse file tree
samples/default-hierarchy-gallery-mobile/mpp-library Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ buildscript {
6565 }
6666
6767 dependencies {
68- classpath "dev.icerock.moko:resources-generator:0.26.2 "
68+ classpath "dev.icerock.moko:resources-generator:0.26.3 "
6969 }
7070}
7171
@@ -83,10 +83,10 @@ project build.gradle
8383apply plugin: "dev.icerock.mobile.multiplatform-resources"
8484
8585dependencies {
86- commonMainApi("dev.icerock.moko:resources:0.26.2 ")
87- commonMainApi("dev.icerock.moko:resources-compose:0.26.2 ") // for compose multiplatform
86+ commonMainApi("dev.icerock.moko:resources:0.26.3 ")
87+ commonMainApi("dev.icerock.moko:resources-compose:0.26.3 ") // for compose multiplatform
8888
89- commonTestImplementation("dev.icerock.moko:resources-test:0.26.2 ")
89+ commonTestImplementation("dev.icerock.moko:resources-test:0.26.3 ")
9090}
9191
9292multiplatformResources {
@@ -133,7 +133,7 @@ should [add `export` declarations](https://kotlinlang.org/docs/multiplatform-bui
133133
134134```
135135framework {
136- export("dev.icerock.moko:resources:0.26.2 ")
136+ export("dev.icerock.moko:resources:0.26.3 ")
137137 export("dev.icerock.moko:graphics:0.10.0") // toUIColor here
138138}
139139```
Original file line number Diff line number Diff line change 11[versions ]
2- resourcesVersion = " 0.26.2 "
2+ resourcesVersion = " 0.26.3 "
33
44[libraries ]
55resources = { module = " dev.icerock.moko:resources" , version.ref = " resourcesVersion" }
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ Pod::Spec.new do |spec|
2222 Alternatively, proper pod installation is performed during Gradle sync in the IDE (if Podfile location is set)"
2323 end
2424
25+ spec . xcconfig = {
26+ 'ENABLE_USER_SCRIPT_SANDBOXING' => 'NO' ,
27+ }
28+
2529 spec . pod_target_xcconfig = {
2630 'KOTLIN_PROJECT_PATH' => ':mpp-library' ,
2731 'PRODUCT_MODULE_NAME' => 'MultiPlatformLibrary' ,
You can’t perform that action at this time.
0 commit comments