Skip to content

Commit

Permalink
Updating podspec to work with correct resource bundle path
Browse files Browse the repository at this point in the history
  • Loading branch information
ssathy2 committed Aug 6, 2021
1 parent 4a1c448 commit d59cb7b
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 d59cb7b

Please sign in to comment.