Skip to content

Commit 8b3592f

Browse files
committed
Added Podfile.lock and removed xcscmblueprint
1 parent 28a53c2 commit 8b3592f

File tree

3 files changed

+38
-55
lines changed

3 files changed

+38
-55
lines changed

.gitignore

+5-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ profile
2525

2626
####
2727
# Xcode temporary files that should never be committed
28-
#
28+
#
2929
# NB: NIB/XIB files still exist even on Storyboard projects, so we want this...
3030

3131
*~.nib
@@ -75,6 +75,7 @@ build/
7575
#
7676
# NB: this is exclusive with OPTION 2 below
7777
xcuserdata
78+
*.xcscmblueprint
7879

7980
# OPTION 2: ---------------------------------
8081
# get rid of ALL personal settings, but KEEP SOME OF THEM
@@ -124,16 +125,16 @@ xcuserdata
124125

125126
####
126127
# Cocoapods: cocoapods.org
127-
#
128+
#
128129
# Ignoring these files means that whoever uses the code will first have to run:
129130
# pod install
130131
# in the App.xcodeproj directory.
131132
# This ensures the latest dependencies are used.
132133
Pods/
133-
Podfile.lock
134+
#Podfile.lock
134135

135136

136137
####
137138
# UNKNOWN: recommended by others, but I can't discover what these files are
138139
#
139-
# ...none. Everything is now explained.
140+
# ...none. Everything is now explained.

Podfile.lock

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
PODS:
2+
- Box (2.0)
3+
- objectiveflickr (2.0.4)
4+
- ReactiveCocoa (4.0.4-alpha-4):
5+
- ReactiveCocoa/UI (= 4.0.4-alpha-4)
6+
- Result (~> 1.0)
7+
- ReactiveCocoa/Core (4.0.4-alpha-4):
8+
- ReactiveCocoa/no-arc
9+
- Result (~> 1.0)
10+
- ReactiveCocoa/no-arc (4.0.4-alpha-4):
11+
- Result (~> 1.0)
12+
- ReactiveCocoa/UI (4.0.4-alpha-4):
13+
- ReactiveCocoa/Core
14+
- Result (~> 1.0)
15+
- Result (1.0.1)
16+
- SDWebImage (3.7.3):
17+
- SDWebImage/Core (= 3.7.3)
18+
- SDWebImage/Core (3.7.3)
19+
20+
DEPENDENCIES:
21+
- Box (= 2.0)
22+
- objectiveflickr (= 2.0.4)
23+
- ReactiveCocoa (= 4.0.4-alpha-4)
24+
- SDWebImage
25+
26+
SPEC CHECKSUMS:
27+
Box: 70713ca3679e4e11ad4c470e9b58265f506fc659
28+
objectiveflickr: aed169dae1eb5a5550ca78f7efd7ccde2e4c26e5
29+
ReactiveCocoa: e459ea92099447802df20c4735e31e8139b06094
30+
Result: caef80340451e1f07492fa1e89117f83613bce24
31+
SDWebImage: 1d2b1a1efda1ade1b00b6f8498865f8ddedc8a84
32+
33+
COCOAPODS: 0.39.0

ReactiveSwiftFlickrSearch.xcworkspace/xcshareddata/ReactiveSwiftFlickrSearch.xcscmblueprint

-51
This file was deleted.

0 commit comments

Comments
 (0)