Skip to content

Commit

Permalink
Fix file location for resource bundle creation by Cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
defagos committed Oct 1, 2014
1 parent 4356fef commit fe927a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CoconutKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ Pod::Spec.new do |s|
s.frameworks = 'CoreData', 'CoreGraphics', 'CoreText', 'Foundation', 'MessageUI', 'MobileCoreServices', 'QuartzCore', 'UIKit'
s.requires_arc = true
s.preserve_paths = 'CoconutKit/publicHeaders.txt'
s.resource_bundle = { 'CoconutKit-resources' => ['CoconutKit-resources/Resources/{Images,Nibs}/*', 'CoconutKit-resources/Resources/*.lproj/*'] }
s.resource_bundle = { 'CoconutKit-resources' => ['CoconutKit-resources/{Images,Nibs}/*', 'CoconutKit-resources/*.lproj/*'] }
end

0 comments on commit fe927a7

Please sign in to comment.