Skip to content

Commit

Permalink
Fix issue with copying resources
Browse files Browse the repository at this point in the history
  • Loading branch information
gcasa committed Sep 30, 2024
1 parent 9c11fbd commit ce8347c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions XCode/XCBuildConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ - (instancetype) initWithName: (NSString *)theName
buildSettings: settings];
}

/*
- (instancetype) init
{
NSMutableDictionary *settings = [NSMutableDictionary dictionaryWithObject: @"macosx"
Expand All @@ -62,6 +63,7 @@ - (instancetype) init
buildSettings: settings];
}
*/

- (NSString *) description
{
Expand Down

0 comments on commit ce8347c

Please sign in to comment.