Skip to content

Commit

Permalink
Rename part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Sep 28, 2012
1 parent 7272472 commit c7feec1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cheddar for iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
B2AD032115C493C200D9B909 /* CDIWebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B2AD032015C493C100D9B909 /* CDIWebViewController.m */; };
B2AD656B15E907870073BBC5 /* CDIPlaceholderView.m in Sources */ = {isa = PBXBuildFile; fileRef = B2AD656A15E907870073BBC5 /* CDIPlaceholderView.m */; };
B2AD656F15E907C50073BBC5 /* CDIListsPlaceholderView.m in Sources */ = {isa = PBXBuildFile; fileRef = B2AD656E15E907C50073BBC5 /* CDIListsPlaceholderView.m */; };
B2B25FDE161651F900ACFD3E /* about2.html in Resources */ = {isa = PBXBuildFile; fileRef = B2B25FDD161651F900ACFD3E /* about2.html */; };
B2B25FDE161651F900ACFD3E /* About.html in Resources */ = {isa = PBXBuildFile; fileRef = B2B25FDD161651F900ACFD3E /* About.html */; };
B2DD6131160B750D00392C15 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B2DD6130160B750D00392C15 /* Default-568h@2x.png */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -514,7 +514,7 @@
B2AD656A15E907870073BBC5 /* CDIPlaceholderView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDIPlaceholderView.m; sourceTree = "<group>"; };
B2AD656D15E907C50073BBC5 /* CDIListsPlaceholderView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDIListsPlaceholderView.h; sourceTree = "<group>"; };
B2AD656E15E907C50073BBC5 /* CDIListsPlaceholderView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDIListsPlaceholderView.m; sourceTree = "<group>"; };
B2B25FDD161651F900ACFD3E /* about2.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = about2.html; sourceTree = "<group>"; };
B2B25FDD161651F900ACFD3E /* About.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = About.html; sourceTree = "<group>"; };
B2DD6130160B750D00392C15 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -575,7 +575,7 @@
B208BBD315BF63A80080705D /* Resources */ = {
isa = PBXGroup;
children = (
B2B25FDD161651F900ACFD3E /* about2.html */,
B2B25FDD161651F900ACFD3E /* About.html */,
B28FD2D215BF742D00365CD6 /* Cheddar.entitlements */,
B28FD2D315BF742D00365CD6 /* Fonts */,
B208BBD415BF63A80080705D /* Cheddar-Info.plist */,
Expand Down Expand Up @@ -1290,7 +1290,7 @@
B296A76E15C7B6BB006137C7 /* cell-checkmark-highlighted@2x.png in Resources */,
B296A77015C7B7CF006137C7 /* cell-checkmark.png in Resources */,
B2DD6131160B750D00392C15 /* Default-568h@2x.png in Resources */,
B2B25FDE161651F900ACFD3E /* about2.html in Resources */,
B2B25FDE161651F900ACFD3E /* About.html in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
2 changes: 1 addition & 1 deletion Classes/CDISettingsViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath
// About
if (indexPath.row == 0) {
CDIWebViewController *viewController = [[CDIWebViewController alloc] init];
[viewController loadURL:[[NSBundle mainBundle] URLForResource:@"about" withExtension:@"html"]];
[viewController loadURL:[[NSBundle mainBundle] URLForResource:@"About" withExtension:@"html"]];
[self.navigationController pushViewController:viewController animated:YES];
return;
}
Expand Down
File renamed without changes.

0 comments on commit c7feec1

Please sign in to comment.