Skip to content

Commit 844c02c

Browse files
authored
Merge pull request #32 from Nonchalant/disable_osx
Disable OSX
2 parents bc82957 + 5d21d2a commit 844c02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FactoryProvider.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
}
1717

1818
s.ios.deployment_target = '8.0'
19-
s.osx.deployment_target = '10.9'
19+
# s.osx.deployment_target = '10.9'
2020
s.watchos.deployment_target = '2.0'
2121
s.tvos.deployment_target = '9.0'
2222
s.source_files = ['Source/**/*.swift']

0 commit comments

Comments
 (0)