Skip to content

Commit

Permalink
MBX-0000 Updated Podspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
Akylbek Utekeshev committed Apr 5, 2024
1 parent c909ae1 commit f7ab81e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Mindbox.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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'
Expand Down
2 changes: 1 addition & 1 deletion MindboxLogger.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions MindboxNotifications.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ 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'

Expand Down

0 comments on commit f7ab81e

Please sign in to comment.