diff --git a/iOS/Default-568h@2x.png b/iOS/Default-568h@2x.png new file mode 100644 index 0000000..2c9986e Binary files /dev/null and b/iOS/Default-568h@2x.png differ diff --git a/iOS/Default-Landscape@2x~ipad.png b/iOS/Default-Landscape@2x~ipad.png new file mode 100644 index 0000000..d66bf6b Binary files /dev/null and b/iOS/Default-Landscape@2x~ipad.png differ diff --git a/iOS/Default-Landscape~ipad.png b/iOS/Default-Landscape~ipad.png new file mode 100644 index 0000000..63ed316 Binary files /dev/null and b/iOS/Default-Landscape~ipad.png differ diff --git a/iOS/Default-Portrait@2x~ipad.png b/iOS/Default-Portrait@2x~ipad.png new file mode 100644 index 0000000..f08a7aa Binary files /dev/null and b/iOS/Default-Portrait@2x~ipad.png differ diff --git a/iOS/Default-Portrait~ipad.png b/iOS/Default-Portrait~ipad.png new file mode 100644 index 0000000..6040d29 Binary files /dev/null and b/iOS/Default-Portrait~ipad.png differ diff --git a/iOS/Default.png b/iOS/Default.png new file mode 100644 index 0000000..6b76b2c Binary files /dev/null and b/iOS/Default.png differ diff --git a/iOS/Default@2x.png b/iOS/Default@2x.png new file mode 100644 index 0000000..f3f68f2 Binary files /dev/null and b/iOS/Default@2x.png differ diff --git a/iOS/offlineguides.xcodeproj/project.pbxproj b/iOS/offlineguides.xcodeproj/project.pbxproj index 353a036..ec43009 100644 --- a/iOS/offlineguides.xcodeproj/project.pbxproj +++ b/iOS/offlineguides.xcodeproj/project.pbxproj @@ -40,6 +40,13 @@ ED81956C17AEFE66004F3803 /* simple_html.html in Resources */ = {isa = PBXBuildFile; fileRef = ED81956B17AEFE66004F3803 /* simple_html.html */; }; ED81956E17B10578004F3803 /* strings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ED81956D17B10578004F3803 /* strings.cpp */; }; ED81957117B10598004F3803 /* utf8proc.c in Sources */ = {isa = PBXBuildFile; fileRef = ED81957017B10598004F3803 /* utf8proc.c */; }; + ED81F52017BA2BFD00361D6D /* Default-Portrait~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = ED81F51F17BA2BFD00361D6D /* Default-Portrait~ipad.png */; }; + ED81F52217BA2C0000361D6D /* Default-Portrait@2x~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = ED81F52117BA2C0000361D6D /* Default-Portrait@2x~ipad.png */; }; + ED81F52417BA2C0500361D6D /* Default-Landscape~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = ED81F52317BA2C0400361D6D /* Default-Landscape~ipad.png */; }; + ED81F52617BA2C0800361D6D /* Default-Landscape@2x~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = ED81F52517BA2C0800361D6D /* Default-Landscape@2x~ipad.png */; }; + ED81F52817BA2C3A00361D6D /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = ED81F52717BA2C3900361D6D /* Default.png */; }; + ED81F52A17BA2C3C00361D6D /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = ED81F52917BA2C3C00361D6D /* Default@2x.png */; }; + ED81F52C17BA2C3F00361D6D /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = ED81F52B17BA2C3F00361D6D /* Default-568h@2x.png */; }; ED893F6917B223920074E05A /* MapsWithMeAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = ED893F6817B223920074E05A /* MapsWithMeAPI.m */; }; ED893F6C17B231F20074E05A /* IPadSplitVC.m in Sources */ = {isa = PBXBuildFile; fileRef = ED893F6B17B231F20074E05A /* IPadSplitVC.m */; }; /* End PBXBuildFile section */ @@ -85,6 +92,13 @@ ED81956B17AEFE66004F3803 /* simple_html.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = simple_html.html; sourceTree = ""; }; ED81956D17B10578004F3803 /* strings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = strings.cpp; path = ../../env/strings.cpp; sourceTree = ""; }; ED81957017B10598004F3803 /* utf8proc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = utf8proc.c; path = ../../3rdparty/utf8proc/utf8proc.c; sourceTree = ""; }; + ED81F51F17BA2BFD00361D6D /* Default-Portrait~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-Portrait~ipad.png"; sourceTree = ""; }; + ED81F52117BA2C0000361D6D /* Default-Portrait@2x~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-Portrait@2x~ipad.png"; sourceTree = ""; }; + ED81F52317BA2C0400361D6D /* Default-Landscape~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-Landscape~ipad.png"; sourceTree = ""; }; + ED81F52517BA2C0800361D6D /* Default-Landscape@2x~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-Landscape@2x~ipad.png"; sourceTree = ""; }; + ED81F52717BA2C3900361D6D /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = ""; }; + ED81F52917BA2C3C00361D6D /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = ""; }; + ED81F52B17BA2C3F00361D6D /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = ""; }; ED893F6717B223920074E05A /* MapsWithMeAPI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MapsWithMeAPI.h; sourceTree = ""; }; ED893F6817B223920074E05A /* MapsWithMeAPI.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MapsWithMeAPI.m; sourceTree = ""; }; ED893F6A17B231F20074E05A /* IPadSplitVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IPadSplitVC.h; sourceTree = ""; }; @@ -132,6 +146,13 @@ ED81953A17AED761004F3803 = { isa = PBXGroup; children = ( + ED81F52B17BA2C3F00361D6D /* Default-568h@2x.png */, + ED81F52917BA2C3C00361D6D /* Default@2x.png */, + ED81F52717BA2C3900361D6D /* Default.png */, + ED81F52517BA2C0800361D6D /* Default-Landscape@2x~ipad.png */, + ED81F52317BA2C0400361D6D /* Default-Landscape~ipad.png */, + ED81F52117BA2C0000361D6D /* Default-Portrait@2x~ipad.png */, + ED81F51F17BA2BFD00361D6D /* Default-Portrait~ipad.png */, ED81954C17AED762004F3803 /* offlineguides */, ED81954517AED762004F3803 /* Frameworks */, ED81954417AED762004F3803 /* Products */, @@ -277,6 +298,13 @@ ED64332817B4D6CB000985FE /* bg_landscape_header.png in Resources */, ED64332917B4D6CB000985FE /* bg_landscape_header@2x.png in Resources */, A3BC9CE417B4E1FD0007AFD5 /* Settings.bundle in Resources */, + ED81F52017BA2BFD00361D6D /* Default-Portrait~ipad.png in Resources */, + ED81F52217BA2C0000361D6D /* Default-Portrait@2x~ipad.png in Resources */, + ED81F52417BA2C0500361D6D /* Default-Landscape~ipad.png in Resources */, + ED81F52617BA2C0800361D6D /* Default-Landscape@2x~ipad.png in Resources */, + ED81F52817BA2C3A00361D6D /* Default.png in Resources */, + ED81F52A17BA2C3C00361D6D /* Default@2x.png in Resources */, + ED81F52C17BA2C3F00361D6D /* Default-568h@2x.png in Resources */, ); runOnlyForDeploymentPostprocessing = 0; };