Skip to content

Commit

Permalink
Merge pull request #12 from skyway/update
Browse files Browse the repository at this point in the history
Release v1.0.4
  • Loading branch information
tsu-takahashi authored Apr 10, 2018
2 parents 21e01a6 + 95512a9 commit 1cc1c77
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SkyWay.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SkyWay'
s.version = '1.0.3'
s.version = '1.0.4'
s.summary = 'SkyWay simplifies peer-to-peer data, video, and audio calls using WebRTC.'
s.description = <<-DESC
"SkyWay" is a framework that enables using SkyWay in iOS apps.
Expand All @@ -9,7 +9,7 @@ SkyWay simplifies peer-to-peer data, video, and audio calls using WebRTC.
s.homepage = 'https://webrtc.ecl.ntt.com'
s.license = { :type => 'Apache License', :file => 'LICENSE.txt' }
s.author = { 'NTT Communications' => '[email protected]' }
s.source = { :http => 'https://github.com/skyway/skyway-ios-sdk/releases/download/v1.0.3/SkyWay_iOS_1.0.3.zip', :flatten => true }
s.source = { :http => 'https://github.com/skyway/skyway-ios-sdk/releases/download/v1.0.4/SkyWay_iOS_1.0.4.zip', :flatten => true }
s.ios.deployment_target = '8.0'
s.vendored_frameworks = 'SkyWay.framework'
s.source_files = 'SkyWay.framework/Headers/*.h'
Expand Down
9 changes: 8 additions & 1 deletion release-notes.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

[日本語](./release-notes.md)

## [Version 1.0.4](https://github.com/skyway/skyway-ios-sdk/releases/tag/v1.0.4)

### Fixed

- Fixed bug that causes crash of the app when call destroy after calling disconnect.
- Fixed bug in switchCamera method.

## [Version 1.0.3](https://github.com/skyway/skyway-ios-sdk/releases/tag/v1.0.3)

### Added
Expand All @@ -27,7 +34,7 @@
## [Version 1.0.1](https://github.com/skyway/skyway-ios-sdk/releases/tag/v1.0.1)

### Fixed

- Fixed bug that metadata on Media/DataConnection class was not set.

## [Version 1.0.0](https://github.com/skyway/skyway-ios-sdk/releases/tag/v1.0.0)
Expand Down
7 changes: 7 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

[English](./release-notes.en.md)

## [Version 1.0.4](https://github.com/skyway/skyway-ios-sdk/releases/tag/v1.0.4)

### Fixed

- disconnectメソッド後にdestroyメソッドを呼ぶとクラッシュする不具合を解消しました。
- switchCameraメソッドが動作しない不具合を解消しました。

## [Version 1.0.3](https://github.com/skyway/skyway-ios-sdk/releases/tag/v1.0.3)

### Added
Expand Down

0 comments on commit 1cc1c77

Please sign in to comment.