|
72 | 72 | F4B9013E2133A2A400E3B51C /* AnyDeltaUpdatableViewDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnyDeltaUpdatableViewDelegate.swift; sourceTree = "<group>"; }; |
73 | 73 | F4D772DF20FBC4BE002F1C43 /* LiveCollections.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LiveCollections.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
74 | 74 | F4D772E220FBC4BE002F1C43 /* LiveCollections.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LiveCollections.h; sourceTree = "<group>"; }; |
75 | | - F4D772E320FBC4BE002F1C43 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 75 | + F4D772E320FBC4BE002F1C43 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../../Info.plist; sourceTree = "<group>"; }; |
76 | 76 | F4D772E820FBC4BF002F1C43 /* LiveCollectionsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LiveCollectionsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
77 | 77 | F4D772ED20FBC4BF002F1C43 /* LiveCollectionsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LiveCollectionsTests.swift; sourceTree = "<group>"; }; |
78 | | - F4D772EF20FBC4BF002F1C43 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 78 | + F4D772EF20FBC4BF002F1C43 /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Tests-Info.plist"; path = "../../Tests-Info.plist"; sourceTree = "<group>"; }; |
79 | 79 | F4D772FB20FBC4E7002F1C43 /* DataProviderProtocols.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DataProviderProtocols.swift; sourceTree = "<group>"; }; |
80 | 80 | F4D7730020FBC4E7002F1C43 /* SectionDataCalculator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SectionDataCalculator.swift; sourceTree = "<group>"; }; |
81 | 81 | F4D7730320FBC4E7002F1C43 /* SectionUpdate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SectionUpdate.swift; sourceTree = "<group>"; }; |
|
175 | 175 | F4D772E220FBC4BE002F1C43 /* LiveCollections.h */, |
176 | 176 | F4D772F920FBC4E7002F1C43 /* Classes */, |
177 | 177 | ); |
178 | | - path = LiveCollections; |
| 178 | + name = LiveCollections; |
| 179 | + path = Sources/LiveCollections; |
179 | 180 | sourceTree = "<group>"; |
180 | 181 | }; |
181 | 182 | F4D772EC20FBC4BF002F1C43 /* LiveCollectionsTests */ = { |
182 | 183 | isa = PBXGroup; |
183 | 184 | children = ( |
184 | 185 | F4847DF92137C89400859EFF /* ItemDeltaTests */, |
185 | 186 | F4D772ED20FBC4BF002F1C43 /* LiveCollectionsTests.swift */, |
186 | | - F4D772EF20FBC4BF002F1C43 /* Info.plist */, |
| 187 | + F4D772EF20FBC4BF002F1C43 /* Tests-Info.plist */, |
187 | 188 | ); |
188 | | - path = LiveCollectionsTests; |
| 189 | + name = LiveCollectionsTests; |
| 190 | + path = Sources/LiveCollectionsTests; |
189 | 191 | sourceTree = "<group>"; |
190 | 192 | }; |
191 | 193 | F4D772F920FBC4E7002F1C43 /* Classes */ = { |
|
618 | 620 | DYLIB_COMPATIBILITY_VERSION = 1; |
619 | 621 | DYLIB_CURRENT_VERSION = 1; |
620 | 622 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
621 | | - INFOPLIST_FILE = LiveCollections/Info.plist; |
| 623 | + INFOPLIST_FILE = Info.plist; |
622 | 624 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
623 | 625 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
624 | 626 | LD_RUNPATH_SEARCH_PATHS = ( |
|
646 | 648 | DYLIB_COMPATIBILITY_VERSION = 1; |
647 | 649 | DYLIB_CURRENT_VERSION = 1; |
648 | 650 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
649 | | - INFOPLIST_FILE = LiveCollections/Info.plist; |
| 651 | + INFOPLIST_FILE = Info.plist; |
650 | 652 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
651 | 653 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
652 | 654 | LD_RUNPATH_SEARCH_PATHS = ( |
|
669 | 671 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
670 | 672 | CODE_SIGN_STYLE = Automatic; |
671 | 673 | DEVELOPMENT_TEAM = E7MUW2QU95; |
672 | | - INFOPLIST_FILE = LiveCollectionsTests/Info.plist; |
| 674 | + INFOPLIST_FILE = "Tests-Info.plist"; |
673 | 675 | LD_RUNPATH_SEARCH_PATHS = ( |
674 | 676 | "$(inherited)", |
675 | 677 | "@executable_path/Frameworks", |
|
688 | 690 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
689 | 691 | CODE_SIGN_STYLE = Automatic; |
690 | 692 | DEVELOPMENT_TEAM = E7MUW2QU95; |
691 | | - INFOPLIST_FILE = LiveCollectionsTests/Info.plist; |
| 693 | + INFOPLIST_FILE = "Tests-Info.plist"; |
692 | 694 | LD_RUNPATH_SEARCH_PATHS = ( |
693 | 695 | "$(inherited)", |
694 | 696 | "@executable_path/Frameworks", |
|
0 commit comments