fix(template.podspec): refer to the .xcframework
Tweaks the previous diff, which was incomplete.
This commit is contained in:
parent
6fbeaa3f1a
commit
09e300ed26
|
@ -9,5 +9,5 @@ Pod::Spec.new do |s|
|
|||
:http => "https://github.com/ooni/probe-cli/releases/download/@RELEASE@/oonimkall.xcframework.zip"
|
||||
}
|
||||
s.platform = :ios, "9.0"
|
||||
s.ios.vendored_frameworks = "oonimkall.framework"
|
||||
s.ios.vendored_frameworks = "oonimkall.xcframework"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user