|
18 | 18 | 0483F4FF22A0743B00F2E90B /* BasicCollectionController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0483F4FE22A0743B00F2E90B /* BasicCollectionController.swift */; };
|
19 | 19 | 0483F50722A0832F00F2E90B /* HeaderCollectionController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0483F50622A0832F00F2E90B /* HeaderCollectionController.swift */; };
|
20 | 20 | 0483F50922A0837A00F2E90B /* BasicCollectionCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0483F50822A0837A00F2E90B /* BasicCollectionCell.swift */; };
|
| 21 | + 0483F50B22A08DD300F2E90B /* HeaderCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0483F50A22A08DD300F2E90B /* HeaderCell.swift */; }; |
21 | 22 | 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; };
|
22 | 23 | 607FACD81AFB9204008FA782 /* BasicController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* BasicController.swift */; };
|
23 | 24 | 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; };
|
|
50 | 51 | 0483F4FE22A0743B00F2E90B /* BasicCollectionController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BasicCollectionController.swift; sourceTree = "<group>"; };
|
51 | 52 | 0483F50622A0832F00F2E90B /* HeaderCollectionController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HeaderCollectionController.swift; sourceTree = "<group>"; };
|
52 | 53 | 0483F50822A0837A00F2E90B /* BasicCollectionCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BasicCollectionCell.swift; sourceTree = "<group>"; };
|
| 54 | + 0483F50A22A08DD300F2E90B /* HeaderCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HeaderCell.swift; sourceTree = "<group>"; }; |
53 | 55 | 4AEF288FCBD84CDDEDCB61F0 /* Pods-SNAdapter_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SNAdapter_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-SNAdapter_Example/Pods-SNAdapter_Example.release.xcconfig"; sourceTree = "<group>"; };
|
54 | 56 | 4C2373ECF90057050B089B01 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
|
55 | 57 | 607FACD01AFB9204008FA782 /* SNAdapter_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SNAdapter_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
181 | 183 | isa = PBXGroup;
|
182 | 184 | children = (
|
183 | 185 | 0483F50622A0832F00F2E90B /* HeaderCollectionController.swift */,
|
| 186 | + 0483F50A22A08DD300F2E90B /* HeaderCell.swift */, |
184 | 187 | );
|
185 | 188 | path = Header;
|
186 | 189 | sourceTree = "<group>";
|
|
309 | 312 | TargetAttributes = {
|
310 | 313 | 607FACCF1AFB9204008FA782 = {
|
311 | 314 | CreatedOnToolsVersion = 6.3.1;
|
| 315 | + DevelopmentTeam = 32M9XG9335; |
312 | 316 | LastSwiftMigration = 0900;
|
313 | 317 | };
|
314 | 318 | 607FACE41AFB9204008FA782 = {
|
315 | 319 | CreatedOnToolsVersion = 6.3.1;
|
| 320 | + DevelopmentTeam = 32M9XG9335; |
316 | 321 | LastSwiftMigration = 0900;
|
317 | 322 | TestTargetID = 607FACCF1AFB9204008FA782;
|
318 | 323 | };
|
|
438 | 443 | 0483F4E52299807600F2E90B /* SectionController.swift in Sources */,
|
439 | 444 | 0483F4E22298BD7A00F2E90B /* BasicCell.swift in Sources */,
|
440 | 445 | 0483F4F12299DCFD00F2E90B /* ActionDelegateCell.swift in Sources */,
|
| 446 | + 0483F50B22A08DD300F2E90B /* HeaderCell.swift in Sources */, |
441 | 447 | 0483F4EA2299BD7100F2E90B /* SectionHeaderCell.swift in Sources */,
|
442 | 448 | 0483F4EC2299BDC500F2E90B /* PagingController.swift in Sources */,
|
443 | 449 | 0483F4EF2299DC3A00F2E90B /* ActionDelegateController.swift in Sources */,
|
|
590 | 596 | baseConfigurationReference = 920EC0B6594518B5A287F4B2 /* Pods-SNAdapter_Example.debug.xcconfig */;
|
591 | 597 | buildSettings = {
|
592 | 598 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
| 599 | + DEVELOPMENT_TEAM = 32M9XG9335; |
593 | 600 | INFOPLIST_FILE = SNAdapter/Info.plist;
|
594 | 601 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
595 | 602 | MODULE_NAME = ExampleApp;
|
|
605 | 612 | baseConfigurationReference = 4AEF288FCBD84CDDEDCB61F0 /* Pods-SNAdapter_Example.release.xcconfig */;
|
606 | 613 | buildSettings = {
|
607 | 614 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
| 615 | + DEVELOPMENT_TEAM = 32M9XG9335; |
608 | 616 | INFOPLIST_FILE = SNAdapter/Info.plist;
|
609 | 617 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
610 | 618 | MODULE_NAME = ExampleApp;
|
|
619 | 627 | isa = XCBuildConfiguration;
|
620 | 628 | baseConfigurationReference = D86FFCC1384DD94098027C2C /* Pods-SNAdapter_Tests.debug.xcconfig */;
|
621 | 629 | buildSettings = {
|
| 630 | + DEVELOPMENT_TEAM = 32M9XG9335; |
622 | 631 | FRAMEWORK_SEARCH_PATHS = (
|
623 | 632 | "$(SDKROOT)/Developer/Library/Frameworks",
|
624 | 633 | "$(inherited)",
|
|
641 | 650 | isa = XCBuildConfiguration;
|
642 | 651 | baseConfigurationReference = 623061151B9501D3AED32086 /* Pods-SNAdapter_Tests.release.xcconfig */;
|
643 | 652 | buildSettings = {
|
| 653 | + DEVELOPMENT_TEAM = 32M9XG9335; |
644 | 654 | FRAMEWORK_SEARCH_PATHS = (
|
645 | 655 | "$(SDKROOT)/Developer/Library/Frameworks",
|
646 | 656 | "$(inherited)",
|
|
0 commit comments