This diff forward ports 21a9b977eef7a8c8a6107aec713b6202ba9e5d48 The template was still wrong and was referencing a .framework while now we generate a .xcframework. See, e.g., this failed build: https://github.com/ooni/probe-ios/runs/4444313406?check_suite_focus=true Part of https://github.com/ooni/probe/issues/1843
This commit is contained in:
parent
6cb8e3d785
commit
6fbeaa3f1a
|
@ -6,7 +6,7 @@ Pod::Spec.new do |s|
|
|||
s.homepage = "https://github.com/ooni/probe-cli"
|
||||
s.license = { :type => "BSD" }
|
||||
s.source = {
|
||||
:http => "https://github.com/ooni/probe-cli/releases/download/@RELEASE@/oonimkall.framework.zip"
|
||||
:http => "https://github.com/ooni/probe-cli/releases/download/@RELEASE@/oonimkall.xcframework.zip"
|
||||
}
|
||||
s.platform = :ios, "9.0"
|
||||
s.ios.vendored_frameworks = "oonimkall.framework"
|
||||
|
|
Loading…
Reference in New Issue
Block a user