Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Oct 16, 2023
1 parent 1692fce commit a0bc2c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MOBILE/ios/libz-template.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.summary = "zlib compiled for OONI Probe iOS"
s.author = "Simone Basso"
s.homepage = "https://github.com/ooni/probe-cli"
s.license = { :type => "BSD" }
s.license = { :type => "zlib" }
s.source = {
:http => "https://github.com/ooni/probe-cli/releases/download/@RELEASE@/libz.xcframework.zip"
}
Expand Down
2 changes: 1 addition & 1 deletion MOBILE/ios/oonimkall-template.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.summary = "OONI Probe Library for iOS"
s.author = "Simone Basso"
s.homepage = "https://github.com/ooni/probe-cli"
s.license = { :type => "BSD" }
s.license = { :type => "GPL" }
s.source = {
:http => "https://github.com/ooni/probe-cli/releases/download/@RELEASE@/oonimkall.xcframework.zip"
}
Expand Down

0 comments on commit a0bc2c6

Please sign in to comment.