Swift5 & Xcode 10.2
Code works on its own, just config stuff
I think Travis-CI should be reconfigured to exit without errors, but code looks fine. @radex, can you review this MR?
@radianttap could you edit the .travis.yml in your PR so it can be merged?
I never used Travis thus I have no idea what to edit. I believe owners can edit the PR..?
@radianttap unfortunately I'm not an owner so I cannot edit the file myself. Basically, you just have to update the value for osx_image in this file:
https://github.com/radex/SwiftyTimer/blob/master/.travis.yml
osx_image: xcode11.2 should do the job.
Ok, done.
Looks like line 20 must be changed as well to update the target operating system:
- xcodebuild -project "$PROJECT" -scheme 'SwiftyTimer' -destination 'name=iPhone 8,OS=12.4' ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO build | xcpretty
Chasing Travis tail, done.
Thanks! @radex can you review?
@antoinelamy Sorry, I don't maintain this project anymore — @asowers1 does.
@asowers1 review please?
@asowers1 @radex please