more low-level grouping reorg
Showing
1 changed file
with
4 additions
and
4 deletions
@@ -199,7 +199,7 @@ | @@ -199,7 +199,7 @@ | ||
199 | 25757F4D1291C8640083D504 /* RMCircle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMCircle.h; sourceTree = "<group>"; }; | 199 | 25757F4D1291C8640083D504 /* RMCircle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMCircle.h; sourceTree = "<group>"; }; |
200 | 25757F4E1291C8640083D504 /* RMCircle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RMCircle.m; sourceTree = "<group>"; }; | 200 | 25757F4E1291C8640083D504 /* RMCircle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RMCircle.m; sourceTree = "<group>"; }; |
201 | 288765A40DF7441C002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; | 201 | 288765A40DF7441C002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; |
202 | - 32CA4F630368D1EE00C91783 /* MapView_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MapView_Prefix.pch; sourceTree = "<group>"; }; | 202 | + 32CA4F630368D1EE00C91783 /* MapView_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MapView_Prefix.pch; sourceTree = SOURCE_ROOT; }; |
203 | 96492C3F0FA8AD3400EBA6D2 /* RMGlobalConstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMGlobalConstants.h; sourceTree = "<group>"; }; | 203 | 96492C3F0FA8AD3400EBA6D2 /* RMGlobalConstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMGlobalConstants.h; sourceTree = "<group>"; }; |
204 | B1EB26C510B5D8E6009F8658 /* RMNotifications.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMNotifications.h; sourceTree = "<group>"; }; | 204 | B1EB26C510B5D8E6009F8658 /* RMNotifications.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMNotifications.h; sourceTree = "<group>"; }; |
205 | B83E64B60E80E73F001663B6 /* RMPixel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMPixel.h; sourceTree = "<group>"; }; | 205 | B83E64B60E80E73F001663B6 /* RMPixel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMPixel.h; sourceTree = "<group>"; }; |
@@ -371,7 +371,6 @@ | @@ -371,7 +371,6 @@ | ||
371 | DD932BC2165C294100D69D49 /* Externals */, | 371 | DD932BC2165C294100D69D49 /* Externals */, |
372 | 29B97323FDCFA39411CA2CEA /* Frameworks */, | 372 | 29B97323FDCFA39411CA2CEA /* Frameworks */, |
373 | 19C28FACFE9D520D11CA2CBB /* Products */, | 373 | 19C28FACFE9D520D11CA2CBB /* Products */, |
374 | - 32CA4F630368D1EE00C91783 /* MapView_Prefix.pch */, | ||
375 | ); | 374 | ); |
376 | name = CustomTemplate; | 375 | name = CustomTemplate; |
377 | sourceTree = "<group>"; | 376 | sourceTree = "<group>"; |
@@ -498,8 +497,6 @@ | @@ -498,8 +497,6 @@ | ||
498 | isa = PBXGroup; | 497 | isa = PBXGroup; |
499 | children = ( | 498 | children = ( |
500 | DD4BE197161CE296003EF677 /* MapBox.h */, | 499 | DD4BE197161CE296003EF677 /* MapBox.h */, |
501 | - 96492C3F0FA8AD3400EBA6D2 /* RMGlobalConstants.h */, | ||
502 | - B1EB26C510B5D8E6009F8658 /* RMNotifications.h */, | ||
503 | B8C974690E8A1A50007D16AD /* RMMapView.h */, | 500 | B8C974690E8A1A50007D16AD /* RMMapView.h */, |
504 | B8C9746A0E8A1A50007D16AD /* RMMapView.m */, | 501 | B8C9746A0E8A1A50007D16AD /* RMMapView.m */, |
505 | 12F2031E0EBB65E9003D7B6B /* RMMapViewDelegate.h */, | 502 | 12F2031E0EBB65E9003D7B6B /* RMMapViewDelegate.h */, |
@@ -563,6 +560,9 @@ | @@ -563,6 +560,9 @@ | ||
563 | DD932B5B165C261A00D69D49 /* Low-Level Details */ = { | 560 | DD932B5B165C261A00D69D49 /* Low-Level Details */ = { |
564 | isa = PBXGroup; | 561 | isa = PBXGroup; |
565 | children = ( | 562 | children = ( |
563 | + 32CA4F630368D1EE00C91783 /* MapView_Prefix.pch */, | ||
564 | + 96492C3F0FA8AD3400EBA6D2 /* RMGlobalConstants.h */, | ||
565 | + B1EB26C510B5D8E6009F8658 /* RMNotifications.h */, | ||
566 | B8C974B30E8A23C5007D16AD /* Coordinate Systems */, | 566 | B8C974B30E8A23C5007D16AD /* Coordinate Systems */, |
567 | B83E64E20E80E73F001663B6 /* Projections */, | 567 | B83E64E20E80E73F001663B6 /* Projections */, |
568 | B83E64CE0E80E73F001663B6 /* Tile & Overlay Rendering */, | 568 | B83E64CE0E80E73F001663B6 /* Tile & Overlay Rendering */, |
-
Please register or login to post a comment