diff --git a/PBGitConfig.h b/PBGitConfig.h index 9875a3c..440d8e1 100644 --- a/PBGitConfig.h +++ b/PBGitConfig.h @@ -13,7 +13,7 @@ @interface PBGitConfig : NSObject { NSString *repositoryPath; } - +@property (copy) NSString *repositoryPath; - init; - initWithRepository:(NSString *)path; @end diff --git a/PBGitConfig.m b/PBGitConfig.m index 9166cc4..4bf3990 100644 --- a/PBGitConfig.m +++ b/PBGitConfig.m @@ -10,6 +10,7 @@ @implementation PBGitConfig +@synthesize repositoryPath; - init {