File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1- 3.0
1+ 4.2
Original file line number Diff line number Diff line change @@ -22,6 +22,4 @@ script:
2222 - xcodebuild -project "$PROJECT" -scheme 'SwiftyTimer watchOS' -sdk iphonesimulator -destination 'name=Apple Watch - 42mm' ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO build | xcpretty
2323 - xcodebuild -project "$PROJECT" -scheme 'SwiftyTimer OS X' ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO build | xcpretty
2424
25- - pod lib lint
26-
2725 - xcodebuild -archivePath 'Tests' -project SwiftyTimerTests/SwiftyTimerTests.xcodeproj -scheme 'SwiftyTimerTests' archive && Tests.xcarchive/Products/Applications/SwiftyTimerTests.app/Contents/MacOS/SwiftyTimerTests
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22s . name = 'SwiftyTimer'
3- s . version = '2.0 .0'
3+ s . version = '2.1 .0'
44s . license = 'MIT'
55s . summary = 'Swifty API for NSTimer'
66s . homepage = 'https://github.com/radex/SwiftyTimer'
@@ -14,4 +14,4 @@ Pod::Spec.new do |s|
1414s . watchos . deployment_target = '2.0'
1515
1616s . source_files = 'Sources/*.swift'
17- end
17+ end
You can’t perform that action at this time.
0 commit comments