Version 1.1
- Added localised descriptions for all the tenses. - After selecting a lesson, you will get a screen where you can see both the words in the lesson or start a multiple choice test. - Lay-out fixes - UI improvements
This commit is contained in:
@@ -35,6 +35,26 @@
|
||||
B56DE1631654382500D85DD3 /* Lesson+Conjugator.m in Sources */ = {isa = PBXBuildFile; fileRef = B56DE1621654382500D85DD3 /* Lesson+Conjugator.m */; };
|
||||
B56DE1661655769300D85DD3 /* TestableVerb.m in Sources */ = {isa = PBXBuildFile; fileRef = B56DE1651655769300D85DD3 /* TestableVerb.m */; };
|
||||
B56DE1691655774E00D85DD3 /* Lesson+Test.m in Sources */ = {isa = PBXBuildFile; fileRef = B56DE1681655774D00D85DD3 /* Lesson+Test.m */; };
|
||||
B581E9DE168DCCC9005D9936 /* espagram_navbar-portrait-bg.png in Resources */ = {isa = PBXBuildFile; fileRef = B581E9DC168DCCC9005D9936 /* espagram_navbar-portrait-bg.png */; };
|
||||
B581E9DF168DCCC9005D9936 /* espagram_navbar-portrait-bg@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B581E9DD168DCCC9005D9936 /* espagram_navbar-portrait-bg@2x.png */; };
|
||||
B581E9E1168DFD8B005D9936 /* espagram_tabbar-portrait-bg.png in Resources */ = {isa = PBXBuildFile; fileRef = B581E9E0168DFD8B005D9936 /* espagram_tabbar-portrait-bg.png */; };
|
||||
B581E9E3168DFE36005D9936 /* espagram_tabbar-portrait-bg@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B581E9E2168DFE36005D9936 /* espagram_tabbar-portrait-bg@2x.png */; };
|
||||
B581E9F0168E1914005D9936 /* barButton.png in Resources */ = {isa = PBXBuildFile; fileRef = B581E9E4168E1913005D9936 /* barButton.png */; };
|
||||
B581E9F1168E1914005D9936 /* barButton@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B581E9E5168E1913005D9936 /* barButton@2x.png */; };
|
||||
B581E9F2168E1914005D9936 /* barButtonBack.png in Resources */ = {isa = PBXBuildFile; fileRef = B581E9E6168E1913005D9936 /* barButtonBack.png */; };
|
||||
B581E9F3168E1914005D9936 /* barButtonBack@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B581E9E7168E1913005D9936 /* barButtonBack@2x.png */; };
|
||||
B581E9F4168E1914005D9936 /* barButtonBackDisabled.png in Resources */ = {isa = PBXBuildFile; fileRef = B581E9E8168E1914005D9936 /* barButtonBackDisabled.png */; };
|
||||
B581E9F5168E1914005D9936 /* barButtonBackDisabled@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B581E9E9168E1914005D9936 /* barButtonBackDisabled@2x.png */; };
|
||||
B581E9F6168E1914005D9936 /* barButtonBackPressed.png in Resources */ = {isa = PBXBuildFile; fileRef = B581E9EA168E1914005D9936 /* barButtonBackPressed.png */; };
|
||||
B581E9F7168E1914005D9936 /* barButtonBackPressed@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B581E9EB168E1914005D9936 /* barButtonBackPressed@2x.png */; };
|
||||
B581E9F8168E1914005D9936 /* barButtonDisabled.png in Resources */ = {isa = PBXBuildFile; fileRef = B581E9EC168E1914005D9936 /* barButtonDisabled.png */; };
|
||||
B581E9F9168E1914005D9936 /* barButtonDisabled@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B581E9ED168E1914005D9936 /* barButtonDisabled@2x.png */; };
|
||||
B581E9FA168E1914005D9936 /* barButtonPressed.png in Resources */ = {isa = PBXBuildFile; fileRef = B581E9EE168E1914005D9936 /* barButtonPressed.png */; };
|
||||
B581E9FB168E1914005D9936 /* barButtonPressed@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B581E9EF168E1914005D9936 /* barButtonPressed@2x.png */; };
|
||||
B581E9FD168E2127005D9936 /* list-1.png in Resources */ = {isa = PBXBuildFile; fileRef = B581E9FC168E2127005D9936 /* list-1.png */; };
|
||||
B581EA01168E21C2005D9936 /* tabbar_list.png in Resources */ = {isa = PBXBuildFile; fileRef = B581EA00168E21C2005D9936 /* tabbar_list.png */; };
|
||||
B581EA03168E3037005D9936 /* check_box.png in Resources */ = {isa = PBXBuildFile; fileRef = B581EA02168E3037005D9936 /* check_box.png */; };
|
||||
B581EA05168E3099005D9936 /* check_box-1.png in Resources */ = {isa = PBXBuildFile; fileRef = B581EA04168E3099005D9936 /* check_box-1.png */; };
|
||||
B5A8BB191651A64300C1CC00 /* CoreDataTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B5A8BB181651A3E700C1CC00 /* CoreDataTableViewController.m */; };
|
||||
B5B3F92D165972EF00E26A40 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = B5B3F92F165972EF00E26A40 /* Localizable.strings */; };
|
||||
B5B3F93516602C7C00E26A40 /* Verb.m in Sources */ = {isa = PBXBuildFile; fileRef = B5B3F93416602C7B00E26A40 /* Verb.m */; };
|
||||
@@ -101,6 +121,26 @@
|
||||
B56DE1651655769300D85DD3 /* TestableVerb.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TestableVerb.m; sourceTree = "<group>"; };
|
||||
B56DE1671655774D00D85DD3 /* Lesson+Test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Lesson+Test.h"; sourceTree = "<group>"; };
|
||||
B56DE1681655774D00D85DD3 /* Lesson+Test.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Lesson+Test.m"; sourceTree = "<group>"; };
|
||||
B581E9DC168DCCC9005D9936 /* espagram_navbar-portrait-bg.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "espagram_navbar-portrait-bg.png"; sourceTree = "<group>"; };
|
||||
B581E9DD168DCCC9005D9936 /* espagram_navbar-portrait-bg@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "espagram_navbar-portrait-bg@2x.png"; sourceTree = "<group>"; };
|
||||
B581E9E0168DFD8B005D9936 /* espagram_tabbar-portrait-bg.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "espagram_tabbar-portrait-bg.png"; sourceTree = "<group>"; };
|
||||
B581E9E2168DFE36005D9936 /* espagram_tabbar-portrait-bg@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "espagram_tabbar-portrait-bg@2x.png"; sourceTree = "<group>"; };
|
||||
B581E9E4168E1913005D9936 /* barButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = barButton.png; sourceTree = "<group>"; };
|
||||
B581E9E5168E1913005D9936 /* barButton@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "barButton@2x.png"; sourceTree = "<group>"; };
|
||||
B581E9E6168E1913005D9936 /* barButtonBack.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = barButtonBack.png; sourceTree = "<group>"; };
|
||||
B581E9E7168E1913005D9936 /* barButtonBack@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "barButtonBack@2x.png"; sourceTree = "<group>"; };
|
||||
B581E9E8168E1914005D9936 /* barButtonBackDisabled.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = barButtonBackDisabled.png; sourceTree = "<group>"; };
|
||||
B581E9E9168E1914005D9936 /* barButtonBackDisabled@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "barButtonBackDisabled@2x.png"; sourceTree = "<group>"; };
|
||||
B581E9EA168E1914005D9936 /* barButtonBackPressed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = barButtonBackPressed.png; sourceTree = "<group>"; };
|
||||
B581E9EB168E1914005D9936 /* barButtonBackPressed@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "barButtonBackPressed@2x.png"; sourceTree = "<group>"; };
|
||||
B581E9EC168E1914005D9936 /* barButtonDisabled.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = barButtonDisabled.png; sourceTree = "<group>"; };
|
||||
B581E9ED168E1914005D9936 /* barButtonDisabled@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "barButtonDisabled@2x.png"; sourceTree = "<group>"; };
|
||||
B581E9EE168E1914005D9936 /* barButtonPressed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = barButtonPressed.png; sourceTree = "<group>"; };
|
||||
B581E9EF168E1914005D9936 /* barButtonPressed@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "barButtonPressed@2x.png"; sourceTree = "<group>"; };
|
||||
B581E9FC168E2127005D9936 /* list-1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "list-1.png"; sourceTree = "<group>"; };
|
||||
B581EA00168E21C2005D9936 /* tabbar_list.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tabbar_list.png; sourceTree = "<group>"; };
|
||||
B581EA02168E3037005D9936 /* check_box.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = check_box.png; sourceTree = "<group>"; };
|
||||
B581EA04168E3099005D9936 /* check_box-1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "check_box-1.png"; sourceTree = "<group>"; };
|
||||
B58F57661635D27E00CED51B /* Conjugator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Conjugator.h; sourceTree = "<group>"; };
|
||||
B58F576D16387BE600CED51B /* NSMutableArray_Shuffling.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = NSMutableArray_Shuffling.h; path = Espagram/NSMutableArray_Shuffling.h; sourceTree = "<group>"; };
|
||||
B5A8BB171651A3E700C1CC00 /* CoreDataTableViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CoreDataTableViewController.h; sourceTree = "<group>"; };
|
||||
@@ -116,6 +156,7 @@
|
||||
B5B3F93716602C7C00E26A40 /* TestResult.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TestResult.m; sourceTree = "<group>"; };
|
||||
B5B3F93916602C7E00E26A40 /* Lesson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Lesson.h; sourceTree = "<group>"; };
|
||||
B5B3F93A16602C7E00E26A40 /* Lesson.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Lesson.m; sourceTree = "<group>"; };
|
||||
B5E2A282168602CD00874448 /* EspagramLessonTesting.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EspagramLessonTesting.h; sourceTree = "<group>"; };
|
||||
B5EC6CEB1656F1960030C27F /* Verb+Create.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Verb+Create.h"; sourceTree = "<group>"; };
|
||||
B5EC6CEC1656F1960030C27F /* Verb+Create.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Verb+Create.m"; sourceTree = "<group>"; };
|
||||
B5EFD391162CB18000C6E2EB /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
|
||||
@@ -174,6 +215,7 @@
|
||||
B506EC6815EBF67500566A27 /* Espagram */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
B5E2A282168602CD00874448 /* EspagramLessonTesting.h */,
|
||||
B54CFB741652E03600C0823D /* EspagramNewLessonViewController.h */,
|
||||
B54CFB751652E03600C0823D /* EspagramNewLessonViewController.m */,
|
||||
B5A8BB171651A3E700C1CC00 /* CoreDataTableViewController.h */,
|
||||
@@ -194,8 +236,8 @@
|
||||
B512F66F164D60DB00DA031E /* EspagramMainTableViewController.m */,
|
||||
B512F656164D1A0C00DA031E /* EspagramConjugationTableViewController.h */,
|
||||
B512F657164D1A0C00DA031E /* EspagramConjugationTableViewController.m */,
|
||||
B512F639164BEC6000DA031E /* EspagramTestViewController.h */,
|
||||
B512F63A164BEC6000DA031E /* EspagramTestViewController.m */,
|
||||
B512F639164BEC6000DA031E /* EspagramTestViewController.h */,
|
||||
B506EC7215EBF67500566A27 /* EspagramAppDelegate.m */,
|
||||
B506ECA315EE898700566A27 /* SpanishConjugator.h */,
|
||||
B506ECA415EE898700566A27 /* SpanishConjugator.m */,
|
||||
@@ -225,6 +267,7 @@
|
||||
B506EC6915EBF67500566A27 /* Supporting Files */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
B581E9D2168DC759005D9936 /* Images */,
|
||||
B5B3F92F165972EF00E26A40 /* Localizable.strings */,
|
||||
B506EC6A15EBF67500566A27 /* Espagram-Info.plist */,
|
||||
B506EC6B15EBF67500566A27 /* InfoPlist.strings */,
|
||||
@@ -234,6 +277,33 @@
|
||||
name = "Supporting Files";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
B581E9D2168DC759005D9936 /* Images */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
B581EA04168E3099005D9936 /* check_box-1.png */,
|
||||
B581EA02168E3037005D9936 /* check_box.png */,
|
||||
B581EA00168E21C2005D9936 /* tabbar_list.png */,
|
||||
B581E9FC168E2127005D9936 /* list-1.png */,
|
||||
B581E9E4168E1913005D9936 /* barButton.png */,
|
||||
B581E9E5168E1913005D9936 /* barButton@2x.png */,
|
||||
B581E9E6168E1913005D9936 /* barButtonBack.png */,
|
||||
B581E9E7168E1913005D9936 /* barButtonBack@2x.png */,
|
||||
B581E9E8168E1914005D9936 /* barButtonBackDisabled.png */,
|
||||
B581E9E9168E1914005D9936 /* barButtonBackDisabled@2x.png */,
|
||||
B581E9EA168E1914005D9936 /* barButtonBackPressed.png */,
|
||||
B581E9EB168E1914005D9936 /* barButtonBackPressed@2x.png */,
|
||||
B581E9EC168E1914005D9936 /* barButtonDisabled.png */,
|
||||
B581E9ED168E1914005D9936 /* barButtonDisabled@2x.png */,
|
||||
B581E9EE168E1914005D9936 /* barButtonPressed.png */,
|
||||
B581E9EF168E1914005D9936 /* barButtonPressed@2x.png */,
|
||||
B581E9E2168DFE36005D9936 /* espagram_tabbar-portrait-bg@2x.png */,
|
||||
B581E9E0168DFD8B005D9936 /* espagram_tabbar-portrait-bg.png */,
|
||||
B581E9DC168DCCC9005D9936 /* espagram_navbar-portrait-bg.png */,
|
||||
B581E9DD168DCCC9005D9936 /* espagram_navbar-portrait-bg@2x.png */,
|
||||
);
|
||||
name = Images;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
@@ -299,6 +369,26 @@
|
||||
B545DFFC167A5F2800DFBF11 /* Default Espagram database.sqlite in Resources */,
|
||||
B545DFFF167BA00300DFBF11 /* espagram57.png in Resources */,
|
||||
B545E001167BA01700DFBF11 /* espagram117.png in Resources */,
|
||||
B581E9DE168DCCC9005D9936 /* espagram_navbar-portrait-bg.png in Resources */,
|
||||
B581E9DF168DCCC9005D9936 /* espagram_navbar-portrait-bg@2x.png in Resources */,
|
||||
B581E9E1168DFD8B005D9936 /* espagram_tabbar-portrait-bg.png in Resources */,
|
||||
B581E9E3168DFE36005D9936 /* espagram_tabbar-portrait-bg@2x.png in Resources */,
|
||||
B581E9F0168E1914005D9936 /* barButton.png in Resources */,
|
||||
B581E9F1168E1914005D9936 /* barButton@2x.png in Resources */,
|
||||
B581E9F2168E1914005D9936 /* barButtonBack.png in Resources */,
|
||||
B581E9F3168E1914005D9936 /* barButtonBack@2x.png in Resources */,
|
||||
B581E9F4168E1914005D9936 /* barButtonBackDisabled.png in Resources */,
|
||||
B581E9F5168E1914005D9936 /* barButtonBackDisabled@2x.png in Resources */,
|
||||
B581E9F6168E1914005D9936 /* barButtonBackPressed.png in Resources */,
|
||||
B581E9F7168E1914005D9936 /* barButtonBackPressed@2x.png in Resources */,
|
||||
B581E9F8168E1914005D9936 /* barButtonDisabled.png in Resources */,
|
||||
B581E9F9168E1914005D9936 /* barButtonDisabled@2x.png in Resources */,
|
||||
B581E9FA168E1914005D9936 /* barButtonPressed.png in Resources */,
|
||||
B581E9FB168E1914005D9936 /* barButtonPressed@2x.png in Resources */,
|
||||
B581E9FD168E2127005D9936 /* list-1.png in Resources */,
|
||||
B581EA01168E21C2005D9936 /* tabbar_list.png in Resources */,
|
||||
B581EA03168E3037005D9936 /* check_box.png in Resources */,
|
||||
B581EA05168E3099005D9936 /* check_box-1.png in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
||||
Binary file not shown.
@@ -21,11 +21,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375392727.686017"
|
||||
timestampString = "375994654.221435"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "837"
|
||||
endingLineNumber = "837"
|
||||
startingLineNumber = "1190"
|
||||
endingLineNumber = "1190"
|
||||
landmarkName = "-conjugateSimplePastVerb:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
@@ -34,11 +34,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375392727.686017"
|
||||
timestampString = "375994654.221435"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "875"
|
||||
endingLineNumber = "875"
|
||||
startingLineNumber = "1228"
|
||||
endingLineNumber = "1228"
|
||||
landmarkName = "-conjugateSimplePastVerb:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
@@ -47,11 +47,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375395627.450944"
|
||||
timestampString = "377035665.50962"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "1145"
|
||||
endingLineNumber = "1145"
|
||||
startingLineNumber = "1558"
|
||||
endingLineNumber = "1558"
|
||||
landmarkName = "-conjugateConditionalVerb:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
@@ -71,11 +71,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375392727.686017"
|
||||
timestampString = "376260057.446405"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "891"
|
||||
endingLineNumber = "891"
|
||||
startingLineNumber = "1251"
|
||||
endingLineNumber = "1251"
|
||||
landmarkName = "-conjugateSimplePastVerb:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
@@ -84,11 +84,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375392727.686017"
|
||||
timestampString = "376260057.446405"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "894"
|
||||
endingLineNumber = "894"
|
||||
startingLineNumber = "1254"
|
||||
endingLineNumber = "1254"
|
||||
landmarkName = "-conjugateSimplePastVerb:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
@@ -97,11 +97,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375392727.686017"
|
||||
timestampString = "375994654.221435"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "828"
|
||||
endingLineNumber = "828"
|
||||
startingLineNumber = "1181"
|
||||
endingLineNumber = "1181"
|
||||
landmarkName = "-conjugateSimplePastVerb:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
@@ -110,11 +110,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375392727.686017"
|
||||
timestampString = "377035665.50962"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "924"
|
||||
endingLineNumber = "924"
|
||||
startingLineNumber = "1298"
|
||||
endingLineNumber = "1298"
|
||||
landmarkName = "-conjugateSimplePastVerb:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
@@ -136,11 +136,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375398858.749631"
|
||||
timestampString = "377035665.50962"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "3098"
|
||||
endingLineNumber = "3098"
|
||||
startingLineNumber = "3511"
|
||||
endingLineNumber = "3511"
|
||||
landmarkName = "-getTestConjugationsForVerb:inPerson:andTense:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
@@ -149,11 +149,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375397242.73459"
|
||||
timestampString = "377035665.50962"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "1351"
|
||||
endingLineNumber = "1351"
|
||||
startingLineNumber = "1764"
|
||||
endingLineNumber = "1764"
|
||||
landmarkName = "-generateFalseConjugationsSimplePresentVerb:inPerson:withCorrectAnswer:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
@@ -175,11 +175,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375397242.73459"
|
||||
timestampString = "377035665.50962"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "1339"
|
||||
endingLineNumber = "1339"
|
||||
startingLineNumber = "1752"
|
||||
endingLineNumber = "1752"
|
||||
landmarkName = "-popLastFromArray:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
@@ -253,11 +253,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375398858.749631"
|
||||
timestampString = "377035665.50962"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "3047"
|
||||
endingLineNumber = "3047"
|
||||
startingLineNumber = "3460"
|
||||
endingLineNumber = "3460"
|
||||
landmarkName = "-generateFalseConjugationsPerfectVerb:withHaberConjugation:withCorrectAnswer:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
@@ -279,11 +279,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375397242.73459"
|
||||
timestampString = "377035665.50962"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "2992"
|
||||
endingLineNumber = "2992"
|
||||
startingLineNumber = "3405"
|
||||
endingLineNumber = "3405"
|
||||
landmarkName = "-generateFalseConjugationsPerfectVerb:withHaberConjugation:withCorrectAnswer:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
@@ -318,11 +318,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375395627.450944"
|
||||
timestampString = "377035665.50962"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "1151"
|
||||
endingLineNumber = "1151"
|
||||
startingLineNumber = "1564"
|
||||
endingLineNumber = "1564"
|
||||
landmarkName = "-conjugatePerfectVerb:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
@@ -331,11 +331,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/Verb+Create.m"
|
||||
timestampString = "374879911.792099"
|
||||
timestampString = "376255918.095384"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "19"
|
||||
endingLineNumber = "19"
|
||||
startingLineNumber = "21"
|
||||
endingLineNumber = "21"
|
||||
landmarkName = "+addVerb:andMeaning:toLesson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
@@ -344,11 +344,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375398858.749631"
|
||||
timestampString = "377035665.50962"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "3103"
|
||||
endingLineNumber = "3103"
|
||||
startingLineNumber = "3516"
|
||||
endingLineNumber = "3516"
|
||||
landmarkName = "-getTestConjugationsForVerb:inPerson:andTense:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
@@ -357,11 +357,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375397242.73459"
|
||||
timestampString = "377035665.50962"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "1275"
|
||||
endingLineNumber = "1275"
|
||||
startingLineNumber = "1688"
|
||||
endingLineNumber = "1688"
|
||||
landmarkName = "-conjugateVerb:inPerson:andTense:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
@@ -370,11 +370,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/Verb+Create.m"
|
||||
timestampString = "374879911.792099"
|
||||
timestampString = "376255918.095384"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "28"
|
||||
endingLineNumber = "28"
|
||||
startingLineNumber = "30"
|
||||
endingLineNumber = "30"
|
||||
landmarkName = "+addVerb:andMeaning:toLesson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
@@ -383,11 +383,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375397242.73459"
|
||||
timestampString = "377035665.50962"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "1331"
|
||||
endingLineNumber = "1331"
|
||||
startingLineNumber = "1744"
|
||||
endingLineNumber = "1744"
|
||||
landmarkName = "-addToAnswers:withCorrectAnswer:conjugation:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
@@ -396,11 +396,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375397242.73459"
|
||||
timestampString = "377035665.50962"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "1332"
|
||||
endingLineNumber = "1332"
|
||||
startingLineNumber = "1745"
|
||||
endingLineNumber = "1745"
|
||||
landmarkName = "-addToAnswers:withCorrectAnswer:conjugation:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
@@ -409,11 +409,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375397242.73459"
|
||||
timestampString = "377035665.50962"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "1330"
|
||||
endingLineNumber = "1330"
|
||||
startingLineNumber = "1743"
|
||||
endingLineNumber = "1743"
|
||||
landmarkName = "-addToAnswers:withCorrectAnswer:conjugation:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
@@ -422,11 +422,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375392727.686017"
|
||||
timestampString = "375994654.221435"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "830"
|
||||
endingLineNumber = "830"
|
||||
startingLineNumber = "1183"
|
||||
endingLineNumber = "1183"
|
||||
landmarkName = "-conjugateSimplePastVerb:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
@@ -435,11 +435,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375389327.30898"
|
||||
timestampString = "375653865.162364"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "186"
|
||||
endingLineNumber = "186"
|
||||
startingLineNumber = "403"
|
||||
endingLineNumber = "403"
|
||||
landmarkName = "-getSimplePresentStemVerb:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
@@ -461,11 +461,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375389327.30898"
|
||||
timestampString = "375653865.162364"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "316"
|
||||
endingLineNumber = "316"
|
||||
startingLineNumber = "536"
|
||||
endingLineNumber = "536"
|
||||
landmarkName = "-conjugateSimplePresentVerb:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
@@ -474,11 +474,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375392782.173009"
|
||||
timestampString = "375734784.718424"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "426"
|
||||
endingLineNumber = "426"
|
||||
startingLineNumber = "649"
|
||||
endingLineNumber = "649"
|
||||
landmarkName = "-conjugatePresentSubjunctiveVerb:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
@@ -487,11 +487,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375392826.97526"
|
||||
timestampString = "375734784.718424"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "404"
|
||||
endingLineNumber = "404"
|
||||
startingLineNumber = "627"
|
||||
endingLineNumber = "627"
|
||||
landmarkName = "-conjugatePresentSubjunctiveVerb:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
@@ -500,11 +500,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375395949.637296"
|
||||
timestampString = "377035665.50962"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "1058"
|
||||
endingLineNumber = "1058"
|
||||
startingLineNumber = "1471"
|
||||
endingLineNumber = "1471"
|
||||
landmarkName = "-conjugateImperfectSubjunctiveVerb:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
@@ -513,11 +513,11 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375395980.356477"
|
||||
timestampString = "377035665.50962"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "1046"
|
||||
endingLineNumber = "1046"
|
||||
startingLineNumber = "1459"
|
||||
endingLineNumber = "1459"
|
||||
landmarkName = "-conjugateImperfectSubjunctiveVerb:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
@@ -526,13 +526,338 @@
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/EspagramWordsInLessonViewController.m"
|
||||
timestampString = "375399761.902352"
|
||||
timestampString = "378826376.260608"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "108"
|
||||
endingLineNumber = "108"
|
||||
startingLineNumber = "146"
|
||||
endingLineNumber = "146"
|
||||
landmarkName = "-tableView:commitEditingStyle:forRowAtIndexPath:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
<FileBreakpoint
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/EspagramLessonViewController.m"
|
||||
timestampString = "378834590.783634"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "153"
|
||||
endingLineNumber = "153"
|
||||
landmarkName = "-viewWillAppear:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
<FileBreakpoint
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/EspagramLessonViewController.m"
|
||||
timestampString = "378834590.783634"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "154"
|
||||
endingLineNumber = "154"
|
||||
landmarkName = "-viewWillAppear:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
<FileBreakpoint
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/EspagramLessonViewController.m"
|
||||
timestampString = "378834590.783634"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "155"
|
||||
endingLineNumber = "155"
|
||||
landmarkName = "-viewWillAppear:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
<FileBreakpoint
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/EspagramLessonViewController.m"
|
||||
timestampString = "378834590.783634"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "116"
|
||||
endingLineNumber = "116"
|
||||
landmarkName = "-useDocument"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
<FileBreakpoint
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375653865.162364"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "483"
|
||||
endingLineNumber = "483"
|
||||
landmarkName = "-getSimplePresentStemVerb:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
<FileBreakpoint
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375994654.221435"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "977"
|
||||
endingLineNumber = "977"
|
||||
landmarkName = "-conjugatePresentSubjunctiveVerb:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
<FileBreakpoint
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375655728.202966"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "512"
|
||||
endingLineNumber = "512"
|
||||
landmarkName = "-getSimplePresentStemVerb:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
<FileBreakpoint
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375655887.813567"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "507"
|
||||
endingLineNumber = "507"
|
||||
landmarkName = "-getSimplePresentStemVerb:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
<FileBreakpoint
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375734784.718424"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "667"
|
||||
endingLineNumber = "667"
|
||||
landmarkName = "-conjugatePresentSubjunctiveVerb:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
<FileBreakpoint
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375734784.718424"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "665"
|
||||
endingLineNumber = "665"
|
||||
landmarkName = "-conjugatePresentSubjunctiveVerb:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
<FileBreakpoint
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375734784.718424"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "662"
|
||||
endingLineNumber = "662"
|
||||
landmarkName = "-conjugatePresentSubjunctiveVerb:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
<FileBreakpoint
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375994654.221435"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "1054"
|
||||
endingLineNumber = "1054"
|
||||
landmarkName = "-conjugatePresentSubjunctiveVerb:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
<FileBreakpoint
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375994654.221435"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "961"
|
||||
endingLineNumber = "961"
|
||||
landmarkName = "-conjugatePresentSubjunctiveVerb:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
<FileBreakpoint
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375734784.718424"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "827"
|
||||
endingLineNumber = "827"
|
||||
landmarkName = "-conjugatePresentSubjunctiveVerb:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
<FileBreakpoint
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375734784.718424"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "828"
|
||||
endingLineNumber = "828"
|
||||
landmarkName = "-conjugatePresentSubjunctiveVerb:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
<FileBreakpoint
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "375734882.183071"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "816"
|
||||
endingLineNumber = "816"
|
||||
landmarkName = "-conjugatePresentSubjunctiveVerb:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
<FileBreakpoint
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/SpanishConjugator.m"
|
||||
timestampString = "377035665.50962"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "1347"
|
||||
endingLineNumber = "1347"
|
||||
landmarkName = "-conjugateSimplePastVerb:inPerson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
<FileBreakpoint
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/EspagramTestingTabController.m"
|
||||
timestampString = "377884313.56074"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "55"
|
||||
endingLineNumber = "55"
|
||||
landmarkName = "-viewDidLoad"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
<FileBreakpoint
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/EspagramLessonViewController.h"
|
||||
timestampString = "377885907.185637"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "24"
|
||||
endingLineNumber = "24"
|
||||
landmarkName = "tense"
|
||||
landmarkType = "19">
|
||||
</FileBreakpoint>
|
||||
<FileBreakpoint
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/EspagramLessonViewController.m"
|
||||
timestampString = "378834590.783634"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "140"
|
||||
endingLineNumber = "140"
|
||||
landmarkName = "-tabBarController:didSelectViewController:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
<FileBreakpoint
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/EspagramLessonViewController.m"
|
||||
timestampString = "378834590.783634"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "35"
|
||||
endingLineNumber = "35"
|
||||
landmarkName = "-addWord:withMeaning:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
<FileBreakpoint
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/EspagramLessonViewController.m"
|
||||
timestampString = "378834590.783634"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "32"
|
||||
endingLineNumber = "32"
|
||||
landmarkName = "-AddButtonPressed:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
<FileBreakpoint
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/EspagramLessonViewController.m"
|
||||
timestampString = "378834590.783634"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "55"
|
||||
endingLineNumber = "55"
|
||||
landmarkName = "-cancelAddingWord"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
<FileBreakpoint
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/EspagramLessonViewController.m"
|
||||
timestampString = "378834590.783634"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "38"
|
||||
endingLineNumber = "38"
|
||||
landmarkName = "-addWord:withMeaning:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
<FileBreakpoint
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Espagram/Verb+Create.m"
|
||||
timestampString = "378828659.094893"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "16"
|
||||
endingLineNumber = "16"
|
||||
landmarkName = "+addVerb:andMeaning:toLesson:"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
</FileBreakpoints>
|
||||
</Bucket>
|
||||
|
||||
Reference in New Issue
Block a user