Skip to content

Commit cefe970

Browse files
authored
Merge pull request #295 from DilumAluthge-forks/dpa/write-info.plist
In the "Error writing Info.plist" error message, including the path to which we failed to write
2 parents be3c61e + 12e1689 commit cefe970

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Shared/PlatypusAppSpec.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ - (BOOL)create {
415415
options:0
416416
error:nil];
417417
if (!infoData || ![infoData writeToFile:infoPlistPath atomically:YES]) {
418-
_error = @"Error writing Info.plist";
418+
_error = [NSString stringWithFormat:@"Error writing Info.plist: '%@'.", infoPlistPath];
419419
return NO;
420420
}
421421

0 commit comments

Comments
 (0)