Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit c201808

Browse files
author
Ryan Nystrom
committed
fixup cleanup
1 parent c87bb91 commit c201808

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

.github/LICENSE renamed to LICENSE

File renamed without changes.

Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</dict>
3333
</array>
3434
<key>CFBundleVersion</key>
35-
<string>1977</string>
35+
<string>1980</string>
3636
<key>ITSAppUsesNonExemptEncryption</key>
3737
<false/>
3838
<key>LSApplicationQueriesSchemes</key>

Settings.bundle/Root.plist

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>StringsTable</key>
6+
<string>Root</string>
7+
<key>PreferenceSpecifiers</key>
8+
<array>
9+
<dict>
10+
<key>Type</key>
11+
<string>PSChildPaneSpecifier</string>
12+
<key>Title</key>
13+
<string>Acknowledgements</string>
14+
<key>File</key>
15+
<string>com.mono0926.LicensePlist</string>
16+
</dict>
17+
</array>
18+
</dict>
19+
</plist>

0 commit comments

Comments
 (0)