[PR #5] [CLOSED] Support Carthage by sharing the framework scheme scheme #444

Closed
opened 2025-12-29 18:27:04 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JohnEstropia/CoreStore/pull/5
Author: @sdgandhi
Created: 6/30/2015
Status: Closed

Base: masterHead: carthage-support


📝 Commits (2)

  • 91da430 share the scheme for supporting carthage
  • 6f00e4a Add 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-current in 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.

## 📋 Pull Request Information **Original PR:** https://github.com/JohnEstropia/CoreStore/pull/5 **Author:** [@sdgandhi](https://github.com/sdgandhi) **Created:** 6/30/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `carthage-support` --- ### 📝 Commits (2) - [`91da430`](https://github.com/JohnEstropia/CoreStore/commit/91da430052d75b785be79dfa063ca18443054564) share the scheme for supporting carthage - [`6f00e4a`](https://github.com/JohnEstropia/CoreStore/commit/6f00e4a8791ae271fedb72862b8e18b9d27963a8) Add carthage badge to README ### 📊 Changes **3 files changed** (+138 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `CoreStore.xcodeproj/xcshareddata/xcschemes/CoreStore.xcscheme` (+110 -0) ➕ `CoreStore.xcodeproj/xcuserdata/sidhantgandhi.xcuserdatad/xcschemes/xcschememanagement.plist` (+27 -0) 📝 `README.md` (+1 -0) </details> ### 📄 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-current` in the root directory and check the Carthage/Build directory for the framework. fixes #4 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 18:27:04 +01:00
adam closed this issue 2025-12-29 18:27:04 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/CoreStore-JohnEstropia#444