Skip to content

Conversation

@jaeopt
Copy link
Contributor

@jaeopt jaeopt commented Jan 14, 2020

Since iOS13 introduced, it can be a good time to drop support for the old iOS version.
Also Travis stop supporting iOS9 for xcode10.3 and xcode11+, so no way for CI testing anyway.

[JIRA-5629]

@coveralls
Copy link

coveralls commented Jan 14, 2020

Coverage Status

Coverage increased (+0.7%) to 98.775% when pulling 0a989e9 on jae/minOS into e555d02 on master.

func startTimer() {
// timer is activated only for iOS10+ and non-zero interval value
guard #available(iOS 10.0, tvOS 10.0, *), timerInterval > 0 else {
guard timerInterval > 0 else {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please update header.

} else {
let message = "[OPTIMIZELY][" + level.name + "] " + message
NSLog(message)
var osLogType: OSLogType
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

header.

msohailhussain
msohailhussain previously approved these changes Jan 15, 2020
Copy link
Contributor

@msohailhussain msohailhussain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm once headers are updated.

Copy link
Contributor

@thomaszurkan-optimizely thomaszurkan-optimizely left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. As Sohail mentioned. Update the header. :)

@jaeopt jaeopt merged commit fec6279 into master Jan 15, 2020
@jaeopt jaeopt deleted the jae/minOS branch January 15, 2020 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

5 participants