iPad version

This commit is contained in:
Abel Fokkinga
2013-02-21 17:08:51 +01:00
parent eae41e0e3f
commit 797a47e84a
65 changed files with 3422 additions and 516 deletions

View File

@@ -13,9 +13,14 @@
B506EC6D15EBF67500566A27 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = B506EC6B15EBF67500566A27 /* InfoPlist.strings */; };
B506EC6F15EBF67500566A27 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = B506EC6E15EBF67500566A27 /* main.m */; };
B506EC7315EBF67500566A27 /* EspagramAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = B506EC7215EBF67500566A27 /* EspagramAppDelegate.m */; };
B506EC7615EBF67500566A27 /* MainStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B506EC7415EBF67500566A27 /* MainStoryboard.storyboard */; };
B506EC7615EBF67500566A27 /* EspagramiPhone.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B506EC7415EBF67500566A27 /* EspagramiPhone.storyboard */; };
B506EC7915EBF67500566A27 /* EspagramViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B506EC7815EBF67500566A27 /* EspagramViewController.m */; };
B506ECA515EE898700566A27 /* SpanishConjugator.m in Sources */ = {isa = PBXBuildFile; fileRef = B506ECA415EE898700566A27 /* SpanishConjugator.m */; };
B51112BA16D2538C0070DB4D /* EspagramiPad.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B51112B916D2538C0070DB4D /* EspagramiPad.storyboard */; };
B51112BC16D2540B0070DB4D /* espagram72.png in Resources */ = {isa = PBXBuildFile; fileRef = B51112BB16D2540B0070DB4D /* espagram72.png */; };
B51112BE16D254750070DB4D /* espagram144.png in Resources */ = {isa = PBXBuildFile; fileRef = B51112BD16D254750070DB4D /* espagram144.png */; };
B51112C216D27DCE0070DB4D /* RotatableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B51112C016D27DCE0070DB4D /* RotatableViewController.m */; };
B51112C416D28EF90070DB4D /* espagram.jpg in Resources */ = {isa = PBXBuildFile; fileRef = B51112C316D28EF90070DB4D /* espagram.jpg */; };
B512F63B164BEC6000DA031E /* EspagramTestViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B512F63A164BEC6000DA031E /* EspagramTestViewController.m */; };
B512F658164D1A0C00DA031E /* EspagramConjugationTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B512F657164D1A0C00DA031E /* EspagramConjugationTableViewController.m */; };
B512F670164D60DB00DA031E /* EspagramMainTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B512F66F164D60DB00DA031E /* EspagramMainTableViewController.m */; };
@@ -58,11 +63,22 @@
B581EA08169B351A005D9936 /* TestResult+Create.m in Sources */ = {isa = PBXBuildFile; fileRef = B581EA07169B351A005D9936 /* TestResult+Create.m */; };
B581EA0E169DA304005D9936 /* EspagramTypingTestViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B581EA0D169DA304005D9936 /* EspagramTypingTestViewController.m */; };
B581EA10169DD28F005D9936 /* tabbar_typing.png in Resources */ = {isa = PBXBuildFile; fileRef = B581EA0F169DD28F005D9936 /* tabbar_typing.png */; };
B58BB0EB16D635A30032E6EB /* Default Espagram database EN.sqlite in Resources */ = {isa = PBXBuildFile; fileRef = B58BB0EA16D635A30032E6EB /* Default Espagram database EN.sqlite */; };
B58BB0ED16D635B00032E6EB /* Default Espagram database NL.sqlite in Resources */ = {isa = PBXBuildFile; fileRef = B58BB0EC16D635B00032E6EB /* Default Espagram database NL.sqlite */; };
B58BB0EF16D636D30032E6EB /* Default Espagram database DE.sqlite in Resources */ = {isa = PBXBuildFile; fileRef = B58BB0EE16D636D30032E6EB /* Default Espagram database DE.sqlite */; };
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 */; };
B5B3F93816602C7D00E26A40 /* TestResult.m in Sources */ = {isa = PBXBuildFile; fileRef = B5B3F93716602C7C00E26A40 /* TestResult.m */; };
B5B3F93B16602C7E00E26A40 /* Lesson.m in Sources */ = {isa = PBXBuildFile; fileRef = B5B3F93A16602C7E00E26A40 /* Lesson.m */; };
B5CE337116D22E47004B34DB /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B5CE337016D22E47004B34DB /* CFNetwork.framework */; };
B5CE337316D22E51004B34DB /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B5CE337216D22E51004B34DB /* SystemConfiguration.framework */; };
B5CE337516D22E5A004B34DB /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B5CE337416D22E5A004B34DB /* StoreKit.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
B5CE339616D22ECF004B34DB /* .gitignore in Resources */ = {isa = PBXBuildFile; fileRef = B5CE337716D22ECF004B34DB /* .gitignore */; };
B5CE339716D22ECF004B34DB /* Appirater.m in Sources */ = {isa = PBXBuildFile; fileRef = B5CE337916D22ECF004B34DB /* Appirater.m */; };
B5CE339816D22ECF004B34DB /* Appirater.podspec in Resources */ = {isa = PBXBuildFile; fileRef = B5CE337A16D22ECF004B34DB /* Appirater.podspec */; };
B5CE339916D22ECF004B34DB /* AppiraterLocalizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = B5CE337C16D22ECF004B34DB /* AppiraterLocalizable.strings */; };
B5CE339A16D22ECF004B34DB /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = B5CE338F16D22ECF004B34DB /* README.md */; };
B5EC6CED1656F1960030C27F /* Verb+Create.m in Sources */ = {isa = PBXBuildFile; fileRef = B5EC6CEC1656F1960030C27F /* Verb+Create.m */; };
B5EFD392162CB18000C6E2EB /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B5EFD391162CB18000C6E2EB /* Default-568h@2x.png */; };
/* End PBXBuildFile section */
@@ -89,11 +105,18 @@
B506EC7015EBF67500566A27 /* Espagram-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Espagram-Prefix.pch"; sourceTree = "<group>"; };
B506EC7115EBF67500566A27 /* EspagramAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EspagramAppDelegate.h; sourceTree = "<group>"; };
B506EC7215EBF67500566A27 /* EspagramAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = EspagramAppDelegate.m; sourceTree = "<group>"; };
B506EC7515EBF67500566A27 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/MainStoryboard.storyboard; sourceTree = "<group>"; };
B506EC7515EBF67500566A27 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/EspagramiPhone.storyboard; sourceTree = "<group>"; };
B506EC7715EBF67500566A27 /* EspagramViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EspagramViewController.h; sourceTree = "<group>"; };
B506EC7815EBF67500566A27 /* EspagramViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = EspagramViewController.m; sourceTree = "<group>"; };
B506ECA315EE898700566A27 /* SpanishConjugator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpanishConjugator.h; sourceTree = "<group>"; };
B506ECA415EE898700566A27 /* SpanishConjugator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SpanishConjugator.m; sourceTree = "<group>"; };
B51112B916D2538C0070DB4D /* EspagramiPad.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = EspagramiPad.storyboard; sourceTree = "<group>"; };
B51112BB16D2540B0070DB4D /* espagram72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = espagram72.png; sourceTree = "<group>"; };
B51112BD16D254750070DB4D /* espagram144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = espagram144.png; sourceTree = "<group>"; };
B51112BF16D27DCE0070DB4D /* RotatableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RotatableViewController.h; path = "../../../../Downloads/Psychologist-2/Psychologist/RotatableViewController.h"; sourceTree = "<group>"; };
B51112C016D27DCE0070DB4D /* RotatableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RotatableViewController.m; path = "../../../../Downloads/Psychologist-2/Psychologist/RotatableViewController.m"; sourceTree = "<group>"; };
B51112C116D27DCE0070DB4D /* SplitViewBarButtonItemPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SplitViewBarButtonItemPresenter.h; path = "../../../../Downloads/Psychologist-2/Psychologist/SplitViewBarButtonItemPresenter.h"; sourceTree = "<group>"; };
B51112C316D28EF90070DB4D /* espagram.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = espagram.jpg; sourceTree = "<group>"; };
B512F639164BEC6000DA031E /* EspagramTestViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EspagramTestViewController.h; sourceTree = "<group>"; };
B512F63A164BEC6000DA031E /* EspagramTestViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EspagramTestViewController.m; sourceTree = "<group>"; };
B512F656164D1A0C00DA031E /* EspagramConjugationTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EspagramConjugationTableViewController.h; sourceTree = "<group>"; };
@@ -149,6 +172,11 @@
B581EA0C169DA303005D9936 /* EspagramTypingTestViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EspagramTypingTestViewController.h; sourceTree = "<group>"; };
B581EA0D169DA304005D9936 /* EspagramTypingTestViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EspagramTypingTestViewController.m; sourceTree = "<group>"; };
B581EA0F169DD28F005D9936 /* tabbar_typing.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tabbar_typing.png; sourceTree = "<group>"; };
B58BB0E516D57DE70032E6EB /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
B58BB0EA16D635A30032E6EB /* Default Espagram database EN.sqlite */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "Default Espagram database EN.sqlite"; sourceTree = "<group>"; };
B58BB0EC16D635B00032E6EB /* Default Espagram database NL.sqlite */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "Default Espagram database NL.sqlite"; sourceTree = "<group>"; };
B58BB0EE16D636D30032E6EB /* Default Espagram database DE.sqlite */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "Default Espagram database DE.sqlite"; sourceTree = "<group>"; };
B58BB0F016D666200032E6EB /* Espagram.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = Espagram.entitlements; 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>"; };
@@ -164,6 +192,39 @@
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>"; };
B5CE337016D22E47004B34DB /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
B5CE337216D22E51004B34DB /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
B5CE337416D22E5A004B34DB /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; };
B5CE337716D22ECF004B34DB /* .gitignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitignore; sourceTree = "<group>"; };
B5CE337816D22ECF004B34DB /* Appirater.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Appirater.h; sourceTree = "<group>"; };
B5CE337916D22ECF004B34DB /* Appirater.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Appirater.m; sourceTree = "<group>"; };
B5CE337A16D22ECF004B34DB /* Appirater.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Appirater.podspec; sourceTree = "<group>"; };
B5CE337B16D22ECF004B34DB /* AppiraterDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppiraterDelegate.h; sourceTree = "<group>"; };
B5CE337D16D22ECF004B34DB /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/AppiraterLocalizable.strings; sourceTree = "<group>"; };
B5CE337E16D22ECF004B34DB /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/AppiraterLocalizable.strings; sourceTree = "<group>"; };
B5CE337F16D22ECF004B34DB /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/AppiraterLocalizable.strings; sourceTree = "<group>"; };
B5CE338016D22ECF004B34DB /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/AppiraterLocalizable.strings; sourceTree = "<group>"; };
B5CE338116D22ECF004B34DB /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = el.lproj/AppiraterLocalizable.strings; sourceTree = "<group>"; };
B5CE338216D22ECF004B34DB /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/AppiraterLocalizable.strings; sourceTree = "<group>"; };
B5CE338316D22ECF004B34DB /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/AppiraterLocalizable.strings; sourceTree = "<group>"; };
B5CE338416D22ECF004B34DB /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/AppiraterLocalizable.strings; sourceTree = "<group>"; };
B5CE338516D22ECF004B34DB /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/AppiraterLocalizable.strings; sourceTree = "<group>"; };
B5CE338616D22ECF004B34DB /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/AppiraterLocalizable.strings; sourceTree = "<group>"; };
B5CE338716D22ECF004B34DB /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/AppiraterLocalizable.strings; sourceTree = "<group>"; };
B5CE338816D22ECF004B34DB /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/AppiraterLocalizable.strings; sourceTree = "<group>"; };
B5CE338916D22ECF004B34DB /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/AppiraterLocalizable.strings; sourceTree = "<group>"; };
B5CE338A16D22ECF004B34DB /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/AppiraterLocalizable.strings; sourceTree = "<group>"; };
B5CE338B16D22ECF004B34DB /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/AppiraterLocalizable.strings; sourceTree = "<group>"; };
B5CE338C16D22ECF004B34DB /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/AppiraterLocalizable.strings; sourceTree = "<group>"; };
B5CE338D16D22ECF004B34DB /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/AppiraterLocalizable.strings; sourceTree = "<group>"; };
B5CE338E16D22ECF004B34DB /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/AppiraterLocalizable.strings; sourceTree = "<group>"; };
B5CE338F16D22ECF004B34DB /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
B5CE339016D22ECF004B34DB /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/AppiraterLocalizable.strings; sourceTree = "<group>"; };
B5CE339116D22ECF004B34DB /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = sk.lproj/AppiraterLocalizable.strings; sourceTree = "<group>"; };
B5CE339216D22ECF004B34DB /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/AppiraterLocalizable.strings; sourceTree = "<group>"; };
B5CE339316D22ECF004B34DB /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/AppiraterLocalizable.strings; sourceTree = "<group>"; };
B5CE339416D22ECF004B34DB /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/AppiraterLocalizable.strings"; sourceTree = "<group>"; };
B5CE339516D22ECF004B34DB /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/AppiraterLocalizable.strings"; 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>"; };
@@ -175,6 +236,9 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
B5CE337516D22E5A004B34DB /* StoreKit.framework in Frameworks */,
B5CE337316D22E51004B34DB /* SystemConfiguration.framework in Frameworks */,
B5CE337116D22E47004B34DB /* CFNetwork.framework in Frameworks */,
B51F8E4816519FE00033B614 /* CoreData.framework in Frameworks */,
B506EC6315EBF67500566A27 /* UIKit.framework in Frameworks */,
B506EC6515EBF67500566A27 /* Foundation.framework in Frameworks */,
@@ -188,6 +252,16 @@
B506EC5315EBF67500566A27 = {
isa = PBXGroup;
children = (
B58BB0EE16D636D30032E6EB /* Default Espagram database DE.sqlite */,
B58BB0EC16D635B00032E6EB /* Default Espagram database NL.sqlite */,
B58BB0EA16D635A30032E6EB /* Default Espagram database EN.sqlite */,
B51112BD16D254750070DB4D /* espagram144.png */,
B51112BB16D2540B0070DB4D /* espagram72.png */,
B51112C316D28EF90070DB4D /* espagram.jpg */,
B5CE337616D22ECF004B34DB /* appirater-master */,
B5CE337416D22E5A004B34DB /* StoreKit.framework */,
B5CE337216D22E51004B34DB /* SystemConfiguration.framework */,
B5CE337016D22E47004B34DB /* CFNetwork.framework */,
B545E000167BA01700DFBF11 /* espagram117.png */,
B545DFFE167BA00300DFBF11 /* espagram57.png */,
B545DFFB167A5F2800DFBF11 /* Default Espagram database.sqlite */,
@@ -223,13 +297,18 @@
B506EC6815EBF67500566A27 /* Espagram */ = {
isa = PBXGroup;
children = (
B58BB0F016D666200032E6EB /* Espagram.entitlements */,
B5E2A282168602CD00874448 /* EspagramLessonTesting.h */,
B54CFB741652E03600C0823D /* EspagramNewLessonViewController.h */,
B54CFB751652E03600C0823D /* EspagramNewLessonViewController.m */,
B5A8BB171651A3E700C1CC00 /* CoreDataTableViewController.h */,
B5A8BB181651A3E700C1CC00 /* CoreDataTableViewController.m */,
B506EC7115EBF67500566A27 /* EspagramAppDelegate.h */,
B506EC7415EBF67500566A27 /* MainStoryboard.storyboard */,
B506EC7415EBF67500566A27 /* EspagramiPhone.storyboard */,
B51112B916D2538C0070DB4D /* EspagramiPad.storyboard */,
B51112BF16D27DCE0070DB4D /* RotatableViewController.h */,
B51112C016D27DCE0070DB4D /* RotatableViewController.m */,
B51112C116D27DCE0070DB4D /* SplitViewBarButtonItemPresenter.h */,
B581EA0C169DA303005D9936 /* EspagramTypingTestViewController.h */,
B581EA0D169DA304005D9936 /* EspagramTypingTestViewController.m */,
B56DE15E165426B800D85DD3 /* EspagramAddWordToLessonViewController.h */,
@@ -317,6 +396,20 @@
name = Images;
sourceTree = "<group>";
};
B5CE337616D22ECF004B34DB /* appirater-master */ = {
isa = PBXGroup;
children = (
B5CE337716D22ECF004B34DB /* .gitignore */,
B5CE337816D22ECF004B34DB /* Appirater.h */,
B5CE337916D22ECF004B34DB /* Appirater.m */,
B5CE337A16D22ECF004B34DB /* Appirater.podspec */,
B5CE337B16D22ECF004B34DB /* AppiraterDelegate.h */,
B5CE337C16D22ECF004B34DB /* AppiraterLocalizable.strings */,
B5CE338F16D22ECF004B34DB /* README.md */,
);
path = "appirater-master";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
@@ -345,7 +438,7 @@
isa = PBXProject;
attributes = {
CLASSPREFIX = Espagram;
LastUpgradeCheck = 0450;
LastUpgradeCheck = 0460;
ORGANIZATIONNAME = "Abel Fokkinga";
};
buildConfigurationList = B506EC5815EBF67500566A27 /* Build configuration list for PBXProject "Espagram" */;
@@ -357,6 +450,26 @@
nl,
es,
pt,
ca,
cs,
da,
de,
el,
fi,
fr,
he,
hu,
it,
ja,
ko,
nb,
pl,
ru,
sk,
sv,
tr,
"zh-Hans",
"zh-Hant",
);
mainGroup = B506EC5315EBF67500566A27;
productRefGroup = B506EC5F15EBF67500566A27 /* Products */;
@@ -374,7 +487,7 @@
buildActionMask = 2147483647;
files = (
B506EC6D15EBF67500566A27 /* InfoPlist.strings in Resources */,
B506EC7615EBF67500566A27 /* MainStoryboard.storyboard in Resources */,
B506EC7615EBF67500566A27 /* EspagramiPhone.storyboard in Resources */,
B5EFD392162CB18000C6E2EB /* Default-568h@2x.png in Resources */,
B51F8E4416519D440033B614 /* iPhoneIcon_Small.png in Resources */,
B51F8E4616519D490033B614 /* iPhoneIcon_Big.png in Resources */,
@@ -403,6 +516,17 @@
B581EA03168E3037005D9936 /* check_box.png in Resources */,
B581EA05168E3099005D9936 /* check_box-1.png in Resources */,
B581EA10169DD28F005D9936 /* tabbar_typing.png in Resources */,
B5CE339616D22ECF004B34DB /* .gitignore in Resources */,
B5CE339816D22ECF004B34DB /* Appirater.podspec in Resources */,
B5CE339916D22ECF004B34DB /* AppiraterLocalizable.strings in Resources */,
B5CE339A16D22ECF004B34DB /* README.md in Resources */,
B51112BA16D2538C0070DB4D /* EspagramiPad.storyboard in Resources */,
B51112BC16D2540B0070DB4D /* espagram72.png in Resources */,
B51112BE16D254750070DB4D /* espagram144.png in Resources */,
B51112C416D28EF90070DB4D /* espagram.jpg in Resources */,
B58BB0EB16D635A30032E6EB /* Default Espagram database EN.sqlite in Resources */,
B58BB0ED16D635B00032E6EB /* Default Espagram database NL.sqlite in Resources */,
B58BB0EF16D636D30032E6EB /* Default Espagram database DE.sqlite in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -437,6 +561,8 @@
B5B3F93B16602C7E00E26A40 /* Lesson.m in Sources */,
B581EA08169B351A005D9936 /* TestResult+Create.m in Sources */,
B581EA0E169DA304005D9936 /* EspagramTypingTestViewController.m in Sources */,
B5CE339716D22ECF004B34DB /* Appirater.m in Sources */,
B51112C216D27DCE0070DB4D /* RotatableViewController.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -451,12 +577,12 @@
name = InfoPlist.strings;
sourceTree = "<group>";
};
B506EC7415EBF67500566A27 /* MainStoryboard.storyboard */ = {
B506EC7415EBF67500566A27 /* EspagramiPhone.storyboard */ = {
isa = PBXVariantGroup;
children = (
B506EC7515EBF67500566A27 /* en */,
);
name = MainStoryboard.storyboard;
name = EspagramiPhone.storyboard;
sourceTree = "<group>";
};
B5B3F92F165972EF00E26A40 /* Localizable.strings */ = {
@@ -466,10 +592,42 @@
B5B3F930165972F600E26A40 /* en */,
B5B3F931165AC79200E26A40 /* es */,
B5B3F932165AD45400E26A40 /* pt */,
B58BB0E516D57DE70032E6EB /* de */,
);
name = Localizable.strings;
sourceTree = "<group>";
};
B5CE337C16D22ECF004B34DB /* AppiraterLocalizable.strings */ = {
isa = PBXVariantGroup;
children = (
B5CE337D16D22ECF004B34DB /* ca */,
B5CE337E16D22ECF004B34DB /* cs */,
B5CE337F16D22ECF004B34DB /* da */,
B5CE338016D22ECF004B34DB /* de */,
B5CE338116D22ECF004B34DB /* el */,
B5CE338216D22ECF004B34DB /* en */,
B5CE338316D22ECF004B34DB /* es */,
B5CE338416D22ECF004B34DB /* fi */,
B5CE338516D22ECF004B34DB /* fr */,
B5CE338616D22ECF004B34DB /* he */,
B5CE338716D22ECF004B34DB /* hu */,
B5CE338816D22ECF004B34DB /* it */,
B5CE338916D22ECF004B34DB /* ja */,
B5CE338A16D22ECF004B34DB /* ko */,
B5CE338B16D22ECF004B34DB /* nb */,
B5CE338C16D22ECF004B34DB /* nl */,
B5CE338D16D22ECF004B34DB /* pl */,
B5CE338E16D22ECF004B34DB /* pt */,
B5CE339016D22ECF004B34DB /* ru */,
B5CE339116D22ECF004B34DB /* sk */,
B5CE339216D22ECF004B34DB /* sv */,
B5CE339316D22ECF004B34DB /* tr */,
B5CE339416D22ECF004B34DB /* zh-Hans */,
B5CE339516D22ECF004B34DB /* zh-Hant */,
);
name = AppiraterLocalizable.strings;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
@@ -480,8 +638,11 @@
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
@@ -495,7 +656,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
SDKROOT = iphoneos;
};
name = Debug;
@@ -507,15 +668,18 @@
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=*]" = "iPhone Developer";
COPY_PHASE_STRIP = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
@@ -525,16 +689,19 @@
B506EC7D15EBF67500566A27 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Abel Fokkinga (P764G4C7BB)";
CODE_SIGN_ENTITLEMENTS = Espagram/Espagram.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Espagram/Espagram-Prefix.pch";
INFOPLIST_FILE = "Espagram/Espagram-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "D1DA148D-74FB-4B18-82EB-1E4B06A36830";
TARGETED_DEVICE_FAMILY = 1;
"PROVISIONING_PROFILE[sdk=*]" = "B9D6A7A6-94DA-4D3D-AD3E-2204789BC56E";
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
TARGETED_DEVICE_FAMILY = "1,2";
WRAPPER_EXTENSION = app;
};
name = Debug;
@@ -542,14 +709,17 @@
B506EC7E15EBF67500566A27 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Distribution: Abel Fokkinga";
CODE_SIGN_ENTITLEMENTS = Espagram/Espagram.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=*]" = "iPhone Developer";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Espagram/Espagram-Prefix.pch";
INFOPLIST_FILE = "Espagram/Espagram-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "B9D6A7A6-94DA-4D3D-AD3E-2204789BC56E";
TARGETED_DEVICE_FAMILY = 1;
PROVISIONING_PROFILE = "";
"PROVISIONING_PROFILE[sdk=*]" = "B9D6A7A6-94DA-4D3D-AD3E-2204789BC56E";
TARGETED_DEVICE_FAMILY = "1,2";
WRAPPER_EXTENSION = app;
};
name = Release;

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0450"
LastUpgradeVersion = "0460"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"