Skip to content

Commit

Permalink
Initialize with access token Objective-C compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
Comanga committed Dec 19, 2018
1 parent f4c9f93 commit bbc0eda
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
All notable changes to this project will be documented in this file.

#### 1.x Releases
- [1.2.9](#129) Release
- [1.2.8](#128) Release
- [1.2.7](#127) Release
- [1.2.6](#126) Release
Expand All @@ -21,6 +22,12 @@ All notable changes to this project will be documented in this file.

---

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

Released on 2018-12-19.

Initialize with access token Objective-C compatibility.

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

Released on 2018-12-04.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,6 @@ The Voxeet iOS SDK and ConferenceKit rely on these open source projects:

## SDK version

1.2.8
1.2.9

© Voxeet, 2018
2 changes: 1 addition & 1 deletion Sample/Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "voxeet/voxeet-ios-sdk" "1.2.7"
github "voxeet/voxeet-ios-sdk" "1.2.9"
2 changes: 2 additions & 0 deletions Sample/VoxeetSDK Sample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@
outputFileListPaths = (
);
outputPaths = (
"$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/VoxeetSDK.framework",
"$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/WebRTC.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down

0 comments on commit bbc0eda

Please sign in to comment.