|
@@ -7,6 +7,10 @@
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
+ 845967802543064F008C197E /* Badge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8459677F2543064F008C197E /* Badge.swift */; };
|
|
|
+ 8459678325431F38008C197E /* BadgeBackground.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8459678225431F38008C197E /* BadgeBackground.swift */; };
|
|
|
+ 8459678625431F94008C197E /* BadgeSymbol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8459678525431F94008C197E /* BadgeSymbol.swift */; };
|
|
|
+ 84596789254323E2008C197E /* RotatedBadgeSymbol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84596788254323E2008C197E /* RotatedBadgeSymbol.swift */; };
|
|
|
B7310DD1229F6839001079B9 /* HexagonParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7310DD0229F6839001079B9 /* HexagonParameters.swift */; };
|
|
|
B7394866229F194000C47603 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7394865229F194000C47603 /* AppDelegate.swift */; };
|
|
|
B7394868229F194000C47603 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7394867229F194000C47603 /* SceneDelegate.swift */; };
|
|
@@ -37,7 +41,11 @@
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
- 27FFE5444DA58085F4325C68 /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.txt; sourceTree = "<group>"; };
|
|
|
+ 27FFE5444DA58085F4325C68 /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE.txt; sourceTree = "<group>"; };
|
|
|
+ 8459677F2543064F008C197E /* Badge.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Badge.swift; sourceTree = "<group>"; };
|
|
|
+ 8459678225431F38008C197E /* BadgeBackground.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BadgeBackground.swift; sourceTree = "<group>"; };
|
|
|
+ 8459678525431F94008C197E /* BadgeSymbol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BadgeSymbol.swift; sourceTree = "<group>"; };
|
|
|
+ 84596788254323E2008C197E /* RotatedBadgeSymbol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RotatedBadgeSymbol.swift; sourceTree = "<group>"; };
|
|
|
B7310DD0229F6839001079B9 /* HexagonParameters.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HexagonParameters.swift; sourceTree = "<group>"; };
|
|
|
B7394862229F194000C47603 /* Landmarks.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Landmarks.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
B7394865229F194000C47603 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
@@ -67,7 +75,7 @@
|
|
|
B73948A0229F2E1F00C47603 /* LandmarkList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LandmarkList.swift; sourceTree = "<group>"; };
|
|
|
B73948A2229F3E2200C47603 /* charleyrivers.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = charleyrivers.jpg; sourceTree = "<group>"; };
|
|
|
B7D2AAC4229F4D7C0061E5F5 /* UserData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserData.swift; sourceTree = "<group>"; };
|
|
|
- B8A4CAA78D6B798B07B45529 /* SampleCode.xcconfig */ = {isa = PBXFileReference; name = SampleCode.xcconfig; path = ../Configuration/SampleCode.xcconfig; sourceTree = "<group>"; };
|
|
|
+ B8A4CAA78D6B798B07B45529 /* SampleCode.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = SampleCode.xcconfig; path = ../Configuration/SampleCode.xcconfig; sourceTree = "<group>"; };
|
|
|
C4E4AAA0C4E4035000000001 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
@@ -125,6 +133,10 @@
|
|
|
B7394870229F194200C47603 /* LaunchScreen.storyboard */,
|
|
|
B7394873229F194200C47603 /* Info.plist */,
|
|
|
B739486D229F194200C47603 /* Preview Content */,
|
|
|
+ 8459677F2543064F008C197E /* Badge.swift */,
|
|
|
+ 8459678525431F94008C197E /* BadgeSymbol.swift */,
|
|
|
+ 84596788254323E2008C197E /* RotatedBadgeSymbol.swift */,
|
|
|
+ 8459678225431F38008C197E /* BadgeBackground.swift */,
|
|
|
);
|
|
|
path = Landmarks;
|
|
|
sourceTree = "<group>";
|
|
@@ -270,12 +282,16 @@
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
B7394882229F28B900C47603 /* Data.swift in Sources */,
|
|
|
+ 845967802543064F008C197E /* Badge.swift in Sources */,
|
|
|
B7394866229F194000C47603 /* AppDelegate.swift in Sources */,
|
|
|
B739487A229F1B3F00C47603 /* CircleImage.swift in Sources */,
|
|
|
B739487C229F1B6800C47603 /* MapView.swift in Sources */,
|
|
|
B7310DD1229F6839001079B9 /* HexagonParameters.swift in Sources */,
|
|
|
B73948A1229F2E1F00C47603 /* LandmarkList.swift in Sources */,
|
|
|
+ 8459678625431F94008C197E /* BadgeSymbol.swift in Sources */,
|
|
|
+ 84596789254323E2008C197E /* RotatedBadgeSymbol.swift in Sources */,
|
|
|
B7394868229F194000C47603 /* SceneDelegate.swift in Sources */,
|
|
|
+ 8459678325431F38008C197E /* BadgeBackground.swift in Sources */,
|
|
|
B739486A229F194000C47603 /* LandmarkDetail.swift in Sources */,
|
|
|
B739489F229F2D9700C47603 /* LandmarkRow.swift in Sources */,
|
|
|
B7D2AAC5229F4D7C0061E5F5 /* UserData.swift in Sources */,
|