mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Synthesize repositoryPath for external access.
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
@interface PBGitConfig : NSObject {
|
||||
NSString *repositoryPath;
|
||||
}
|
||||
|
||||
@property (copy) NSString *repositoryPath;
|
||||
- init;
|
||||
- initWithRepository:(NSString *)path;
|
||||
@end
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
|
||||
|
||||
@implementation PBGitConfig
|
||||
@synthesize repositoryPath;
|
||||
|
||||
- init
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user