Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
257 changes: 28 additions & 229 deletions AsyncTask.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

91 changes: 0 additions & 91 deletions AsyncTask.xcodeproj/xcshareddata/xcschemes/AsyncTaskDemo.xcscheme

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0730"
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0730"
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0730"
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0730"
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0730"
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
4 changes: 2 additions & 2 deletions Cartfile.private
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "Quick/Quick" ~> 0.9.2
github "Quick/Nimble" ~> 4.0
github "Quick/Quick"
github "Quick/Nimble"
github "zhxnlai/ReactiveUI"
github "robb/Cartography"
6 changes: 3 additions & 3 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "robb/Cartography" "0.6.0"
github "Quick/Nimble" "v4.1.0"
github "Quick/Quick" "v0.9.2"
github "Quick/Nimble" "v6.1.0"
github "Quick/Quick" "v1.1.0"
github "robb/Cartography" "1.1.0"
github "zhxnlai/ReactiveUI" "0.0.3"
51 changes: 0 additions & 51 deletions Demo/AppDelegate.swift

This file was deleted.

38 changes: 0 additions & 38 deletions Demo/Assets.xcassets/AppIcon.appiconset/Contents.json

This file was deleted.

27 changes: 0 additions & 27 deletions Demo/Base.lproj/LaunchScreen.storyboard

This file was deleted.

38 changes: 0 additions & 38 deletions Demo/Info.plist

This file was deleted.

Loading