ovaltine 1.0.6 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/Gemfile.lock +1 -1
- data/features/fixtures/Sample/Sample.xcodeproj/project.pbxproj +472 -418
- data/lib/ovaltine/objc/storyboard_formatter.rb +6 -4
- data/lib/ovaltine/objc/storyboard_templates.rb +2 -2
- data/lib/ovaltine/version.rb +1 -1
- data/lib/ovaltine.rb +1 -1
- metadata +11 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47da739812ee2ffd7e9fe43c615687e255fd17e4
|
4
|
+
data.tar.gz: 9857c51e87b7e1216bfef5d7462ab676aa96d20a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 965d7d3f4e902a148d1376fe136ae4b4aa8af38388918a53ece7a0ea1978fd32541ecea925cb007dc383a36a5af7e7a4552c2b2527f39838cd7d731740210c46
|
7
|
+
data.tar.gz: 86fd7973954d4cf86b3358f7fea55dfe38fd135728a45de647384a577d0337f92e3df85dda60741aa752c06beeb219084020d96ab7ef693db8c641e74de4b79b
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
# 1.1.0
|
2
|
+
|
3
|
+
- [Breaking Change] Allow 'segue' as a segue identifier suffix. Segue names
|
4
|
+
ending with 'segue' will not have 'SegueIdentifier' appended to them.
|
5
|
+
- Hotfix for cached constant names generating duplicates
|
6
|
+
- Remove casting from view controller convenience selectors, instead returning 'id'
|
7
|
+
|
1
8
|
# 1.0.6
|
2
9
|
|
3
10
|
- Add option to write custom copyright text
|
data/Gemfile.lock
CHANGED
@@ -1,418 +1,472 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
};
|
12
|
-
|
13
|
-
|
14
|
-
};
|
15
|
-
|
16
|
-
|
17
|
-
};
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
};
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
"
|
42
|
-
|
43
|
-
|
44
|
-
"
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
"
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
"
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
"
|
328
|
-
"
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
"
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
"
|
407
|
-
"
|
408
|
-
"
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
"
|
414
|
-
"
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
1
|
+
// !$*UTF8*$!
|
2
|
+
{
|
3
|
+
archiveVersion = 1;
|
4
|
+
classes = {
|
5
|
+
};
|
6
|
+
objectVersion = 46;
|
7
|
+
objects = {
|
8
|
+
|
9
|
+
/* Begin PBXBuildFile section */
|
10
|
+
8AB8CD2F198D6B6400CEA0CD /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8AB8CD2E198D6B6400CEA0CD /* Foundation.framework */; };
|
11
|
+
8AB8CD31198D6B6400CEA0CD /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8AB8CD30198D6B6400CEA0CD /* CoreGraphics.framework */; };
|
12
|
+
8AB8CD33198D6B6400CEA0CD /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8AB8CD32198D6B6400CEA0CD /* UIKit.framework */; };
|
13
|
+
8AB8CD39198D6B6400CEA0CD /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8AB8CD37198D6B6400CEA0CD /* InfoPlist.strings */; };
|
14
|
+
8AB8CD3B198D6B6400CEA0CD /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AB8CD3A198D6B6400CEA0CD /* main.m */; };
|
15
|
+
8AB8CD3F198D6B6400CEA0CD /* DMMAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AB8CD3E198D6B6400CEA0CD /* DMMAppDelegate.m */; };
|
16
|
+
8AB8CD42198D6B6400CEA0CD /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8AB8CD40198D6B6400CEA0CD /* Main.storyboard */; };
|
17
|
+
8AB8CD45198D6B6400CEA0CD /* DMMViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AB8CD44198D6B6400CEA0CD /* DMMViewController.m */; };
|
18
|
+
8AB8CD47198D6B6400CEA0CD /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8AB8CD46198D6B6400CEA0CD /* Images.xcassets */; };
|
19
|
+
8AB8CD4E198D6B6500CEA0CD /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8AB8CD4D198D6B6500CEA0CD /* XCTest.framework */; };
|
20
|
+
8AB8CD4F198D6B6500CEA0CD /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8AB8CD2E198D6B6400CEA0CD /* Foundation.framework */; };
|
21
|
+
8AB8CD50198D6B6500CEA0CD /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8AB8CD32198D6B6400CEA0CD /* UIKit.framework */; };
|
22
|
+
8AB8CD58198D6B6500CEA0CD /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8AB8CD56198D6B6500CEA0CD /* InfoPlist.strings */; };
|
23
|
+
8AB8CD5A198D6B6500CEA0CD /* SampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AB8CD59198D6B6500CEA0CD /* SampleTests.m */; };
|
24
|
+
/* End PBXBuildFile section */
|
25
|
+
|
26
|
+
/* Begin PBXContainerItemProxy section */
|
27
|
+
8AB8CD51198D6B6500CEA0CD /* PBXContainerItemProxy */ = {
|
28
|
+
isa = PBXContainerItemProxy;
|
29
|
+
containerPortal = 8AB8CD23198D6B6400CEA0CD /* Project object */;
|
30
|
+
proxyType = 1;
|
31
|
+
remoteGlobalIDString = 8AB8CD2A198D6B6400CEA0CD;
|
32
|
+
remoteInfo = Sample;
|
33
|
+
};
|
34
|
+
/* End PBXContainerItemProxy section */
|
35
|
+
|
36
|
+
/* Begin PBXFileReference section */
|
37
|
+
8AB8CD2B198D6B6400CEA0CD /* Sample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Sample.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
38
|
+
8AB8CD2E198D6B6400CEA0CD /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
39
|
+
8AB8CD30198D6B6400CEA0CD /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
40
|
+
8AB8CD32198D6B6400CEA0CD /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
41
|
+
8AB8CD36198D6B6400CEA0CD /* Sample-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Sample-Info.plist"; sourceTree = "<group>"; };
|
42
|
+
8AB8CD38198D6B6400CEA0CD /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
43
|
+
8AB8CD3A198D6B6400CEA0CD /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
44
|
+
8AB8CD3C198D6B6400CEA0CD /* Sample-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Sample-Prefix.pch"; sourceTree = "<group>"; };
|
45
|
+
8AB8CD3D198D6B6400CEA0CD /* DMMAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DMMAppDelegate.h; sourceTree = "<group>"; };
|
46
|
+
8AB8CD3E198D6B6400CEA0CD /* DMMAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DMMAppDelegate.m; sourceTree = "<group>"; };
|
47
|
+
8AB8CD41198D6B6400CEA0CD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
48
|
+
8AB8CD43198D6B6400CEA0CD /* DMMViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DMMViewController.h; sourceTree = "<group>"; };
|
49
|
+
8AB8CD44198D6B6400CEA0CD /* DMMViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DMMViewController.m; sourceTree = "<group>"; };
|
50
|
+
8AB8CD46198D6B6400CEA0CD /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
51
|
+
8AB8CD4C198D6B6500CEA0CD /* SampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
52
|
+
8AB8CD4D198D6B6500CEA0CD /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
|
53
|
+
8AB8CD55198D6B6500CEA0CD /* SampleTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "SampleTests-Info.plist"; sourceTree = "<group>"; };
|
54
|
+
8AB8CD57198D6B6500CEA0CD /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
55
|
+
8AB8CD59198D6B6500CEA0CD /* SampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SampleTests.m; sourceTree = "<group>"; };
|
56
|
+
/* End PBXFileReference section */
|
57
|
+
|
58
|
+
/* Begin PBXFrameworksBuildPhase section */
|
59
|
+
8AB8CD28198D6B6400CEA0CD /* Frameworks */ = {
|
60
|
+
isa = PBXFrameworksBuildPhase;
|
61
|
+
buildActionMask = 2147483647;
|
62
|
+
files = (
|
63
|
+
8AB8CD31198D6B6400CEA0CD /* CoreGraphics.framework in Frameworks */,
|
64
|
+
8AB8CD33198D6B6400CEA0CD /* UIKit.framework in Frameworks */,
|
65
|
+
8AB8CD2F198D6B6400CEA0CD /* Foundation.framework in Frameworks */,
|
66
|
+
);
|
67
|
+
runOnlyForDeploymentPostprocessing = 0;
|
68
|
+
};
|
69
|
+
8AB8CD49198D6B6500CEA0CD /* Frameworks */ = {
|
70
|
+
isa = PBXFrameworksBuildPhase;
|
71
|
+
buildActionMask = 2147483647;
|
72
|
+
files = (
|
73
|
+
8AB8CD4E198D6B6500CEA0CD /* XCTest.framework in Frameworks */,
|
74
|
+
8AB8CD50198D6B6500CEA0CD /* UIKit.framework in Frameworks */,
|
75
|
+
8AB8CD4F198D6B6500CEA0CD /* Foundation.framework in Frameworks */,
|
76
|
+
);
|
77
|
+
runOnlyForDeploymentPostprocessing = 0;
|
78
|
+
};
|
79
|
+
/* End PBXFrameworksBuildPhase section */
|
80
|
+
|
81
|
+
/* Begin PBXGroup section */
|
82
|
+
8AB8CD22198D6B6400CEA0CD = {
|
83
|
+
isa = PBXGroup;
|
84
|
+
children = (
|
85
|
+
8AB8CD34198D6B6400CEA0CD /* Sample */,
|
86
|
+
8AB8CD53198D6B6500CEA0CD /* SampleTests */,
|
87
|
+
8AB8CD2D198D6B6400CEA0CD /* Frameworks */,
|
88
|
+
8AB8CD2C198D6B6400CEA0CD /* Products */,
|
89
|
+
);
|
90
|
+
sourceTree = "<group>";
|
91
|
+
};
|
92
|
+
8AB8CD2C198D6B6400CEA0CD /* Products */ = {
|
93
|
+
isa = PBXGroup;
|
94
|
+
children = (
|
95
|
+
8AB8CD2B198D6B6400CEA0CD /* Sample.app */,
|
96
|
+
8AB8CD4C198D6B6500CEA0CD /* SampleTests.xctest */,
|
97
|
+
);
|
98
|
+
name = Products;
|
99
|
+
sourceTree = "<group>";
|
100
|
+
};
|
101
|
+
8AB8CD2D198D6B6400CEA0CD /* Frameworks */ = {
|
102
|
+
isa = PBXGroup;
|
103
|
+
children = (
|
104
|
+
8AB8CD2E198D6B6400CEA0CD /* Foundation.framework */,
|
105
|
+
8AB8CD30198D6B6400CEA0CD /* CoreGraphics.framework */,
|
106
|
+
8AB8CD32198D6B6400CEA0CD /* UIKit.framework */,
|
107
|
+
8AB8CD4D198D6B6500CEA0CD /* XCTest.framework */,
|
108
|
+
);
|
109
|
+
name = Frameworks;
|
110
|
+
sourceTree = "<group>";
|
111
|
+
};
|
112
|
+
8AB8CD34198D6B6400CEA0CD /* Sample */ = {
|
113
|
+
isa = PBXGroup;
|
114
|
+
children = (
|
115
|
+
8AB8CD3D198D6B6400CEA0CD /* DMMAppDelegate.h */,
|
116
|
+
8AB8CD3E198D6B6400CEA0CD /* DMMAppDelegate.m */,
|
117
|
+
8AB8CD40198D6B6400CEA0CD /* Main.storyboard */,
|
118
|
+
8AB8CD43198D6B6400CEA0CD /* DMMViewController.h */,
|
119
|
+
8AB8CD44198D6B6400CEA0CD /* DMMViewController.m */,
|
120
|
+
8AB8CD46198D6B6400CEA0CD /* Images.xcassets */,
|
121
|
+
8AB8CD35198D6B6400CEA0CD /* Supporting Files */,
|
122
|
+
);
|
123
|
+
path = Sample;
|
124
|
+
sourceTree = "<group>";
|
125
|
+
};
|
126
|
+
8AB8CD35198D6B6400CEA0CD /* Supporting Files */ = {
|
127
|
+
isa = PBXGroup;
|
128
|
+
children = (
|
129
|
+
8AB8CD36198D6B6400CEA0CD /* Sample-Info.plist */,
|
130
|
+
8AB8CD37198D6B6400CEA0CD /* InfoPlist.strings */,
|
131
|
+
8AB8CD3A198D6B6400CEA0CD /* main.m */,
|
132
|
+
8AB8CD3C198D6B6400CEA0CD /* Sample-Prefix.pch */,
|
133
|
+
);
|
134
|
+
name = "Supporting Files";
|
135
|
+
sourceTree = "<group>";
|
136
|
+
};
|
137
|
+
8AB8CD53198D6B6500CEA0CD /* SampleTests */ = {
|
138
|
+
isa = PBXGroup;
|
139
|
+
children = (
|
140
|
+
8AB8CD59198D6B6500CEA0CD /* SampleTests.m */,
|
141
|
+
8AB8CD54198D6B6500CEA0CD /* Supporting Files */,
|
142
|
+
);
|
143
|
+
path = SampleTests;
|
144
|
+
sourceTree = "<group>";
|
145
|
+
};
|
146
|
+
8AB8CD54198D6B6500CEA0CD /* Supporting Files */ = {
|
147
|
+
isa = PBXGroup;
|
148
|
+
children = (
|
149
|
+
8AB8CD55198D6B6500CEA0CD /* SampleTests-Info.plist */,
|
150
|
+
8AB8CD56198D6B6500CEA0CD /* InfoPlist.strings */,
|
151
|
+
);
|
152
|
+
name = "Supporting Files";
|
153
|
+
sourceTree = "<group>";
|
154
|
+
};
|
155
|
+
/* End PBXGroup section */
|
156
|
+
|
157
|
+
/* Begin PBXNativeTarget section */
|
158
|
+
8AB8CD2A198D6B6400CEA0CD /* Sample */ = {
|
159
|
+
isa = PBXNativeTarget;
|
160
|
+
buildConfigurationList = 8AB8CD5D198D6B6500CEA0CD /* Build configuration list for PBXNativeTarget "Sample" */;
|
161
|
+
buildPhases = (
|
162
|
+
8AB8CD27198D6B6400CEA0CD /* Sources */,
|
163
|
+
8AB8CD28198D6B6400CEA0CD /* Frameworks */,
|
164
|
+
8AB8CD29198D6B6400CEA0CD /* Resources */,
|
165
|
+
);
|
166
|
+
buildRules = (
|
167
|
+
);
|
168
|
+
dependencies = (
|
169
|
+
);
|
170
|
+
name = Sample;
|
171
|
+
productName = Sample;
|
172
|
+
productReference = 8AB8CD2B198D6B6400CEA0CD /* Sample.app */;
|
173
|
+
productType = "com.apple.product-type.application";
|
174
|
+
};
|
175
|
+
8AB8CD4B198D6B6500CEA0CD /* SampleTests */ = {
|
176
|
+
isa = PBXNativeTarget;
|
177
|
+
buildConfigurationList = 8AB8CD60198D6B6500CEA0CD /* Build configuration list for PBXNativeTarget "SampleTests" */;
|
178
|
+
buildPhases = (
|
179
|
+
8AB8CD48198D6B6500CEA0CD /* Sources */,
|
180
|
+
8AB8CD49198D6B6500CEA0CD /* Frameworks */,
|
181
|
+
8AB8CD4A198D6B6500CEA0CD /* Resources */,
|
182
|
+
);
|
183
|
+
buildRules = (
|
184
|
+
);
|
185
|
+
dependencies = (
|
186
|
+
8AB8CD52198D6B6500CEA0CD /* PBXTargetDependency */,
|
187
|
+
);
|
188
|
+
name = SampleTests;
|
189
|
+
productName = SampleTests;
|
190
|
+
productReference = 8AB8CD4C198D6B6500CEA0CD /* SampleTests.xctest */;
|
191
|
+
productType = "com.apple.product-type.bundle.unit-test";
|
192
|
+
};
|
193
|
+
/* End PBXNativeTarget section */
|
194
|
+
|
195
|
+
/* Begin PBXProject section */
|
196
|
+
8AB8CD23198D6B6400CEA0CD /* Project object */ = {
|
197
|
+
isa = PBXProject;
|
198
|
+
attributes = {
|
199
|
+
CLASSPREFIX = DMM;
|
200
|
+
LastUpgradeCheck = 0510;
|
201
|
+
ORGANIZATIONNAME = "Delisa Mason";
|
202
|
+
TargetAttributes = {
|
203
|
+
8AB8CD4B198D6B6500CEA0CD = {
|
204
|
+
TestTargetID = 8AB8CD2A198D6B6400CEA0CD;
|
205
|
+
};
|
206
|
+
};
|
207
|
+
};
|
208
|
+
buildConfigurationList = 8AB8CD26198D6B6400CEA0CD /* Build configuration list for PBXProject "Sample" */;
|
209
|
+
compatibilityVersion = "Xcode 3.2";
|
210
|
+
developmentRegion = English;
|
211
|
+
hasScannedForEncodings = 0;
|
212
|
+
knownRegions = (
|
213
|
+
en,
|
214
|
+
Base,
|
215
|
+
);
|
216
|
+
mainGroup = 8AB8CD22198D6B6400CEA0CD;
|
217
|
+
productRefGroup = 8AB8CD2C198D6B6400CEA0CD /* Products */;
|
218
|
+
projectDirPath = "";
|
219
|
+
projectRoot = "";
|
220
|
+
targets = (
|
221
|
+
8AB8CD2A198D6B6400CEA0CD /* Sample */,
|
222
|
+
8AB8CD4B198D6B6500CEA0CD /* SampleTests */,
|
223
|
+
);
|
224
|
+
};
|
225
|
+
/* End PBXProject section */
|
226
|
+
|
227
|
+
/* Begin PBXResourcesBuildPhase section */
|
228
|
+
8AB8CD29198D6B6400CEA0CD /* Resources */ = {
|
229
|
+
isa = PBXResourcesBuildPhase;
|
230
|
+
buildActionMask = 2147483647;
|
231
|
+
files = (
|
232
|
+
8AB8CD47198D6B6400CEA0CD /* Images.xcassets in Resources */,
|
233
|
+
8AB8CD39198D6B6400CEA0CD /* InfoPlist.strings in Resources */,
|
234
|
+
8AB8CD42198D6B6400CEA0CD /* Main.storyboard in Resources */,
|
235
|
+
);
|
236
|
+
runOnlyForDeploymentPostprocessing = 0;
|
237
|
+
};
|
238
|
+
8AB8CD4A198D6B6500CEA0CD /* Resources */ = {
|
239
|
+
isa = PBXResourcesBuildPhase;
|
240
|
+
buildActionMask = 2147483647;
|
241
|
+
files = (
|
242
|
+
8AB8CD58198D6B6500CEA0CD /* InfoPlist.strings in Resources */,
|
243
|
+
);
|
244
|
+
runOnlyForDeploymentPostprocessing = 0;
|
245
|
+
};
|
246
|
+
/* End PBXResourcesBuildPhase section */
|
247
|
+
|
248
|
+
/* Begin PBXSourcesBuildPhase section */
|
249
|
+
8AB8CD27198D6B6400CEA0CD /* Sources */ = {
|
250
|
+
isa = PBXSourcesBuildPhase;
|
251
|
+
buildActionMask = 2147483647;
|
252
|
+
files = (
|
253
|
+
8AB8CD45198D6B6400CEA0CD /* DMMViewController.m in Sources */,
|
254
|
+
8AB8CD3B198D6B6400CEA0CD /* main.m in Sources */,
|
255
|
+
8AB8CD3F198D6B6400CEA0CD /* DMMAppDelegate.m in Sources */,
|
256
|
+
);
|
257
|
+
runOnlyForDeploymentPostprocessing = 0;
|
258
|
+
};
|
259
|
+
8AB8CD48198D6B6500CEA0CD /* Sources */ = {
|
260
|
+
isa = PBXSourcesBuildPhase;
|
261
|
+
buildActionMask = 2147483647;
|
262
|
+
files = (
|
263
|
+
8AB8CD5A198D6B6500CEA0CD /* SampleTests.m in Sources */,
|
264
|
+
);
|
265
|
+
runOnlyForDeploymentPostprocessing = 0;
|
266
|
+
};
|
267
|
+
/* End PBXSourcesBuildPhase section */
|
268
|
+
|
269
|
+
/* Begin PBXTargetDependency section */
|
270
|
+
8AB8CD52198D6B6500CEA0CD /* PBXTargetDependency */ = {
|
271
|
+
isa = PBXTargetDependency;
|
272
|
+
target = 8AB8CD2A198D6B6400CEA0CD /* Sample */;
|
273
|
+
targetProxy = 8AB8CD51198D6B6500CEA0CD /* PBXContainerItemProxy */;
|
274
|
+
};
|
275
|
+
/* End PBXTargetDependency section */
|
276
|
+
|
277
|
+
/* Begin PBXVariantGroup section */
|
278
|
+
8AB8CD37198D6B6400CEA0CD /* InfoPlist.strings */ = {
|
279
|
+
isa = PBXVariantGroup;
|
280
|
+
children = (
|
281
|
+
8AB8CD38198D6B6400CEA0CD /* en */,
|
282
|
+
);
|
283
|
+
name = InfoPlist.strings;
|
284
|
+
sourceTree = "<group>";
|
285
|
+
};
|
286
|
+
8AB8CD40198D6B6400CEA0CD /* Main.storyboard */ = {
|
287
|
+
isa = PBXVariantGroup;
|
288
|
+
children = (
|
289
|
+
8AB8CD41198D6B6400CEA0CD /* Base */,
|
290
|
+
);
|
291
|
+
name = Main.storyboard;
|
292
|
+
sourceTree = "<group>";
|
293
|
+
};
|
294
|
+
8AB8CD56198D6B6500CEA0CD /* InfoPlist.strings */ = {
|
295
|
+
isa = PBXVariantGroup;
|
296
|
+
children = (
|
297
|
+
8AB8CD57198D6B6500CEA0CD /* en */,
|
298
|
+
);
|
299
|
+
name = InfoPlist.strings;
|
300
|
+
sourceTree = "<group>";
|
301
|
+
};
|
302
|
+
/* End PBXVariantGroup section */
|
303
|
+
|
304
|
+
/* Begin XCBuildConfiguration section */
|
305
|
+
8AB8CD5B198D6B6500CEA0CD /* Debug */ = {
|
306
|
+
isa = XCBuildConfiguration;
|
307
|
+
buildSettings = {
|
308
|
+
ALWAYS_SEARCH_USER_PATHS = NO;
|
309
|
+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
310
|
+
CLANG_CXX_LIBRARY = "libc++";
|
311
|
+
CLANG_ENABLE_MODULES = YES;
|
312
|
+
CLANG_ENABLE_OBJC_ARC = YES;
|
313
|
+
CLANG_WARN_BOOL_CONVERSION = YES;
|
314
|
+
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
315
|
+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
316
|
+
CLANG_WARN_EMPTY_BODY = YES;
|
317
|
+
CLANG_WARN_ENUM_CONVERSION = YES;
|
318
|
+
CLANG_WARN_INT_CONVERSION = YES;
|
319
|
+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
320
|
+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
321
|
+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
322
|
+
COPY_PHASE_STRIP = NO;
|
323
|
+
GCC_C_LANGUAGE_STANDARD = gnu99;
|
324
|
+
GCC_DYNAMIC_NO_PIC = NO;
|
325
|
+
GCC_OPTIMIZATION_LEVEL = 0;
|
326
|
+
GCC_PREPROCESSOR_DEFINITIONS = (
|
327
|
+
"DEBUG=1",
|
328
|
+
"$(inherited)",
|
329
|
+
);
|
330
|
+
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
331
|
+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
332
|
+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
333
|
+
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
334
|
+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
335
|
+
GCC_WARN_UNUSED_FUNCTION = YES;
|
336
|
+
GCC_WARN_UNUSED_VARIABLE = YES;
|
337
|
+
IPHONEOS_DEPLOYMENT_TARGET = 7.1;
|
338
|
+
ONLY_ACTIVE_ARCH = YES;
|
339
|
+
SDKROOT = iphoneos;
|
340
|
+
};
|
341
|
+
name = Debug;
|
342
|
+
};
|
343
|
+
8AB8CD5C198D6B6500CEA0CD /* Release */ = {
|
344
|
+
isa = XCBuildConfiguration;
|
345
|
+
buildSettings = {
|
346
|
+
ALWAYS_SEARCH_USER_PATHS = NO;
|
347
|
+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
348
|
+
CLANG_CXX_LIBRARY = "libc++";
|
349
|
+
CLANG_ENABLE_MODULES = YES;
|
350
|
+
CLANG_ENABLE_OBJC_ARC = YES;
|
351
|
+
CLANG_WARN_BOOL_CONVERSION = YES;
|
352
|
+
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
353
|
+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
354
|
+
CLANG_WARN_EMPTY_BODY = YES;
|
355
|
+
CLANG_WARN_ENUM_CONVERSION = YES;
|
356
|
+
CLANG_WARN_INT_CONVERSION = YES;
|
357
|
+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
358
|
+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
359
|
+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
360
|
+
COPY_PHASE_STRIP = YES;
|
361
|
+
ENABLE_NS_ASSERTIONS = NO;
|
362
|
+
GCC_C_LANGUAGE_STANDARD = gnu99;
|
363
|
+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
364
|
+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
365
|
+
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
366
|
+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
367
|
+
GCC_WARN_UNUSED_FUNCTION = YES;
|
368
|
+
GCC_WARN_UNUSED_VARIABLE = YES;
|
369
|
+
IPHONEOS_DEPLOYMENT_TARGET = 7.1;
|
370
|
+
SDKROOT = iphoneos;
|
371
|
+
VALIDATE_PRODUCT = YES;
|
372
|
+
};
|
373
|
+
name = Release;
|
374
|
+
};
|
375
|
+
8AB8CD5E198D6B6500CEA0CD /* Debug */ = {
|
376
|
+
isa = XCBuildConfiguration;
|
377
|
+
buildSettings = {
|
378
|
+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
379
|
+
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
380
|
+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
381
|
+
GCC_PREFIX_HEADER = "Sample/Sample-Prefix.pch";
|
382
|
+
INFOPLIST_FILE = "Sample/Sample-Info.plist";
|
383
|
+
PRODUCT_NAME = "$(TARGET_NAME)";
|
384
|
+
WRAPPER_EXTENSION = app;
|
385
|
+
};
|
386
|
+
name = Debug;
|
387
|
+
};
|
388
|
+
8AB8CD5F198D6B6500CEA0CD /* Release */ = {
|
389
|
+
isa = XCBuildConfiguration;
|
390
|
+
buildSettings = {
|
391
|
+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
392
|
+
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
393
|
+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
394
|
+
GCC_PREFIX_HEADER = "Sample/Sample-Prefix.pch";
|
395
|
+
INFOPLIST_FILE = "Sample/Sample-Info.plist";
|
396
|
+
PRODUCT_NAME = "$(TARGET_NAME)";
|
397
|
+
WRAPPER_EXTENSION = app;
|
398
|
+
};
|
399
|
+
name = Release;
|
400
|
+
};
|
401
|
+
8AB8CD61198D6B6500CEA0CD /* Debug */ = {
|
402
|
+
isa = XCBuildConfiguration;
|
403
|
+
buildSettings = {
|
404
|
+
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Sample.app/Sample";
|
405
|
+
FRAMEWORK_SEARCH_PATHS = (
|
406
|
+
"$(SDKROOT)/Developer/Library/Frameworks",
|
407
|
+
"$(inherited)",
|
408
|
+
"$(DEVELOPER_FRAMEWORKS_DIR)",
|
409
|
+
);
|
410
|
+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
411
|
+
GCC_PREFIX_HEADER = "Sample/Sample-Prefix.pch";
|
412
|
+
GCC_PREPROCESSOR_DEFINITIONS = (
|
413
|
+
"DEBUG=1",
|
414
|
+
"$(inherited)",
|
415
|
+
);
|
416
|
+
INFOPLIST_FILE = "SampleTests/SampleTests-Info.plist";
|
417
|
+
PRODUCT_NAME = "$(TARGET_NAME)";
|
418
|
+
TEST_HOST = "$(BUNDLE_LOADER)";
|
419
|
+
WRAPPER_EXTENSION = xctest;
|
420
|
+
};
|
421
|
+
name = Debug;
|
422
|
+
};
|
423
|
+
8AB8CD62198D6B6500CEA0CD /* Release */ = {
|
424
|
+
isa = XCBuildConfiguration;
|
425
|
+
buildSettings = {
|
426
|
+
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Sample.app/Sample";
|
427
|
+
FRAMEWORK_SEARCH_PATHS = (
|
428
|
+
"$(SDKROOT)/Developer/Library/Frameworks",
|
429
|
+
"$(inherited)",
|
430
|
+
"$(DEVELOPER_FRAMEWORKS_DIR)",
|
431
|
+
);
|
432
|
+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
433
|
+
GCC_PREFIX_HEADER = "Sample/Sample-Prefix.pch";
|
434
|
+
INFOPLIST_FILE = "SampleTests/SampleTests-Info.plist";
|
435
|
+
PRODUCT_NAME = "$(TARGET_NAME)";
|
436
|
+
TEST_HOST = "$(BUNDLE_LOADER)";
|
437
|
+
WRAPPER_EXTENSION = xctest;
|
438
|
+
};
|
439
|
+
name = Release;
|
440
|
+
};
|
441
|
+
/* End XCBuildConfiguration section */
|
442
|
+
|
443
|
+
/* Begin XCConfigurationList section */
|
444
|
+
8AB8CD26198D6B6400CEA0CD /* Build configuration list for PBXProject "Sample" */ = {
|
445
|
+
isa = XCConfigurationList;
|
446
|
+
buildConfigurations = (
|
447
|
+
8AB8CD5B198D6B6500CEA0CD /* Debug */,
|
448
|
+
8AB8CD5C198D6B6500CEA0CD /* Release */,
|
449
|
+
);
|
450
|
+
defaultConfigurationIsVisible = 0;
|
451
|
+
defaultConfigurationName = Release;
|
452
|
+
};
|
453
|
+
8AB8CD5D198D6B6500CEA0CD /* Build configuration list for PBXNativeTarget "Sample" */ = {
|
454
|
+
isa = XCConfigurationList;
|
455
|
+
buildConfigurations = (
|
456
|
+
8AB8CD5E198D6B6500CEA0CD /* Debug */,
|
457
|
+
8AB8CD5F198D6B6500CEA0CD /* Release */,
|
458
|
+
);
|
459
|
+
defaultConfigurationIsVisible = 0;
|
460
|
+
};
|
461
|
+
8AB8CD60198D6B6500CEA0CD /* Build configuration list for PBXNativeTarget "SampleTests" */ = {
|
462
|
+
isa = XCConfigurationList;
|
463
|
+
buildConfigurations = (
|
464
|
+
8AB8CD61198D6B6500CEA0CD /* Debug */,
|
465
|
+
8AB8CD62198D6B6500CEA0CD /* Release */,
|
466
|
+
);
|
467
|
+
defaultConfigurationIsVisible = 0;
|
468
|
+
};
|
469
|
+
/* End XCConfigurationList section */
|
470
|
+
};
|
471
|
+
rootObject = 8AB8CD23198D6B6400CEA0CD /* Project object */;
|
472
|
+
}
|
@@ -63,7 +63,9 @@ module Ovaltine
|
|
63
63
|
end
|
64
64
|
|
65
65
|
def static_variables
|
66
|
-
identifiers = (storyboard.cell_reuse_identifiers +
|
66
|
+
identifiers = (storyboard.cell_reuse_identifiers +
|
67
|
+
storyboard.view_controller_identifiers +
|
68
|
+
storyboard.segue_identifiers + [storyboard.name]).sort.uniq
|
67
69
|
identifiers.map do |identifier|
|
68
70
|
StoryboardTemplates::STATIC_IDENTIFIER_TEMPLATE\
|
69
71
|
.gsub('{IDENTIFIER}', identifier)\
|
@@ -126,12 +128,12 @@ module Ovaltine
|
|
126
128
|
end
|
127
129
|
|
128
130
|
def format_segue_identifier identifier
|
129
|
-
format(identifier, 'identifier', 'SegueIdentifier')
|
131
|
+
format(identifier, 'segue|(segue)?identifier', 'SegueIdentifier')
|
130
132
|
end
|
131
133
|
|
132
|
-
def format identifier,
|
134
|
+
def format identifier, suffix_matcher, suffix, capitalize=false
|
133
135
|
formatted = identifier.gsub(/\W/,'_')
|
134
|
-
unless formatted =~ /#{
|
136
|
+
unless formatted =~ /#{suffix_matcher}$/i
|
135
137
|
formatted = "#{formatted}#{suffix}"
|
136
138
|
end
|
137
139
|
capitalize ? formatted.gsub(/\b\w/){ $&.upcase } : formatted
|
@@ -2,8 +2,8 @@
|
|
2
2
|
module Ovaltine
|
3
3
|
class StoryboardTemplates
|
4
4
|
|
5
|
-
VIEW_CONTROLLER_DEFINITION_TEMPLATE='+(
|
6
|
-
VIEW_CONTROLLER_IMPLEMENTATION_TEMPLATE='+(
|
5
|
+
VIEW_CONTROLLER_DEFINITION_TEMPLATE='+(id)instantiate{IDENTIFIER};'
|
6
|
+
VIEW_CONTROLLER_IMPLEMENTATION_TEMPLATE='+(id)instantiate{CAPITALIZED_IDENTIFIER} { return [[self storyboard] instantiateViewControllerWithIdentifier:{IDENTIFIER}]; }'
|
7
7
|
|
8
8
|
STATIC_IDENTIFIER_TEMPLATE='static NSString *const {IDENTIFIER_CONSTANT_NAME} = @"{IDENTIFIER}";'
|
9
9
|
SEGUE_DEFINITION_TEMPLATE='+(NSString *){IDENTIFIER};'
|
data/lib/ovaltine/version.rb
CHANGED
data/lib/ovaltine.rb
CHANGED
@@ -25,7 +25,7 @@ module Ovaltine
|
|
25
25
|
paths = write_files(formatters)
|
26
26
|
|
27
27
|
if project_filepath = options[:project] || Dir.glob("#{File.dirname(path)}/**/*.xcodeproj").first
|
28
|
-
return unless options[:auto_add] or prompt("
|
28
|
+
return unless options[:auto_add] or prompt("Add files to project? (y/N)", 'n')
|
29
29
|
project = XcodeProject.new(project_filepath)
|
30
30
|
if paths.sort.map {|p| project.add_file_ref(p)}.compact.size > 0
|
31
31
|
project.save
|
metadata
CHANGED
@@ -1,55 +1,55 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ovaltine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Delisa Mason
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-12-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - ~>
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '1.3'
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - ~>
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '1.3'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - ~>
|
31
|
+
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '10.0'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- - ~>
|
38
|
+
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '10.0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: bacon
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- - ~>
|
45
|
+
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '1.2'
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- - ~>
|
52
|
+
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '1.2'
|
55
55
|
description: "\n Constant generator for identifiers in Cocoa app storyboards\n "
|
@@ -60,7 +60,7 @@ executables:
|
|
60
60
|
extensions: []
|
61
61
|
extra_rdoc_files: []
|
62
62
|
files:
|
63
|
-
- .travis.yml
|
63
|
+
- ".travis.yml"
|
64
64
|
- CHANGELOG.md
|
65
65
|
- Gemfile
|
66
66
|
- Gemfile.lock
|
@@ -112,12 +112,12 @@ require_paths:
|
|
112
112
|
- lib
|
113
113
|
required_ruby_version: !ruby/object:Gem::Requirement
|
114
114
|
requirements:
|
115
|
-
- -
|
115
|
+
- - ">="
|
116
116
|
- !ruby/object:Gem::Version
|
117
117
|
version: 1.8.7
|
118
118
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
119
119
|
requirements:
|
120
|
-
- -
|
120
|
+
- - ">="
|
121
121
|
- !ruby/object:Gem::Version
|
122
122
|
version: '0'
|
123
123
|
requirements: []
|