docs/license-sources.md
changeset 97 20ba708adda9
parent 90 260a6b232f4d
equal deleted inserted replaced
96:8ec76e3b9b6c 97:20ba708adda9
    50 val licenseInfoRepository = LicenseeLicenseInfoRepository(
    50 val licenseInfoRepository = LicenseeLicenseInfoRepository(
    51     assetManager = application.assets
    51     assetManager = application.assets
    52 )
    52 )
    53 ```
    53 ```
    54 
    54 
    55 LicensePlist
    55 LicensePlist (Experimental)
    56 ------------
    56 ---------------------------
    57 
    57 
    58 On iOS, [LicensePlist](https://github.com/mono0926/LicensePlist) can be use to automatically generates a Plist of all your dependencies.
    58 On iOS, [LicensePlist](https://github.com/mono0926/LicensePlist) can be use to automatically generates a Plist of all your dependencies.
    59 
    59 
    60 Use [LicensePlistLicenseInfoRepository](api/core/com.geekorum.aboutoss.core.licenseplist/-license-plist-license-info-repository/index.html)
    60 Use [LicensePlistLicenseInfoRepository](api/core/com.geekorum.aboutoss.core.licenseplist/-license-plist-license-info-repository/index.html)
    61 to parse license information stored in your resources bundle.
    61 to parse license information stored in your resources bundle.