Skip to content

Commit

Permalink
Merge pull request #94 from uber/sample-prepare_extension_merge-master
Browse files Browse the repository at this point in the history
Move existing Sample into MVC folder
  • Loading branch information
neakor authored Jun 15, 2018
2 parents d78305e + 6b50ce0 commit ade51db
Show file tree
Hide file tree
Showing 30 changed files with 11 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Sample/Cartfile.resolved

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion Sample/Cartfile → Sample/MVC/Cartfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "https://github.com/uber/needle.git" ~> 0.4
github "https://github.com/uber/needle.git" ~> 0.5
github "https://github.com/ReactiveX/RxSwift.git" ~> 4.0
github "https://github.com/SnapKit/SnapKit.git" ~> 4.0
3 changes: 3 additions & 0 deletions Sample/MVC/Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
github "ReactiveX/RxSwift" "4.2.0"
github "SnapKit/SnapKit" "4.0.0"
github "uber/needle" "v0.5.2"
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions Sample/Pluginized/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.DS_Store
/.build
/Packages
/Carthage
4 changes: 3 additions & 1 deletion Sample/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Sample App Using Needle

The folder "MVC" contains the simple MVC architecture based TicTacToe app. The folder "Pluginized" contains the same TicTacToe app but built with a pluginized DI structure where the dependencies are divided into separate core and non-core trees.

## Build & Run TicTacToe

Make sure [Carthage](https://github.com/Carthage/Carthage) is installed.

```
$ carthage bootstrap --platform ios
$ carthage update --platform ios
```

Open the TicTacToe.xcodeproj to build and run the game.

0 comments on commit ade51db

Please sign in to comment.