fix(template.podspec): refer to the .xcframework

Tweaks the previous diff, which was incomplete.
This commit is contained in:
Simone Basso 2021-12-07 14:42:19 +01:00 committed by GitHub
parent 6fbeaa3f1a
commit 09e300ed26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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