Skip to content

Commit 3c1fcfa

Browse files
committed
Use allFiles in the method that does the build
1 parent e15ca7a commit 3c1fcfa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

XCode/PBXResourcesBuildPhase.m

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,7 @@ - (BOOL) build
250250
error:&error];
251251

252252
// Copy all resources...
253-
NSArray *synchronizedFiles = [_target synchronizedResources];
254-
NSArray *files = [_files arrayByAddingObjectsFromArray: synchronizedFiles];
255-
253+
NSArray *files = [self allFiles];
256254
NSEnumerator *en = [files objectEnumerator];
257255
BOOL result = YES;
258256
id file = nil;

0 commit comments

Comments
 (0)