Parsing of NavData implemented, lookup of Waypoints implemented as testbed
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
E20D7B501CBE807700FF3C70 /* NavDataParser.m in Sources */ = {isa = PBXBuildFile; fileRef = E20D7B4F1CBE807700FF3C70 /* NavDataParser.m */; };
|
||||
E20D7B521CBE87A800FF3C70 /* About.rtf in Resources */ = {isa = PBXBuildFile; fileRef = E20D7B511CBE87A800FF3C70 /* About.rtf */; };
|
||||
E227C7831C9F42AB00DE0CA4 /* ViewControllerKeyboard.m in Sources */ = {isa = PBXBuildFile; fileRef = E227C7821C9F42AB00DE0CA4 /* ViewControllerKeyboard.m */; };
|
||||
E227C7861C9F474100DE0CA4 /* ViewControllerScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = E227C7851C9F474100DE0CA4 /* ViewControllerScreen.m */; };
|
||||
E22E0B561CAD655D00B71EE5 /* libPods-FMC Planner 2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E22E0B551CAD655D00B71EE5 /* libPods-FMC Planner 2.a */; };
|
||||
@@ -57,6 +59,9 @@
|
||||
7001889F24BA85C99E7B33D5 /* Pods-FMC Planner 2Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FMC Planner 2Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-FMC Planner 2Tests/Pods-FMC Planner 2Tests.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
7D8EFDFEC3DAB0323BA29ECE /* Pods-FMC Planner 2.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FMC Planner 2.debug.xcconfig"; path = "Pods/Target Support Files/Pods-FMC Planner 2/Pods-FMC Planner 2.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
C9A81E1FC84665AB5255ECFC /* Pods-FMC Planner 2UITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FMC Planner 2UITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-FMC Planner 2UITests/Pods-FMC Planner 2UITests.release.xcconfig"; sourceTree = "<group>"; };
|
||||
E20D7B4E1CBE807700FF3C70 /* NavDataParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NavDataParser.h; sourceTree = "<group>"; };
|
||||
E20D7B4F1CBE807700FF3C70 /* NavDataParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NavDataParser.m; sourceTree = "<group>"; };
|
||||
E20D7B511CBE87A800FF3C70 /* About.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = About.rtf; sourceTree = "<group>"; };
|
||||
E227C7811C9F42AB00DE0CA4 /* ViewControllerKeyboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ViewControllerKeyboard.h; sourceTree = "<group>"; };
|
||||
E227C7821C9F42AB00DE0CA4 /* ViewControllerKeyboard.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewControllerKeyboard.m; sourceTree = "<group>"; };
|
||||
E227C7841C9F474100DE0CA4 /* ViewControllerScreen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ViewControllerScreen.h; sourceTree = "<group>"; };
|
||||
@@ -157,6 +162,7 @@
|
||||
E22EE9C31C9DB7B3001F5BC0 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E20D7B511CBE87A800FF3C70 /* About.rtf */,
|
||||
E22EE9CE1C9DB7B3001F5BC0 /* FMC Planner 2 */,
|
||||
E22EE9E81C9DB7B4001F5BC0 /* FMC Planner 2Tests */,
|
||||
E22EE9F31C9DB7B4001F5BC0 /* FMC Planner 2UITests */,
|
||||
@@ -194,6 +200,8 @@
|
||||
E2A9270E1CA2FE5200606E07 /* Header */,
|
||||
E22EE9DB1C9DB7B3001F5BC0 /* Assets.xcassets */,
|
||||
E22EE9E01C9DB7B3001F5BC0 /* Info.plist */,
|
||||
E20D7B4E1CBE807700FF3C70 /* NavDataParser.h */,
|
||||
E20D7B4F1CBE807700FF3C70 /* NavDataParser.m */,
|
||||
);
|
||||
name = "Supporting Files";
|
||||
sourceTree = "<group>";
|
||||
@@ -410,6 +418,7 @@
|
||||
E29391CE1CA444F4008EB590 /* LaunchScreen.storyboard in Resources */,
|
||||
E28E10731CA0375F006E2C6B /* ROUTE.plist in Resources */,
|
||||
E22EE9DA1C9DB7B3001F5BC0 /* Main.storyboard in Resources */,
|
||||
E20D7B521CBE87A800FF3C70 /* About.rtf in Resources */,
|
||||
E2763C721CA6C8AE001E4EDA /* LSKs.plist in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
@@ -566,6 +575,7 @@
|
||||
E227C7831C9F42AB00DE0CA4 /* ViewControllerKeyboard.m in Sources */,
|
||||
E2763C751CA6E777001E4EDA /* ViewControllerServiceMenu.m in Sources */,
|
||||
E227C7861C9F474100DE0CA4 /* ViewControllerScreen.m in Sources */,
|
||||
E20D7B501CBE807700FF3C70 /* NavDataParser.m in Sources */,
|
||||
E280F3A41CA7C71500DF2A05 /* TableViewController.m in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
|
||||
Reference in New Issue
Block a user