Skip to content

Commit

Permalink
Fixing resources_bundle in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ssathy2 committed Jul 26, 2021
1 parent 241eff8 commit 9f38450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IFTTTConnectSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |spec|
spec.source = { :git => "https://github.com/IFTTT/ConnectSDK-iOS.git", :tag => "#{spec.version}" }
spec.source_files = "IFTTT SDK/**/*.swift"
spec.resource_bundles = {
'IFTTTConnectSDK' => ['IFTTT SDK/Assets.xcassets'],
'IFTTTConnectSDK-Localizations' => ['IFTTT SDK/*.strings']
'IFTTTConnectSDK' => ['IFTTT SDK/Resources/Assets.xcassets'],
'IFTTTConnectSDK-Localizations' => ['IFTTT SDK/Resources/*.strings']
}
end

0 comments on commit 9f38450

Please sign in to comment.