Remove "support" for iOS.
Running shell commands has never worked on iOS, it was just a hack to enable kareman/FileSmith (which _does_ work on iOS) and SwiftShell to use the same `*Stream` protocols.
This commit is contained in:
@@ -9,5 +9,4 @@ Pod::Spec.new do |s|
|
||||
s.source = { git: 'https://github.com/kareman/SwiftShell.git', tag: s.version.to_s }
|
||||
s.source_files = 'Sources/SwiftShell/*.swift','Sources/SwiftShell/*/*.swift'
|
||||
s.osx.deployment_target = '10.11'
|
||||
s.ios.deployment_target = '9.0'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user