Skip to content

Commit e60e6df

Browse files
author
Jaesung
authored
Merge pull request #90 from sendbird/release/1.5.1
[Release 1.5.1] Merge to master
2 parents 047b03a + 0f0751d commit e60e6df

File tree

54 files changed

+67
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+67
-67
lines changed

QuickStart.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@
892892
"$(inherited)",
893893
"@executable_path/Frameworks",
894894
);
895-
MARKETING_VERSION = 1.4.1;
895+
MARKETING_VERSION = 1.5.1;
896896
PRODUCT_BUNDLE_IDENTIFIER = com.sendbird.calls.quickstart;
897897
PRODUCT_NAME = "Sendbird Calls";
898898
SWIFT_VERSION = 5.0;
@@ -922,7 +922,7 @@
922922
"$(inherited)",
923923
"@executable_path/Frameworks",
924924
);
925-
MARKETING_VERSION = 1.4.1;
925+
MARKETING_VERSION = 1.5.1;
926926
PRODUCT_BUNDLE_IDENTIFIER = com.sendbird.calls.quickstart;
927927
PRODUCT_NAME = "Sendbird Calls";
928928
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -944,8 +944,8 @@
944944
"@executable_path/Frameworks",
945945
"@executable_path/../../Frameworks",
946946
);
947-
MARKETING_VERSION = 1.4.1;
948-
PRODUCT_BUNDLE_IDENTIFIER = com.sendbird.calls.quickstart.QuickStartIntent;
947+
MARKETING_VERSION = 1.5.1;
948+
PRODUCT_BUNDLE_IDENTIFIER = com.sendbird.calls.quickstart.intent;
949949
PRODUCT_NAME = "$(TARGET_NAME)";
950950
SKIP_INSTALL = YES;
951951
SWIFT_VERSION = 5.0;
@@ -967,8 +967,8 @@
967967
"@executable_path/Frameworks",
968968
"@executable_path/../../Frameworks",
969969
);
970-
MARKETING_VERSION = 1.4.1;
971-
PRODUCT_BUNDLE_IDENTIFIER = com.sendbird.calls.quickstart.QuickStartIntent;
970+
MARKETING_VERSION = 1.5.1;
971+
PRODUCT_BUNDLE_IDENTIFIER = com.sendbird.calls.quickstart.intent;
972972
PRODUCT_NAME = "$(TARGET_NAME)";
973973
SKIP_INSTALL = YES;
974974
SWIFT_VERSION = 5.0;

QuickStart/AppDelegate+Intent.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// QuickStart
44
//
55
// Created by Jaesung Lee on 2020/04/08.
6-
// Copyright © 2020 SendBird Inc. All rights reserved.
6+
// Copyright © 2020 Sendbird Inc. All rights reserved.
77
//
88

99
import UIKit

QuickStart/AppDelegate+SendBirdCallsDelegates.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// AppDelegate+SendBirdCallsDelegates.swift
33
// QuickStart
44
//
5-
// Copyright © 2020 SendBird, Inc. All rights reserved..
5+
// Copyright © 2020 Sendbird, Inc. All rights reserved..
66
//
77

88
import UIKit

QuickStart/AppDelegate+SoundEffects.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// QuickStart
44
//
55
// Created by Jaesung Lee on 2020/07/30.
6-
// Copyright © 2020 SendBird Inc. All rights reserved.
6+
// Copyright © 2020 Sendbird Inc. All rights reserved.
77
//
88

99
import SendBirdCalls

QuickStart/AppDelegate+URLScheme.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// QuickStart
44
//
55
// Created by Jaesung Lee on 2020/09/18.
6-
// Copyright © 2020 SendBird Inc. All rights reserved.
6+
// Copyright © 2020 Sendbird Inc. All rights reserved.
77
//
88

99
import UIKit

QuickStart/AppDelegate+VoIPPush.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// QuickStart
44
//
55
// Created by Jaesung Lee on 2020/09/18.
6-
// Copyright © 2020 SendBird Inc. All rights reserved.
6+
// Copyright © 2020 Sendbird Inc. All rights reserved.
77
//
88

99
import UIKit

QuickStart/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// AppDelegate.swift
33
// QuickStart
44
//
5-
// Copyright © 2020 SendBird, Inc. All rights reserved.
5+
// Copyright © 2020 Sendbird, Inc. All rights reserved.
66
//
77

88
import UIKit

QuickStart/CXExtensions/CXCallManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CXCallController+QuickStart.swift
33
// QuickStart
44
//
5-
// Copyright © 2020 SendBird, Inc. All rights reserved.
5+
// Copyright © 2020 Sendbird, Inc. All rights reserved.
66
//
77

88
import Foundation

QuickStart/CXExtensions/CXProvider+QuickStart.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CXProvider+QuickStart.swift
33
// QuickStart
44
//
5-
// Copyright © 2020 SendBird, Inc. All rights reserved.
5+
// Copyright © 2020 Sendbird, Inc. All rights reserved.
66
//
77

88
import CallKit

QuickStart/CallHistory/CallHistory.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// QuickStart
44
//
55
// Created by Jaesung Lee on 2020/05/14.
6-
// Copyright © 2020 SendBird Inc. All rights reserved.
6+
// Copyright © 2020 Sendbird Inc. All rights reserved.
77
//
88

99
import UIKit

0 commit comments

Comments
 (0)