Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Remove edit button from bookmarks navigation bar on logout
Browse files Browse the repository at this point in the history
  • Loading branch information
dmpatierno committed Feb 26, 2012
1 parent cbdbe39 commit 8c7dfd3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion Classes/BookmarksViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,10 @@ - (void)actionSheet:(UIActionSheet *)actionSheet clickedButtonAtIndex:(NSInteger
return;

[[iFixitAPI sharedInstance] logout];


// Remove the edit button.
self.navigationItem.rightBarButtonItem = nil;

if ([Config currentConfig].private) {
[(iFixitAppDelegate*)[[UIApplication sharedApplication] delegate] showDozukiSplash];
}
Expand Down
4 changes: 2 additions & 2 deletions iFixit-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>38</string>
<string>39</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -41,7 +41,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.2</string>
<string>1.3</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSMainNibFile</key>
Expand Down
2 changes: 1 addition & 1 deletion iFixit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@
"\"$(SRCROOT)/GAnalytics\"",
);
PRODUCT_NAME = iFixit;
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "67F817B6-EA39-44E6-9311-857446D92110";
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "3232A0FC-4E8F-4E9C-A207-6C4BC4E6CEA0";
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
Expand Down
Binary file modified icon114.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icon512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icon57.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icon72.png
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 8c7dfd3

Please sign in to comment.