-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #438 from mindbox-cloud/release/2.11.0
Release/2.11.0
- Loading branch information
Showing
117 changed files
with
3,230 additions
and
1,929 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
use_frameworks! | ||
|
||
target 'Example' do | ||
pod 'Mindbox', '2.10.3-rc' | ||
pod 'Mindbox', '2.11.0' | ||
end | ||
|
||
target 'MindboxNotificationServiceExtension' do | ||
pod 'MindboxNotifications', '2.10.3-rc' | ||
pod 'MindboxNotifications', '2.11.0' | ||
end | ||
|
||
target 'MindboxNotificationContentExtension' do | ||
pod 'MindboxNotifications', '2.10.3-rc' | ||
pod 'MindboxNotifications', '2.11.0' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = "Mindbox" | ||
spec.version = "2.10.3-rc" | ||
spec.version = "2.11.0" | ||
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" | ||
spec.license = { :type => "CC BY-NC-ND 4.0", :file => "LICENSE.md" } | ||
spec.author = { "Mindbox" => "[email protected]" } | ||
spec.platform = :ios, "10.0" | ||
spec.platform = :ios, "12.0" | ||
spec.source = { :git => "https://github.com/mindbox-cloud/ios-sdk.git", :tag => spec.version } | ||
spec.source_files = "Mindbox/**/*.{swift}", "SDKVersionProvider/**/*.{swift}" | ||
spec.exclude_files = "Classes/Exclude" | ||
spec.resource_bundles = { | ||
'Mindbox' => ['Mindbox/**/*.xcassets', 'Mindbox/**/*.xcdatamodeld', 'Mindbox/**/*.xcprivacy'] | ||
} | ||
spec.swift_version = "5" | ||
spec.dependency 'MindboxLogger', '2.10.3-rc' | ||
spec.dependency 'MindboxLogger', '2.11.0' | ||
|
||
end |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.