Skip to content

Commit

Permalink
🍏 Update pod to use a resource bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaatttt committed Jan 26, 2022
1 parent 611a0a9 commit 88b49a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Appcues.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ TODO: Add long description of the pod here.
s.ios.deployment_target = '13.0'

s.source_files = 'Sources/AppcuesKit/**/*.swift'
s.resources = 'Sources/AppcuesKit/*.xcassets'
s.resource_bundles = {
'Appcues' => ['Sources/AppcuesKit/*.xcassets']
}

# s.resource_bundles = {
# 'Appcues' => ['Appcues/Assets/*.png']
Expand Down

0 comments on commit 88b49a0

Please sign in to comment.