We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 241eff8 commit 9f38450Copy full SHA for 9f38450
IFTTTConnectSDK.podspec
@@ -15,7 +15,7 @@ Pod::Spec.new do |spec|
15
spec.source = { :git => "https://github.com/IFTTT/ConnectSDK-iOS.git", :tag => "#{spec.version}" }
16
spec.source_files = "IFTTT SDK/**/*.swift"
17
spec.resource_bundles = {
18
- 'IFTTTConnectSDK' => ['IFTTT SDK/Assets.xcassets'],
19
- 'IFTTTConnectSDK-Localizations' => ['IFTTT SDK/*.strings']
+ 'IFTTTConnectSDK' => ['IFTTT SDK/Resources/Assets.xcassets'],
+ 'IFTTTConnectSDK-Localizations' => ['IFTTT SDK/Resources/*.strings']
20
}
21
end
0 commit comments