Skip to content

Commit

Permalink
Merge pull request #330 from mindbox-cloud/release/2.8.6
Browse files Browse the repository at this point in the history
Release/2.8.6
  • Loading branch information
Vailence authored Apr 5, 2024
2 parents c909ae1 + 7ddcdb8 commit 3322da8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
6 changes: 3 additions & 3 deletions 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.8.5"
spec.version = "2.8.6"
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-cloud/ios-sdk"
Expand All @@ -11,9 +11,9 @@ Pod::Spec.new do |spec|
spec.source_files = "Mindbox/**/*.{swift}", "SDKVersionProvider/**/*.{swift}"
spec.exclude_files = "Classes/Exclude"
spec.resource_bundles = {
'Mindbox' => ['Mindbox/**/*.xcassets', 'Mindbox/**/*.xcdatamodeld']
'Mindbox' => ['Mindbox/**/*.xcassets', 'Mindbox/**/*.xcdatamodeld', 'Mindbox/**/*.xcprivacy']
}
spec.swift_version = "5"
spec.dependency 'MindboxLogger', '0.0.6'
spec.dependency 'MindboxLogger', '0.0.7'

end
4 changes: 2 additions & 2 deletions MindboxLogger.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "MindboxLogger"
spec.version = "0.0.6"
spec.version = "0.0.7"
spec.summary = "SDK for utilities to work with Mindbox"
spec.description = "-"
spec.homepage = "https://github.com/mindbox-cloud/ios-sdk"
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |spec|
spec.source_files = "MindboxLogger/**/*.{swift}", "SDKVersionProvider/**/*.{swift}"
spec.exclude_files = "Classes/Exclude"
spec.resource_bundles = {
'MindboxLogger' => ["MindboxLogger/**/*.xcdatamodeld"]
'MindboxLogger' => ["MindboxLogger/**/*.xcdatamodeld", 'MindboxLogger/**/*.xcprivacy']
}
spec.swift_version = "5"

Expand Down
7 changes: 5 additions & 2 deletions 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.8.5"
spec.version = "2.8.6"
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-cloud/ios-sdk"
Expand All @@ -10,7 +10,10 @@ Pod::Spec.new do |spec|
spec.source = { :git => "https://github.com/mindbox-cloud/ios-sdk.git", :tag => spec.version }
spec.source_files = "MindboxNotifications/**/*.{swift}", "SDKVersionProvider/**/*.{swift}"
spec.exclude_files = "Classes/Exclude"
spec.resource_bundles = {
'MindboxNotifications' => ['MindboxNotifications/**/*.xcprivacy']
}
spec.swift_version = "5"
spec.dependency 'MindboxLogger', '0.0.6'
spec.dependency 'MindboxLogger', '0.0.7'

end
2 changes: 1 addition & 1 deletion SDKVersionProvider/SDKVersionConfig.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 2.8.5
MARKETING_VERSION = 2.8.6
2 changes: 1 addition & 1 deletion SDKVersionProvider/SDKVersionProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
import Foundation

public class SDKVersionProvider {
public static let sdkVersion = "2.8.5"
public static let sdkVersion = "2.8.6"
}

0 comments on commit 3322da8

Please sign in to comment.