Skip to content
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

Raise deployment target to iOS 9 #743

Merged
merged 6 commits into from
Jan 15, 2018
Merged

Raise deployment target to iOS 9 #743

merged 6 commits into from
Jan 15, 2018

Conversation

Adlai-Holler
Copy link
Member

@Adlai-Holler Adlai-Holler commented Jan 15, 2018

This drops support for iOS 8 and raises the deployment target of all projects to iOS 9.

CocoaPods has changed a lot since some of these examples were pod installed, so I went ahead and checked in the changes applied by CocoaPods 1.3.1. We'll see how the CI fares with that. Also, Xcode 9 has some new workspace metadata that is shared between users (tiny files) so I let that get checked in too so that we have cleaner working copies.

I think this justifies a minor release, but not a major one, since probably 0 people are still targeting iOS 8.

This diff has #746 as its base so that I don't get overwhelmed with Danger warnings. Once that is landed, I'll change the base for this to master.

@@ -616,7 +616,6 @@ - (void)_loadNextImage
return;
}

#if TARGET_OS_IOS
Copy link
Member

Choose a reason for hiding this comment

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

I'm pretty sure you can't remove these — they were added for the tvOS build.

Texture.podspec Outdated
spec.ios.deployment_target = '8.0'

# Uncomment when fixed: issues with tvOS build for release 2.0
# spec.tvos.deployment_target = '9.0'
Copy link
Member

Choose a reason for hiding this comment

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

Let's not remove this yet - there are a few PRs pending with tvOS support, and there's still developer interest on that platform (besides other folks who have asked for it, I also have plans for a work project).

Copy link
Member

@appleguy appleguy left a comment

Choose a reason for hiding this comment

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

Looks very good! Definitely the right time to remove iOS 8 support.

Could you put back the IOS gating checks that enabled the tvOS build?

@Adlai-Holler
Copy link
Member Author

Yep, done. Waiting for CI

@Adlai-Holler Adlai-Holler merged this pull request into AHDangerfile Jan 15, 2018
@Adlai-Holler Adlai-Holler deleted the AHDropIOS8 branch January 15, 2018 23:00
@Adlai-Holler
Copy link
Member Author

Oops i phone merged and forgot to change the base branch. Fortunately #746 is ready to merge.

@Adlai-Holler Adlai-Holler restored the AHDropIOS8 branch January 15, 2018 23:03
Adlai-Holler pushed a commit that referenced this pull request Jan 15, 2018
#743

Manually merged since I forgot to retarget that diff onto master before merge
@Adlai-Holler Adlai-Holler deleted the AHDropIOS8 branch January 16, 2018 19:10
bernieperez pushed a commit to AtomTickets/Texture that referenced this pull request Apr 25, 2018
TextureGroup#743

Manually merged since I forgot to retarget that diff onto master before merge
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.

None yet

2 participants