We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9a92c commit 90352f7Copy full SHA for 90352f7
XCode/PBXContainer.m
@@ -35,9 +35,9 @@ - (instancetype) init
35
36
if (self != nil)
37
{
38
- _archiveVersion = @"1";
+ ASSIGNCOPY(_archiveVersion, @"1");
39
_classes = [[NSMutableDictionary alloc] init];
40
- _objectVersion = @"56";
+ ASSIGNCOPY(_objectVersion, @"56");
41
_objects = [[NSMutableDictionary alloc] init];
42
_rootObject = nil;
43
_filename = nil;
0 commit comments