Skip to content

Commit

Permalink
Pods: Update JitsiMeetSDK, OHHTTPStubs, Realm.
Browse files Browse the repository at this point in the history
  • Loading branch information
manuroe committed Mar 15, 2021
1 parent f7d5e5e commit 2500561
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 20 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changes to be released in next version

🙌 Improvements
* Support room type as described in MSC1840 (vector-im/element-ios/issues/4050).
* Pods: Update JitsiMeetSDK, OHHTTPStubs, Realm (vector-im/element-ios/issues/4120).

🐛 Bugfix
*
Expand Down
2 changes: 1 addition & 1 deletion MatrixSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Pod::Spec.new do |s|
#ss.ios.dependency 'GoogleWebRTC', '~>1.1.21820'

# Use WebRTC framework included in Jitsi Meet SDK
ss.ios.dependency 'JitsiMeetSDK', ' 3.1.0'
ss.ios.dependency 'JitsiMeetSDK', ' 3.2.0'

# JitsiMeetSDK has not yet binaries for arm64 simulator
ss.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
Expand Down
6 changes: 3 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ abstract_target 'MatrixSDK' do
pod 'OLMKit', '~> 3.2.2', :inhibit_warnings => true
#pod 'OLMKit', :path => '../olm/OLMKit.podspec'

pod 'Realm', '10.1.4'
pod 'Realm', '10.7.2'
pod 'libbase58', '~> 0.1.4'

target 'MatrixSDK-iOS' do
platform :ios, '9.0'

target 'MatrixSDKTests-iOS' do
inherit! :search_paths
pod 'OHHTTPStubs', '~> 9.0.0'
pod 'OHHTTPStubs', '~> 9.1.0'
end
end

Expand All @@ -25,7 +25,7 @@ abstract_target 'MatrixSDK' do

target 'MatrixSDKTests-macOS' do
inherit! :search_paths
pod 'OHHTTPStubs', '~> 9.0.0'
pod 'OHHTTPStubs', '~> 9.1.0'
end
end
end
32 changes: 16 additions & 16 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,35 +16,35 @@ PODS:
- AFNetworking/NSURLSession
- GZIP (1.3.0)
- libbase58 (0.1.4)
- OHHTTPStubs (9.0.0):
- OHHTTPStubs/Default (= 9.0.0)
- OHHTTPStubs/Core (9.0.0)
- OHHTTPStubs/Default (9.0.0):
- OHHTTPStubs (9.1.0):
- OHHTTPStubs/Default (= 9.1.0)
- OHHTTPStubs/Core (9.1.0)
- OHHTTPStubs/Default (9.1.0):
- OHHTTPStubs/Core
- OHHTTPStubs/JSON
- OHHTTPStubs/NSURLSession
- OHHTTPStubs/OHPathHelpers
- OHHTTPStubs/JSON (9.0.0):
- OHHTTPStubs/JSON (9.1.0):
- OHHTTPStubs/Core
- OHHTTPStubs/NSURLSession (9.0.0):
- OHHTTPStubs/NSURLSession (9.1.0):
- OHHTTPStubs/Core
- OHHTTPStubs/OHPathHelpers (9.0.0)
- OHHTTPStubs/OHPathHelpers (9.1.0)
- OLMKit (3.2.2):
- OLMKit/olmc (= 3.2.2)
- OLMKit/olmcpp (= 3.2.2)
- OLMKit/olmc (3.2.2)
- OLMKit/olmcpp (3.2.2)
- Realm (10.1.4):
- Realm/Headers (= 10.1.4)
- Realm/Headers (10.1.4)
- Realm (10.7.2):
- Realm/Headers (= 10.7.2)
- Realm/Headers (10.7.2)

DEPENDENCIES:
- AFNetworking (~> 4.0.0)
- GZIP (~> 1.3.0)
- libbase58 (~> 0.1.4)
- OHHTTPStubs (~> 9.0.0)
- OHHTTPStubs (~> 9.1.0)
- OLMKit (~> 3.2.2)
- Realm (= 10.1.4)
- Realm (= 10.7.2)

SPEC REPOS:
trunk:
Expand All @@ -59,10 +59,10 @@ SPEC CHECKSUMS:
AFNetworking: 7864c38297c79aaca1500c33288e429c3451fdce
GZIP: 416858efbe66b41b206895ac6dfd5493200d95b3
libbase58: 7c040313537b8c44b6e2d15586af8e21f7354efd
OHHTTPStubs: cb29d2a9d09a828ecb93349a2b0c64f99e0db89f
OHHTTPStubs: 90eac6d8f2c18317baeca36698523dc67c513831
OLMKit: 20d1c564033a1ae7148f8f599378d4c798363905
Realm: 80f4fb2971ccb9adc27a47d0955ae8e533a7030b
Realm: e523da9ade306c5ae87e85dc09fdef148d3e1cc1

PODFILE CHECKSUM: 5c03869e21642872cded066055388959f8b96b48
PODFILE CHECKSUM: 1b99113acef4f0ff99e478c800e9f465b013a083

COCOAPODS: 1.10.0
COCOAPODS: 1.10.1

0 comments on commit 2500561

Please sign in to comment.