|
22 | 22 | 249EFE841E64FB4C00165E39 /* PinLayout.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 249EFE7A1E64FB4C00165E39 /* PinLayout.framework */; }; |
23 | 23 | 249EFE891E64FB4C00165E39 /* PinLayoutTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249EFE881E64FB4C00165E39 /* PinLayoutTests.swift */; }; |
24 | 24 | 249EFE8B1E64FB4C00165E39 /* PinLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 249EFE7D1E64FB4C00165E39 /* PinLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 25 | + 24E301DC1EE813280064EE8D /* Coordinates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24E301DB1EE813280064EE8D /* Coordinates.swift */; }; |
25 | 26 | DF11A3711E833F03008B33E5 /* TypesImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF11A3701E833F03008B33E5 /* TypesImpl.swift */; }; |
26 | | - DF11A37A1E834B3F008B33E5 /* Coordinates.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF11A3791E834B3F008B33E5 /* Coordinates.swift */; }; |
27 | 27 | DF7A36BD1E918301000F9856 /* PinEdgesSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF7A36BC1E918301000F9856 /* PinEdgesSpec.swift */; }; |
28 | 28 | DFC97CA51E8A8EB3001545D5 /* PinLayoutImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFC97CA41E8A8EB3001545D5 /* PinLayoutImpl.swift */; }; |
29 | 29 | DFC97CA71E8A8F2C001545D5 /* PinLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFC97CA61E8A8F2C001545D5 /* PinLayout.swift */; }; |
|
70 | 70 | 249EFE831E64FB4C00165E39 /* PinLayoutTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PinLayoutTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
71 | 71 | 249EFE881E64FB4C00165E39 /* PinLayoutTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PinLayoutTests.swift; sourceTree = "<group>"; }; |
72 | 72 | 249EFE8A1E64FB4C00165E39 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 73 | + 24E301DB1EE813280064EE8D /* Coordinates.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Coordinates.swift; sourceTree = "<group>"; }; |
73 | 74 | DF11A3701E833F03008B33E5 /* TypesImpl.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TypesImpl.swift; sourceTree = "<group>"; }; |
74 | | - DF11A3791E834B3F008B33E5 /* Coordinates.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Coordinates.swift; sourceTree = "<group>"; }; |
75 | 75 | DF7A36BC1E918301000F9856 /* PinEdgesSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PinEdgesSpec.swift; sourceTree = "<group>"; }; |
76 | 76 | DFC97CA41E8A8EB3001545D5 /* PinLayoutImpl.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PinLayoutImpl.swift; sourceTree = "<group>"; }; |
77 | 77 | DFC97CA61E8A8F2C001545D5 /* PinLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PinLayout.swift; sourceTree = "<group>"; }; |
|
110 | 110 | 249EFE701E64FB4C00165E39 = { |
111 | 111 | isa = PBXGroup; |
112 | 112 | children = ( |
113 | | - 249EFE7C1E64FB4C00165E39 /* PinLayout */, |
| 113 | + 249EFE7C1E64FB4C00165E39 /* Sources */, |
114 | 114 | 249EFE871E64FB4C00165E39 /* PinLayoutTests */, |
115 | 115 | 249EFE7B1E64FB4C00165E39 /* Products */, |
116 | 116 | DF11A3741E834181008B33E5 /* Supporting Files */, |
|
127 | 127 | name = Products; |
128 | 128 | sourceTree = "<group>"; |
129 | 129 | }; |
130 | | - 249EFE7C1E64FB4C00165E39 /* PinLayout */ = { |
| 130 | + 249EFE7C1E64FB4C00165E39 /* Sources */ = { |
131 | 131 | isa = PBXGroup; |
132 | 132 | children = ( |
133 | 133 | DFC97CA61E8A8F2C001545D5 /* PinLayout.swift */, |
134 | 134 | DFA06B031E8B38B300B6D5E7 /* Impl */, |
135 | | - DF11A3761E8341A2008B33E5 /* Helpers */, |
136 | 135 | ); |
137 | | - path = PinLayout; |
| 136 | + path = Sources; |
138 | 137 | sourceTree = "<group>"; |
139 | 138 | }; |
140 | 139 | 249EFE871E64FB4C00165E39 /* PinLayoutTests */ = { |
|
164 | 163 | path = "Supporting Files"; |
165 | 164 | sourceTree = "<group>"; |
166 | 165 | }; |
167 | | - DF11A3761E8341A2008B33E5 /* Helpers */ = { |
168 | | - isa = PBXGroup; |
169 | | - children = ( |
170 | | - DF11A3791E834B3F008B33E5 /* Coordinates.swift */, |
171 | | - ); |
172 | | - path = Helpers; |
173 | | - sourceTree = "<group>"; |
174 | | - }; |
175 | 166 | DFA06B031E8B38B300B6D5E7 /* Impl */ = { |
176 | 167 | isa = PBXGroup; |
177 | 168 | children = ( |
178 | 169 | DFC97CA41E8A8EB3001545D5 /* PinLayoutImpl.swift */, |
179 | 170 | DF11A3701E833F03008B33E5 /* TypesImpl.swift */, |
| 171 | + 24E301DB1EE813280064EE8D /* Coordinates.swift */, |
180 | 172 | ); |
181 | 173 | name = Impl; |
182 | 174 | sourceTree = "<group>"; |
|
314 | 306 | buildActionMask = 2147483647; |
315 | 307 | files = ( |
316 | 308 | DF11A3711E833F03008B33E5 /* TypesImpl.swift in Sources */, |
317 | | - DF11A37A1E834B3F008B33E5 /* Coordinates.swift in Sources */, |
318 | 309 | DFC97CA71E8A8F2C001545D5 /* PinLayout.swift in Sources */, |
319 | 310 | DFC97CA51E8A8EB3001545D5 /* PinLayoutImpl.swift in Sources */, |
| 311 | + 24E301DC1EE813280064EE8D /* Coordinates.swift in Sources */, |
320 | 312 | ); |
321 | 313 | runOnlyForDeploymentPostprocessing = 0; |
322 | 314 | }; |
|
0 commit comments