Build example project
Seto Elkahfi committed
Mar 27, 2017 at 21:55 UTC
9fd6a8d873a6d669a1a707d3f8ce9f05978de05c
3 files changed
+132
-134
Example/JomloTableView.xcodeproj/project.pbxproj
+5
-3
@@ -29,7 +29,7 @@
29
30
/* Begin PBXFileReference section */
31
02771B90736B785DC8EEE580 /* Pods_JomloTableView_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_JomloTableView_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
32
- 044CF1D5E803D7F3DBAD2530 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = "<group>"; };
32
+ 044CF1D5E803D7F3DBAD2530 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
33
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>"; };
34
607FACD01AFB9204008FA782 /* JomloTableView_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = JomloTableView_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
35
607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -42,9 +42,9 @@
42
607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
43
607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
44
9A33E5FF3CCC9BDCBA18C58F /* Pods_JomloTableView_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_JomloTableView_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
45
- B02AFC91A81D2EBF28A0B26F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
45
+ B02AFC91A81D2EBF28A0B26F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
46
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>"; };
47
- BAB533BC282592A3CAD7E959 /* JomloTableView.podspec */ = {isa = PBXFileReference; includeInIndex = 1; name = JomloTableView.podspec; path = ../JomloTableView.podspec; sourceTree = "<group>"; };
47
+ BAB533BC282592A3CAD7E959 /* JomloTableView.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = JomloTableView.podspec; path = ../JomloTableView.podspec; sourceTree = "<group>"; };
48
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>"; };
49
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>"; };
50
/* End PBXFileReference section */
@@ -496,6 +496,7 @@
496
baseConfigurationReference = 1DF5A127CF52147610B75ADE /* Pods-JomloTableView_Example.debug.xcconfig */;
497
buildSettings = {
498
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
499
+ DEVELOPMENT_TEAM = "";
500
INFOPLIST_FILE = JomloTableView/Info.plist;
501
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
502
MODULE_NAME = ExampleApp;
@@ -510,6 +511,7 @@
511
baseConfigurationReference = B828666E6D8F9450941A36AB /* Pods-JomloTableView_Example.release.xcconfig */;
512
buildSettings = {
513
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
514
+ DEVELOPMENT_TEAM = "";
515
INFOPLIST_FILE = JomloTableView/Info.plist;
516
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
517
MODULE_NAME = ExampleApp;
Example/JomloTableView/ViewController.swift
+1
@@ -7,6 +7,7 @@
7
//
8
9
import UIKit
10
+import JomloTableView
11
12
class ViewController: UIViewController {
13
Example/Pods/Pods.xcodeproj/project.pbxproj
+126
-131
@@ -7,18 +7,18 @@
7
objects = {
8
9
/* Begin PBXBuildFile section */
10
- 14CF9F7E07BB57EAA48AF363D3D4DE6B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CBB3DE36805AF21409EC968A9691732F /* Foundation.framework */; };
10
+ 0D8D4921B2B512E16CBB25F0BC33672B /* JomloTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82EDE200FBBC4AFB5362AA113CDFF353 /* JomloTableViewCell.swift */; };
11
+ 1AC14489467A0FD9621E6CD8EB85E721 /* JomloTableView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F6F893EA7950A7BE59637B990958AF2 /* JomloTableView-dummy.m */; };
12
1D4F829383084810C14517780C98B5DC /* Pods-JomloTableView_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A96BFA3EE6A0D28CD604B8B44A4C4AD4 /* Pods-JomloTableView_Tests-dummy.m */; };
12
- 229918AE0C12876D3D696E7705E38F85 /* JomloTableView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F6F893EA7950A7BE59637B990958AF2 /* JomloTableView-dummy.m */; };
13
+ 1FCF88CAC688C2DE629972F5F65EA01E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CBB3DE36805AF21409EC968A9691732F /* Foundation.framework */; };
14
5B3E099F9CCC85B305E289DB0FD6E9A3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CBB3DE36805AF21409EC968A9691732F /* Foundation.framework */; };
15
8658B4EFDCD15EEA8B27E44867B7518B /* Pods-JomloTableView_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C017400495624FBAD43A339D2A940D4 /* Pods-JomloTableView_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
16
+ 9DEA05CA52F344DE9CB662568B05C86C /* JomloTableViewSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CF88271F7E727E1695E7E35A793BCFC /* JomloTableViewSection.swift */; };
17
+ A117DB3F113D9A13DF08AE7626BE03FE /* JomloTableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798AF1CF7A566B0C1D52FF60F9A7F71A /* JomloTableView.swift */; };
18
AAB4B2B5987FFE8726D357C52A2B8FCE /* Pods-JomloTableView_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 60D423415AF3551B7418D6DA465BD088 /* Pods-JomloTableView_Example-dummy.m */; };
19
+ AB0F6B529628008AE7CF271E55C0327C /* JomloTableViewRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C0A9C606C752C362E7A303CBC138CD7 /* JomloTableViewRow.swift */; };
20
BAC20B1DB8A45D94F33D7D4001B0AAB4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CBB3DE36805AF21409EC968A9691732F /* Foundation.framework */; };
17
- BD26170D1E892C7F00FDA35F /* JomloTableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD26170C1E892C7F00FDA35F /* JomloTableView.swift */; };
18
- BD26170F1E892D8100FDA35F /* JomloTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD26170E1E892D8100FDA35F /* JomloTableViewCell.swift */; };
19
- BD2617111E892DBC00FDA35F /* JomloTableViewSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD2617101E892DBC00FDA35F /* JomloTableViewSection.swift */; };
20
- BD2617131E892E0700FDA35F /* JomloTableViewRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD2617121E892E0700FDA35F /* JomloTableViewRow.swift */; };
21
- D4AC74058CAF4103E09C2F65C8A3C556 /* JomloTableView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C8AD3EA48648AA9496880AD422FC89B /* JomloTableView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
21
+ CFEDFA06374F84D8CA5E909A101C8852 /* JomloTableView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C8AD3EA48648AA9496880AD422FC89B /* JomloTableView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
22
DDC4B8795C13270A981F10AF2EA42E77 /* Pods-JomloTableView_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B5B6497D0985918FB6BE7450AE8060E8 /* Pods-JomloTableView_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
23
/* End PBXBuildFile section */
24
@@ -27,36 +27,36 @@
27
isa = PBXContainerItemProxy;
28
containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
29
proxyType = 1;
30
- remoteGlobalIDString = 7E8B7D635EFDD5CBD5C72877CA2153F4;
30
+ remoteGlobalIDString = EEF8A944F9A1C38BA463982A9A0697CF;
31
remoteInfo = JomloTableView;
32
};
33
/* End PBXContainerItemProxy section */
34
35
/* Begin PBXFileReference section */
36
- 0A4F0F15992F616F4F7F1BC8B2326618 /* Pods_JomloTableView_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_JomloTableView_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
36
+ 0A4F0F15992F616F4F7F1BC8B2326618 /* Pods_JomloTableView_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_JomloTableView_Example.framework; path = "Pods-JomloTableView_Example.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
37
0D74EAD65AB19B7B9B2C35769EE96314 /* Pods-JomloTableView_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-JomloTableView_Example-acknowledgements.plist"; sourceTree = "<group>"; };
38
2F6F893EA7950A7BE59637B990958AF2 /* JomloTableView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JomloTableView-dummy.m"; sourceTree = "<group>"; };
39
- 36EA977690BA933633B4F9F0AD1252BC /* Pods-JomloTableView_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-JomloTableView_Example.modulemap"; sourceTree = "<group>"; };
39
+ 36EA977690BA933633B4F9F0AD1252BC /* Pods-JomloTableView_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = "Pods-JomloTableView_Example.modulemap"; sourceTree = "<group>"; };
40
45088A701E771BAC60DCBF0DA340E71E /* JomloTableView.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JomloTableView.xcconfig; sourceTree = "<group>"; };
41
489BCA5423D698CB1466237ED6036019 /* Pods-JomloTableView_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-JomloTableView_Example-frameworks.sh"; sourceTree = "<group>"; };
42
5779D40C034F3E90886CA3DC3A3DD3A4 /* Pods-JomloTableView_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-JomloTableView_Example.debug.xcconfig"; sourceTree = "<group>"; };
43
60D423415AF3551B7418D6DA465BD088 /* Pods-JomloTableView_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-JomloTableView_Example-dummy.m"; sourceTree = "<group>"; };
44
6B7993F47602C0C41C91F82898020872 /* Pods-JomloTableView_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-JomloTableView_Example.release.xcconfig"; sourceTree = "<group>"; };
45
6C017400495624FBAD43A339D2A940D4 /* Pods-JomloTableView_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-JomloTableView_Tests-umbrella.h"; sourceTree = "<group>"; };
46
- 6DE5C2A0AE38F5FF8A030A241386F594 /* Pods-JomloTableView_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-JomloTableView_Tests.modulemap"; sourceTree = "<group>"; };
47
- 883C50B07C7C7753B10AB1BE640AE7D9 /* JomloTableView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = JomloTableView.framework; sourceTree = BUILT_PRODUCTS_DIR; };
46
+ 6C0A9C606C752C362E7A303CBC138CD7 /* JomloTableViewRow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = JomloTableViewRow.swift; sourceTree = "<group>"; };
47
+ 6CF88271F7E727E1695E7E35A793BCFC /* JomloTableViewSection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = JomloTableViewSection.swift; sourceTree = "<group>"; };
48
+ 6DE5C2A0AE38F5FF8A030A241386F594 /* Pods-JomloTableView_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = "Pods-JomloTableView_Tests.modulemap"; sourceTree = "<group>"; };
49
+ 798AF1CF7A566B0C1D52FF60F9A7F71A /* JomloTableView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = JomloTableView.swift; sourceTree = "<group>"; };
50
+ 82EDE200FBBC4AFB5362AA113CDFF353 /* JomloTableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = JomloTableViewCell.swift; sourceTree = "<group>"; };
51
+ 883C50B07C7C7753B10AB1BE640AE7D9 /* JomloTableView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = JomloTableView.framework; path = JomloTableView.framework; sourceTree = BUILT_PRODUCTS_DIR; };
52
8C8AD3EA48648AA9496880AD422FC89B /* JomloTableView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JomloTableView-umbrella.h"; sourceTree = "<group>"; };
49
- 924B3998B21AB06C5252DCAC46845463 /* JomloTableView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = JomloTableView.modulemap; sourceTree = "<group>"; };
50
- 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
53
+ 924B3998B21AB06C5252DCAC46845463 /* JomloTableView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = JomloTableView.modulemap; sourceTree = "<group>"; };
54
+ 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
55
9E88CBFBE200C005FEFBFF83D7B1B2B2 /* Pods-JomloTableView_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-JomloTableView_Tests-acknowledgements.markdown"; sourceTree = "<group>"; };
52
- A8DB46A01A5A00409542D1A7EE1D99BF /* Pods_JomloTableView_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_JomloTableView_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
56
+ A8DB46A01A5A00409542D1A7EE1D99BF /* Pods_JomloTableView_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_JomloTableView_Tests.framework; path = "Pods-JomloTableView_Tests.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
57
A96BFA3EE6A0D28CD604B8B44A4C4AD4 /* Pods-JomloTableView_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-JomloTableView_Tests-dummy.m"; sourceTree = "<group>"; };
58
B46D5F73DDC87BA9D964566E34DB382E /* Pods-JomloTableView_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-JomloTableView_Tests.debug.xcconfig"; sourceTree = "<group>"; };
59
B5B6497D0985918FB6BE7450AE8060E8 /* Pods-JomloTableView_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-JomloTableView_Example-umbrella.h"; sourceTree = "<group>"; };
56
- BD26170C1E892C7F00FDA35F /* JomloTableView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JomloTableView.swift; sourceTree = "<group>"; };
57
- BD26170E1E892D8100FDA35F /* JomloTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JomloTableViewCell.swift; sourceTree = "<group>"; };
58
- BD2617101E892DBC00FDA35F /* JomloTableViewSection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JomloTableViewSection.swift; sourceTree = "<group>"; };
59
- BD2617121E892E0700FDA35F /* JomloTableViewRow.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JomloTableViewRow.swift; sourceTree = "<group>"; };
60
C361274D31BA2CCB58B987096CB1E69B /* Pods-JomloTableView_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-JomloTableView_Example-acknowledgements.markdown"; sourceTree = "<group>"; };
61
C4343F4D99A7254AB43CA9880C54A3B9 /* Pods-JomloTableView_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-JomloTableView_Tests-resources.sh"; sourceTree = "<group>"; };
62
C4A6CD3BFC8909F01D3AEF903EC5874D /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -87,11 +87,11 @@
87
);
88
runOnlyForDeploymentPostprocessing = 0;
89
};
90
- E1C79872179CBEFFA911DA12873DAC6C /* Frameworks */ = {
90
+ D4EFDAB4FA860DA56D4E5E6F413727E2 /* Frameworks */ = {
91
isa = PBXFrameworksBuildPhase;
92
buildActionMask = 2147483647;
93
files = (
94
- 14CF9F7E07BB57EAA48AF363D3D4DE6B /* Foundation.framework in Frameworks */,
94
+ 1FCF88CAC688C2DE629972F5F65EA01E /* Foundation.framework in Frameworks */,
95
);
96
runOnlyForDeploymentPostprocessing = 0;
97
};
@@ -106,6 +106,15 @@
106
name = "Development Pods";
107
sourceTree = "<group>";
108
};
109
+ 3171EA3BFA58B9FBC6EB28B83114C104 /* JomloTableView */ = {
110
+ isa = PBXGroup;
111
+ children = (
112
+ 79E17ED62B3C3F336F9C25479AD6AC72 /* Classes */,
113
+ );
114
+ name = JomloTableView;
115
+ path = JomloTableView;
116
+ sourceTree = "<group>";
117
+ };
118
327A85A7E8D4D34492E88F3C83262B6B /* Pods-JomloTableView_Tests */ = {
119
isa = PBXGroup;
120
children = (
@@ -142,23 +151,24 @@
151
path = "Target Support Files/Pods-JomloTableView_Example";
152
sourceTree = "<group>";
153
};
145
- 4E80321645D40425CAAC5C99A58FC0C3 /* Classes */ = {
154
+ 7531C8F8DE19F1AA3C8A7AC97A91DC29 /* iOS */ = {
155
isa = PBXGroup;
156
children = (
148
- BD26170C1E892C7F00FDA35F /* JomloTableView.swift */,
149
- BD26170E1E892D8100FDA35F /* JomloTableViewCell.swift */,
150
- BD2617101E892DBC00FDA35F /* JomloTableViewSection.swift */,
151
- BD2617121E892E0700FDA35F /* JomloTableViewRow.swift */,
157
+ CBB3DE36805AF21409EC968A9691732F /* Foundation.framework */,
158
);
153
- path = Classes;
159
+ name = iOS;
160
sourceTree = "<group>";
161
};
156
- 7531C8F8DE19F1AA3C8A7AC97A91DC29 /* iOS */ = {
162
+ 79E17ED62B3C3F336F9C25479AD6AC72 /* Classes */ = {
163
isa = PBXGroup;
164
children = (
159
- CBB3DE36805AF21409EC968A9691732F /* Foundation.framework */,
165
+ 798AF1CF7A566B0C1D52FF60F9A7F71A /* JomloTableView.swift */,
166
+ 82EDE200FBBC4AFB5362AA113CDFF353 /* JomloTableViewCell.swift */,
167
+ 6C0A9C606C752C362E7A303CBC138CD7 /* JomloTableViewRow.swift */,
168
+ 6CF88271F7E727E1695E7E35A793BCFC /* JomloTableViewSection.swift */,
169
);
161
- name = iOS;
170
+ name = Classes;
171
+ path = Classes;
172
sourceTree = "<group>";
173
};
174
7DB346D0F39D3F0E887471402A8071AB = {
@@ -186,14 +196,6 @@
196
path = "Example/Pods/Target Support Files/JomloTableView";
197
sourceTree = "<group>";
198
};
189
- ABC028B99F7E0BAB3AA9BA28320D14F0 /* JomloTableView */ = {
190
- isa = PBXGroup;
191
- children = (
192
- 4E80321645D40425CAAC5C99A58FC0C3 /* Classes */,
193
- );
194
- path = JomloTableView;
195
- sourceTree = "<group>";
196
- };
199
BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */ = {
200
isa = PBXGroup;
201
children = (
@@ -215,7 +217,7 @@
217
D651DD9302831AB18EBAA06D42E8BC22 /* JomloTableView */ = {
218
isa = PBXGroup;
219
children = (
218
- ABC028B99F7E0BAB3AA9BA28320D14F0 /* JomloTableView */,
220
+ 3171EA3BFA58B9FBC6EB28B83114C104 /* JomloTableView */,
221
841FAD38BC3866773C0D99D1F1779E91 /* Support Files */,
222
);
223
name = JomloTableView;
@@ -234,19 +236,19 @@
236
/* End PBXGroup section */
237
238
/* Begin PBXHeadersBuildPhase section */
237
- 363BEC207195698E6DE3C30AE66E3E80 /* Headers */ = {
239
+ 1CFCA9E0F9273A91FA5A6FB9FC1CCC32 /* Headers */ = {
240
isa = PBXHeadersBuildPhase;
241
buildActionMask = 2147483647;
242
files = (
241
- DDC4B8795C13270A981F10AF2EA42E77 /* Pods-JomloTableView_Example-umbrella.h in Headers */,
243
+ CFEDFA06374F84D8CA5E909A101C8852 /* JomloTableView-umbrella.h in Headers */,
244
);
245
runOnlyForDeploymentPostprocessing = 0;
246
};
245
- 628EAF4A5861AC9B2D65B763AC923B2B /* Headers */ = {
247
+ 363BEC207195698E6DE3C30AE66E3E80 /* Headers */ = {
248
isa = PBXHeadersBuildPhase;
249
buildActionMask = 2147483647;
250
files = (
249
- D4AC74058CAF4103E09C2F65C8A3C556 /* JomloTableView-umbrella.h in Headers */,
251
+ DDC4B8795C13270A981F10AF2EA42E77 /* Pods-JomloTableView_Example-umbrella.h in Headers */,
252
);
253
runOnlyForDeploymentPostprocessing = 0;
254
};
@@ -296,13 +298,13 @@
298
productReference = 0A4F0F15992F616F4F7F1BC8B2326618 /* Pods_JomloTableView_Example.framework */;
299
productType = "com.apple.product-type.framework";
300
};
299
- 7E8B7D635EFDD5CBD5C72877CA2153F4 /* JomloTableView */ = {
301
+ EEF8A944F9A1C38BA463982A9A0697CF /* JomloTableView */ = {
302
isa = PBXNativeTarget;
301
- buildConfigurationList = D2F7581B355F091E00C44C3FA6FA37E1 /* Build configuration list for PBXNativeTarget "JomloTableView" */;
303
+ buildConfigurationList = A4919AE2AB05113658C3106D0F694CC7 /* Build configuration list for PBXNativeTarget "JomloTableView" */;
304
buildPhases = (
303
- 64B997310F177B2E400DE29FB0B13E2E /* Sources */,
304
- E1C79872179CBEFFA911DA12873DAC6C /* Frameworks */,
305
- 628EAF4A5861AC9B2D65B763AC923B2B /* Headers */,
305
+ 0692D8AEFABE8E954E5963437C2217B4 /* Sources */,
306
+ D4EFDAB4FA860DA56D4E5E6F413727E2 /* Frameworks */,
307
+ 1CFCA9E0F9273A91FA5A6FB9FC1CCC32 /* Headers */,
308
);
309
buildRules = (
310
);
@@ -321,11 +323,6 @@
323
attributes = {
324
LastSwiftUpdateCheck = 0730;
325
LastUpgradeCheck = 0700;
324
- TargetAttributes = {
325
- 7E8B7D635EFDD5CBD5C72877CA2153F4 = {
326
- LastSwiftMigration = 0820;
327
- };
328
- };
326
};
327
buildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */;
328
compatibilityVersion = "Xcode 3.2";
@@ -339,7 +336,7 @@
336
projectDirPath = "";
337
projectRoot = "";
338
targets = (
342
- 7E8B7D635EFDD5CBD5C72877CA2153F4 /* JomloTableView */,
339
+ EEF8A944F9A1C38BA463982A9A0697CF /* JomloTableView */,
340
7BE6F9D49ECD504CE8D3975F25EA615C /* Pods-JomloTableView_Example */,
341
25B271FDAFFE621D62631709D8A51B21 /* Pods-JomloTableView_Tests */,
342
);
@@ -347,15 +344,15 @@
344
/* End PBXProject section */
345
346
/* Begin PBXSourcesBuildPhase section */
350
- 64B997310F177B2E400DE29FB0B13E2E /* Sources */ = {
347
+ 0692D8AEFABE8E954E5963437C2217B4 /* Sources */ = {
348
isa = PBXSourcesBuildPhase;
349
buildActionMask = 2147483647;
350
files = (
354
- 229918AE0C12876D3D696E7705E38F85 /* JomloTableView-dummy.m in Sources */,
355
- BD26170F1E892D8100FDA35F /* JomloTableViewCell.swift in Sources */,
356
- BD26170D1E892C7F00FDA35F /* JomloTableView.swift in Sources */,
357
- BD2617111E892DBC00FDA35F /* JomloTableViewSection.swift in Sources */,
358
- BD2617131E892E0700FDA35F /* JomloTableViewRow.swift in Sources */,
351
+ 1AC14489467A0FD9621E6CD8EB85E721 /* JomloTableView-dummy.m in Sources */,
352
+ A117DB3F113D9A13DF08AE7626BE03FE /* JomloTableView.swift in Sources */,
353
+ 0D8D4921B2B512E16CBB25F0BC33672B /* JomloTableViewCell.swift in Sources */,
354
+ AB0F6B529628008AE7CF271E55C0327C /* JomloTableViewRow.swift in Sources */,
355
+ 9DEA05CA52F344DE9CB662568B05C86C /* JomloTableViewSection.swift in Sources */,
356
);
357
runOnlyForDeploymentPostprocessing = 0;
358
};
@@ -381,7 +378,7 @@
378
E0F4F002A3273C6BB5A35FE304B6B893 /* PBXTargetDependency */ = {
379
isa = PBXTargetDependency;
380
name = JomloTableView;
384
- target = 7E8B7D635EFDD5CBD5C72877CA2153F4 /* JomloTableView */;
381
+ target = EEF8A944F9A1C38BA463982A9A0697CF /* JomloTableView */;
382
targetProxy = 1878CD62370D13D5C84C5DDACE009CC4 /* PBXContainerItemProxy */;
383
};
384
/* End PBXTargetDependency section */
@@ -422,73 +419,6 @@
419
};
420
name = Release;
421
};
425
- 1B659E8FFCAD5D2257BEA99EDB317772 /* Debug */ = {
426
- isa = XCBuildConfiguration;
427
- baseConfigurationReference = 45088A701E771BAC60DCBF0DA340E71E /* JomloTableView.xcconfig */;
428
- buildSettings = {
429
- CLANG_ENABLE_MODULES = YES;
430
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
431
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
432
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
433
- CURRENT_PROJECT_VERSION = 1;
434
- DEBUG_INFORMATION_FORMAT = dwarf;
435
- DEFINES_MODULE = YES;
436
- DYLIB_COMPATIBILITY_VERSION = 1;
437
- DYLIB_CURRENT_VERSION = 1;
438
- DYLIB_INSTALL_NAME_BASE = "@rpath";
439
- ENABLE_STRICT_OBJC_MSGSEND = YES;
440
- GCC_NO_COMMON_BLOCKS = YES;
441
- GCC_PREFIX_HEADER = "Target Support Files/JomloTableView/JomloTableView-prefix.pch";
442
- INFOPLIST_FILE = "Target Support Files/JomloTableView/Info.plist";
443
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
444
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
445
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
446
- MODULEMAP_FILE = "Target Support Files/JomloTableView/JomloTableView.modulemap";
447
- MTL_ENABLE_DEBUG_INFO = YES;
448
- PRODUCT_NAME = JomloTableView;
449
- SDKROOT = iphoneos;
450
- SKIP_INSTALL = YES;
451
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
452
- SWIFT_VERSION = 3.0;
453
- TARGETED_DEVICE_FAMILY = "1,2";
454
- VERSIONING_SYSTEM = "apple-generic";
455
- VERSION_INFO_PREFIX = "";
456
- };
457
- name = Debug;
458
- };
459
- 87050B54E9F22733808936927E021114 /* Release */ = {
460
- isa = XCBuildConfiguration;
461
- baseConfigurationReference = 45088A701E771BAC60DCBF0DA340E71E /* JomloTableView.xcconfig */;
462
- buildSettings = {
463
- CLANG_ENABLE_MODULES = YES;
464
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
465
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
466
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
467
- CURRENT_PROJECT_VERSION = 1;
468
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
469
- DEFINES_MODULE = YES;
470
- DYLIB_COMPATIBILITY_VERSION = 1;
471
- DYLIB_CURRENT_VERSION = 1;
472
- DYLIB_INSTALL_NAME_BASE = "@rpath";
473
- ENABLE_STRICT_OBJC_MSGSEND = YES;
474
- GCC_NO_COMMON_BLOCKS = YES;
475
- GCC_PREFIX_HEADER = "Target Support Files/JomloTableView/JomloTableView-prefix.pch";
476
- INFOPLIST_FILE = "Target Support Files/JomloTableView/Info.plist";
477
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
478
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
479
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
480
- MODULEMAP_FILE = "Target Support Files/JomloTableView/JomloTableView.modulemap";
481
- MTL_ENABLE_DEBUG_INFO = NO;
482
- PRODUCT_NAME = JomloTableView;
483
- SDKROOT = iphoneos;
484
- SKIP_INSTALL = YES;
485
- SWIFT_VERSION = 3.0;
486
- TARGETED_DEVICE_FAMILY = "1,2";
487
- VERSIONING_SYSTEM = "apple-generic";
488
- VERSION_INFO_PREFIX = "";
489
- };
490
- name = Release;
491
- };
422
8DED8AD26D381A6ACFF202E5217EC498 /* Release */ = {
423
isa = XCBuildConfiguration;
424
buildSettings = {
@@ -573,6 +503,39 @@
503
};
504
name = Debug;
505
};
506
+ 9E44788F3505352AB48774B7563232D5 /* Debug */ = {
507
+ isa = XCBuildConfiguration;
508
+ baseConfigurationReference = 45088A701E771BAC60DCBF0DA340E71E /* JomloTableView.xcconfig */;
509
+ buildSettings = {
510
+ "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
511
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
512
+ "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
513
+ CURRENT_PROJECT_VERSION = 1;
514
+ DEBUG_INFORMATION_FORMAT = dwarf;
515
+ DEFINES_MODULE = YES;
516
+ DYLIB_COMPATIBILITY_VERSION = 1;
517
+ DYLIB_CURRENT_VERSION = 1;
518
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
519
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
520
+ GCC_NO_COMMON_BLOCKS = YES;
521
+ GCC_PREFIX_HEADER = "Target Support Files/JomloTableView/JomloTableView-prefix.pch";
522
+ INFOPLIST_FILE = "Target Support Files/JomloTableView/Info.plist";
523
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
524
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
525
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
526
+ MODULEMAP_FILE = "Target Support Files/JomloTableView/JomloTableView.modulemap";
527
+ MTL_ENABLE_DEBUG_INFO = YES;
528
+ PRODUCT_NAME = JomloTableView;
529
+ SDKROOT = iphoneos;
530
+ SKIP_INSTALL = YES;
531
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
532
+ SWIFT_VERSION = 3.0;
533
+ TARGETED_DEVICE_FAMILY = "1,2";
534
+ VERSIONING_SYSTEM = "apple-generic";
535
+ VERSION_INFO_PREFIX = "";
536
+ };
537
+ name = Debug;
538
+ };
539
A0C9921763CEE6035C9B8F2BA0B86D7B /* Debug */ = {
540
isa = XCBuildConfiguration;
541
baseConfigurationReference = 5779D40C034F3E90886CA3DC3A3DD3A4 /* Pods-JomloTableView_Example.debug.xcconfig */;
@@ -644,6 +607,38 @@
607
};
608
name = Release;
609
};
610
+ F6FA9F943D5FE4A77B2FC789EAE04CF7 /* Release */ = {
611
+ isa = XCBuildConfiguration;
612
+ baseConfigurationReference = 45088A701E771BAC60DCBF0DA340E71E /* JomloTableView.xcconfig */;
613
+ buildSettings = {
614
+ "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
615
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
616
+ "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
617
+ CURRENT_PROJECT_VERSION = 1;
618
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
619
+ DEFINES_MODULE = YES;
620
+ DYLIB_COMPATIBILITY_VERSION = 1;
621
+ DYLIB_CURRENT_VERSION = 1;
622
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
623
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
624
+ GCC_NO_COMMON_BLOCKS = YES;
625
+ GCC_PREFIX_HEADER = "Target Support Files/JomloTableView/JomloTableView-prefix.pch";
626
+ INFOPLIST_FILE = "Target Support Files/JomloTableView/Info.plist";
627
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
628
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
629
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
630
+ MODULEMAP_FILE = "Target Support Files/JomloTableView/JomloTableView.modulemap";
631
+ MTL_ENABLE_DEBUG_INFO = NO;
632
+ PRODUCT_NAME = JomloTableView;
633
+ SDKROOT = iphoneos;
634
+ SKIP_INSTALL = YES;
635
+ SWIFT_VERSION = 3.0;
636
+ TARGETED_DEVICE_FAMILY = "1,2";
637
+ VERSIONING_SYSTEM = "apple-generic";
638
+ VERSION_INFO_PREFIX = "";
639
+ };
640
+ name = Release;
641
+ };
642
FEC07C6ED2CC501DE2BF35F743DC7B1D /* Debug */ = {
643
isa = XCBuildConfiguration;
644
baseConfigurationReference = B46D5F73DDC87BA9D964566E34DB382E /* Pods-JomloTableView_Tests.debug.xcconfig */;
@@ -709,11 +704,11 @@
704
defaultConfigurationIsVisible = 0;
705
defaultConfigurationName = Release;
706
};
712
- D2F7581B355F091E00C44C3FA6FA37E1 /* Build configuration list for PBXNativeTarget "JomloTableView" */ = {
707
+ A4919AE2AB05113658C3106D0F694CC7 /* Build configuration list for PBXNativeTarget "JomloTableView" */ = {
708
isa = XCConfigurationList;
709
buildConfigurations = (
715
- 1B659E8FFCAD5D2257BEA99EDB317772 /* Debug */,
716
- 87050B54E9F22733808936927E021114 /* Release */,
710
+ 9E44788F3505352AB48774B7563232D5 /* Debug */,
711
+ F6FA9F943D5FE4A77B2FC789EAE04CF7 /* Release */,
712
);
713
defaultConfigurationIsVisible = 0;
714
defaultConfigurationName = Release;