Skip to content

Commit 5690bbe

Browse files
committed
up version
1 parent 197d71b commit 5690bbe

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
8383
apply plugin: "dev.icerock.mobile.multiplatform-resources"
8484
8585
dependencies {
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
9292
multiplatformResources {
@@ -133,7 +133,7 @@ should [add `export` declarations](https://kotlinlang.org/docs/multiplatform-bui
133133

134134
```
135135
framework {
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
```

gradle/moko.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
resourcesVersion = "0.26.2"
2+
resourcesVersion = "0.26.3"
33

44
[libraries]
55
resources = { module = "dev.icerock.moko:resources", version.ref = "resourcesVersion" }

samples/default-hierarchy-gallery-mobile/mpp-library/mpp_library.podspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)