Skip to content

Commit

Permalink
Merge pull request #133 from mindbox-moscow/develop
Browse files Browse the repository at this point in the history
Version 2.1.2
  • Loading branch information
Mikhail Plotnikov authored Jul 1, 2022
2 parents 52ed7a1 + 5417714 commit 4c887f5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Mindbox.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "Mindbox"
spec.version = "2.1.1"
spec.version = "2.1.2"
spec.summary = "SDK for integration with Mindbox"
spec.description = "This library allows you to integrate data transfer to Mindbox Marketing Cloud"
spec.homepage = "https://github.com/mindbox-moscow/ios-sdk"
Expand Down
8 changes: 4 additions & 4 deletions Mindbox.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1732,7 +1732,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.1.1;
MARKETING_VERSION = 2.1.2;
PRODUCT_BUNDLE_IDENTIFIER = cloud.Mindbox;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -1760,7 +1760,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.1.1;
MARKETING_VERSION = 2.1.2;
PRODUCT_BUNDLE_IDENTIFIER = cloud.Mindbox;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -1824,7 +1824,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.1.1;
MARKETING_VERSION = 2.1.2;
PRODUCT_BUNDLE_IDENTIFIER = cloud.MindboxNotifications;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -1852,7 +1852,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.1.1;
MARKETING_VERSION = 2.1.2;
PRODUCT_BUNDLE_IDENTIFIER = cloud.MindboxNotifications;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
4 changes: 2 additions & 2 deletions Mindbox/Model/OperationBodyRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ open class OperationBodyRequest: OperationBodyRequestType {
open func encode(to encoder: Encoder) throws {
var container = encoder.container(keyedBy: CodingKeys.self)

try container.encodeIfPresent(customAction, forKey: .customAction)
try container.encodeIfPresent(customAction, forKey: .customerAction)
try container.encodeIfPresent(pointOfContact, forKey: .pointOfContact)
try container.encodeIfPresent(addProductToList, forKey: .addProductToList)
try container.encodeIfPresent(segmentations, forKey: .segmentations)
Expand All @@ -53,7 +53,7 @@ open class OperationBodyRequest: OperationBodyRequestType {
}

private enum CodingKeys: String, CodingKey {
case customAction
case customerAction
case pointOfContact
case addProductToList
case segmentations
Expand Down
2 changes: 1 addition & 1 deletion MindboxNotifications.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "MindboxNotifications"
spec.version = "2.1.1"
spec.version = "2.1.2"
spec.summary = "SDK for integration notifications with Mindbox"
spec.description = "This library allows you to integrate notifications and transfer them to Mindbox Marketing Cloud"
spec.homepage = "https://github.com/mindbox-moscow/ios-sdk"
Expand Down

0 comments on commit 4c887f5

Please sign in to comment.