This repository has been archived by the owner on Feb 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
45 changed files
with
1,303 additions
and
869 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,18 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "AlecrimCoreData" | ||
s.version = "6.0.1" | ||
s.summary = "A powerful and elegant Core Data framework for Swift." | ||
s.homepage = "https://www.alecrim.com/AlecrimCoreData" | ||
|
||
s.license = "MIT" | ||
|
||
s.author = { "Vanderlei Martinelli" => "vanderlei.martinelli@gmail.com" } | ||
s.social_media_url = "https://www.linkedin.com/in/vmartinelli" | ||
|
||
s.osx.deployment_target = "10.12" | ||
s.ios.deployment_target = "10.0" | ||
s.watchos.deployment_target = "3.0" | ||
s.tvos.deployment_target = "10.0" | ||
|
||
s.source = { :git => "https://github.com/Alecrim/AlecrimCoreData.git", :tag => s.version } | ||
|
||
s.source_files = "Source/**/*.swift" | ||
|
||
s.requires_arc = true | ||
|
||
s.name = 'AlecrimCoreData' | ||
s.version = '7.0' | ||
s.summary = 'Core Data made simple' | ||
|
||
s.homepage = 'https://github.com/Alecrim/AlecrimCoreData' | ||
s.license = 'MIT' | ||
s.author = { 'Vanderlei Martinelli' => 'vanderlei.martinelli@gmail.com' } | ||
s.social_media_url = 'https://www.linkedin.com/in/vmartinelli' | ||
|
||
s.source = { :git => 'https://github.com/Alecrim/AlecrimCoreData.git', :tag => s.version.to_s } | ||
s.source_files = 'Sources/**/*' | ||
|
||
s.osx.deployment_target = '10.12' | ||
s.ios.deployment_target = '10.0' | ||
s.watchos.deployment_target = '3.0' | ||
s.tvos.deployment_target = '10.0' | ||
end |
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
8 changes: 8 additions & 0 deletions
8
AlecrimCoreData.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDEDidComputeMac32BitWarning</key> | ||
<true/> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,170 @@ | ||
# AlecrimCoreData | ||
|
||
## 7.0-beta.1 | ||
2019-04-13 | ||
|
||
- New project structure; | ||
- Swift 5.0 compatible. | ||
|
||
|
||
## 6.0.1 | ||
2018-06-29 | ||
|
||
- Some refactoring; | ||
- Bug fixes and improvements.. | ||
|
||
## 6.0 | ||
2018-05-20 | ||
|
||
- New version wrote from the ground. | ||
|
||
## 5.2 | ||
2018-03-07 | ||
|
||
- Converted to Swift 4. | ||
|
||
## 5.1 | ||
2018-01-24 | ||
|
||
- Swift 3.2 compatible; | ||
- Xcode 9 compatible. | ||
|
||
## 5.0 | ||
2016-12-30 | ||
|
||
- Swift 3 compatible version. | ||
|
||
## 4.2.5 | ||
2016-10-06 | ||
|
||
- Last Swift 2.3 compatible version. | ||
|
||
## 4.2.4 | ||
2016-10-06 | ||
|
||
- Minor fixes. | ||
|
||
## 4.2.3 | ||
2016-09-08 | ||
|
||
- Minor fixes. | ||
|
||
## 4.2.2 | ||
2016-09-08 | ||
|
||
- Bug fixes and improvements. | ||
|
||
## 4.2.1 | ||
2016-08-16 | ||
|
||
- Last Swift 2.2 compatible version. | ||
|
||
## 4.2 | ||
2016-08-13 | ||
|
||
- Bug fixes and improvements. | ||
|
||
## 4.1.1 | ||
2016-02-22 | ||
|
||
- Minor fixes. | ||
|
||
## 4.1 | ||
2016-02-22 | ||
|
||
- Added some ACDGen options; | ||
- Other bug fixes. | ||
|
||
## 4.0.6 | ||
2016-02-02 | ||
|
||
- Fixed entity description finding and caching. | ||
|
||
## 4.0.5 | ||
2016-02-02 | ||
|
||
- Minor fixes. | ||
|
||
## 4.0.4 | ||
2016-01-31 | ||
|
||
- Bug fixes and improvements. | ||
|
||
## 4.0.3 | ||
2015-12-04 | ||
|
||
- Bug fixes and improvements. | ||
|
||
## 4.0.2 | ||
2015-11-07 | ||
|
||
- Minor fixes. | ||
|
||
## 4.0.1 | ||
2015-11-07 | ||
|
||
- Minor fixes. | ||
|
||
## 4.0 | ||
2015-11-07 | ||
|
||
- New internal architecture; | ||
- Compatible with Swift 2.x; | ||
- ACDGen source code is now part of AlecrimCoreData; | ||
- Other improvements and fixes. | ||
|
||
## 3.3.1 | ||
2015-08-05 | ||
|
||
- Minor podspec fix. | ||
|
||
## 3.3 | ||
2015-08-05 | ||
|
||
- Recreated data context management; | ||
- `Context` is now a `NSManagedObjectContext` subclass; | ||
- Improvements and important bug fixes. | ||
|
||
## 3.2 | ||
2015-06-30 | ||
|
||
- Added `ALCFetchedResultsController` (`NSFetchedResultsController` version for OS X); | ||
- Improvements; | ||
- Fixes. | ||
|
||
## 3.1 | ||
2015-06-05 | ||
|
||
- Added new `EntitySetAttribute` functionalities; | ||
- Better `NSAsynchronousFetchRequest` handling; | ||
- Improvements and fixes. | ||
|
||
## 3.0.1 | ||
2015-05-25 | ||
|
||
- Better handling for merging background context changes. | ||
|
||
## 3.0 | ||
2015-05-20 | ||
|
||
- Added attributes support and many other improvements. | ||
|
||
## 2.1 | ||
2015-04-04 | ||
|
||
- Added CocoaPods and Carthage support. | ||
|
||
## 2.0 | ||
2015-02-16 | ||
|
||
- First public stable release (Swift). | ||
|
||
## 2.0-beta.1 | ||
2014-08-03 | ||
|
||
- First public beta release (Swift). | ||
|
||
## 1.x | ||
2013-10-15 | ||
|
||
- Internal versions (Objective-C). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
// swift-tools-version:5.0 | ||
import PackageDescription | ||
|
||
let package = Package(name: "AlecrimCoreData") | ||
let package = Package( | ||
name: "AlecrimCoreData", | ||
platforms: [ | ||
.macOS(.v10_12), | ||
.iOS(.v10), | ||
.watchOS(.v3), | ||
.tvOS(.v10) | ||
], | ||
products: [ | ||
.library(name: "AlecrimCoreData", targets: ["AlecrimCoreData"]) | ||
], | ||
targets: [ | ||
.target(name: "AlecrimCoreData", path: "Sources") | ||
] | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.