Skip to content

Commit

Permalink
version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reindernijhoff committed Nov 18, 2015
1 parent 5ee1afd commit 5852908
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions shadertoy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@
ENABLE_BITCODE = NO;
INFOPLIST_FILE = shadertoy/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = net.reinder.shadertoy;
PRODUCT_BUNDLE_IDENTIFIER = com.beautypi.shadertoy;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand All @@ -468,7 +468,7 @@
ENABLE_BITCODE = NO;
INFOPLIST_FILE = shadertoy/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = net.reinder.shadertoy;
PRODUCT_BUNDLE_IDENTIFIER = com.beautypi.shadertoy;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down
2 changes: 1 addition & 1 deletion shadertoy/ShaderViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ - (void) compileImageShader {
[_shaderCompileInfoButton setHidden:NO];
}
if( [_shader vrImplemented] && !_vrSettings ) {
[_shaderVRButton setHidden:NO];
// [_shaderVRButton setHidden:NO];
}
} completion:^(BOOL finished) {
[_shaderImageView setHidden:YES];
Expand Down

0 comments on commit 5852908

Please sign in to comment.