Skip to content

Commit

Permalink
Merge pull request #118 from salemove/release/1.0.4
Browse files Browse the repository at this point in the history
Glia Core SDK Release 1.0.4
  • Loading branch information
EgorovEI authored Jul 14, 2023
2 parents 69f4bf4 + e2ea61f commit 7183fec
Show file tree
Hide file tree
Showing 19 changed files with 211 additions and 37 deletions.
2 changes: 1 addition & 1 deletion GliaCoreSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GliaCoreSDK'
s.version = '1.0.3'
s.version = '1.0.4'
s.summary = 'The Glia Core SDK'
s.description = 'The Glia Core SDK brings the in-person customer experience to iOS devices.'
s.homepage = 'https://www.glia.com/'
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1279,6 +1279,12 @@ SWIFT_CLASS("_TtC11GliaCoreSDK18SingleChoiceOption")
@property (nonatomic, copy) NSString * _Nullable text;
/// Value of the choice sent as a response on user interaction.
@property (nonatomic, copy) NSString * _Nullable value;
/// Initializes SingleChoiceOption instance
/// \param text Text displayed to the user as a choice label.
///
/// \param value Value of the choice sent as a response on user interaction.
///
- (nonnull instancetype)initWithText:(NSString * _Nullable)text value:(NSString * _Nullable)value OBJC_DESIGNATED_INITIALIZER;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2268,6 +2268,57 @@
}
]
},
{
"kind": "Constructor",
"name": "init",
"printedName": "init(text:value:)",
"children": [
{
"kind": "TypeNominal",
"name": "SingleChoiceOption",
"printedName": "GliaCoreSDK.SingleChoiceOption",
"usr": "c:@M@GliaCoreSDK@objc(cs)SingleChoiceOption"
},
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "Swift.String?",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sq"
},
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "Swift.String?",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sq"
}
],
"declKind": "Constructor",
"usr": "c:@M@GliaCoreSDK@objc(cs)SingleChoiceOption(im)initWithText:value:",
"mangledName": "$s11GliaCoreSDK18SingleChoiceOptionC4text5valueACSSSg_AFtcfc",
"moduleName": "GliaCoreSDK",
"declAttributes": [
"AccessControl",
"RawDocComment",
"ObjC"
],
"init_kind": "Designated"
},
{
"kind": "Constructor",
"name": "init",
Expand Down Expand Up @@ -2360,7 +2411,6 @@
"ObjC"
],
"superclassUsr": "c:objc(cs)NSObject",
"hasMissingDesignatedInitializers": true,
"superclassNames": [
"ObjectiveC.NSObject"
],
Expand Down Expand Up @@ -35485,7 +35535,7 @@
"kind": "StringLiteral",
"offset": 433,
"length": 7,
"value": "\"1.0.3\""
"value": "\"1.0.4\""
},
{
"filePath": "\/Users\/vagrant\/git\/GliaCoreSDK\/GliaCoreSDK\/Medra\/Channel\/NamespacedChannel.swift",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ extension GliaCoreSDK.GliaCore {
public init(from decoder: Swift.Decoder) throws
}
}
@objc @_hasMissingDesignatedInitializers @objcMembers public class SingleChoiceOption : ObjectiveC.NSObject, Swift.Codable {
@objc @objcMembers public class SingleChoiceOption : ObjectiveC.NSObject, Swift.Codable {
@objc public var text: Swift.String?
@objc public var value: Swift.String?
@objc public init(text: Swift.String?, value: Swift.String?)
@objc deinit
public func encode(to encoder: Swift.Encoder) throws
required public init(from decoder: Swift.Decoder) throws
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ extension GliaCoreSDK.GliaCore {
public init(from decoder: Swift.Decoder) throws
}
}
@objc @_hasMissingDesignatedInitializers @objcMembers public class SingleChoiceOption : ObjectiveC.NSObject, Swift.Codable {
@objc @objcMembers public class SingleChoiceOption : ObjectiveC.NSObject, Swift.Codable {
@objc public var text: Swift.String?
@objc public var value: Swift.String?
@objc public init(text: Swift.String?, value: Swift.String?)
@objc deinit
public func encode(to encoder: Swift.Encoder) throws
required public init(from decoder: Swift.Decoder) throws
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1279,6 +1279,12 @@ SWIFT_CLASS("_TtC11GliaCoreSDK18SingleChoiceOption")
@property (nonatomic, copy) NSString * _Nullable text;
/// Value of the choice sent as a response on user interaction.
@property (nonatomic, copy) NSString * _Nullable value;
/// Initializes SingleChoiceOption instance
/// \param text Text displayed to the user as a choice label.
///
/// \param value Value of the choice sent as a response on user interaction.
///
- (nonnull instancetype)initWithText:(NSString * _Nullable)text value:(NSString * _Nullable)value OBJC_DESIGNATED_INITIALIZER;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end
Expand Down Expand Up @@ -2636,6 +2642,12 @@ SWIFT_CLASS("_TtC11GliaCoreSDK18SingleChoiceOption")
@property (nonatomic, copy) NSString * _Nullable text;
/// Value of the choice sent as a response on user interaction.
@property (nonatomic, copy) NSString * _Nullable value;
/// Initializes SingleChoiceOption instance
/// \param text Text displayed to the user as a choice label.
///
/// \param value Value of the choice sent as a response on user interaction.
///
- (nonnull instancetype)initWithText:(NSString * _Nullable)text value:(NSString * _Nullable)value OBJC_DESIGNATED_INITIALIZER;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2268,6 +2268,57 @@
}
]
},
{
"kind": "Constructor",
"name": "init",
"printedName": "init(text:value:)",
"children": [
{
"kind": "TypeNominal",
"name": "SingleChoiceOption",
"printedName": "GliaCoreSDK.SingleChoiceOption",
"usr": "c:@M@GliaCoreSDK@objc(cs)SingleChoiceOption"
},
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "Swift.String?",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sq"
},
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "Swift.String?",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sq"
}
],
"declKind": "Constructor",
"usr": "c:@M@GliaCoreSDK@objc(cs)SingleChoiceOption(im)initWithText:value:",
"mangledName": "$s11GliaCoreSDK18SingleChoiceOptionC4text5valueACSSSg_AFtcfc",
"moduleName": "GliaCoreSDK",
"declAttributes": [
"AccessControl",
"RawDocComment",
"ObjC"
],
"init_kind": "Designated"
},
{
"kind": "Constructor",
"name": "init",
Expand Down Expand Up @@ -2360,7 +2411,6 @@
"ObjC"
],
"superclassUsr": "c:objc(cs)NSObject",
"hasMissingDesignatedInitializers": true,
"superclassNames": [
"ObjectiveC.NSObject"
],
Expand Down Expand Up @@ -35485,7 +35535,7 @@
"kind": "StringLiteral",
"offset": 433,
"length": 7,
"value": "\"1.0.3\""
"value": "\"1.0.4\""
},
{
"filePath": "\/Users\/vagrant\/git\/GliaCoreSDK\/GliaCoreSDK\/Medra\/Channel\/NamespacedChannel.swift",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ extension GliaCoreSDK.GliaCore {
public init(from decoder: Swift.Decoder) throws
}
}
@objc @_hasMissingDesignatedInitializers @objcMembers public class SingleChoiceOption : ObjectiveC.NSObject, Swift.Codable {
@objc @objcMembers public class SingleChoiceOption : ObjectiveC.NSObject, Swift.Codable {
@objc public var text: Swift.String?
@objc public var value: Swift.String?
@objc public init(text: Swift.String?, value: Swift.String?)
@objc deinit
public func encode(to encoder: Swift.Encoder) throws
required public init(from decoder: Swift.Decoder) throws
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ extension GliaCoreSDK.GliaCore {
public init(from decoder: Swift.Decoder) throws
}
}
@objc @_hasMissingDesignatedInitializers @objcMembers public class SingleChoiceOption : ObjectiveC.NSObject, Swift.Codable {
@objc @objcMembers public class SingleChoiceOption : ObjectiveC.NSObject, Swift.Codable {
@objc public var text: Swift.String?
@objc public var value: Swift.String?
@objc public init(text: Swift.String?, value: Swift.String?)
@objc deinit
public func encode(to encoder: Swift.Encoder) throws
required public init(from decoder: Swift.Decoder) throws
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2268,6 +2268,57 @@
}
]
},
{
"kind": "Constructor",
"name": "init",
"printedName": "init(text:value:)",
"children": [
{
"kind": "TypeNominal",
"name": "SingleChoiceOption",
"printedName": "GliaCoreSDK.SingleChoiceOption",
"usr": "c:@M@GliaCoreSDK@objc(cs)SingleChoiceOption"
},
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "Swift.String?",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sq"
},
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "Swift.String?",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"usr": "s:Sq"
}
],
"declKind": "Constructor",
"usr": "c:@M@GliaCoreSDK@objc(cs)SingleChoiceOption(im)initWithText:value:",
"mangledName": "$s11GliaCoreSDK18SingleChoiceOptionC4text5valueACSSSg_AFtcfc",
"moduleName": "GliaCoreSDK",
"declAttributes": [
"AccessControl",
"RawDocComment",
"ObjC"
],
"init_kind": "Designated"
},
{
"kind": "Constructor",
"name": "init",
Expand Down Expand Up @@ -2360,7 +2411,6 @@
"ObjC"
],
"superclassUsr": "c:objc(cs)NSObject",
"hasMissingDesignatedInitializers": true,
"superclassNames": [
"ObjectiveC.NSObject"
],
Expand Down Expand Up @@ -35485,7 +35535,7 @@
"kind": "StringLiteral",
"offset": 433,
"length": 7,
"value": "\"1.0.3\""
"value": "\"1.0.4\""
},
{
"filePath": "\/Users\/vagrant\/git\/GliaCoreSDK\/GliaCoreSDK\/Medra\/Channel\/NamespacedChannel.swift",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ extension GliaCoreSDK.GliaCore {
public init(from decoder: Swift.Decoder) throws
}
}
@objc @_hasMissingDesignatedInitializers @objcMembers public class SingleChoiceOption : ObjectiveC.NSObject, Swift.Codable {
@objc @objcMembers public class SingleChoiceOption : ObjectiveC.NSObject, Swift.Codable {
@objc public var text: Swift.String?
@objc public var value: Swift.String?
@objc public init(text: Swift.String?, value: Swift.String?)
@objc deinit
public func encode(to encoder: Swift.Encoder) throws
required public init(from decoder: Swift.Decoder) throws
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ extension GliaCoreSDK.GliaCore {
public init(from decoder: Swift.Decoder) throws
}
}
@objc @_hasMissingDesignatedInitializers @objcMembers public class SingleChoiceOption : ObjectiveC.NSObject, Swift.Codable {
@objc @objcMembers public class SingleChoiceOption : ObjectiveC.NSObject, Swift.Codable {
@objc public var text: Swift.String?
@objc public var value: Swift.String?
@objc public init(text: Swift.String?, value: Swift.String?)
@objc deinit
public func encode(to encoder: Swift.Encoder) throws
required public init(from decoder: Swift.Decoder) throws
Expand Down
Loading

0 comments on commit 7183fec

Please sign in to comment.