[PR #201] [CLOSED] Add missing CoreStore framework so that the example project compiles … #477

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

📋 Pull Request Information

Original PR: https://github.com/JohnEstropia/CoreStore/pull/201
Author: @jugutier
Created: 9/16/2017
Status: Closed

Base: developHead: bugfix/fixExampleApp


📝 Commits (2)

  • cf22435 Add missing CoreStore framework so that the example project compiles when doing pod lib create
  • f8b843d Remove missing framework in favor of the one we now pull from the podfile

📊 Changes

179 files changed (+36862 additions, -6 deletions)

View changed files

📝 CoreStoreDemo/CoreStoreDemo.xcodeproj/project.pbxproj (+75 -6)
CoreStoreDemo/CoreStoreDemo.xcworkspace/contents.xcworkspacedata (+10 -0)
CoreStoreDemo/CoreStoreDemo.xcworkspace/xcuserdata/jugumacpro.xcuserdatad/UserInterfaceState.xcuserstate (+0 -0)
CoreStoreDemo/Podfile (+8 -0)
CoreStoreDemo/Podfile.lock (+12 -0)
CoreStoreDemo/Pods/CoreStore/LICENSE (+21 -0)
CoreStoreDemo/Pods/CoreStore/README.md (+1871 -0)
CoreStoreDemo/Pods/CoreStore/Sources/AsynchronousDataTransaction.swift (+275 -0)
CoreStoreDemo/Pods/CoreStore/Sources/AttributeProtocol.swift (+47 -0)
CoreStoreDemo/Pods/CoreStore/Sources/BaseDataTransaction+Importing.swift (+254 -0)
CoreStoreDemo/Pods/CoreStore/Sources/BaseDataTransaction+Querying.swift (+375 -0)
CoreStoreDemo/Pods/CoreStore/Sources/BaseDataTransaction.swift (+490 -0)
CoreStoreDemo/Pods/CoreStore/Sources/CSAsynchronousDataTransaction.swift (+204 -0)
CoreStoreDemo/Pods/CoreStore/Sources/CSBaseDataTransaction+Querying.swift (+191 -0)
CoreStoreDemo/Pods/CoreStore/Sources/CSBaseDataTransaction.swift (+278 -0)
CoreStoreDemo/Pods/CoreStore/Sources/CSClauseTypes.swift (+72 -0)
CoreStoreDemo/Pods/CoreStore/Sources/CSCoreStore+Migrating.swift (+106 -0)
CoreStoreDemo/Pods/CoreStore/Sources/CSCoreStore+Observing.swift (+113 -0)
CoreStoreDemo/Pods/CoreStore/Sources/CSCoreStore+Querying.swift (+178 -0)
CoreStoreDemo/Pods/CoreStore/Sources/CSCoreStore+Setup.swift (+145 -0)

...and 80 more files

📄 Description

…when doing pod lib create. Fixes #200


🔄 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/201 **Author:** [@jugutier](https://github.com/jugutier) **Created:** 9/16/2017 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `bugfix/fixExampleApp` --- ### 📝 Commits (2) - [`cf22435`](https://github.com/JohnEstropia/CoreStore/commit/cf22435a1fc99a2c3fdeac421c16bde720063ec1) Add missing CoreStore framework so that the example project compiles when doing pod lib create - [`f8b843d`](https://github.com/JohnEstropia/CoreStore/commit/f8b843d3245d5003ccd2684f97956a27512fb628) Remove missing framework in favor of the one we now pull from the podfile ### 📊 Changes **179 files changed** (+36862 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `CoreStoreDemo/CoreStoreDemo.xcodeproj/project.pbxproj` (+75 -6) ➕ `CoreStoreDemo/CoreStoreDemo.xcworkspace/contents.xcworkspacedata` (+10 -0) ➕ `CoreStoreDemo/CoreStoreDemo.xcworkspace/xcuserdata/jugumacpro.xcuserdatad/UserInterfaceState.xcuserstate` (+0 -0) ➕ `CoreStoreDemo/Podfile` (+8 -0) ➕ `CoreStoreDemo/Podfile.lock` (+12 -0) ➕ `CoreStoreDemo/Pods/CoreStore/LICENSE` (+21 -0) ➕ `CoreStoreDemo/Pods/CoreStore/README.md` (+1871 -0) ➕ `CoreStoreDemo/Pods/CoreStore/Sources/AsynchronousDataTransaction.swift` (+275 -0) ➕ `CoreStoreDemo/Pods/CoreStore/Sources/AttributeProtocol.swift` (+47 -0) ➕ `CoreStoreDemo/Pods/CoreStore/Sources/BaseDataTransaction+Importing.swift` (+254 -0) ➕ `CoreStoreDemo/Pods/CoreStore/Sources/BaseDataTransaction+Querying.swift` (+375 -0) ➕ `CoreStoreDemo/Pods/CoreStore/Sources/BaseDataTransaction.swift` (+490 -0) ➕ `CoreStoreDemo/Pods/CoreStore/Sources/CSAsynchronousDataTransaction.swift` (+204 -0) ➕ `CoreStoreDemo/Pods/CoreStore/Sources/CSBaseDataTransaction+Querying.swift` (+191 -0) ➕ `CoreStoreDemo/Pods/CoreStore/Sources/CSBaseDataTransaction.swift` (+278 -0) ➕ `CoreStoreDemo/Pods/CoreStore/Sources/CSClauseTypes.swift` (+72 -0) ➕ `CoreStoreDemo/Pods/CoreStore/Sources/CSCoreStore+Migrating.swift` (+106 -0) ➕ `CoreStoreDemo/Pods/CoreStore/Sources/CSCoreStore+Observing.swift` (+113 -0) ➕ `CoreStoreDemo/Pods/CoreStore/Sources/CSCoreStore+Querying.swift` (+178 -0) ➕ `CoreStoreDemo/Pods/CoreStore/Sources/CSCoreStore+Setup.swift` (+145 -0) _...and 80 more files_ </details> ### 📄 Description …when doing pod lib create. Fixes #200 --- <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:12 +01:00
adam closed this issue 2025-12-29 18:27:12 +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#477