Skip to content

Commit

Permalink
Bump VoxeetSDK to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VTCoco committed Mar 2, 2020
1 parent 15a963f commit 54a4f86
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
binary "https://voxeet-cdn.s3.amazonaws.com/sdk/ios/release/VoxeetSDK.json" "2.0.0"
binary "https://voxeet-cdn.s3.amazonaws.com/sdk/ios/release/VoxeetSDK.json" "2.1.0"
github "SDWebImage/SDWebImage" "5.5.2"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,6 @@ The Voxeet iOS SDK and UXKit rely on these open source projects:

## SDK version

1.3.0
1.3.1

© Voxeet, 2020
4 changes: 2 additions & 2 deletions Sample/Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
binary "https://voxeet-cdn.s3.amazonaws.com/sdk/ios/release/VoxeetSDK.json" "2.0.0"
github "voxeet/voxeet-uxkit-ios" "1.3.0"
binary "https://voxeet-cdn.s3.amazonaws.com/sdk/ios/release/VoxeetSDK.json" "2.1.0"
github "voxeet/voxeet-uxkit-ios" "1.3.1"
github "SDWebImage/SDWebImage" "5.5.2"
4 changes: 2 additions & 2 deletions Sample/VoxeetUXKitSample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
);
INFOPLIST_FILE = VoxeetUXKitSample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.2.0;
MARKETING_VERSION = 1.2.1;
PRODUCT_BUNDLE_IDENTIFIER = io.voxeet;
PRODUCT_NAME = "Voxeet (UXKit)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -452,7 +452,7 @@
);
INFOPLIST_FILE = VoxeetUXKitSample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.2.0;
MARKETING_VERSION = 1.2.1;
PRODUCT_BUNDLE_IDENTIFIER = io.voxeet;
PRODUCT_NAME = "Voxeet (UXKit)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion Sample/VoxeetUXKitSample/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class ViewController: UIViewController {

// Invite other participants if the conference is just created.
if conference.isNew {
VoxeetSDK.shared.notification.invite(conference: conference, externalIDs: participants.map({ $0.externalID ?? "" }), completion: nil)
VoxeetSDK.shared.notification.invite(conference: conference, participantInfos: participants, completion: nil)
}
}, fail: { error in
// Re-enable startConferenceButton when the request finish.
Expand Down
2 changes: 1 addition & 1 deletion VoxeetUXKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "VoxeetUXKit"
spec.version = "1.3.0"
spec.version = "1.3.1"
spec.summary = "The Voxeet UXKit is a quick way of adding premium audio, video chats, and other supported options."
spec.license = "MIT"
spec.author = "Voxeet"
Expand Down
4 changes: 2 additions & 2 deletions VoxeetUXKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@
INFOPLIST_FILE = VoxeetUXKit/Other/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 1.3.0;
MARKETING_VERSION = 1.3.1;
PRODUCT_BUNDLE_IDENTIFIER = com.voxeet.uxkit;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -591,7 +591,7 @@
INFOPLIST_FILE = VoxeetUXKit/Other/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 1.3.0;
MARKETING_VERSION = 1.3.1;
PRODUCT_BUNDLE_IDENTIFIER = com.voxeet.uxkit;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit 54a4f86

Please sign in to comment.