Skip to content

Commit

Permalink
Enable RealmStorage from DTModelStorage beta.2, use FORK_XCODE_WRITIN…
Browse files Browse the repository at this point in the history
…G to validate podspec
  • Loading branch information
DenTelezhkin committed Sep 24, 2016
1 parent 6ddb359 commit 35c6b57
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

All notable changes to this project will be documented in this file.

## Next
## [5.0.0-beta.2](https://github.com/DenHeadless/DTTableViewManager/releases/tag/5.0.0-beta.2)

### Added

* `DTTableViewOptionalManageable` protocol, that is identical to `DTTableViewManageable`, but allows optional `tableView` property instead of implicitly unwrapped one.
* Enabled `RealmStorage` from `DTModelStorage` dependency

## [5.0.0-beta.1](https://github.com/DenHeadless/DTTableViewManager/releases/tag/5.0.0-beta.1)

Expand Down
2 changes: 1 addition & 1 deletion Carthage/Checkouts/DTModelStorage
4 changes: 2 additions & 2 deletions DTTableViewManager.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DTTableViewManager'
s.version = '5.0.0-beta.1'
s.version = '5.0.0-beta.2'
s.license = 'MIT'
s.summary = 'Protocol-oriented UITableView management, powered by generics and associated types.'
s.homepage = 'https://github.com/DenHeadless/DTTableViewManager'
Expand All @@ -12,5 +12,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
s.frameworks = 'UIKit', 'Foundation'
s.dependency 'DTModelStorage' , '~> 3.0.0-beta.1'
s.dependency 'DTModelStorage' , '~> 3.0.0-beta.2'
end
1 change: 1 addition & 0 deletions Documentation/DTTableViewManager 5.0 migration guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ catch let error as MemoryStorageError {

#### Miscellaneous API Additions

* `DTTableViewOptionalManageable` now mirrors `DTTableViewManageable` functionality, but allows using optional `tableView` property.
* `SectionModel` and `RealmSection` objects now have `currentSectionIndex` property
* `DTTableViewManager` how has `isManagingTableView` Bool property
* `MemoryStorage` now has `removeItems(fromSection:)` method
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ test-carthage:
ls Carthage/build/iOS/DTTableViewManager.framework

test-cocoapods:
pod repo update && pod lib lint --allow-warnings --verbose
FORK_XCODE_WRITING=true pod repo update && pod lib lint --allow-warnings --verbose

0 comments on commit 35c6b57

Please sign in to comment.