File tree Expand file tree Collapse file tree
VVDocumenter-Xcode/ProjectHelper Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111@interface VVProject : NSObject
1212
13- @property (nonatomic , strong ) NSString *directoryPath;
13+ @property (nonatomic , copy ) NSString *directoryPath;
1414
15- @property (nonatomic , readonly ) NSString *workspacePath;
15+ @property (nonatomic ,copy , readonly ) NSString *workspacePath;
1616
17- @property (nonatomic , strong ) NSString *projectName;
17+ @property (nonatomic , copy ) NSString *projectName;
1818
19- @property (nonatomic , strong ) NSDictionary *infoDictionary;
19+ @property (nonatomic , copy ) NSDictionary *infoDictionary;
2020
21- @property (nonatomic , strong ) NSString *projectVersion;
21+ @property (nonatomic , copy ) NSString *projectVersion;
2222
23- @property (nonatomic ,strong ) NSDictionary *pbxprojDictionary;
23+ @property (nonatomic ,copy ) NSDictionary *pbxprojDictionary;
2424
25- @property (nonatomic ,strong ) NSString *organizeationName;
25+ @property (nonatomic ,copy ) NSString *organizeationName;
2626
2727
2828+ (instancetype )projectForKeyWindow ;
You can’t perform that action at this time.
0 commit comments