Skip to content

Raise deployment target to iOS 9#743

Merged
Adlai-Holler merged 6 commits into
AHDangerfilefrom
AHDropIOS8
Jan 15, 2018
Merged

Raise deployment target to iOS 9#743
Adlai-Holler merged 6 commits into
AHDangerfilefrom
AHDropIOS8

Conversation

@Adlai-Holler

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

Copy link
Copy Markdown
Member

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.

@TextureGroup TextureGroup deleted a comment Jan 15, 2018
@TextureGroup TextureGroup deleted a comment Jan 15, 2018
@TextureGroup TextureGroup deleted a comment Jan 15, 2018
@TextureGroup TextureGroup deleted a comment Jan 15, 2018
This was referenced Jan 15, 2018
@Adlai-Holler
Adlai-Holler changed the base branch from master to AHDangerfile January 15, 2018 19:49
@TextureGroup TextureGroup deleted a comment Jan 15, 2018
return;
}

#if TARGET_OS_IOS

Copy link
Copy Markdown
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.

Comment thread Texture.podspec
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
Copy Markdown
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).

@appleguy appleguy left a comment

Copy link
Copy Markdown
Member

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
Copy Markdown
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
Copy Markdown
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
ZaytsevaMarina pushed a commit to erupakov/Telegram-iOS that referenced this pull request May 27, 2026
TextureGroup/Texture#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.

2 participants