dart_license_plist 1.0.1 dart_license_plist: ^1.0.1 copied to clipboard
command-line tool to generate a license plist file for the Dart programming language.
DartLicensePlist #
DartLicensePlist
is a command-line tool to generate a license file for the Dart programming language.
Getting Started #
install dart_license_plist.
$ dart pub global activate dart_license_plist
Resolving dependencies...
...
Downloading dart_license_plist <latest_version>...
Building package executables...
Built dart_license_plist:dart_license_plist.
Activated dart_license_plist <latest_version>.
Usage #
For iOS #
in ios, dart_license_plist execute using Settings.bundle in your project.
Should make Settings.bundle if not exists in <project_root>/ios/Runner
folder.
On Menu on Xcode
File -> New -> File... -> Settings.bundle -> Create as <project_root>/ios/Runner/Settings.bundle
*. lproj
folder not using in dart_license_plist, can delete if you not using.
For platform except ios #
Processing...
For OSS used in native #
dart_license_plist is only support dart's OSS, native needs to use another tool for native ios.
The recommendation is LicensePlist.
It also supports CocoaPods, Carthage and Manual(Git SubModule, direct sources and so on).