diff --git a/platforms/ios/Gearsystem.xcodeproj/project.pbxproj b/platforms/ios/Gearsystem.xcodeproj/project.pbxproj index 8a694a54..288dd76a 100644 --- a/platforms/ios/Gearsystem.xcodeproj/project.pbxproj +++ b/platforms/ios/Gearsystem.xcodeproj/project.pbxproj @@ -55,6 +55,8 @@ 66AB41DB1A103191006C951A /* GLViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 66AB41CF1A103191006C951A /* GLViewController.mm */; }; 66AB41DD1A103191006C951A /* inputmanager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 66AB41D31A103191006C951A /* inputmanager.mm */; }; 66AB41DE1A103191006C951A /* timer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 66AB41D71A103191006C951A /* timer.mm */; }; + 66FCDE3F1A113CF300E7F4F7 /* sms_1206.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 66FCDE3E1A113CF300E7F4F7 /* sms_1206.jpg */; }; + 66FCDE411A11421900E7F4F7 /* sms_2016.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 66FCDE401A11421900E7F4F7 /* sms_2016.jpg */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -180,6 +182,8 @@ 66AB41D61A103191006C951A /* timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = timer.h; sourceTree = ""; }; 66AB41D71A103191006C951A /* timer.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = timer.mm; sourceTree = ""; }; 66AB41D81A103191006C951A /* Vector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Vector.h; sourceTree = ""; }; + 66FCDE3E1A113CF300E7F4F7 /* sms_1206.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = sms_1206.jpg; path = img/sms_1206.jpg; sourceTree = ""; }; + 66FCDE401A11421900E7F4F7 /* sms_2016.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = sms_2016.jpg; path = img/sms_2016.jpg; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -401,6 +405,8 @@ 66AB413F1A102C48006C951A /* img */ = { isa = PBXGroup; children = ( + 66FCDE401A11421900E7F4F7 /* sms_2016.jpg */, + 66FCDE3E1A113CF300E7F4F7 /* sms_1206.jpg */, 66AB41B71A10312B006C951A /* sms_1008.jpg */, 66AB41B91A10312B006C951A /* sms_832.jpg */, 66AB41BA1A10312B006C951A /* sms_ipad_1920.jpg */, @@ -506,11 +512,13 @@ buildActionMask = 2147483647; files = ( 66AB41191A102A95006C951A /* Main.storyboard in Resources */, + 66FCDE411A11421900E7F4F7 /* sms_2016.jpg in Resources */, 66AB41C51A10312B006C951A /* sms_1008.jpg in Resources */, 66AB41C81A10312B006C951A /* sms_ipad_1920.jpg in Resources */, 66AB411B1A102A95006C951A /* Images.xcassets in Resources */, 663EBD051A103B0F00F32DC8 /* GLViewController.xib in Resources */, 66AB41C91A10312B006C951A /* sms_ipad_960.jpg in Resources */, + 66FCDE3F1A113CF300E7F4F7 /* sms_1206.jpg in Resources */, 66AB41C71A10312B006C951A /* sms_832.jpg in Resources */, ); runOnlyForDeploymentPostprocessing = 0; diff --git a/platforms/ios/Gearsystem/GLViewController.mm b/platforms/ios/Gearsystem/GLViewController.mm index 65105f8f..ab8c7147 100644 --- a/platforms/ios/Gearsystem/GLViewController.mm +++ b/platforms/ios/Gearsystem/GLViewController.mm @@ -63,12 +63,12 @@ - (void)viewDidLoad if (h == 667) { multiplier = 2; - view.frame = CGRectMake(31, 15, 128 * multiplier, 112 * multiplier); + view.frame = CGRectMake(59, 27, 128 * multiplier, 112 * multiplier); } else if (h == 736) { - multiplier = 2; - view.frame = CGRectMake(31, 15, 128 * multiplier, 112 * multiplier); + multiplier = 3; + view.frame = CGRectMake(16, 8, 128 * multiplier, 112 * multiplier); } else { diff --git a/platforms/ios/Gearsystem/img/sms_1206.jpg b/platforms/ios/Gearsystem/img/sms_1206.jpg new file mode 100644 index 00000000..cb752079 Binary files /dev/null and b/platforms/ios/Gearsystem/img/sms_1206.jpg differ diff --git a/platforms/ios/Gearsystem/img/sms_2016.jpg b/platforms/ios/Gearsystem/img/sms_2016.jpg new file mode 100644 index 00000000..d3c771cd Binary files /dev/null and b/platforms/ios/Gearsystem/img/sms_2016.jpg differ