mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-14 07:33:28 +01:00
[PR #5] [CLOSED] Support Carthage by sharing the framework scheme scheme #444
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/5
Author: @sdgandhi
Created: 6/30/2015
Status: ❌ Closed
Base:
master← Head:carthage-support📝 Commits (2)
91da430share the scheme for supporting carthage6f00e4aAdd carthage badge to README📊 Changes
3 files changed (+138 additions, -0 deletions)
View changed files
➕
CoreStore.xcodeproj/xcshareddata/xcschemes/CoreStore.xcscheme(+110 -0)➕
CoreStore.xcodeproj/xcuserdata/sidhantgandhi.xcuserdatad/xcschemes/xcschememanagement.plist(+27 -0)📝
README.md(+1 -0)📄 Description
This should work. I can't test it because I don't have access to the GCDKit submodule.
You can test it with the command
carthage build --no-skip-currentin the root directory and check the Carthage/Build directory for the framework.fixes #4
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.