Skip to content

Commit

Permalink
Release 1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jtiet committed Mar 12, 2020
1 parent 983bec8 commit 4643a12
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 8 deletions.
Binary file added .DS_Store
Binary file not shown.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ The changelog for `Accelerator-Core` iOS.

--------------------------------------

1.1.10
------

### Update OpenTok SDK version to 2.16.5

1.1.9
-----

### Fixes a crashing issue with iOS 13

1.1.8
-----

Expand Down
4 changes: 2 additions & 2 deletions OTAcceleratorCore.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "OTAcceleratorCore"

s.version = "1.1.9"
s.version = "1.1.10"
s.summary = "A painless way to integrate WebRTC audio/video(screen sharing) to any iOS applications via OpenTok."

s.description = "The OpenTok Accelerator Core is required whenever you use any of the OpenTok accelerators. The OpenTok Accelerator Core is a common layer that permits all accelerators and samples to share the same OpenTok session. The accelerator packs and sample app access the OpenTok session through the Accelerator Core Pack layer, which allows them to share a single OpenTok session.
Expand All @@ -26,6 +26,6 @@ On the Android and iOS mobile platforms, when you try to set a listener (Android
s.static_framework = true
s.public_header_files = 'OTAcceleratorCore/**/*.{h}'
s.dependency 'OTKAnalytics', '= 2.1.0'
s.dependency 'OpenTok', '2.16.1'
s.dependency 'OpenTok', '2.16.5'
s.dependency 'SVProgressHUD', '= 2.2.1'
end
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ project 'OTAcceleratorCore.xcodeproj'
platform :ios, '10.0'

target 'OTAcceleratorCore' do
pod 'OpenTok', '2.16.1'
pod 'OpenTok', '2.16.5'
pod 'OTKAnalytics', '= 2.1.0'
pod 'SVProgressHUD', '= 2.2.1'
end

target 'OTAcceleratorCoreTests' do
pod 'OpenTok', '2.16.1'
pod 'OpenTok', '2.16.5'
end
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PODS:
- OpenTok (2.16.1)
- OpenTok (2.16.5)
- OTKAnalytics (2.1.0)
- SVProgressHUD (2.2.1)

DEPENDENCIES:
- OpenTok (= 2.16.1)
- OpenTok (= 2.16.5)
- OTKAnalytics (= 2.1.0)
- SVProgressHUD (= 2.2.1)

Expand All @@ -15,10 +15,10 @@ SPEC REPOS:
- SVProgressHUD

SPEC CHECKSUMS:
OpenTok: 556374577b66cbf791190c84612346c8f3997c9e
OpenTok: 5d53a0f1375ee79579c2e40329bd5fa6925354ce
OTKAnalytics: d959cb9037564ce382cf79f1e43d0bf03a9dcd60
SVProgressHUD: db27c54e6e18bc903341661fc9feb55e04905cc4

PODFILE CHECKSUM: 3e55596159deb74b60c363a77e595d958f6dc367
PODFILE CHECKSUM: 18038b33140772e4ab962c318c82afd755e5b4bf

COCOAPODS: 1.7.1

0 comments on commit 4643a12

Please sign in to comment.