Skip to content

Commit

Permalink
Close log build date, git branch and commit hash, #3970
Browse files Browse the repository at this point in the history
Updated to address review comments.

This commit will:
- Add custom keys to Info.plist to contain build information
- Enable preprocessing of the Info.plist file in the Xcode build
- Enable use of an Info.plist header file in the Xcode build
- Add a shell script write_info_plist_header.sh that generates the
  Info.plist header file
- Add a new Xcode build phase to execute the script
- Add a new logBuildDetails method to AppDelegate

With these changes IINA will log a message during startup containing the
build date, git branch and commit hash.
  • Loading branch information
low-batt committed Nov 10, 2022
1 parent 6735538 commit e7430cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iina/Info.plist
Expand Up @@ -617,7 +617,7 @@ Released under GPLv3.</string>
<string>public.audio</string>
</array>
<key>UTTypeDescription</key>
<string>Monkey&apos;s Audio Lossless Audio</string>
<string>Monkey's Audio Lossless Audio</string>
<key>UTTypeIdentifier</key>
<string>io.iina.ape</string>
<key>UTTypeTagSpecification</key>
Expand Down

0 comments on commit e7430cd

Please sign in to comment.