Skip to content

Commit

Permalink
Undoing .gitignore changes, removing unneeded project scheme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkykong committed Nov 10, 2016
1 parent 54a5d46 commit c152636
Show file tree
Hide file tree
Showing 33 changed files with 1,540 additions and 130 deletions.
10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,11 @@ DerivedData
.bundle

Carthage
Pods
Podfile.lock
# 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
#
# Note: if you ignore the Pods directory, make sure to uncomment
# `pod install` in .travis.yml
#
# Pods/
16 changes: 16 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
PODS:
- SideMenu (2.0.5)

DEPENDENCIES:
- SideMenu (from `.`)

EXTERNAL SOURCES:
SideMenu:
:path: "."

SPEC CHECKSUMS:
SideMenu: 0ecfd407b24e7d36c57fc50ca7f5d7cedb7c8841

PODFILE CHECKSUM: 58fed701dc13a7835ed36507e7cf19fa22035003

COCOAPODS: 1.1.1
28 changes: 28 additions & 0 deletions Pods/Local Podspecs/SideMenu.podspec.json

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

16 changes: 16 additions & 0 deletions Pods/Manifest.lock

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

732 changes: 732 additions & 0 deletions Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions Pods/Target Support Files/Pods-Example-ExampleTests/Info.plist

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

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

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

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

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

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

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

Loading

0 comments on commit c152636

Please sign in to comment.