mono0926 / LicensePlist

A license list generator of all your dependencies for iOS applications
https://www.slideshare.net/mono0926/licenseplist-a-license-list-generator-of-all-your-dependencies-for-ios-applications
MIT License
2.42k stars 145 forks source link

Title is in lowercase #189

Closed sudachi808 closed 2 years ago

sudachi808 commented 2 years ago

Title of SwiftPM packages are shown in lower letter.

% /usr/local/bin/license-plist --version 
3.22.0

.plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>PreferenceSpecifiers</key>
    <array>
        <dict>
            <key>Title</key>
            <string>Licenses</string>
            <key>Type</key>
            <string>PSGroupSpecifier</string>
        </dict>
        <dict>
            <key>File</key>
            <string>License/R.swift.Library</string>
            <key>Title</key>
            <string>r.swift.library</string>
            <key>Type</key>
            <string>PSChildPaneSpecifier</string>
        </dict>
        <dict>
            <key>File</key>
            <string>License/ZIPFoundation</string>
            <key>Title</key>
            <string>zipfoundation</string>
            <key>Type</key>
            <string>PSChildPaneSpecifier</string>
        </dict>
    </array>
</dict>
</plist>

.latest_result.txt

name: R.swift.Library, nameSpecified: r.swift.library, owner: mac-cain13, version: 5.4.0, source: https://github.com/mac-cain13/R.swift.Library

name: ZIPFoundation, nameSpecified: zipfoundation, owner: weichsel, version: 0.9.14, source: https://github.com/weichsel/ZIPFoundation

add-version-numbers: false

LicensePlist Version: 3.22.0
ykws commented 2 years ago

duplicate #179