This repository was archived by the owner on Oct 19, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +14
-5
lines changed
gradle-plugin/src/main/kotlin/co/touchlab/kotlin/gradle/targets/native/tasks Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 55build
66out
77
8- .idea
8+ .idea
9+
10+ local.properties
Original file line number Diff line number Diff line change @@ -103,7 +103,13 @@ open class PodspecTask : DefaultTask() {
103103 | -P${KotlinCocoapodsPlugin .HEADER_PATHS_PROPERTY } ="${' $' } HEADER_SEARCH_PATHS" \
104104 | -P${KotlinCocoapodsPlugin .FRAMEWORK_PATHS_PROPERTY } ="${' $' } FRAMEWORK_SEARCH_PATHS"
105105 | SCRIPT
106- | }
106+ | },
107+ | {
108+ | :name => 'Touch $specName .framework',
109+ | :execution_position => :after_compile,
110+ | :shell_path => '/bin/sh',
111+ | :script => 'find "${' $' } {SRCROOT}" -type f -name *frameworks.sh -exec bash -c "touch \"{}\"" \;'
112+ | }
107113 | ]
108114 |end
109115 """ .trimMargin()
@@ -223,4 +229,4 @@ open class DefFileTask : DefaultTask() {
223229 """ .trimIndent()
224230 )
225231 }
226- }
232+ }
Original file line number Diff line number Diff line change 11GROUP =co.touchlab
2- VERSION_NAME =0.7
2+ VERSION_NAME =0.8
33
44POM_URL =https://github.com/touchlab/KotlinCocoapods/
55POM_SCM_URL =https://github.com/touchlab/KotlinCocoapods/
Original file line number Diff line number Diff line change 1+ # Mon Apr 27 15:26:16 EDT 2020
12distributionBase =GRADLE_USER_HOME
23distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-5.5-bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.5-all.zip
You can’t perform that action at this time.
0 commit comments