Compare commits

...

1 Commits

Author SHA1 Message Date
Rob Phillips 156ab177d1 Xcode warnings fix 2017-05-13 09:43:14 -07:00
+2 -2
View File
@@ -17,6 +17,6 @@ Pod::Spec.new do |spec|
spec.module_name = "Down"
spec.preserve_path = 'Source/cmark/module.modulemap'
spec.pod_target_xcconfig = { 'SWIFT_INCLUDE_PATHS' => '$(SRCROOT)/Down/Source/cmark/**' }
spec.ios.resource = 'Resources/DownView.bundle'
spec.osx.resource = 'Resources/DownView.bundle'
spec.ios.resource = ['Resources/DownView.bundle', 'Source/cmark/*.inc', 'Source/cmark/COPYING', 'Source/cmark/module.modulemap']
spec.osx.resource = ['Resources/DownView.bundle', 'Source/cmark/*.inc', 'Source/cmark/COPYING', 'Source/cmark/module.modulemap']
end