Skip to content

Commit bd6f151

Browse files
committed
Initial commit
0 parents  commit bd6f151

File tree

16 files changed

+25360
-0
lines changed

16 files changed

+25360
-0
lines changed

.gitignore

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
## Build generated
2+
build/
3+
DerivedData/
4+
5+
## Various settings
6+
*.pbxuser
7+
!default.pbxuser
8+
*.mode1v3
9+
!default.mode1v3
10+
*.mode2v3
11+
!default.mode2v3
12+
*.perspectivev3
13+
!default.perspectivev3
14+
xcuserdata/
15+
16+
## Other
17+
*.moved-aside
18+
*.xcuserstate
19+
.DS_Store
20+
21+
## Obj-C/Swift specific
22+
*.hmap
23+
*.ipa
24+
*.dSYM.zip
25+
*.dSYM
26+
27+
## Playgrounds
28+
timeline.xctimeline
29+
playground.xcworkspace
30+
31+
# CocoaPods
32+
#
33+
# We recommend against adding the Pods directory to your .gitignore. However
34+
# you should judge for yourself, the pros and cons are mentioned at:
35+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
36+
#
37+
Pods/
38+
39+
# Carthage
40+
#
41+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
42+
Carthage/Checkouts
43+
Carthage/Build

Cartfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github "apollostack/apollo-ios"

Cartfile.resolved

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github "apollostack/apollo-ios" "0.4.2"

0 commit comments

Comments
 (0)