Skip to content

Commit

Permalink
chore: upgrade to oonimkall v3.11.0-beta.2
Browse files Browse the repository at this point in the history
This (experimental?) diff points to the first version of oonimkall
automatically built using the cloud.

Unfortunately, my local system is quite in a bit of a broken state at
the moment, after the macOS 12.0 system update.

I'm going to use the CI to know whether the automatically built
oonimkall works with the current probe-ios.

Reference issue ooni/probe#1879.
  • Loading branch information
bassosimone committed Nov 23, 2021
1 parent 3e2ad66 commit 87d491c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use_frameworks!
inhibit_all_warnings!

target 'ooniprobe' do
pod "oonimkall", :podspec => "https://github.com/ooni/probe-cli/releases/download/v3.10.0-beta.3/oonimkall.podspec"
pod "oonimkall", :podspec => "https://github.com/ooni/probe-cli/releases/download/v3.11.0-beta.2/oonimkall.podspec"
pod 'Toast', '~> 4.0.0'
pod 'MBProgressHUD'
pod 'DZNEmptyDataSet'
Expand All @@ -19,7 +19,7 @@ target 'ooniprobe' do
end

target 'OONIProbeUnitTests' do
pod "oonimkall", :podspec => "https://github.com/ooni/probe-cli/releases/download/v3.10.0-beta.3/oonimkall.podspec"
pod "oonimkall", :podspec => "https://github.com/ooni/probe-cli/releases/download/v3.11.0-beta.2/oonimkall.podspec"
pod 'SharkORM', :git => 'https://github.com/sharksync/sharkorm', :tag => 'v2.3.67'
pod 'OCMapper', '2.0'
end

0 comments on commit 87d491c

Please sign in to comment.