Skip to content

Commit

Permalink
ci: Use Kotlin project version instead of un-set Cocoapods version
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHa-Apadmi committed Jul 2, 2024
1 parent c6caa53 commit 9e6d9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mockzilla/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ kotlin {
baseName = "mockzilla"
}
license = "{:type => 'MIT', :file => 'LICENSE'}"
source = "{ :git => 'https://github.com/Apadmi-Engineering/SwiftMockzilla.git', :tag => 'v$version' }"
source = "{ :git => 'https://github.com/Apadmi-Engineering/SwiftMockzilla.git', :tag => 'v${getVersion()}' }"
extraSpecAttributes["vendored_frameworks"] = "'Mockzilla.xcframework'"
extraSpecAttributes["source_files"] = "'Sources/SwiftMockzilla/SwiftMockzilla.swift'"
extraSpecAttributes["swift_version"] = "'5.9.2'"
Expand Down

0 comments on commit 9e6d9f1

Please sign in to comment.