Raw
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 1C9CE5D04F717B03816A125B /* Pods_JomloTableView_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9A33E5FF3CCC9BDCBA18C58F /* Pods_JomloTableView_Tests.framework */; };
11 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; };
12 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ViewController.swift */; };
13 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; };
14 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; };
15 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; };
16 607FACEC1AFB9204008FA782 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; };
17 84CBD496B3AF199DDDFABEA5 /* Pods_JomloTableView_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02771B90736B785DC8EEE580 /* Pods_JomloTableView_Example.framework */; };
18 BD0F4E241E98E8AF001D0DA3 /* LoadMoreViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD0F4E231E98E8AF001D0DA3 /* LoadMoreViewController.swift */; };
19 BD14BB5E1E94E0C9006FB1B5 /* LoadMoreRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD14BB5D1E94E0C9006FB1B5 /* LoadMoreRow.swift */; };
20 BD14BB611E94E115006FB1B5 /* LoadMoreCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD14BB5F1E94E115006FB1B5 /* LoadMoreCell.swift */; };
21 BD14BB621E94E115006FB1B5 /* LoadMoreCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = BD14BB601E94E115006FB1B5 /* LoadMoreCell.xib */; };
22 BD1B843C1EA5041200386561 /* NotJomloSimpleTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1B843B1EA5041200386561 /* NotJomloSimpleTableViewController.swift */; };
23 BDBB05C81EA2351600B02BDB /* TwitterSimpleCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDBB05C61EA2351600B02BDB /* TwitterSimpleCell.swift */; };
24 BDBB05C91EA2351600B02BDB /* TwitterSimpleCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = BDBB05C71EA2351600B02BDB /* TwitterSimpleCell.xib */; };
25 BDDDF6211E9B3291007846D3 /* SimpleTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDDDF6201E9B3290007846D3 /* SimpleTableViewController.swift */; };
26 BDFF41491E8A871900D14CE7 /* SimpleCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDFF41481E8A871900D14CE7 /* SimpleCell.swift */; };
27 BDFF414B1E8A873600D14CE7 /* SimpleCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = BDFF414A1E8A873600D14CE7 /* SimpleCell.xib */; };
28 /* End PBXBuildFile section */
29
30 /* Begin PBXContainerItemProxy section */
31 607FACE61AFB9204008FA782 /* PBXContainerItemProxy */ = {
32 isa = PBXContainerItemProxy;
33 containerPortal = 607FACC81AFB9204008FA782 /* Project object */;
34 proxyType = 1;
35 remoteGlobalIDString = 607FACCF1AFB9204008FA782;
36 remoteInfo = JomloTableView;
37 };
38 /* End PBXContainerItemProxy section */
39
40 /* Begin PBXFileReference section */
41 02771B90736B785DC8EEE580 /* Pods_JomloTableView_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_JomloTableView_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
42 044CF1D5E803D7F3DBAD2530 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
43 1DF5A127CF52147610B75ADE /* Pods-JomloTableView_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JomloTableView_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-JomloTableView_Example/Pods-JomloTableView_Example.debug.xcconfig"; sourceTree = "<group>"; };
44 607FACD01AFB9204008FA782 /* JomloTableView_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = JomloTableView_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
45 607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
46 607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
47 607FACD71AFB9204008FA782 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
48 607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
49 607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
50 607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
51 607FACE51AFB9204008FA782 /* JomloTableView_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = JomloTableView_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
52 607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
53 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
54 9A33E5FF3CCC9BDCBA18C58F /* Pods_JomloTableView_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_JomloTableView_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
55 B02AFC91A81D2EBF28A0B26F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
56 B828666E6D8F9450941A36AB /* Pods-JomloTableView_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JomloTableView_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-JomloTableView_Example/Pods-JomloTableView_Example.release.xcconfig"; sourceTree = "<group>"; };
57 BAB533BC282592A3CAD7E959 /* JomloTableView.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = JomloTableView.podspec; path = ../JomloTableView.podspec; sourceTree = "<group>"; };
58 BD0F4E231E98E8AF001D0DA3 /* LoadMoreViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoadMoreViewController.swift; sourceTree = "<group>"; };
59 BD14BB5D1E94E0C9006FB1B5 /* LoadMoreRow.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = LoadMoreRow.swift; path = Rows/LoadMoreRow.swift; sourceTree = "<group>"; };
60 BD14BB5F1E94E115006FB1B5 /* LoadMoreCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = LoadMoreCell.swift; path = Rows/LoadMoreCell.swift; sourceTree = "<group>"; };
61 BD14BB601E94E115006FB1B5 /* LoadMoreCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = LoadMoreCell.xib; path = Rows/LoadMoreCell.xib; sourceTree = "<group>"; };
62 BD1B843B1EA5041200386561 /* NotJomloSimpleTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = NotJomloSimpleTableViewController.swift; path = "View Controllers/NotJomloSimpleTableViewController.swift"; sourceTree = "<group>"; };
63 BDBB05C61EA2351600B02BDB /* TwitterSimpleCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TwitterSimpleCell.swift; path = Rows/TwitterSimpleCell.swift; sourceTree = "<group>"; };
64 BDBB05C71EA2351600B02BDB /* TwitterSimpleCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = TwitterSimpleCell.xib; path = Rows/TwitterSimpleCell.xib; sourceTree = "<group>"; };
65 BDDDF6201E9B3290007846D3 /* SimpleTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SimpleTableViewController.swift; path = "View Controllers/SimpleTableViewController.swift"; sourceTree = "<group>"; };
66 BDFF41481E8A871900D14CE7 /* SimpleCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SimpleCell.swift; path = JomloTableView/Rows/SimpleCell.swift; sourceTree = SOURCE_ROOT; };
67 BDFF414A1E8A873600D14CE7 /* SimpleCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = SimpleCell.xib; path = Rows/SimpleCell.xib; sourceTree = "<group>"; };
68 D67A39B8BF2D4AB708B1879B /* Pods-JomloTableView_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JomloTableView_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-JomloTableView_Tests/Pods-JomloTableView_Tests.release.xcconfig"; sourceTree = "<group>"; };
69 E555BEE30E2659F27C50D6B8 /* Pods-JomloTableView_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JomloTableView_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-JomloTableView_Tests/Pods-JomloTableView_Tests.debug.xcconfig"; sourceTree = "<group>"; };
70 /* End PBXFileReference section */
71
72 /* Begin PBXFrameworksBuildPhase section */
73 607FACCD1AFB9204008FA782 /* Frameworks */ = {
74 isa = PBXFrameworksBuildPhase;
75 buildActionMask = 2147483647;
76 files = (
77 84CBD496B3AF199DDDFABEA5 /* Pods_JomloTableView_Example.framework in Frameworks */,
78 );
79 runOnlyForDeploymentPostprocessing = 0;
80 };
81 607FACE21AFB9204008FA782 /* Frameworks */ = {
82 isa = PBXFrameworksBuildPhase;
83 buildActionMask = 2147483647;
84 files = (
85 1C9CE5D04F717B03816A125B /* Pods_JomloTableView_Tests.framework in Frameworks */,
86 );
87 runOnlyForDeploymentPostprocessing = 0;
88 };
89 /* End PBXFrameworksBuildPhase section */
90
91 /* Begin PBXGroup section */
92 607FACC71AFB9204008FA782 = {
93 isa = PBXGroup;
94 children = (
95 607FACF51AFB993E008FA782 /* Podspec Metadata */,
96 607FACD21AFB9204008FA782 /* Example for JomloTableView */,
97 607FACE81AFB9204008FA782 /* Tests */,
98 607FACD11AFB9204008FA782 /* Products */,
99 EA9D652A245DCEF437D7776E /* Pods */,
100 D468E008AD7F9DA36A194707 /* Frameworks */,
101 );
102 sourceTree = "<group>";
103 };
104 607FACD11AFB9204008FA782 /* Products */ = {
105 isa = PBXGroup;
106 children = (
107 607FACD01AFB9204008FA782 /* JomloTableView_Example.app */,
108 607FACE51AFB9204008FA782 /* JomloTableView_Tests.xctest */,
109 );
110 name = Products;
111 sourceTree = "<group>";
112 };
113 607FACD21AFB9204008FA782 /* Example for JomloTableView */ = {
114 isa = PBXGroup;
115 children = (
116 BD0F4E221E98E829001D0DA3 /* View Controllers */,
117 BD14BB5C1E94DFCE006FB1B5 /* Rows */,
118 607FACD51AFB9204008FA782 /* AppDelegate.swift */,
119 607FACD71AFB9204008FA782 /* ViewController.swift */,
120 607FACD91AFB9204008FA782 /* Main.storyboard */,
121 607FACDC1AFB9204008FA782 /* Images.xcassets */,
122 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */,
123 607FACD31AFB9204008FA782 /* Supporting Files */,
124 );
125 name = "Example for JomloTableView";
126 path = JomloTableView;
127 sourceTree = "<group>";
128 };
129 607FACD31AFB9204008FA782 /* Supporting Files */ = {
130 isa = PBXGroup;
131 children = (
132 607FACD41AFB9204008FA782 /* Info.plist */,
133 );
134 name = "Supporting Files";
135 sourceTree = "<group>";
136 };
137 607FACE81AFB9204008FA782 /* Tests */ = {
138 isa = PBXGroup;
139 children = (
140 607FACEB1AFB9204008FA782 /* Tests.swift */,
141 607FACE91AFB9204008FA782 /* Supporting Files */,
142 );
143 path = Tests;
144 sourceTree = "<group>";
145 };
146 607FACE91AFB9204008FA782 /* Supporting Files */ = {
147 isa = PBXGroup;
148 children = (
149 607FACEA1AFB9204008FA782 /* Info.plist */,
150 );
151 name = "Supporting Files";
152 sourceTree = "<group>";
153 };
154 607FACF51AFB993E008FA782 /* Podspec Metadata */ = {
155 isa = PBXGroup;
156 children = (
157 BAB533BC282592A3CAD7E959 /* JomloTableView.podspec */,
158 044CF1D5E803D7F3DBAD2530 /* README.md */,
159 B02AFC91A81D2EBF28A0B26F /* LICENSE */,
160 );
161 name = "Podspec Metadata";
162 sourceTree = "<group>";
163 };
164 BD0F4E221E98E829001D0DA3 /* View Controllers */ = {
165 isa = PBXGroup;
166 children = (
167 BD0F4E231E98E8AF001D0DA3 /* LoadMoreViewController.swift */,
168 BDDDF6201E9B3290007846D3 /* SimpleTableViewController.swift */,
169 BD1B843B1EA5041200386561 /* NotJomloSimpleTableViewController.swift */,
170 );
171 name = "View Controllers";
172 sourceTree = "<group>";
173 };
174 BD14BB5C1E94DFCE006FB1B5 /* Rows */ = {
175 isa = PBXGroup;
176 children = (
177 BDFF41481E8A871900D14CE7 /* SimpleCell.swift */,
178 BDFF414A1E8A873600D14CE7 /* SimpleCell.xib */,
179 BD14BB5D1E94E0C9006FB1B5 /* LoadMoreRow.swift */,
180 BD14BB5F1E94E115006FB1B5 /* LoadMoreCell.swift */,
181 BD14BB601E94E115006FB1B5 /* LoadMoreCell.xib */,
182 BDBB05C61EA2351600B02BDB /* TwitterSimpleCell.swift */,
183 BDBB05C71EA2351600B02BDB /* TwitterSimpleCell.xib */,
184 );
185 name = Rows;
186 sourceTree = "<group>";
187 };
188 D468E008AD7F9DA36A194707 /* Frameworks */ = {
189 isa = PBXGroup;
190 children = (
191 02771B90736B785DC8EEE580 /* Pods_JomloTableView_Example.framework */,
192 9A33E5FF3CCC9BDCBA18C58F /* Pods_JomloTableView_Tests.framework */,
193 );
194 name = Frameworks;
195 sourceTree = "<group>";
196 };
197 EA9D652A245DCEF437D7776E /* Pods */ = {
198 isa = PBXGroup;
199 children = (
200 1DF5A127CF52147610B75ADE /* Pods-JomloTableView_Example.debug.xcconfig */,
201 B828666E6D8F9450941A36AB /* Pods-JomloTableView_Example.release.xcconfig */,
202 E555BEE30E2659F27C50D6B8 /* Pods-JomloTableView_Tests.debug.xcconfig */,
203 D67A39B8BF2D4AB708B1879B /* Pods-JomloTableView_Tests.release.xcconfig */,
204 );
205 name = Pods;
206 sourceTree = "<group>";
207 };
208 /* End PBXGroup section */
209
210 /* Begin PBXNativeTarget section */
211 607FACCF1AFB9204008FA782 /* JomloTableView_Example */ = {
212 isa = PBXNativeTarget;
213 buildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "JomloTableView_Example" */;
214 buildPhases = (
215 725C4CA07BB62B6C4EFA55C9 /* [CP] Check Pods Manifest.lock */,
216 607FACCC1AFB9204008FA782 /* Sources */,
217 607FACCD1AFB9204008FA782 /* Frameworks */,
218 607FACCE1AFB9204008FA782 /* Resources */,
219 933778CD77AAA6FBCC6DE9AD /* [CP] Embed Pods Frameworks */,
220 61EB6C4B3579114D65EF8E42 /* [CP] Copy Pods Resources */,
221 );
222 buildRules = (
223 );
224 dependencies = (
225 );
226 name = JomloTableView_Example;
227 productName = JomloTableView;
228 productReference = 607FACD01AFB9204008FA782 /* JomloTableView_Example.app */;
229 productType = "com.apple.product-type.application";
230 };
231 607FACE41AFB9204008FA782 /* JomloTableView_Tests */ = {
232 isa = PBXNativeTarget;
233 buildConfigurationList = 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "JomloTableView_Tests" */;
234 buildPhases = (
235 C0D220C7F6C5C2E558EC4C2A /* [CP] Check Pods Manifest.lock */,
236 607FACE11AFB9204008FA782 /* Sources */,
237 607FACE21AFB9204008FA782 /* Frameworks */,
238 607FACE31AFB9204008FA782 /* Resources */,
239 2D444412411209A719A505D4 /* [CP] Embed Pods Frameworks */,
240 842C75DACF091DA4CDAD1B56 /* [CP] Copy Pods Resources */,
241 );
242 buildRules = (
243 );
244 dependencies = (
245 607FACE71AFB9204008FA782 /* PBXTargetDependency */,
246 );
247 name = JomloTableView_Tests;
248 productName = Tests;
249 productReference = 607FACE51AFB9204008FA782 /* JomloTableView_Tests.xctest */;
250 productType = "com.apple.product-type.bundle.unit-test";
251 };
252 /* End PBXNativeTarget section */
253
254 /* Begin PBXProject section */
255 607FACC81AFB9204008FA782 /* Project object */ = {
256 isa = PBXProject;
257 attributes = {
258 LastSwiftUpdateCheck = 0720;
259 LastUpgradeCheck = 0820;
260 ORGANIZATIONNAME = CocoaPods;
261 TargetAttributes = {
262 607FACCF1AFB9204008FA782 = {
263 CreatedOnToolsVersion = 6.3.1;
264 DevelopmentTeam = V75BU3KM37;
265 LastSwiftMigration = 0820;
266 };
267 607FACE41AFB9204008FA782 = {
268 CreatedOnToolsVersion = 6.3.1;
269 DevelopmentTeam = V75BU3KM37;
270 LastSwiftMigration = 0820;
271 TestTargetID = 607FACCF1AFB9204008FA782;
272 };
273 };
274 };
275 buildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "JomloTableView" */;
276 compatibilityVersion = "Xcode 3.2";
277 developmentRegion = English;
278 hasScannedForEncodings = 0;
279 knownRegions = (
280 en,
281 Base,
282 );
283 mainGroup = 607FACC71AFB9204008FA782;
284 productRefGroup = 607FACD11AFB9204008FA782 /* Products */;
285 projectDirPath = "";
286 projectRoot = "";
287 targets = (
288 607FACCF1AFB9204008FA782 /* JomloTableView_Example */,
289 607FACE41AFB9204008FA782 /* JomloTableView_Tests */,
290 );
291 };
292 /* End PBXProject section */
293
294 /* Begin PBXResourcesBuildPhase section */
295 607FACCE1AFB9204008FA782 /* Resources */ = {
296 isa = PBXResourcesBuildPhase;
297 buildActionMask = 2147483647;
298 files = (
299 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */,
300 BDBB05C91EA2351600B02BDB /* TwitterSimpleCell.xib in Resources */,
301 BD14BB621E94E115006FB1B5 /* LoadMoreCell.xib in Resources */,
302 BDFF414B1E8A873600D14CE7 /* SimpleCell.xib in Resources */,
303 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */,
304 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */,
305 );
306 runOnlyForDeploymentPostprocessing = 0;
307 };
308 607FACE31AFB9204008FA782 /* Resources */ = {
309 isa = PBXResourcesBuildPhase;
310 buildActionMask = 2147483647;
311 files = (
312 );
313 runOnlyForDeploymentPostprocessing = 0;
314 };
315 /* End PBXResourcesBuildPhase section */
316
317 /* Begin PBXShellScriptBuildPhase section */
318 2D444412411209A719A505D4 /* [CP] Embed Pods Frameworks */ = {
319 isa = PBXShellScriptBuildPhase;
320 buildActionMask = 2147483647;
321 files = (
322 );
323 inputPaths = (
324 );
325 name = "[CP] Embed Pods Frameworks";
326 outputPaths = (
327 );
328 runOnlyForDeploymentPostprocessing = 0;
329 shellPath = /bin/sh;
330 shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-JomloTableView_Tests/Pods-JomloTableView_Tests-frameworks.sh\"\n";
331 showEnvVarsInLog = 0;
332 };
333 61EB6C4B3579114D65EF8E42 /* [CP] Copy Pods Resources */ = {
334 isa = PBXShellScriptBuildPhase;
335 buildActionMask = 2147483647;
336 files = (
337 );
338 inputPaths = (
339 );
340 name = "[CP] Copy Pods Resources";
341 outputPaths = (
342 );
343 runOnlyForDeploymentPostprocessing = 0;
344 shellPath = /bin/sh;
345 shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-JomloTableView_Example/Pods-JomloTableView_Example-resources.sh\"\n";
346 showEnvVarsInLog = 0;
347 };
348 725C4CA07BB62B6C4EFA55C9 /* [CP] Check Pods Manifest.lock */ = {
349 isa = PBXShellScriptBuildPhase;
350 buildActionMask = 2147483647;
351 files = (
352 );
353 inputPaths = (
354 );
355 name = "[CP] Check Pods Manifest.lock";
356 outputPaths = (
357 );
358 runOnlyForDeploymentPostprocessing = 0;
359 shellPath = /bin/sh;
360 shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
361 showEnvVarsInLog = 0;
362 };
363 842C75DACF091DA4CDAD1B56 /* [CP] Copy Pods Resources */ = {
364 isa = PBXShellScriptBuildPhase;
365 buildActionMask = 2147483647;
366 files = (
367 );
368 inputPaths = (
369 );
370 name = "[CP] Copy Pods Resources";
371 outputPaths = (
372 );
373 runOnlyForDeploymentPostprocessing = 0;
374 shellPath = /bin/sh;
375 shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-JomloTableView_Tests/Pods-JomloTableView_Tests-resources.sh\"\n";
376 showEnvVarsInLog = 0;
377 };
378 933778CD77AAA6FBCC6DE9AD /* [CP] Embed Pods Frameworks */ = {
379 isa = PBXShellScriptBuildPhase;
380 buildActionMask = 2147483647;
381 files = (
382 );
383 inputPaths = (
384 );
385 name = "[CP] Embed Pods Frameworks";
386 outputPaths = (
387 );
388 runOnlyForDeploymentPostprocessing = 0;
389 shellPath = /bin/sh;
390 shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-JomloTableView_Example/Pods-JomloTableView_Example-frameworks.sh\"\n";
391 showEnvVarsInLog = 0;
392 };
393 C0D220C7F6C5C2E558EC4C2A /* [CP] Check Pods Manifest.lock */ = {
394 isa = PBXShellScriptBuildPhase;
395 buildActionMask = 2147483647;
396 files = (
397 );
398 inputPaths = (
399 );
400 name = "[CP] Check Pods Manifest.lock";
401 outputPaths = (
402 );
403 runOnlyForDeploymentPostprocessing = 0;
404 shellPath = /bin/sh;
405 shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
406 showEnvVarsInLog = 0;
407 };
408 /* End PBXShellScriptBuildPhase section */
409
410 /* Begin PBXSourcesBuildPhase section */
411 607FACCC1AFB9204008FA782 /* Sources */ = {
412 isa = PBXSourcesBuildPhase;
413 buildActionMask = 2147483647;
414 files = (
415 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */,
416 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */,
417 BDFF41491E8A871900D14CE7 /* SimpleCell.swift in Sources */,
418 BD0F4E241E98E8AF001D0DA3 /* LoadMoreViewController.swift in Sources */,
419 BDDDF6211E9B3291007846D3 /* SimpleTableViewController.swift in Sources */,
420 BD1B843C1EA5041200386561 /* NotJomloSimpleTableViewController.swift in Sources */,
421 BD14BB611E94E115006FB1B5 /* LoadMoreCell.swift in Sources */,
422 BD14BB5E1E94E0C9006FB1B5 /* LoadMoreRow.swift in Sources */,
423 BDBB05C81EA2351600B02BDB /* TwitterSimpleCell.swift in Sources */,
424 );
425 runOnlyForDeploymentPostprocessing = 0;
426 };
427 607FACE11AFB9204008FA782 /* Sources */ = {
428 isa = PBXSourcesBuildPhase;
429 buildActionMask = 2147483647;
430 files = (
431 607FACEC1AFB9204008FA782 /* Tests.swift in Sources */,
432 );
433 runOnlyForDeploymentPostprocessing = 0;
434 };
435 /* End PBXSourcesBuildPhase section */
436
437 /* Begin PBXTargetDependency section */
438 607FACE71AFB9204008FA782 /* PBXTargetDependency */ = {
439 isa = PBXTargetDependency;
440 target = 607FACCF1AFB9204008FA782 /* JomloTableView_Example */;
441 targetProxy = 607FACE61AFB9204008FA782 /* PBXContainerItemProxy */;
442 };
443 /* End PBXTargetDependency section */
444
445 /* Begin PBXVariantGroup section */
446 607FACD91AFB9204008FA782 /* Main.storyboard */ = {
447 isa = PBXVariantGroup;
448 children = (
449 607FACDA1AFB9204008FA782 /* Base */,
450 );
451 name = Main.storyboard;
452 sourceTree = "<group>";
453 };
454 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */ = {
455 isa = PBXVariantGroup;
456 children = (
457 607FACDF1AFB9204008FA782 /* Base */,
458 );
459 name = LaunchScreen.xib;
460 sourceTree = "<group>";
461 };
462 /* End PBXVariantGroup section */
463
464 /* Begin XCBuildConfiguration section */
465 607FACED1AFB9204008FA782 /* Debug */ = {
466 isa = XCBuildConfiguration;
467 buildSettings = {
468 ALWAYS_SEARCH_USER_PATHS = NO;
469 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
470 CLANG_CXX_LIBRARY = "libc++";
471 CLANG_ENABLE_MODULES = YES;
472 CLANG_ENABLE_OBJC_ARC = YES;
473 CLANG_WARN_BOOL_CONVERSION = YES;
474 CLANG_WARN_CONSTANT_CONVERSION = YES;
475 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
476 CLANG_WARN_EMPTY_BODY = YES;
477 CLANG_WARN_ENUM_CONVERSION = YES;
478 CLANG_WARN_INFINITE_RECURSION = YES;
479 CLANG_WARN_INT_CONVERSION = YES;
480 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
481 CLANG_WARN_SUSPICIOUS_MOVE = YES;
482 CLANG_WARN_UNREACHABLE_CODE = YES;
483 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
484 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
485 COPY_PHASE_STRIP = NO;
486 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
487 ENABLE_STRICT_OBJC_MSGSEND = YES;
488 ENABLE_TESTABILITY = YES;
489 GCC_C_LANGUAGE_STANDARD = gnu99;
490 GCC_DYNAMIC_NO_PIC = NO;
491 GCC_NO_COMMON_BLOCKS = YES;
492 GCC_OPTIMIZATION_LEVEL = 0;
493 GCC_PREPROCESSOR_DEFINITIONS = (
494 "DEBUG=1",
495 "$(inherited)",
496 );
497 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
498 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
499 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
500 GCC_WARN_UNDECLARED_SELECTOR = YES;
501 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
502 GCC_WARN_UNUSED_FUNCTION = YES;
503 GCC_WARN_UNUSED_VARIABLE = YES;
504 IPHONEOS_DEPLOYMENT_TARGET = 8.3;
505 MTL_ENABLE_DEBUG_INFO = YES;
506 ONLY_ACTIVE_ARCH = YES;
507 SDKROOT = iphoneos;
508 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
509 };
510 name = Debug;
511 };
512 607FACEE1AFB9204008FA782 /* Release */ = {
513 isa = XCBuildConfiguration;
514 buildSettings = {
515 ALWAYS_SEARCH_USER_PATHS = NO;
516 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
517 CLANG_CXX_LIBRARY = "libc++";
518 CLANG_ENABLE_MODULES = YES;
519 CLANG_ENABLE_OBJC_ARC = YES;
520 CLANG_WARN_BOOL_CONVERSION = YES;
521 CLANG_WARN_CONSTANT_CONVERSION = YES;
522 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
523 CLANG_WARN_EMPTY_BODY = YES;
524 CLANG_WARN_ENUM_CONVERSION = YES;
525 CLANG_WARN_INFINITE_RECURSION = YES;
526 CLANG_WARN_INT_CONVERSION = YES;
527 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
528 CLANG_WARN_SUSPICIOUS_MOVE = YES;
529 CLANG_WARN_UNREACHABLE_CODE = YES;
530 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
531 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
532 COPY_PHASE_STRIP = NO;
533 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
534 ENABLE_NS_ASSERTIONS = NO;
535 ENABLE_STRICT_OBJC_MSGSEND = YES;
536 GCC_C_LANGUAGE_STANDARD = gnu99;
537 GCC_NO_COMMON_BLOCKS = YES;
538 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
539 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
540 GCC_WARN_UNDECLARED_SELECTOR = YES;
541 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
542 GCC_WARN_UNUSED_FUNCTION = YES;
543 GCC_WARN_UNUSED_VARIABLE = YES;
544 IPHONEOS_DEPLOYMENT_TARGET = 8.3;
545 MTL_ENABLE_DEBUG_INFO = NO;
546 SDKROOT = iphoneos;
547 SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
548 VALIDATE_PRODUCT = YES;
549 };
550 name = Release;
551 };
552 607FACF01AFB9204008FA782 /* Debug */ = {
553 isa = XCBuildConfiguration;
554 baseConfigurationReference = 1DF5A127CF52147610B75ADE /* Pods-JomloTableView_Example.debug.xcconfig */;
555 buildSettings = {
556 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
557 DEVELOPMENT_TEAM = V75BU3KM37;
558 INFOPLIST_FILE = JomloTableView/Info.plist;
559 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
560 MODULE_NAME = ExampleApp;
561 PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
562 PRODUCT_NAME = "$(TARGET_NAME)";
563 SWIFT_VERSION = 3.0;
564 };
565 name = Debug;
566 };
567 607FACF11AFB9204008FA782 /* Release */ = {
568 isa = XCBuildConfiguration;
569 baseConfigurationReference = B828666E6D8F9450941A36AB /* Pods-JomloTableView_Example.release.xcconfig */;
570 buildSettings = {
571 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
572 DEVELOPMENT_TEAM = V75BU3KM37;
573 INFOPLIST_FILE = JomloTableView/Info.plist;
574 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
575 MODULE_NAME = ExampleApp;
576 PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
577 PRODUCT_NAME = "$(TARGET_NAME)";
578 SWIFT_VERSION = 3.0;
579 };
580 name = Release;
581 };
582 607FACF31AFB9204008FA782 /* Debug */ = {
583 isa = XCBuildConfiguration;
584 baseConfigurationReference = E555BEE30E2659F27C50D6B8 /* Pods-JomloTableView_Tests.debug.xcconfig */;
585 buildSettings = {
586 DEVELOPMENT_TEAM = V75BU3KM37;
587 FRAMEWORK_SEARCH_PATHS = (
588 "$(SDKROOT)/Developer/Library/Frameworks",
589 "$(inherited)",
590 );
591 GCC_PREPROCESSOR_DEFINITIONS = (
592 "DEBUG=1",
593 "$(inherited)",
594 );
595 INFOPLIST_FILE = Tests/Info.plist;
596 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
597 PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
598 PRODUCT_NAME = "$(TARGET_NAME)";
599 SWIFT_VERSION = 3.0;
600 };
601 name = Debug;
602 };
603 607FACF41AFB9204008FA782 /* Release */ = {
604 isa = XCBuildConfiguration;
605 baseConfigurationReference = D67A39B8BF2D4AB708B1879B /* Pods-JomloTableView_Tests.release.xcconfig */;
606 buildSettings = {
607 DEVELOPMENT_TEAM = V75BU3KM37;
608 FRAMEWORK_SEARCH_PATHS = (
609 "$(SDKROOT)/Developer/Library/Frameworks",
610 "$(inherited)",
611 );
612 INFOPLIST_FILE = Tests/Info.plist;
613 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
614 PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
615 PRODUCT_NAME = "$(TARGET_NAME)";
616 SWIFT_VERSION = 3.0;
617 };
618 name = Release;
619 };
620 /* End XCBuildConfiguration section */
621
622 /* Begin XCConfigurationList section */
623 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "JomloTableView" */ = {
624 isa = XCConfigurationList;
625 buildConfigurations = (
626 607FACED1AFB9204008FA782 /* Debug */,
627 607FACEE1AFB9204008FA782 /* Release */,
628 );
629 defaultConfigurationIsVisible = 0;
630 defaultConfigurationName = Release;
631 };
632 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "JomloTableView_Example" */ = {
633 isa = XCConfigurationList;
634 buildConfigurations = (
635 607FACF01AFB9204008FA782 /* Debug */,
636 607FACF11AFB9204008FA782 /* Release */,
637 );
638 defaultConfigurationIsVisible = 0;
639 defaultConfigurationName = Release;
640 };
641 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "JomloTableView_Tests" */ = {
642 isa = XCConfigurationList;
643 buildConfigurations = (
644 607FACF31AFB9204008FA782 /* Debug */,
645 607FACF41AFB9204008FA782 /* Release */,
646 );
647 defaultConfigurationIsVisible = 0;
648 defaultConfigurationName = Release;
649 };
650 /* End XCConfigurationList section */
651 };
652 rootObject = 607FACC81AFB9204008FA782 /* Project object */;
653 }