Update Info.plist

This commit is contained in:
arichornlover 2024-04-24 17:10:44 -05:00 committed by GitHub
parent 52937e16cb
commit e2f6ace200
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,5 +20,39 @@
<string>1.0</string>
<key>NSPrincipalClass</key>
<string>uYouPlus</string>
<key>CFBundleIcons</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIcon</string>
</array>
</dict>
<key>CFBundleAlternateIcons</key>
<dict>
<key>2007Icon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>2007</string>
</array>
</dict>
<key>2012Icon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>2012</string>
</array>
</dict>
<key>2013Icon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>2013</string>
</array>
</dict>
</dict>
</dict>
</dict>
</plist>