File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 77before_install : true
88install : true
99script :
10- - if [[ "$TEST_CONFIG" == "RELEASE" ]]; then script/cibuild Swiftz Swiftz-iOS ; fi
10+ - if [[ "$TEST_CONFIG" == "RELEASE" ]]; then script/cibuild Swiftz ; fi
1111 - if [[ "$TEST_CONFIG" == "RELEASE" ]]; then xcodebuild test -scheme Swiftz-tvOS -destination 'platform=tvOS Simulator,name=Apple TV 1080p' ; fi
1212 - if [[ "$TEST_CONFIG" == "RELEASE" ]]; then xcodebuild build -scheme Swiftz-watchOS -destination 'platform=watchOS Simulator,name=Apple Watch - 42mm' ; fi
1313 - if [[ "$TEST_CONFIG" == "PODS" ]]; then pod lib lint; fi
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ Pod::Spec.new do |s|
1212 s . tvos . deployment_target = "9.1"
1313 s . watchos . deployment_target = "2.1"
1414 s . source = { :git => "https://github.com/typelift/Swiftz.git" , :tag => "v#{ s . version } " , :submodules => true }
15- s . source_files = "Swiftz/*.swift" , "**/Swiftx/*.swift" , "Carthage/Checkouts/Operadics/* .swift"
15+ s . source_files = "Swiftz/*.swift" , "**/Swiftx/*.swift" , "Carthage/Checkouts/Operadics/Operators .swift"
1616end
You can’t perform that action at this time.
0 commit comments