iosgen 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/Demo/iOSCleanArchitectureGenerator/iOSCleanArchitectureGenerator.xcodeproj/project.pbxproj +501 -0
  3. data/Demo/iOSCleanArchitectureGenerator/iOSCleanArchitectureGenerator.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  4. data/Demo/iOSCleanArchitectureGenerator/iOSCleanArchitectureGenerator.xcodeproj/xcuserdata/fran_dev.xcuserdatad/xcschemes/iOSCleanArchitectureGenerator.xcscheme +110 -0
  5. data/Demo/iOSCleanArchitectureGenerator/iOSCleanArchitectureGenerator.xcodeproj/xcuserdata/fran_dev.xcuserdatad/xcschemes/xcschememanagement.plist +27 -0
  6. data/Demo/iOSCleanArchitectureGenerator/iOSCleanArchitectureGenerator/AppDelegate.h +17 -0
  7. data/Demo/iOSCleanArchitectureGenerator/iOSCleanArchitectureGenerator/AppDelegate.m +45 -0
  8. data/Demo/iOSCleanArchitectureGenerator/iOSCleanArchitectureGenerator/Base.lproj/LaunchScreen.xib +41 -0
  9. data/Demo/iOSCleanArchitectureGenerator/iOSCleanArchitectureGenerator/Base.lproj/Main.storyboard +25 -0
  10. data/Demo/iOSCleanArchitectureGenerator/iOSCleanArchitectureGenerator/Images.xcassets/AppIcon.appiconset/Contents.json +68 -0
  11. data/Demo/iOSCleanArchitectureGenerator/iOSCleanArchitectureGenerator/Info.plist +47 -0
  12. data/Demo/iOSCleanArchitectureGenerator/iOSCleanArchitectureGenerator/Interactors/FJBNotificationsApiInteractor.h +9 -0
  13. data/Demo/iOSCleanArchitectureGenerator/iOSCleanArchitectureGenerator/Interactors/FJBNotificationsApiInteractor.m +15 -0
  14. data/Demo/iOSCleanArchitectureGenerator/iOSCleanArchitectureGenerator/Interactors/FJBNotificationsApiInteractorProtocol.h +9 -0
  15. data/Demo/iOSCleanArchitectureGenerator/iOSCleanArchitectureGenerator/ViewController.h +15 -0
  16. data/Demo/iOSCleanArchitectureGenerator/iOSCleanArchitectureGenerator/ViewController.m +27 -0
  17. data/Demo/iOSCleanArchitectureGenerator/iOSCleanArchitectureGenerator/ViewControllers/FJBNotificationsViewController.h +8 -0
  18. data/Demo/iOSCleanArchitectureGenerator/iOSCleanArchitectureGenerator/ViewControllers/FJBNotificationsViewController.m +31 -0
  19. data/Demo/iOSCleanArchitectureGenerator/iOSCleanArchitectureGenerator/ViewModels/FJBNotificationsViewModel.h +9 -0
  20. data/Demo/iOSCleanArchitectureGenerator/iOSCleanArchitectureGenerator/ViewModels/FJBNotificationsViewModel.m +18 -0
  21. data/Demo/iOSCleanArchitectureGenerator/iOSCleanArchitectureGenerator/ViewModels/FJBNotificationsViewModelProtocol.h +17 -0
  22. data/Demo/iOSCleanArchitectureGenerator/iOSCleanArchitectureGenerator/main.m +16 -0
  23. data/Demo/iOSCleanArchitectureGenerator/iOSCleanArchitectureGeneratorTests/Info.plist +24 -0
  24. data/Demo/iOSCleanArchitectureGenerator/iOSCleanArchitectureGeneratorTests/Interactors/FJBNotificationsApiInteractorTests.m +40 -0
  25. data/Demo/iOSCleanArchitectureGenerator/iOSCleanArchitectureGeneratorTests/ViewModels/FJBNotificationsViewModelTests.m +50 -0
  26. data/Demo/iOSCleanArchitectureGenerator/iOSCleanArchitectureGeneratorTests/iOSCleanArchitectureGeneratorTests.m +40 -0
  27. data/README.md +37 -20
  28. data/bin/iosgen +1 -1
  29. data/iosgen.gemspec +1 -1
  30. data/lib/ios_gen/generator/base_generator.rb +21 -9
  31. data/lib/ios_gen/generator/objc/action_formatter.rb +15 -2
  32. data/lib/ios_gen/generator/objc/interactor_formatter.rb +16 -11
  33. data/lib/ios_gen/generator/objc/objc_formatter.rb +4 -0
  34. data/lib/ios_gen/generator/objc/view_model_formatter.rb +18 -10
  35. data/lib/ios_gen/generator/objc/xctestcase_formatter.rb +45 -0
  36. data/lib/ios_gen/ios_gen_thor.rb +2 -1
  37. data/spec/ios_gen/generator/base_generator_spec.rb +38 -3
  38. data/spec/ios_gen/generator/objc/action_formatter_spec.rb +16 -1
  39. data/spec/ios_gen/generator/objc/interactor_formatter_spec.rb +1 -1
  40. data/spec/ios_gen/generator/objc/objc_formatter_spec.rb +0 -1
  41. data/spec/ios_gen/generator/objc/view_model_formatter_spec.rb +0 -1
  42. data/spec/ios_gen/generator/objc/xctestcase_formatter_spec.rb +91 -0
  43. data/templates/objc/Interactor.h.erb +1 -1
  44. data/templates/objc/InteractorProtocol.h.erb +2 -0
  45. data/templates/objc/ViewModel.h.erb +1 -1
  46. data/templates/objc/ViewModelProtocol.h.erb +1 -0
  47. data/templates/objc/XCTestCase.m.erb +32 -0
  48. metadata +31 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 54af41a931ad710b1218b819fc0fab4ef855fed7
4
- data.tar.gz: c96ae8055f0e22112cb4160bebe639658a6261af
3
+ metadata.gz: 4fcff3cb87946a3963d03983ea9885b9df48fc5c
4
+ data.tar.gz: c1a64a042afcc51d1511ccafcb4dfba8da7dcf34
5
5
  SHA512:
6
- metadata.gz: 7a1d520dd3d80397184285077d0da59748f9a8013dabf624de41966a812fbf873f570334b5f3b6ef1ba3a2bda431243b006d22430a086e33c9c966c4358d54af
7
- data.tar.gz: dc9d05489f95f8f755ae981934f2bfb94c8000540342bea722ee29904fd08ab078eeb9ad29af658ebe11facdaf980dd367becb9082dd659295ac9f2f336643b7
6
+ metadata.gz: f169c530e86f1291ae3202690b13eae0a201d98c36cb4f6e025044190340307b1b05e3b08b12b186a87a2ed97d0f478fc711a31171b1cc0eb7c3cba264c3cd8f
7
+ data.tar.gz: 99e98d045c0f62954b13cfcc3787e87fd372a7dd1d0010922a14bb3dada61542864da727d46c10fded6a61b21efeaf0b1f4441a426340e11ebd2d2ec4c044678
@@ -0,0 +1,501 @@
1
+ // !$*UTF8*$!
2
+ {
3
+ archiveVersion = 1;
4
+ classes = {
5
+ };
6
+ objectVersion = 46;
7
+ objects = {
8
+
9
+ /* Begin PBXBuildFile section */
10
+ FFC017781A5158CE008C4129 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = FFC017771A5158CE008C4129 /* main.m */; };
11
+ FFC0177B1A5158CE008C4129 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = FFC0177A1A5158CE008C4129 /* AppDelegate.m */; };
12
+ FFC0177E1A5158CE008C4129 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = FFC0177D1A5158CE008C4129 /* ViewController.m */; };
13
+ FFC017811A5158CE008C4129 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FFC0177F1A5158CE008C4129 /* Main.storyboard */; };
14
+ FFC017831A5158CE008C4129 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FFC017821A5158CE008C4129 /* Images.xcassets */; };
15
+ FFC017861A5158CE008C4129 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = FFC017841A5158CE008C4129 /* LaunchScreen.xib */; };
16
+ FFC017921A5158CE008C4129 /* iOSCleanArchitectureGeneratorTests.m in Sources */ = {isa = PBXBuildFile; fileRef = FFC017911A5158CE008C4129 /* iOSCleanArchitectureGeneratorTests.m */; };
17
+ FFC017B41A518596008C4129 /* FJBNotificationsApiInteractor.m in Sources */ = {isa = PBXBuildFile; fileRef = FFC017AB1A518596008C4129 /* FJBNotificationsApiInteractor.m */; };
18
+ FFC017B51A518596008C4129 /* FJBNotificationsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = FFC017AF1A518596008C4129 /* FJBNotificationsViewController.m */; };
19
+ FFC017B61A518596008C4129 /* FJBNotificationsViewModel.m in Sources */ = {isa = PBXBuildFile; fileRef = FFC017B21A518596008C4129 /* FJBNotificationsViewModel.m */; };
20
+ FFC017B81A5185F3008C4129 /* FJBNotificationsApiInteractorTests.m in Sources */ = {isa = PBXBuildFile; fileRef = FFC017B71A5185F3008C4129 /* FJBNotificationsApiInteractorTests.m */; };
21
+ FFC017BC1A52B7DD008C4129 /* FJBNotificationsViewModelTests.m in Sources */ = {isa = PBXBuildFile; fileRef = FFC017BB1A52B7DC008C4129 /* FJBNotificationsViewModelTests.m */; };
22
+ /* End PBXBuildFile section */
23
+
24
+ /* Begin PBXContainerItemProxy section */
25
+ FFC0178C1A5158CE008C4129 /* PBXContainerItemProxy */ = {
26
+ isa = PBXContainerItemProxy;
27
+ containerPortal = FFC0176A1A5158CE008C4129 /* Project object */;
28
+ proxyType = 1;
29
+ remoteGlobalIDString = FFC017711A5158CE008C4129;
30
+ remoteInfo = iOSCleanArchitectureGenerator;
31
+ };
32
+ /* End PBXContainerItemProxy section */
33
+
34
+ /* Begin PBXFileReference section */
35
+ FFC017721A5158CE008C4129 /* iOSCleanArchitectureGenerator.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iOSCleanArchitectureGenerator.app; sourceTree = BUILT_PRODUCTS_DIR; };
36
+ FFC017761A5158CE008C4129 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
37
+ FFC017771A5158CE008C4129 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
38
+ FFC017791A5158CE008C4129 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
39
+ FFC0177A1A5158CE008C4129 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
40
+ FFC0177C1A5158CE008C4129 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
41
+ FFC0177D1A5158CE008C4129 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
42
+ FFC017801A5158CE008C4129 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
43
+ FFC017821A5158CE008C4129 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
44
+ FFC017851A5158CE008C4129 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
45
+ FFC0178B1A5158CE008C4129 /* iOSCleanArchitectureGeneratorTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = iOSCleanArchitectureGeneratorTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
46
+ FFC017901A5158CE008C4129 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
47
+ FFC017911A5158CE008C4129 /* iOSCleanArchitectureGeneratorTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = iOSCleanArchitectureGeneratorTests.m; sourceTree = "<group>"; };
48
+ FFC017AA1A518596008C4129 /* FJBNotificationsApiInteractor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FJBNotificationsApiInteractor.h; sourceTree = "<group>"; };
49
+ FFC017AB1A518596008C4129 /* FJBNotificationsApiInteractor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FJBNotificationsApiInteractor.m; sourceTree = "<group>"; };
50
+ FFC017AC1A518596008C4129 /* FJBNotificationsApiInteractorProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FJBNotificationsApiInteractorProtocol.h; sourceTree = "<group>"; };
51
+ FFC017AE1A518596008C4129 /* FJBNotificationsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FJBNotificationsViewController.h; sourceTree = "<group>"; };
52
+ FFC017AF1A518596008C4129 /* FJBNotificationsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FJBNotificationsViewController.m; sourceTree = "<group>"; };
53
+ FFC017B11A518596008C4129 /* FJBNotificationsViewModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FJBNotificationsViewModel.h; sourceTree = "<group>"; };
54
+ FFC017B21A518596008C4129 /* FJBNotificationsViewModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FJBNotificationsViewModel.m; sourceTree = "<group>"; };
55
+ FFC017B31A518596008C4129 /* FJBNotificationsViewModelProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FJBNotificationsViewModelProtocol.h; sourceTree = "<group>"; };
56
+ FFC017B71A5185F3008C4129 /* FJBNotificationsApiInteractorTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FJBNotificationsApiInteractorTests.m; path = Interactors/FJBNotificationsApiInteractorTests.m; sourceTree = "<group>"; };
57
+ FFC017BB1A52B7DC008C4129 /* FJBNotificationsViewModelTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FJBNotificationsViewModelTests.m; sourceTree = "<group>"; };
58
+ /* End PBXFileReference section */
59
+
60
+ /* Begin PBXFrameworksBuildPhase section */
61
+ FFC0176F1A5158CE008C4129 /* Frameworks */ = {
62
+ isa = PBXFrameworksBuildPhase;
63
+ buildActionMask = 2147483647;
64
+ files = (
65
+ );
66
+ runOnlyForDeploymentPostprocessing = 0;
67
+ };
68
+ FFC017881A5158CE008C4129 /* Frameworks */ = {
69
+ isa = PBXFrameworksBuildPhase;
70
+ buildActionMask = 2147483647;
71
+ files = (
72
+ );
73
+ runOnlyForDeploymentPostprocessing = 0;
74
+ };
75
+ /* End PBXFrameworksBuildPhase section */
76
+
77
+ /* Begin PBXGroup section */
78
+ FFC017691A5158CE008C4129 = {
79
+ isa = PBXGroup;
80
+ children = (
81
+ FFC017741A5158CE008C4129 /* iOSCleanArchitectureGenerator */,
82
+ FFC0178E1A5158CE008C4129 /* iOSCleanArchitectureGeneratorTests */,
83
+ FFC017731A5158CE008C4129 /* Products */,
84
+ );
85
+ sourceTree = "<group>";
86
+ };
87
+ FFC017731A5158CE008C4129 /* Products */ = {
88
+ isa = PBXGroup;
89
+ children = (
90
+ FFC017721A5158CE008C4129 /* iOSCleanArchitectureGenerator.app */,
91
+ FFC0178B1A5158CE008C4129 /* iOSCleanArchitectureGeneratorTests.xctest */,
92
+ );
93
+ name = Products;
94
+ sourceTree = "<group>";
95
+ };
96
+ FFC017741A5158CE008C4129 /* iOSCleanArchitectureGenerator */ = {
97
+ isa = PBXGroup;
98
+ children = (
99
+ FFC017A91A518596008C4129 /* Interactors */,
100
+ FFC017AD1A518596008C4129 /* ViewControllers */,
101
+ FFC017B01A518596008C4129 /* ViewModels */,
102
+ FFC017791A5158CE008C4129 /* AppDelegate.h */,
103
+ FFC0177A1A5158CE008C4129 /* AppDelegate.m */,
104
+ FFC0177C1A5158CE008C4129 /* ViewController.h */,
105
+ FFC0177D1A5158CE008C4129 /* ViewController.m */,
106
+ FFC0177F1A5158CE008C4129 /* Main.storyboard */,
107
+ FFC017821A5158CE008C4129 /* Images.xcassets */,
108
+ FFC017841A5158CE008C4129 /* LaunchScreen.xib */,
109
+ FFC017751A5158CE008C4129 /* Supporting Files */,
110
+ );
111
+ path = iOSCleanArchitectureGenerator;
112
+ sourceTree = "<group>";
113
+ };
114
+ FFC017751A5158CE008C4129 /* Supporting Files */ = {
115
+ isa = PBXGroup;
116
+ children = (
117
+ FFC017761A5158CE008C4129 /* Info.plist */,
118
+ FFC017771A5158CE008C4129 /* main.m */,
119
+ );
120
+ name = "Supporting Files";
121
+ sourceTree = "<group>";
122
+ };
123
+ FFC0178E1A5158CE008C4129 /* iOSCleanArchitectureGeneratorTests */ = {
124
+ isa = PBXGroup;
125
+ children = (
126
+ FFC017B91A5185F8008C4129 /* Interactors */,
127
+ FFC017BA1A52B7DC008C4129 /* ViewModels */,
128
+ FFC017911A5158CE008C4129 /* iOSCleanArchitectureGeneratorTests.m */,
129
+ FFC0178F1A5158CE008C4129 /* Supporting Files */,
130
+ );
131
+ path = iOSCleanArchitectureGeneratorTests;
132
+ sourceTree = "<group>";
133
+ };
134
+ FFC0178F1A5158CE008C4129 /* Supporting Files */ = {
135
+ isa = PBXGroup;
136
+ children = (
137
+ FFC017901A5158CE008C4129 /* Info.plist */,
138
+ );
139
+ name = "Supporting Files";
140
+ sourceTree = "<group>";
141
+ };
142
+ FFC017A91A518596008C4129 /* Interactors */ = {
143
+ isa = PBXGroup;
144
+ children = (
145
+ FFC017AA1A518596008C4129 /* FJBNotificationsApiInteractor.h */,
146
+ FFC017AB1A518596008C4129 /* FJBNotificationsApiInteractor.m */,
147
+ FFC017AC1A518596008C4129 /* FJBNotificationsApiInteractorProtocol.h */,
148
+ );
149
+ path = Interactors;
150
+ sourceTree = "<group>";
151
+ };
152
+ FFC017AD1A518596008C4129 /* ViewControllers */ = {
153
+ isa = PBXGroup;
154
+ children = (
155
+ FFC017AE1A518596008C4129 /* FJBNotificationsViewController.h */,
156
+ FFC017AF1A518596008C4129 /* FJBNotificationsViewController.m */,
157
+ );
158
+ path = ViewControllers;
159
+ sourceTree = "<group>";
160
+ };
161
+ FFC017B01A518596008C4129 /* ViewModels */ = {
162
+ isa = PBXGroup;
163
+ children = (
164
+ FFC017B11A518596008C4129 /* FJBNotificationsViewModel.h */,
165
+ FFC017B21A518596008C4129 /* FJBNotificationsViewModel.m */,
166
+ FFC017B31A518596008C4129 /* FJBNotificationsViewModelProtocol.h */,
167
+ );
168
+ path = ViewModels;
169
+ sourceTree = "<group>";
170
+ };
171
+ FFC017B91A5185F8008C4129 /* Interactors */ = {
172
+ isa = PBXGroup;
173
+ children = (
174
+ FFC017B71A5185F3008C4129 /* FJBNotificationsApiInteractorTests.m */,
175
+ );
176
+ name = Interactors;
177
+ sourceTree = "<group>";
178
+ };
179
+ FFC017BA1A52B7DC008C4129 /* ViewModels */ = {
180
+ isa = PBXGroup;
181
+ children = (
182
+ FFC017BB1A52B7DC008C4129 /* FJBNotificationsViewModelTests.m */,
183
+ );
184
+ path = ViewModels;
185
+ sourceTree = "<group>";
186
+ };
187
+ /* End PBXGroup section */
188
+
189
+ /* Begin PBXNativeTarget section */
190
+ FFC017711A5158CE008C4129 /* iOSCleanArchitectureGenerator */ = {
191
+ isa = PBXNativeTarget;
192
+ buildConfigurationList = FFC017951A5158CE008C4129 /* Build configuration list for PBXNativeTarget "iOSCleanArchitectureGenerator" */;
193
+ buildPhases = (
194
+ FFC0176E1A5158CE008C4129 /* Sources */,
195
+ FFC0176F1A5158CE008C4129 /* Frameworks */,
196
+ FFC017701A5158CE008C4129 /* Resources */,
197
+ );
198
+ buildRules = (
199
+ );
200
+ dependencies = (
201
+ );
202
+ name = iOSCleanArchitectureGenerator;
203
+ productName = iOSCleanArchitectureGenerator;
204
+ productReference = FFC017721A5158CE008C4129 /* iOSCleanArchitectureGenerator.app */;
205
+ productType = "com.apple.product-type.application";
206
+ };
207
+ FFC0178A1A5158CE008C4129 /* iOSCleanArchitectureGeneratorTests */ = {
208
+ isa = PBXNativeTarget;
209
+ buildConfigurationList = FFC017981A5158CE008C4129 /* Build configuration list for PBXNativeTarget "iOSCleanArchitectureGeneratorTests" */;
210
+ buildPhases = (
211
+ FFC017871A5158CE008C4129 /* Sources */,
212
+ FFC017881A5158CE008C4129 /* Frameworks */,
213
+ FFC017891A5158CE008C4129 /* Resources */,
214
+ );
215
+ buildRules = (
216
+ );
217
+ dependencies = (
218
+ FFC0178D1A5158CE008C4129 /* PBXTargetDependency */,
219
+ );
220
+ name = iOSCleanArchitectureGeneratorTests;
221
+ productName = iOSCleanArchitectureGeneratorTests;
222
+ productReference = FFC0178B1A5158CE008C4129 /* iOSCleanArchitectureGeneratorTests.xctest */;
223
+ productType = "com.apple.product-type.bundle.unit-test";
224
+ };
225
+ /* End PBXNativeTarget section */
226
+
227
+ /* Begin PBXProject section */
228
+ FFC0176A1A5158CE008C4129 /* Project object */ = {
229
+ isa = PBXProject;
230
+ attributes = {
231
+ LastUpgradeCheck = 0610;
232
+ ORGANIZATIONNAME = fjbelchi;
233
+ TargetAttributes = {
234
+ FFC017711A5158CE008C4129 = {
235
+ CreatedOnToolsVersion = 6.1.1;
236
+ };
237
+ FFC0178A1A5158CE008C4129 = {
238
+ CreatedOnToolsVersion = 6.1.1;
239
+ TestTargetID = FFC017711A5158CE008C4129;
240
+ };
241
+ };
242
+ };
243
+ buildConfigurationList = FFC0176D1A5158CE008C4129 /* Build configuration list for PBXProject "iOSCleanArchitectureGenerator" */;
244
+ compatibilityVersion = "Xcode 3.2";
245
+ developmentRegion = English;
246
+ hasScannedForEncodings = 0;
247
+ knownRegions = (
248
+ en,
249
+ Base,
250
+ );
251
+ mainGroup = FFC017691A5158CE008C4129;
252
+ productRefGroup = FFC017731A5158CE008C4129 /* Products */;
253
+ projectDirPath = "";
254
+ projectRoot = "";
255
+ targets = (
256
+ FFC017711A5158CE008C4129 /* iOSCleanArchitectureGenerator */,
257
+ FFC0178A1A5158CE008C4129 /* iOSCleanArchitectureGeneratorTests */,
258
+ );
259
+ };
260
+ /* End PBXProject section */
261
+
262
+ /* Begin PBXResourcesBuildPhase section */
263
+ FFC017701A5158CE008C4129 /* Resources */ = {
264
+ isa = PBXResourcesBuildPhase;
265
+ buildActionMask = 2147483647;
266
+ files = (
267
+ FFC017811A5158CE008C4129 /* Main.storyboard in Resources */,
268
+ FFC017861A5158CE008C4129 /* LaunchScreen.xib in Resources */,
269
+ FFC017831A5158CE008C4129 /* Images.xcassets in Resources */,
270
+ );
271
+ runOnlyForDeploymentPostprocessing = 0;
272
+ };
273
+ FFC017891A5158CE008C4129 /* Resources */ = {
274
+ isa = PBXResourcesBuildPhase;
275
+ buildActionMask = 2147483647;
276
+ files = (
277
+ );
278
+ runOnlyForDeploymentPostprocessing = 0;
279
+ };
280
+ /* End PBXResourcesBuildPhase section */
281
+
282
+ /* Begin PBXSourcesBuildPhase section */
283
+ FFC0176E1A5158CE008C4129 /* Sources */ = {
284
+ isa = PBXSourcesBuildPhase;
285
+ buildActionMask = 2147483647;
286
+ files = (
287
+ FFC017B51A518596008C4129 /* FJBNotificationsViewController.m in Sources */,
288
+ FFC0177E1A5158CE008C4129 /* ViewController.m in Sources */,
289
+ FFC0177B1A5158CE008C4129 /* AppDelegate.m in Sources */,
290
+ FFC017781A5158CE008C4129 /* main.m in Sources */,
291
+ FFC017B61A518596008C4129 /* FJBNotificationsViewModel.m in Sources */,
292
+ FFC017B41A518596008C4129 /* FJBNotificationsApiInteractor.m in Sources */,
293
+ );
294
+ runOnlyForDeploymentPostprocessing = 0;
295
+ };
296
+ FFC017871A5158CE008C4129 /* Sources */ = {
297
+ isa = PBXSourcesBuildPhase;
298
+ buildActionMask = 2147483647;
299
+ files = (
300
+ FFC017921A5158CE008C4129 /* iOSCleanArchitectureGeneratorTests.m in Sources */,
301
+ FFC017BC1A52B7DD008C4129 /* FJBNotificationsViewModelTests.m in Sources */,
302
+ FFC017B81A5185F3008C4129 /* FJBNotificationsApiInteractorTests.m in Sources */,
303
+ );
304
+ runOnlyForDeploymentPostprocessing = 0;
305
+ };
306
+ /* End PBXSourcesBuildPhase section */
307
+
308
+ /* Begin PBXTargetDependency section */
309
+ FFC0178D1A5158CE008C4129 /* PBXTargetDependency */ = {
310
+ isa = PBXTargetDependency;
311
+ target = FFC017711A5158CE008C4129 /* iOSCleanArchitectureGenerator */;
312
+ targetProxy = FFC0178C1A5158CE008C4129 /* PBXContainerItemProxy */;
313
+ };
314
+ /* End PBXTargetDependency section */
315
+
316
+ /* Begin PBXVariantGroup section */
317
+ FFC0177F1A5158CE008C4129 /* Main.storyboard */ = {
318
+ isa = PBXVariantGroup;
319
+ children = (
320
+ FFC017801A5158CE008C4129 /* Base */,
321
+ );
322
+ name = Main.storyboard;
323
+ sourceTree = "<group>";
324
+ };
325
+ FFC017841A5158CE008C4129 /* LaunchScreen.xib */ = {
326
+ isa = PBXVariantGroup;
327
+ children = (
328
+ FFC017851A5158CE008C4129 /* Base */,
329
+ );
330
+ name = LaunchScreen.xib;
331
+ sourceTree = "<group>";
332
+ };
333
+ /* End PBXVariantGroup section */
334
+
335
+ /* Begin XCBuildConfiguration section */
336
+ FFC017931A5158CE008C4129 /* Debug */ = {
337
+ isa = XCBuildConfiguration;
338
+ buildSettings = {
339
+ ALWAYS_SEARCH_USER_PATHS = NO;
340
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
341
+ CLANG_CXX_LIBRARY = "libc++";
342
+ CLANG_ENABLE_MODULES = YES;
343
+ CLANG_ENABLE_OBJC_ARC = YES;
344
+ CLANG_WARN_BOOL_CONVERSION = YES;
345
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
346
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
347
+ CLANG_WARN_EMPTY_BODY = YES;
348
+ CLANG_WARN_ENUM_CONVERSION = YES;
349
+ CLANG_WARN_INT_CONVERSION = YES;
350
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
351
+ CLANG_WARN_UNREACHABLE_CODE = YES;
352
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
353
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
354
+ COPY_PHASE_STRIP = NO;
355
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
356
+ GCC_C_LANGUAGE_STANDARD = gnu99;
357
+ GCC_DYNAMIC_NO_PIC = NO;
358
+ GCC_OPTIMIZATION_LEVEL = 0;
359
+ GCC_PREPROCESSOR_DEFINITIONS = (
360
+ "DEBUG=1",
361
+ "$(inherited)",
362
+ );
363
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
364
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
365
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
366
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
367
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
368
+ GCC_WARN_UNUSED_FUNCTION = YES;
369
+ GCC_WARN_UNUSED_VARIABLE = YES;
370
+ IPHONEOS_DEPLOYMENT_TARGET = 8.1;
371
+ MTL_ENABLE_DEBUG_INFO = YES;
372
+ ONLY_ACTIVE_ARCH = YES;
373
+ SDKROOT = iphoneos;
374
+ TARGETED_DEVICE_FAMILY = "1,2";
375
+ };
376
+ name = Debug;
377
+ };
378
+ FFC017941A5158CE008C4129 /* Release */ = {
379
+ isa = XCBuildConfiguration;
380
+ buildSettings = {
381
+ ALWAYS_SEARCH_USER_PATHS = NO;
382
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
383
+ CLANG_CXX_LIBRARY = "libc++";
384
+ CLANG_ENABLE_MODULES = YES;
385
+ CLANG_ENABLE_OBJC_ARC = YES;
386
+ CLANG_WARN_BOOL_CONVERSION = YES;
387
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
388
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
389
+ CLANG_WARN_EMPTY_BODY = YES;
390
+ CLANG_WARN_ENUM_CONVERSION = YES;
391
+ CLANG_WARN_INT_CONVERSION = YES;
392
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
393
+ CLANG_WARN_UNREACHABLE_CODE = YES;
394
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
395
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
396
+ COPY_PHASE_STRIP = YES;
397
+ ENABLE_NS_ASSERTIONS = NO;
398
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
399
+ GCC_C_LANGUAGE_STANDARD = gnu99;
400
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
401
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
402
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
403
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
404
+ GCC_WARN_UNUSED_FUNCTION = YES;
405
+ GCC_WARN_UNUSED_VARIABLE = YES;
406
+ IPHONEOS_DEPLOYMENT_TARGET = 8.1;
407
+ MTL_ENABLE_DEBUG_INFO = NO;
408
+ SDKROOT = iphoneos;
409
+ TARGETED_DEVICE_FAMILY = "1,2";
410
+ VALIDATE_PRODUCT = YES;
411
+ };
412
+ name = Release;
413
+ };
414
+ FFC017961A5158CE008C4129 /* Debug */ = {
415
+ isa = XCBuildConfiguration;
416
+ buildSettings = {
417
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
418
+ INFOPLIST_FILE = iOSCleanArchitectureGenerator/Info.plist;
419
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
420
+ PRODUCT_NAME = "$(TARGET_NAME)";
421
+ };
422
+ name = Debug;
423
+ };
424
+ FFC017971A5158CE008C4129 /* Release */ = {
425
+ isa = XCBuildConfiguration;
426
+ buildSettings = {
427
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
428
+ INFOPLIST_FILE = iOSCleanArchitectureGenerator/Info.plist;
429
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
430
+ PRODUCT_NAME = "$(TARGET_NAME)";
431
+ };
432
+ name = Release;
433
+ };
434
+ FFC017991A5158CE008C4129 /* Debug */ = {
435
+ isa = XCBuildConfiguration;
436
+ buildSettings = {
437
+ BUNDLE_LOADER = "$(TEST_HOST)";
438
+ FRAMEWORK_SEARCH_PATHS = (
439
+ "$(SDKROOT)/Developer/Library/Frameworks",
440
+ "$(inherited)",
441
+ );
442
+ GCC_PREPROCESSOR_DEFINITIONS = (
443
+ "DEBUG=1",
444
+ "$(inherited)",
445
+ );
446
+ INFOPLIST_FILE = iOSCleanArchitectureGeneratorTests/Info.plist;
447
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
448
+ PRODUCT_NAME = "$(TARGET_NAME)";
449
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/iOSCleanArchitectureGenerator.app/iOSCleanArchitectureGenerator";
450
+ };
451
+ name = Debug;
452
+ };
453
+ FFC0179A1A5158CE008C4129 /* Release */ = {
454
+ isa = XCBuildConfiguration;
455
+ buildSettings = {
456
+ BUNDLE_LOADER = "$(TEST_HOST)";
457
+ FRAMEWORK_SEARCH_PATHS = (
458
+ "$(SDKROOT)/Developer/Library/Frameworks",
459
+ "$(inherited)",
460
+ );
461
+ INFOPLIST_FILE = iOSCleanArchitectureGeneratorTests/Info.plist;
462
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
463
+ PRODUCT_NAME = "$(TARGET_NAME)";
464
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/iOSCleanArchitectureGenerator.app/iOSCleanArchitectureGenerator";
465
+ };
466
+ name = Release;
467
+ };
468
+ /* End XCBuildConfiguration section */
469
+
470
+ /* Begin XCConfigurationList section */
471
+ FFC0176D1A5158CE008C4129 /* Build configuration list for PBXProject "iOSCleanArchitectureGenerator" */ = {
472
+ isa = XCConfigurationList;
473
+ buildConfigurations = (
474
+ FFC017931A5158CE008C4129 /* Debug */,
475
+ FFC017941A5158CE008C4129 /* Release */,
476
+ );
477
+ defaultConfigurationIsVisible = 0;
478
+ defaultConfigurationName = Release;
479
+ };
480
+ FFC017951A5158CE008C4129 /* Build configuration list for PBXNativeTarget "iOSCleanArchitectureGenerator" */ = {
481
+ isa = XCConfigurationList;
482
+ buildConfigurations = (
483
+ FFC017961A5158CE008C4129 /* Debug */,
484
+ FFC017971A5158CE008C4129 /* Release */,
485
+ );
486
+ defaultConfigurationIsVisible = 0;
487
+ defaultConfigurationName = Release;
488
+ };
489
+ FFC017981A5158CE008C4129 /* Build configuration list for PBXNativeTarget "iOSCleanArchitectureGeneratorTests" */ = {
490
+ isa = XCConfigurationList;
491
+ buildConfigurations = (
492
+ FFC017991A5158CE008C4129 /* Debug */,
493
+ FFC0179A1A5158CE008C4129 /* Release */,
494
+ );
495
+ defaultConfigurationIsVisible = 0;
496
+ defaultConfigurationName = Release;
497
+ };
498
+ /* End XCConfigurationList section */
499
+ };
500
+ rootObject = FFC0176A1A5158CE008C4129 /* Project object */;
501
+ }