Skip to content

Commit fe03dbd

Browse files
committed
Output path of plist being updated.
1 parent c791eab commit fe03dbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Scripts/build-version.pl

+2
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ sub _save_plist
9696
close($plist);
9797
}
9898

99+
printf("Updating Info.plist file at path $plist_path\n");
100+
99101
my $version = _get_revision_number();
100102
my $version_long_hash = _get_revision_long_hash();
101103
my $version_short_hash = _get_revision_short_hash();

0 commit comments

Comments
 (0)