Skip to content

Commit ff946dc

Browse files
committed
Update message when generating the info plist
1 parent 3452bcb commit ff946dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XCode/PBXResourcesBuildPhase.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ - (BOOL) build
371371
}
372372
else
373373
{
374-
xcputs([[NSString stringWithFormat: @"\t* No Info.plist, generating... %@", outputPlist] cString]);
374+
xcputs([[NSString stringWithFormat: @"\t* Generating info plist --> %s%@%s", GREEN, outputPlist, RESET] cString]);
375375
XCBuildConfiguration *config = [xcl configurationWithName: @"Debug"];
376376
NSMutableDictionary *ipl = [self configToInfoPlist: config];
377377
NSString *plString = [ipl description];

0 commit comments

Comments
 (0)