Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nghialv committed Jun 1, 2015
0 parents commit cd88c06
Show file tree
Hide file tree
Showing 43 changed files with 3,784 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.DS_Store

# Xcode
build/*
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata
profile
*.moved-aside

Carthage/Build
1 change: 1 addition & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "antitypical/Result" == 0.4.3
2 changes: 2 additions & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github "robrix/Box" "1.2.2"
github "antitypical/Result" "0.4.3"
8 changes: 8 additions & 0 deletions Carthage/Checkouts/Result/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.DS_Store
xcuserdata
*.xcuserdatad
*.xccheckout
*.mode*
*.pbxuser

Carthage/Build
3 changes: 3 additions & 0 deletions Carthage/Checkouts/Result/.gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "Carthage/Checkouts/Box"]
path = Carthage/Checkouts/Box
url = https://github.com/robrix/Box.git
1 change: 1 addition & 0 deletions Carthage/Checkouts/Result/Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "robrix/Box"
1 change: 1 addition & 0 deletions Carthage/Checkouts/Result/Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "robrix/Box" "1.2.2"
7 changes: 7 additions & 0 deletions Carthage/Checkouts/Result/Carthage/Checkouts/Box/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.DS_Store
build
xcuserdata
*.mode*
*.pbxuser
*.xcuserdatad
*.xccheckout
Loading

0 comments on commit cd88c06

Please sign in to comment.