Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Output path of plist being updated.
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
Scripts/build-version.pl
|
@@ -96,6 +96,8 @@ sub _save_plist |
|
|
close($plist); |
|
|
} |
|
|
|
|
|
printf("Updating Info.plist file at path $plist_path\n"); |
|
|
|
|
|
my $version = _get_revision_number(); |
|
|
my $version_long_hash = _get_revision_long_hash(); |
|
|
my $version_short_hash = _get_revision_short_hash(); |
|
|