Skip to content

Commit

Permalink
Fix archiving of targets
Browse files Browse the repository at this point in the history
  • Loading branch information
gcasa committed Sep 20, 2024
1 parent 9f12587 commit e5237c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XCode/PBXProject.m
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,11 @@ - (instancetype) init
// Set up defaults...
[self setCompatibilityVersion: @"Xcode 14.0"];
[self setDevelopmentRegion: @"en"];
[self setKnownRegions: [NSMutableArray arrayWithObjects: @"en", @"Base", nil]];
// [self setKnownRegions: [NSMutableArray arrayWithObjects: @"en", @"Base", nil]];
[self setProjectDirPath: @""];
[self setProjectRoot: @""];
[self setHasScannedForEncodings: @"0"];
[self setTargets: [NSMutableArray array]];
// [self setTargets: [NSMutableArray array]];
}

return self;
Expand Down

0 comments on commit e5237c9

Please sign in to comment.