Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit c622694

Browse files
author
kernel
committed
v1.3. Prepared to AppStore.
1 parent d831e8a commit c622694

File tree

13 files changed

+84
-124
lines changed

13 files changed

+84
-124
lines changed

Gitty.xcodeproj/project.pbxproj

Lines changed: 75 additions & 104 deletions
Large diffs are not rendered by default.

Gitty/DABranchPickerCtrl+Responder.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ - (void)searchBarCancelButtonClicked:(UISearchBar *)searchBar {
9595
#pragma mark UITabBarDelegate
9696

9797
- (void)tabBar:(UITabBar *)tabBar didSelectItem:(UITabBarItem *)item {
98-
[self setListMode:item.tag animated:YES];
98+
[self setListMode:(int)item.tag animated:YES];
9999
}
100100

101101
@end

Gitty/GTDiffDelta+Gitty.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
// Copyright (c) 2014 ReImpl. All rights reserved.
77
//
88

9-
#import <ObjectiveGit/ObjectiveGit.h>
10-
119
@interface GTDiffDelta (Gitty)
1210
@property (nonatomic, readonly) BOOL isBinary;
1311
@end

Gitty/GTRepository+Gitty.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
// Copyright (c) 2014 ReImpl. All rights reserved.
77
//
88

9-
#import <ObjectiveGit/ObjectiveGit.h>
10-
119
@interface GTRepository (Gitty)
1210
- (void)pullFromRemote:(GTRemote *)_remote credentials:(GTCredentialProvider *)credentialProvider;
1311
@end

Gitty/GTRepository+Gitty.m

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@
77
//
88

99
#import "GTRepository+Gitty.h"
10-
//#import "NSError+Git.h"
10+
#ifdef DEBUG
1111
#import <ObjectiveGit/GTCredential+Private.h>
12+
#else
13+
#import "GTCredential+Private.h"
14+
#endif
1215

1316
@implementation GTRepository (Gitty)
1417

Gitty/GitServer/GitServers.plist

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,7 @@
1414
<key>RecentRepoPath</key>
1515
<string>github/linguist</string>
1616
<key>RecentRepos</key>
17-
<dict>
18-
<key>libgit2/objective-git</key>
19-
<dict>
20-
<key>lastAccessDate</key>
21-
<date>2013-07-26T12:06:10Z</date>
22-
<key>relativePath</key>
23-
<string>libgit2/objective-git</string>
24-
</dict>
25-
</dict>
17+
<dict/>
2618
<key>SaveDirectoryName</key>
2719
<string>github.com</string>
2820
<key>SupportedProtocols</key>

Gitty/Gitty-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.2</string>
20+
<string>1.3</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1.2.193</string>
24+
<string>1.3.198</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>UIFileSharingEnabled</key>

Res/Backgrounds/Default-568h@2x.png

-18.2 KB
Binary file not shown.

Res/Backgrounds/Default.png

-6.39 KB
Binary file not shown.

Res/Backgrounds/Default@2x.png

-15.7 KB
Binary file not shown.

Submodules/ConceptScroll

Submodule ConceptScroll deleted from 6d2c361

Submodules/objective-git - my

Lines changed: 0 additions & 1 deletion
This file was deleted.

Submodules/xlib

Submodule xlib updated from 294ce55 to 6e3a70b

0 commit comments

Comments
 (0)