Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit 4ba5a0d

Browse files
committed
adds related files for FileResource.swift (2)
1 parent 6df1674 commit 4ba5a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R.swift.Library.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Pod::Spec.new do |spec|
2424
spec.ios.deployment_target = '8.0'
2525
spec.ios.source_files = "Library/**/*.swift"
2626
spec.osx.deployment_target = '10.12'
27-
spec.osx.source_files = ["Library/Core/StringResource.swift", "Library/Core/FileResource.swift", "Library/Core/Bundle+FileResource.swift", "Library/Core/Validatable.swift"]
27+
spec.osx.source_files = ["Library/Core/StringResource.swift", "Library/Core/FileResource.swift", "Library/Core/Validatable.swift", "Library/Core/Bundle+FileResource.swift", "Library/Core/Data+FileResource.swift"]
2828
spec.tvos.deployment_target = '9.0'
2929
spec.tvos.source_files = "Library/**/*.swift"
3030
spec.watchos.deployment_target = '2.2'

0 commit comments

Comments
 (0)