Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Commit

Permalink
bumps podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
icanzilb committed Aug 7, 2017
1 parent 6d754e1 commit ca26e6d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions Example/RealmContent.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
children = (
9C027FB71F14CFD600D1E781 /* App Demo */,
9CB782211F13948500FE1828 /* List Style Demos */,
9C21AD601F1E10CA005C30C2 /* Markdown */,
9CB7EF7F1F0C1D5400E70F21 /* Assets */,
9CB7EF791F0C0F1700E70F21 /* Entities */,
607FACD51AFB9204008FA782 /* AppDelegate.swift */,
Expand Down Expand Up @@ -190,13 +189,6 @@
name = "App Demo";
sourceTree = "<group>";
};
9C21AD601F1E10CA005C30C2 /* Markdown */ = {
isa = PBXGroup;
children = (
);
name = Markdown;
sourceTree = "<group>";
};
9CB782211F13948500FE1828 /* List Style Demos */ = {
isa = PBXGroup;
children = (
Expand Down
2 changes: 1 addition & 1 deletion RealmContent.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RealmContent'
s.version = '0.1.0'
s.version = '0.2.0'
s.summary = 'Realm powered content management system'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion RealmContent/Core/View/ContentViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public class ContentViewController: UIViewController, UITableViewDataSource, UIT
tableView.insertRows(at: insertions.map(fromRow(section)), with: .automatic)
tableView.reloadRows(at: modifications.map(fromRow(section)), with: .none)

moves.forEach { print("move from \($0.from.value) to \($0.to.value)") }
//moves.forEach { print("move from \($0.from.value) to \($0.to.value)") }

moves.forEach {
tableView.moveRow(
Expand Down

0 comments on commit ca26e6d

Please sign in to comment.