|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 4901DBBD22ABC747008CC400 /* CollapseSectionHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4901DBBB22ABC747008CC400 /* CollapseSectionHeader.swift */; };
|
11 | 11 | 4901DBBE22ABC747008CC400 /* CollapseTableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4901DBBC22ABC747008CC400 /* CollapseTableView.swift */; };
|
| 12 | + 4919EFCE22AC25D400CD5A74 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4919EFCD22AC25D400CD5A74 /* AppDelegate.swift */; }; |
| 13 | + 4919EFD022AC25D400CD5A74 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4919EFCF22AC25D400CD5A74 /* ViewController.swift */; }; |
| 14 | + 4919EFD322AC25D400CD5A74 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4919EFD122AC25D400CD5A74 /* Main.storyboard */; }; |
| 15 | + 4919EFD522AC25D500CD5A74 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4919EFD422AC25D500CD5A74 /* Assets.xcassets */; }; |
| 16 | + 4919EFD822AC25D500CD5A74 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4919EFD622AC25D500CD5A74 /* LaunchScreen.storyboard */; }; |
| 17 | + 4919EFDF22AC263D00CD5A74 /* SectionHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4919EFDD22AC263D00CD5A74 /* SectionHeaderView.swift */; }; |
| 18 | + 4919EFE022AC263D00CD5A74 /* SectionHeaderView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4919EFDE22AC263D00CD5A74 /* SectionHeaderView.xib */; }; |
| 19 | + 4919EFE122AC27A200CD5A74 /* CollapseTableView.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4922F97122AAE53700967BB5 /* CollapseTableView.framework */; }; |
| 20 | + 4919EFE222AC27A200CD5A74 /* CollapseTableView.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4922F97122AAE53700967BB5 /* CollapseTableView.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
12 | 21 | 4922F97622AAE53700967BB5 /* CollapseTableView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4922F97422AAE53700967BB5 /* CollapseTableView.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
13 | 22 | /* End PBXBuildFile section */
|
14 | 23 |
|
| 24 | +/* Begin PBXContainerItemProxy section */ |
| 25 | + 4919EFE322AC27A200CD5A74 /* PBXContainerItemProxy */ = { |
| 26 | + isa = PBXContainerItemProxy; |
| 27 | + containerPortal = 4922F96822AAE53700967BB5 /* Project object */; |
| 28 | + proxyType = 1; |
| 29 | + remoteGlobalIDString = 4922F97022AAE53700967BB5; |
| 30 | + remoteInfo = CollapseTableView; |
| 31 | + }; |
| 32 | +/* End PBXContainerItemProxy section */ |
| 33 | + |
| 34 | +/* Begin PBXCopyFilesBuildPhase section */ |
| 35 | + 4919EFE522AC27A200CD5A74 /* Embed Frameworks */ = { |
| 36 | + isa = PBXCopyFilesBuildPhase; |
| 37 | + buildActionMask = 2147483647; |
| 38 | + dstPath = ""; |
| 39 | + dstSubfolderSpec = 10; |
| 40 | + files = ( |
| 41 | + 4919EFE222AC27A200CD5A74 /* CollapseTableView.framework in Embed Frameworks */, |
| 42 | + ); |
| 43 | + name = "Embed Frameworks"; |
| 44 | + runOnlyForDeploymentPostprocessing = 0; |
| 45 | + }; |
| 46 | +/* End PBXCopyFilesBuildPhase section */ |
| 47 | + |
15 | 48 | /* Begin PBXFileReference section */
|
16 | 49 | 4901DBBB22ABC747008CC400 /* CollapseSectionHeader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CollapseSectionHeader.swift; sourceTree = "<group>"; };
|
17 | 50 | 4901DBBC22ABC747008CC400 /* CollapseTableView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CollapseTableView.swift; sourceTree = "<group>"; };
|
| 51 | + 4919EFCB22AC25D400CD5A74 /* CollapseTableViewDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CollapseTableViewDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 52 | + 4919EFCD22AC25D400CD5A74 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
| 53 | + 4919EFCF22AC25D400CD5A74 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
| 54 | + 4919EFD222AC25D400CD5A74 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
| 55 | + 4919EFD422AC25D500CD5A74 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
| 56 | + 4919EFD722AC25D500CD5A74 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
| 57 | + 4919EFD922AC25D500CD5A74 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 58 | + 4919EFDD22AC263D00CD5A74 /* SectionHeaderView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SectionHeaderView.swift; sourceTree = "<group>"; }; |
| 59 | + 4919EFDE22AC263D00CD5A74 /* SectionHeaderView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SectionHeaderView.xib; sourceTree = "<group>"; }; |
18 | 60 | 4922F97122AAE53700967BB5 /* CollapseTableView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CollapseTableView.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
19 | 61 | 4922F97422AAE53700967BB5 /* CollapseTableView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CollapseTableView.h; sourceTree = "<group>"; };
|
20 | 62 | 4922F97522AAE53700967BB5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
21 | 63 | /* End PBXFileReference section */
|
22 | 64 |
|
23 | 65 | /* Begin PBXFrameworksBuildPhase section */
|
| 66 | + 4919EFC822AC25D400CD5A74 /* Frameworks */ = { |
| 67 | + isa = PBXFrameworksBuildPhase; |
| 68 | + buildActionMask = 2147483647; |
| 69 | + files = ( |
| 70 | + 4919EFE122AC27A200CD5A74 /* CollapseTableView.framework in Frameworks */, |
| 71 | + ); |
| 72 | + runOnlyForDeploymentPostprocessing = 0; |
| 73 | + }; |
24 | 74 | 4922F96E22AAE53700967BB5 /* Frameworks */ = {
|
25 | 75 | isa = PBXFrameworksBuildPhase;
|
26 | 76 | buildActionMask = 2147483647;
|
|
40 | 90 | path = Source;
|
41 | 91 | sourceTree = "<group>";
|
42 | 92 | };
|
| 93 | + 4919EFCC22AC25D400CD5A74 /* CollapseTableViewDemo */ = { |
| 94 | + isa = PBXGroup; |
| 95 | + children = ( |
| 96 | + 4919EFCD22AC25D400CD5A74 /* AppDelegate.swift */, |
| 97 | + 4919EFDD22AC263D00CD5A74 /* SectionHeaderView.swift */, |
| 98 | + 4919EFDE22AC263D00CD5A74 /* SectionHeaderView.xib */, |
| 99 | + 4919EFCF22AC25D400CD5A74 /* ViewController.swift */, |
| 100 | + 4919EFD122AC25D400CD5A74 /* Main.storyboard */, |
| 101 | + 4919EFD422AC25D500CD5A74 /* Assets.xcassets */, |
| 102 | + 4919EFD622AC25D500CD5A74 /* LaunchScreen.storyboard */, |
| 103 | + 4919EFD922AC25D500CD5A74 /* Info.plist */, |
| 104 | + ); |
| 105 | + path = CollapseTableViewDemo; |
| 106 | + sourceTree = "<group>"; |
| 107 | + }; |
43 | 108 | 4922F96722AAE53700967BB5 = {
|
44 | 109 | isa = PBXGroup;
|
45 | 110 | children = (
|
46 | 111 | 4922F97322AAE53700967BB5 /* CollapseTableView */,
|
| 112 | + 4919EFCC22AC25D400CD5A74 /* CollapseTableViewDemo */, |
47 | 113 | 4922F97222AAE53700967BB5 /* Products */,
|
48 | 114 | );
|
49 | 115 | sourceTree = "<group>";
|
|
52 | 118 | isa = PBXGroup;
|
53 | 119 | children = (
|
54 | 120 | 4922F97122AAE53700967BB5 /* CollapseTableView.framework */,
|
| 121 | + 4919EFCB22AC25D400CD5A74 /* CollapseTableViewDemo.app */, |
55 | 122 | );
|
56 | 123 | name = Products;
|
57 | 124 | sourceTree = "<group>";
|
|
80 | 147 | /* End PBXHeadersBuildPhase section */
|
81 | 148 |
|
82 | 149 | /* Begin PBXNativeTarget section */
|
| 150 | + 4919EFCA22AC25D400CD5A74 /* CollapseTableViewDemo */ = { |
| 151 | + isa = PBXNativeTarget; |
| 152 | + buildConfigurationList = 4919EFDC22AC25D500CD5A74 /* Build configuration list for PBXNativeTarget "CollapseTableViewDemo" */; |
| 153 | + buildPhases = ( |
| 154 | + 4919EFC722AC25D400CD5A74 /* Sources */, |
| 155 | + 4919EFC822AC25D400CD5A74 /* Frameworks */, |
| 156 | + 4919EFC922AC25D400CD5A74 /* Resources */, |
| 157 | + 4919EFE522AC27A200CD5A74 /* Embed Frameworks */, |
| 158 | + ); |
| 159 | + buildRules = ( |
| 160 | + ); |
| 161 | + dependencies = ( |
| 162 | + 4919EFE422AC27A200CD5A74 /* PBXTargetDependency */, |
| 163 | + ); |
| 164 | + name = CollapseTableViewDemo; |
| 165 | + productName = CollapseTableViewDemo; |
| 166 | + productReference = 4919EFCB22AC25D400CD5A74 /* CollapseTableViewDemo.app */; |
| 167 | + productType = "com.apple.product-type.application"; |
| 168 | + }; |
83 | 169 | 4922F97022AAE53700967BB5 /* CollapseTableView */ = {
|
84 | 170 | isa = PBXNativeTarget;
|
85 | 171 | buildConfigurationList = 4922F97922AAE53700967BB5 /* Build configuration list for PBXNativeTarget "CollapseTableView" */;
|
|
104 | 190 | 4922F96822AAE53700967BB5 /* Project object */ = {
|
105 | 191 | isa = PBXProject;
|
106 | 192 | attributes = {
|
| 193 | + LastSwiftUpdateCheck = 1020; |
107 | 194 | LastUpgradeCheck = 1020;
|
108 | 195 | ORGANIZATIONNAME = "Serhii Kharauzov";
|
109 | 196 | TargetAttributes = {
|
| 197 | + 4919EFCA22AC25D400CD5A74 = { |
| 198 | + CreatedOnToolsVersion = 10.2; |
| 199 | + }; |
110 | 200 | 4922F97022AAE53700967BB5 = {
|
111 | 201 | CreatedOnToolsVersion = 10.2;
|
112 | 202 | };
|
|
118 | 208 | hasScannedForEncodings = 0;
|
119 | 209 | knownRegions = (
|
120 | 210 | en,
|
| 211 | + Base, |
121 | 212 | );
|
122 | 213 | mainGroup = 4922F96722AAE53700967BB5;
|
123 | 214 | productRefGroup = 4922F97222AAE53700967BB5 /* Products */;
|
124 | 215 | projectDirPath = "";
|
125 | 216 | projectRoot = "";
|
126 | 217 | targets = (
|
127 | 218 | 4922F97022AAE53700967BB5 /* CollapseTableView */,
|
| 219 | + 4919EFCA22AC25D400CD5A74 /* CollapseTableViewDemo */, |
128 | 220 | );
|
129 | 221 | };
|
130 | 222 | /* End PBXProject section */
|
131 | 223 |
|
132 | 224 | /* Begin PBXResourcesBuildPhase section */
|
| 225 | + 4919EFC922AC25D400CD5A74 /* Resources */ = { |
| 226 | + isa = PBXResourcesBuildPhase; |
| 227 | + buildActionMask = 2147483647; |
| 228 | + files = ( |
| 229 | + 4919EFD822AC25D500CD5A74 /* LaunchScreen.storyboard in Resources */, |
| 230 | + 4919EFD522AC25D500CD5A74 /* Assets.xcassets in Resources */, |
| 231 | + 4919EFD322AC25D400CD5A74 /* Main.storyboard in Resources */, |
| 232 | + 4919EFE022AC263D00CD5A74 /* SectionHeaderView.xib in Resources */, |
| 233 | + ); |
| 234 | + runOnlyForDeploymentPostprocessing = 0; |
| 235 | + }; |
133 | 236 | 4922F96F22AAE53700967BB5 /* Resources */ = {
|
134 | 237 | isa = PBXResourcesBuildPhase;
|
135 | 238 | buildActionMask = 2147483647;
|
|
140 | 243 | /* End PBXResourcesBuildPhase section */
|
141 | 244 |
|
142 | 245 | /* Begin PBXSourcesBuildPhase section */
|
| 246 | + 4919EFC722AC25D400CD5A74 /* Sources */ = { |
| 247 | + isa = PBXSourcesBuildPhase; |
| 248 | + buildActionMask = 2147483647; |
| 249 | + files = ( |
| 250 | + 4919EFD022AC25D400CD5A74 /* ViewController.swift in Sources */, |
| 251 | + 4919EFDF22AC263D00CD5A74 /* SectionHeaderView.swift in Sources */, |
| 252 | + 4919EFCE22AC25D400CD5A74 /* AppDelegate.swift in Sources */, |
| 253 | + ); |
| 254 | + runOnlyForDeploymentPostprocessing = 0; |
| 255 | + }; |
143 | 256 | 4922F96D22AAE53700967BB5 /* Sources */ = {
|
144 | 257 | isa = PBXSourcesBuildPhase;
|
145 | 258 | buildActionMask = 2147483647;
|
|
151 | 264 | };
|
152 | 265 | /* End PBXSourcesBuildPhase section */
|
153 | 266 |
|
| 267 | +/* Begin PBXTargetDependency section */ |
| 268 | + 4919EFE422AC27A200CD5A74 /* PBXTargetDependency */ = { |
| 269 | + isa = PBXTargetDependency; |
| 270 | + target = 4922F97022AAE53700967BB5 /* CollapseTableView */; |
| 271 | + targetProxy = 4919EFE322AC27A200CD5A74 /* PBXContainerItemProxy */; |
| 272 | + }; |
| 273 | +/* End PBXTargetDependency section */ |
| 274 | + |
| 275 | +/* Begin PBXVariantGroup section */ |
| 276 | + 4919EFD122AC25D400CD5A74 /* Main.storyboard */ = { |
| 277 | + isa = PBXVariantGroup; |
| 278 | + children = ( |
| 279 | + 4919EFD222AC25D400CD5A74 /* Base */, |
| 280 | + ); |
| 281 | + name = Main.storyboard; |
| 282 | + sourceTree = "<group>"; |
| 283 | + }; |
| 284 | + 4919EFD622AC25D500CD5A74 /* LaunchScreen.storyboard */ = { |
| 285 | + isa = PBXVariantGroup; |
| 286 | + children = ( |
| 287 | + 4919EFD722AC25D500CD5A74 /* Base */, |
| 288 | + ); |
| 289 | + name = LaunchScreen.storyboard; |
| 290 | + sourceTree = "<group>"; |
| 291 | + }; |
| 292 | +/* End PBXVariantGroup section */ |
| 293 | + |
154 | 294 | /* Begin XCBuildConfiguration section */
|
| 295 | + 4919EFDA22AC25D500CD5A74 /* Debug */ = { |
| 296 | + isa = XCBuildConfiguration; |
| 297 | + buildSettings = { |
| 298 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
| 299 | + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 300 | + CODE_SIGN_STYLE = Manual; |
| 301 | + DEVELOPMENT_TEAM = ""; |
| 302 | + INFOPLIST_FILE = CollapseTableViewDemo/Info.plist; |
| 303 | + IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
| 304 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 305 | + "$(inherited)", |
| 306 | + "@executable_path/Frameworks", |
| 307 | + ); |
| 308 | + PRODUCT_BUNDLE_IDENTIFIER = sk.CollapseTableViewDemo; |
| 309 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 310 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
| 311 | + SWIFT_VERSION = 5.0; |
| 312 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 313 | + }; |
| 314 | + name = Debug; |
| 315 | + }; |
| 316 | + 4919EFDB22AC25D500CD5A74 /* Release */ = { |
| 317 | + isa = XCBuildConfiguration; |
| 318 | + buildSettings = { |
| 319 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
| 320 | + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 321 | + CODE_SIGN_STYLE = Manual; |
| 322 | + DEVELOPMENT_TEAM = ""; |
| 323 | + INFOPLIST_FILE = CollapseTableViewDemo/Info.plist; |
| 324 | + IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
| 325 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 326 | + "$(inherited)", |
| 327 | + "@executable_path/Frameworks", |
| 328 | + ); |
| 329 | + PRODUCT_BUNDLE_IDENTIFIER = sk.CollapseTableViewDemo; |
| 330 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 331 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
| 332 | + SWIFT_VERSION = 5.0; |
| 333 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 334 | + }; |
| 335 | + name = Release; |
| 336 | + }; |
155 | 337 | 4922F97722AAE53700967BB5 /* Debug */ = {
|
156 | 338 | isa = XCBuildConfiguration;
|
157 | 339 | buildSettings = {
|
|
280 | 462 | CODE_SIGN_IDENTITY = "";
|
281 | 463 | CODE_SIGN_STYLE = Manual;
|
282 | 464 | DEFINES_MODULE = YES;
|
283 |
| - DEVELOPMENT_TEAM = ""; |
284 | 465 | DYLIB_COMPATIBILITY_VERSION = 1;
|
285 | 466 | DYLIB_CURRENT_VERSION = 1;
|
286 | 467 | DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
307 | 488 | CODE_SIGN_IDENTITY = "";
|
308 | 489 | CODE_SIGN_STYLE = Manual;
|
309 | 490 | DEFINES_MODULE = YES;
|
310 |
| - DEVELOPMENT_TEAM = ""; |
311 | 491 | DYLIB_COMPATIBILITY_VERSION = 1;
|
312 | 492 | DYLIB_CURRENT_VERSION = 1;
|
313 | 493 | DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
331 | 511 | /* End XCBuildConfiguration section */
|
332 | 512 |
|
333 | 513 | /* Begin XCConfigurationList section */
|
| 514 | + 4919EFDC22AC25D500CD5A74 /* Build configuration list for PBXNativeTarget "CollapseTableViewDemo" */ = { |
| 515 | + isa = XCConfigurationList; |
| 516 | + buildConfigurations = ( |
| 517 | + 4919EFDA22AC25D500CD5A74 /* Debug */, |
| 518 | + 4919EFDB22AC25D500CD5A74 /* Release */, |
| 519 | + ); |
| 520 | + defaultConfigurationIsVisible = 0; |
| 521 | + defaultConfigurationName = Release; |
| 522 | + }; |
334 | 523 | 4922F96B22AAE53700967BB5 /* Build configuration list for PBXProject "CollapseTableView" */ = {
|
335 | 524 | isa = XCConfigurationList;
|
336 | 525 | buildConfigurations = (
|
|
0 commit comments