Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
Adding Cocoa Pods and gitignore to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
MattMorgis committed May 23, 2015
1 parent 0a345ef commit 383f92e
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate

# CocoaPods
#
# 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-check-the-pods-directory-into-source-control
#
Pods/
10 changes: 10 additions & 0 deletions Philly Bike Share.xcworkspace/contents.xcworkspacedata

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

11 changes: 11 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '6.0'

target 'Philly Bike Share' do

end

target 'Philly Bike ShareTests' do

end

1 change: 1 addition & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
COCOAPODS: 0.37.1

0 comments on commit 383f92e

Please sign in to comment.