Skip to content

Commit

Permalink
backgrounds for iPhone 6
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Nov 10, 2014
1 parent 1116757 commit 962fb95
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions platforms/ios/Gearsystem.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -180,6 +182,8 @@
66AB41D61A103191006C951A /* timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = timer.h; sourceTree = "<group>"; };
66AB41D71A103191006C951A /* timer.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = timer.mm; sourceTree = "<group>"; };
66AB41D81A103191006C951A /* Vector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Vector.h; sourceTree = "<group>"; };
66FCDE3E1A113CF300E7F4F7 /* sms_1206.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = sms_1206.jpg; path = img/sms_1206.jpg; sourceTree = "<group>"; };
66FCDE401A11421900E7F4F7 /* sms_2016.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = sms_2016.jpg; path = img/sms_2016.jpg; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -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 */,
Expand Down Expand Up @@ -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;
Expand Down
6 changes: 3 additions & 3 deletions platforms/ios/Gearsystem/GLViewController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
Binary file added platforms/ios/Gearsystem/img/sms_1206.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added platforms/ios/Gearsystem/img/sms_2016.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 962fb95

Please sign in to comment.