[PR #341] [MERGED] Fix for build on iOS with Swift Package Manager #493

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

📋 Pull Request Information

Original PR: https://github.com/JohnEstropia/CoreStore/pull/341
Author: @dmatushkin
Created: 9/15/2019
Status: Merged
Merged: 10/23/2019
Merged by: @JohnEstropia

Base: developHead: develop


📝 Commits (1)

  • 6d75dcb Fix for build on iOS with Swift Package Manager

📊 Changes

3 files changed (+3 additions, -3 deletions)

View changed files

📝 Sources/CoreStore+CustomDebugStringConvertible.swift (+1 -1)
📝 Sources/CoreStoreSchema.swift (+1 -1)
📝 Sources/DataStack+Migration.swift (+1 -1)

📄 Description

CoreStore does not build for iOS if it was added by Swift Package Manager, because of version restrictions.


🔄 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/341 **Author:** [@dmatushkin](https://github.com/dmatushkin) **Created:** 9/15/2019 **Status:** ✅ Merged **Merged:** 10/23/2019 **Merged by:** [@JohnEstropia](https://github.com/JohnEstropia) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (1) - [`6d75dcb`](https://github.com/JohnEstropia/CoreStore/commit/6d75dcbc329965703aa8bd397a802b87fca1dbd0) Fix for build on iOS with Swift Package Manager ### 📊 Changes **3 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Sources/CoreStore+CustomDebugStringConvertible.swift` (+1 -1) 📝 `Sources/CoreStoreSchema.swift` (+1 -1) 📝 `Sources/DataStack+Migration.swift` (+1 -1) </details> ### 📄 Description CoreStore does not build for iOS if it was added by Swift Package Manager, because of version restrictions. --- <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:17 +01:00
adam closed this issue 2025-12-29 18:27:17 +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#493