mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-14 07:33:28 +01:00
[PR #201] [CLOSED] Add missing CoreStore framework so that the example project compiles … #477
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/201
Author: @jugutier
Created: 9/16/2017
Status: ❌ Closed
Base:
develop← Head:bugfix/fixExampleApp📝 Commits (2)
cf22435Add missing CoreStore framework so that the example project compiles when doing pod lib createf8b843dRemove 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.