Skip to content

Commit

Permalink
Remove init in XCConfigurationList causing issue with build
Browse files Browse the repository at this point in the history
  • Loading branch information
gcasa committed Sep 30, 2024
1 parent 688be60 commit 9c11fbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions XCode/XCConfigurationList.m
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ - (instancetype) initWithConfigurations: (NSMutableArray *)configs
return self;
}

/*
- (instancetype) init
{
return [self initWithConfigurations: [NSMutableArray array]];
}
*/

// Methods....
- (NSString *) defaultConfigurationIsVisible // getter
Expand Down

0 comments on commit 9c11fbd

Please sign in to comment.