Skip to content

chore: upgrade min OS from 9 to 10 #284

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jan 15, 2020
Merged

chore: upgrade min OS from 9 to 10 #284

merged 6 commits into from
Jan 15, 2020

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.

@@ -216,7 +216,7 @@ open class DefaultEventDispatcher: BackgroundingCallbacks, OPTEventDispatcher {

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants