Skip to content

Commit c152636

Browse files
committed
Undoing .gitignore changes, removing unneeded project scheme.
1 parent 54a5d46 commit c152636

33 files changed

+1540
-130
lines changed

.gitignore

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,11 @@ DerivedData
2323
.bundle
2424

2525
Carthage
26-
Pods
27-
Podfile.lock
26+
# We recommend against adding the Pods directory to your .gitignore. However
27+
# you should judge for yourself, the pros and cons are mentioned at:
28+
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
29+
#
30+
# Note: if you ignore the Pods directory, make sure to uncomment
31+
# `pod install` in .travis.yml
32+
#
33+
# Pods/

Podfile.lock

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
PODS:
2+
- SideMenu (2.0.5)
3+
4+
DEPENDENCIES:
5+
- SideMenu (from `.`)
6+
7+
EXTERNAL SOURCES:
8+
SideMenu:
9+
:path: "."
10+
11+
SPEC CHECKSUMS:
12+
SideMenu: 0ecfd407b24e7d36c57fc50ca7f5d7cedb7c8841
13+
14+
PODFILE CHECKSUM: 58fed701dc13a7835ed36507e7cf19fa22035003
15+
16+
COCOAPODS: 1.1.1

Pods/Local Podspecs/SideMenu.podspec.json

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Manifest.lock

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 732 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Target Support Files/Pods-Example-ExampleTests/Info.plist

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Target Support Files/Pods-Example-ExampleTests/Pods-Example-ExampleTests-acknowledgements.markdown

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Target Support Files/Pods-Example-ExampleTests/Pods-Example-ExampleTests-acknowledgements.plist

Lines changed: 58 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Target Support Files/Pods-Example-ExampleTests/Pods-Example-ExampleTests-dummy.m

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Target Support Files/Pods-Example-ExampleTests/Pods-Example-ExampleTests-frameworks.sh

Lines changed: 91 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Target Support Files/Pods-Example-ExampleTests/Pods-Example-ExampleTests-resources.sh

Lines changed: 96 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Target Support Files/Pods-Example-ExampleTests/Pods-Example-ExampleTests-umbrella.h

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)