Skip to content

Commit

Permalink
added pods to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
milescrabill committed Dec 9, 2014
1 parent 7d9130e commit 9b16f7c
Show file tree
Hide file tree
Showing 7 changed files with 2,097 additions and 598 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ DerivedData
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
# Pods/
#

Pods/

# Miles is using a merge driver
.gitattributes
446 changes: 444 additions & 2 deletions Main.storyboard

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
platform :ios, '8.1'
pod 'TimesSquare'
10 changes: 10 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
PODS:
- TimesSquare (1.0.1)

DEPENDENCIES:
- TimesSquare

SPEC CHECKSUMS:
TimesSquare: 0cc058ccac868ec2da317950a0a6c70210edb85a

COCOAPODS: 0.35.0
2,220 changes: 1,628 additions & 592 deletions socialCalendar.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions socialCalendar.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion socialCalendar/Base.lproj/Kevin.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,6 @@
</scene>
</scenes>
<inferredMetricsTieBreakers>
<segue reference="zC0-bH-VPv"/>
<segue reference="dJ3-mg-uco"/>
</inferredMetricsTieBreakers>
</document>

0 comments on commit 9b16f7c

Please sign in to comment.