Skip to content

Commit

Permalink
Convert for Swift 4.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Comanga committed Nov 6, 2017
1 parent c52c9a4 commit b0b9da3
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 12 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,23 @@

All notable changes to this project will be documented in this file.

#### 1.x Releases
#### 1.x Releases
- [1.0.8](#108) Release
- [1.0.7](#107) Release

---

## [1.0.8](https://github.com/voxeet/voxeet-ios-sdk/releases/tag/1.0.8)

Released on 2017-11-06.

Convert for Swift 4.0.2.

## [1.0.7](https://github.com/voxeet/voxeet-ios-sdk/releases/tag/1.0.7)

Released on 2017-10-31.
Released on 2017-10-31.

VoxeetSDK is now fully compatible with Swift / Objective-C.

#### Added

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ Here is a tutorial if you want more details: http://ikennd.ac/blog/2015/02/strip

## Version

1.0.7
1.0.8

## Tech

Expand All @@ -717,4 +717,4 @@ The Voxeet iOS SDK uses a number of open source projects to work properly:
* [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON) - SwiftyJSON makes it easy to deal with JSON data in Swift.
* [CryptoSwift](https://github.com/krzyzanowskim/CryptoSwift) - Crypto related functions and helpers for Swift implemented in Swift.

© Voxeet, 2017
© Voxeet, 2017
12 changes: 6 additions & 6 deletions Sample/VoxeetSDK Sample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

/* Begin PBXBuildFile section */
6E4856541CDA4D9B00E684E1 /* Elephant-mono.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 6E4856531CDA4D9B00E684E1 /* Elephant-mono.mp3 */; };
CC10D2391FA8C8140060C097 /* VoxeetSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC10D2381FA8C8140060C097 /* VoxeetSDK.framework */; };
CC10D23A1FA8C8140060C097 /* VoxeetSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CC10D2381FA8C8140060C097 /* VoxeetSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
CC295D061FA883FB00F4BC35 /* VTUser+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC295D051FA883FB00F4BC35 /* VTUser+Extension.swift */; };
CC6777E61D7720F500FF056D /* ConferenceTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC6777E51D7720F500FF056D /* ConferenceTableViewCell.swift */; };
CCB9E4371CE1F10B0076A886 /* AudioEngineDemo.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCB9E4361CE1F10B0076A886 /* AudioEngineDemo.swift */; };
CCD8B66C1CD266DD00831710 /* ConferenceViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCD8B66B1CD266DD00831710 /* ConferenceViewController.swift */; };
CCDFC6071FB05F90009CD395 /* VoxeetSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CCDFC6061FB05F90009CD395 /* VoxeetSDK.framework */; };
CCDFC6081FB05F90009CD395 /* VoxeetSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CCDFC6061FB05F90009CD395 /* VoxeetSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
CCF12CA31CCA5EFC000D0D12 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCF12CA21CCA5EFC000D0D12 /* AppDelegate.swift */; };
CCF12CA51CCA5EFC000D0D12 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCF12CA41CCA5EFC000D0D12 /* ViewController.swift */; };
CCF12CA81CCA5EFC000D0D12 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CCF12CA61CCA5EFC000D0D12 /* Main.storyboard */; };
Expand Down Expand Up @@ -48,7 +48,7 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
CC10D23A1FA8C8140060C097 /* VoxeetSDK.framework in Embed Frameworks */,
CCDFC6081FB05F90009CD395 /* VoxeetSDK.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -57,11 +57,11 @@

/* Begin PBXFileReference section */
6E4856531CDA4D9B00E684E1 /* Elephant-mono.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = "Elephant-mono.mp3"; sourceTree = "<group>"; };
CC10D2381FA8C8140060C097 /* VoxeetSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = VoxeetSDK.framework; path = ../VoxeetSDK/VoxeetSDK.framework; sourceTree = "<group>"; };
CC295D051FA883FB00F4BC35 /* VTUser+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "VTUser+Extension.swift"; sourceTree = "<group>"; };
CC6777E51D7720F500FF056D /* ConferenceTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConferenceTableViewCell.swift; sourceTree = "<group>"; };
CCB9E4361CE1F10B0076A886 /* AudioEngineDemo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AudioEngineDemo.swift; sourceTree = "<group>"; };
CCD8B66B1CD266DD00831710 /* ConferenceViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConferenceViewController.swift; sourceTree = "<group>"; };
CCDFC6061FB05F90009CD395 /* VoxeetSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = VoxeetSDK.framework; path = ../VoxeetSDK/VoxeetSDK.framework; sourceTree = "<group>"; };
CCF12C9F1CCA5EFC000D0D12 /* VoxeetSDK Sample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "VoxeetSDK Sample.app"; sourceTree = BUILT_PRODUCTS_DIR; };
CCF12CA21CCA5EFC000D0D12 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
CCF12CA41CCA5EFC000D0D12 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
Expand All @@ -83,7 +83,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
CC10D2391FA8C8140060C097 /* VoxeetSDK.framework in Frameworks */,
CCDFC6071FB05F90009CD395 /* VoxeetSDK.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -125,7 +125,7 @@
CCF12C961CCA5EFC000D0D12 = {
isa = PBXGroup;
children = (
CC10D2381FA8C8140060C097 /* VoxeetSDK.framework */,
CCDFC6061FB05F90009CD395 /* VoxeetSDK.framework */,
CCF12CA11CCA5EFC000D0D12 /* VoxeetSDK Sample */,
CCF12CB91CCA5EFC000D0D12 /* VoxeetSDK SampleTests */,
CCF12CC41CCA5EFC000D0D12 /* VoxeetSDK SampleUITests */,
Expand Down
2 changes: 1 addition & 1 deletion VoxeetSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "VoxeetSDK"
s.version = "1.0.7"
s.version = "1.0.8"
s.summary = "iOS library for Voxeet"
s.homepage = "http://voxeet.com"
s.author = { "Voxeet, Inc" => "support@voxeet.com" }
Expand Down
2 changes: 1 addition & 1 deletion VoxeetSDK/VoxeetSDK.framework/Headers/VoxeetSDK-Swift.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by Apple Swift version 4.0 (swiftlang-900.0.65.2 clang-900.0.37)
// Generated by Apple Swift version 4.0.2 (swiftlang-900.0.69.2 clang-900.0.38)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wgcc-compat"

Expand Down
Loading

0 comments on commit b0b9da3

Please sign in to comment.