{"id":19083146,"url":"https://github.com/alemar11/coredataplus","last_synced_at":"2025-06-27T17:33:01.970Z","repository":{"id":46174352,"uuid":"107141345","full_name":"alemar11/CoreDataPlus","owner":"alemar11","description":"CoreData utils","archived":false,"fork":false,"pushed_at":"2024-04-19T12:19:26.000Z","size":8929,"stargazers_count":12,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-04-20T17:51:23.657Z","etag":null,"topics":["coredata","database","ios","macos","swift","swift-package-manager","tvos","watchos"],"latest_commit_sha":null,"homepage":"https://alemar11.github.io/CoreDataPlus/documentation/coredataplus/","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alemar11.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":"Support/CoreDataPlus.h","governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-10-16T14:47:19.000Z","updated_at":"2022-08-15T04:08:06.000Z","dependencies_parsed_at":"2024-04-19T13:37:50.707Z","dependency_job_id":"29f2a889-f78e-4ca8-82fc-02674c342e99","html_url":"https://github.com/alemar11/CoreDataPlus","commit_stats":{"total_commits":509,"total_committers":2,"mean_commits":254.5,"dds":"0.18271119842829076","last_synced_commit":"2ca05df90ffcb40672a63f57617707e8d0446417"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alemar11%2FCoreDataPlus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alemar11%2FCoreDataPlus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alemar11%2FCoreDataPlus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alemar11%2FCoreDataPlus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alemar11","download_url":"https://codeload.github.com/alemar11/CoreDataPlus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223780076,"owners_count":17201287,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["coredata","database","ios","macos","swift","swift-package-manager","tvos","watchos"],"created_at":"2024-11-09T02:46:14.015Z","updated_at":"2024-11-09T02:46:15.287Z","avatar_url":"https://github.com/alemar11.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"![CoreDataPlus CI](https://github.com/alemar11/CoreDataPlus/workflows/CoreDataPlus%20CI/badge.svg?branch=master)\n\n## CoreDataPlus\n[![GitHub release](https://img.shields.io/github/release/alemar11/CoreDataPlus.svg)](https://github.com/alemar11/CoreDataPlus/releases) \n\nCore data extensions.\n\n- [Requirements](#requirements)\n- [Documentation](#documentation)\n- [Installation](#installation)\n- [License](#license)\n- [Contributing](#contributing)\n\n## Requirements\n\n[![Swift 5.10](https://img.shields.io/badge/Swift-5.10-orange.svg?style=flat)](https://developer.apple.com/swift)\n![Platforms](https://img.shields.io/badge/Platform-iOS%2015%2B%20|%20macOS%2013+%20|%20tvOS%2015+%20|%20watchOS%209+%20|%20visionOS%201+-blue.svg) \n![Xcode](https://img.shields.io/badge/Xcode-15-blue.svg) \n\n[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/CoreDataPlus.svg)](https://cocoapods.org/pods/CoreDataPlus)\n\n## Documentation\n\nDocumentation is [available online](http://www.alessandromarzoli.com/CoreDataPlus).\n\n## Installation\n\n### CocoaPods\n\n[CocoaPods](http://cocoapods.org) is a dependency manager for Cocoa projects. You can install it with the following command:\n\n```bash\n$ gem install cocoapods\n```\n\nTo integrate CoreDataPlus into your Xcode project using CocoaPods, specify it in your `Podfile`:\n\n```ruby\nsource 'https://github.com/CocoaPods/Specs.git'\nplatform :ios, '13.0'\nuse_frameworks!\n\ntarget '\u003cYour Target Name\u003e' do\n    pod 'CoreDataPlus', '~\u003e 5.0.0'\nend\n```\n\nThen, run the following command:\n\n```bash\n$ pod install\n```\n\n### Carthage\n\n[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.\n\nYou can install Carthage with [Homebrew](http://brew.sh/) using the following command:\n\n```bash\n$ brew update\n$ brew install carthage\n```\n\nTo integrate CoreDataPlus into your Xcode project using Carthage, specify it in your `Cartfile`:\n\n```ogdl\ngithub \"alemar11/CoreDataPlus\" ~\u003e 5.0.0\n```\n\nRun `carthage update` to build the framework and drag the built `CoreDataPlus.framework` into your Xcode project.\n\n### Swift Package Manager\n\nThe [Swift Package Manager](https://swift.org/package-manager/) is a tool for automating the distribution of Swift code and is integrated into the `swift` compiler. \nOnce you have your Swift package set up, adding CoreDataPlus as a dependency is as easy as adding it to the `dependencies` value of your `Package.swift`.\n\n```swift\ndependencies: [\n    .package(url: \"https://github.com/alemar11/CoreDataPlus.git\", from: \"6.0.0\")\n]\n```\n\n### Manually\n\nIf you prefer not to use either of the aforementioned dependency managers, you can integrate CoreDataPlus into your project manually.\n\n#### Embedded Framework\n\n- Open up Terminal, `cd` into your top-level project directory, and run the following command \"if\" your project is not initialized as a git repository:\n\n```bash\n$ git init\n```\n\n- Add CoreDataPlus as a git [submodule](http://git-scm.com/docs/git-submodule) by running the following command:\n\n```bash\n$ git submodule add https://github.com/alemar11/CoreDataPlus.git\n```\n\n- Open the new `CoreDataPlus` folder, and drag the `CoreDataPlus.xcodeproj` into the Project Navigator of your application's Xcode project.\n\n    \u003e It should appear nested underneath your application's blue project icon. Whether it is above or below all the other Xcode groups does not matter.\n\n- Select the `CoreDataPlus.xcodeproj` in the Project Navigator and verify the deployment target matches that of your application target.\n- Next, select your application project in the Project Navigator (blue project icon) to navigate to the target configuration window and select the application target under the \"Targets\" heading in the sidebar.\n- In the tab bar at the top of that window, open the \"General\" panel.\n- Click on the `+` button under the \"Embedded Binaries\" section.\n- You will see two different `CoreDataPlus.xcodeproj` folders each with two different versions of the `CoreDataPlus.framework` nested inside a `Products` folder.\n\n    \u003e It does not matter which `Products` folder you choose from, but it does matter whether you choose the top or bottom `CoreDataPlus.framework`.\n\n- Select the top `CoreDataPlus.framework` for iOS and the bottom one for macOS.\n\n    \u003e You can verify which one you selected by inspecting the build log for your project. The build target for `CoreDataPlus` will be listed as either `CoreDataPlus iOS`, `CoreDataPlus macOS`, `CoreDataPlus tvOS` or `CoreDataPlus watchOS`.\n\n\n## License\n\n[![License MIT](https://img.shields.io/badge/License-MIT-lightgrey.svg?style=flat)](https://github.com/alemar11/Console/blob/master/LICENSE)\n\nCoreDataPlus is released under the MIT license. See [LICENSE](./LICENSE.md) for details.\n\n## Contributing\n\nPull requests are welcome!  \n[Show your ❤ with a ★](https://github.com/alemar11/CoreDataPlus/stargazers)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falemar11%2Fcoredataplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falemar11%2Fcoredataplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falemar11%2Fcoredataplus/lists"}