File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1169
1169
INFOPLIST_FILE = Source/Info.plist;
1170
1170
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1171
1171
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
1172
- MACOSX_DEPLOYMENT_TARGET = 10.6 ;
1172
+ MACOSX_DEPLOYMENT_TARGET = 10.7 ;
1173
1173
MTL_ENABLE_DEBUG_INFO = YES;
1174
1174
PRODUCT_BUNDLE_IDENTIFIER = "com.diephouse.matt.$(PRODUCT_NAME:rfc1034identifier)";
1175
1175
PRODUCT_NAME = MMMarkdown;
1201
1201
INFOPLIST_FILE = Source/Info.plist;
1202
1202
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1203
1203
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
1204
- MACOSX_DEPLOYMENT_TARGET = 10.6 ;
1204
+ MACOSX_DEPLOYMENT_TARGET = 10.7 ;
1205
1205
MTL_ENABLE_DEBUG_INFO = NO;
1206
1206
PRODUCT_BUNDLE_IDENTIFIER = "com.diephouse.matt.$(PRODUCT_NAME:rfc1034identifier)";
1207
1207
PRODUCT_NAME = MMMarkdown;
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ typedef NS_ENUM(NSInteger, MMTableCellAlignment)
77
77
@property (copy , nonatomic ) NSString *identifier;
78
78
@property (copy , nonatomic ) NSString *stringValue;
79
79
80
- @property (assign , nonatomic ) MMElement *parent;
80
+ @property (weak , nonatomic ) MMElement *parent;
81
81
@property (copy , nonatomic ) NSArray <MMElement *> *children;
82
82
83
83
@property (copy , nonatomic ) NSString *language;
You can’t perform that action at this time.
0 commit comments