mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
[PR #38] [MERGED] Add support for tvOS #452
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/JohnEstropia/CoreStore/pull/38
Author: @Jeehut
Created: 1/17/2016
Status: ✅ Merged
Merged: 1/19/2016
Merged by: @JohnEstropia
Base:
master← Head:feature/tvOS_support📝 Commits (2)
9322371Use tvOS_support feature branch of GCDKit (Carthage + git submodules)9081b36Add tvOS target + Configure target + Add shared scheme for tvOS📊 Changes
6 files changed (+447 additions, -5 deletions)
View changed files
📝
.gitmodules(+1 -1)📝
Cartfile(+1 -1)📝
Cartfile.resolved(+1 -1)📝
Carthage/Checkouts/GCDKit(+1 -1)📝
CoreStore.xcodeproj/project.pbxproj(+344 -1)➕
CoreStore.xcodeproj/xcshareddata/xcschemes/CoreStore tvOS.xcscheme(+99 -0)📄 Description
I did all steps for this project (and even the dependency GCDKit, see here) to work as a tvOS framework and tried to apply the same structure as with the other targets. It's building fine for me so I think this can be merged after a short review. Shouldn't break anything.
I have experienced an issue with the tvOS test target though. I think it's because on tvOS the document paths are a little different. This should be solved but can also be done after merging this – I suggest merging this first and create an issue afterwards. Maybe this pull request form AERecord helps solving the issue, looks similar to me.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.