LicensePlist icon indicating copy to clipboard operation
LicensePlist copied to clipboard

Support ViewController

Open mono0926 opened this issue 7 years ago • 2 comments

Support ViewController Output like AcknowList.


It is better to support as another library.

  1. Read plists from XXX.bundle.
  2. Present it as list/detail view controllers.

XXX.bundle can be accessed like this:

let plistDir = URL(fileURLWithPath: Bundle.main.path(forResource: "Settings", ofType: "bundle")!)
    .appendingPathComponent("com.mono0926.LicensePlist")
try! FileManager.default.contentsOfDirectory(at: plistDir, includingPropertiesForKeys: [], options: [])
    .forEach { print($0) }

mono0926 avatar May 07 '17 12:05 mono0926

I made LicensePlistViewController. https://github.com/yhirano/LicensePlistViewController

yhirano avatar Jul 25 '18 02:07 yhirano

Thanks! I’m considering how to treat this issue for a moment 🐶

mono0926 avatar Jul 25 '18 02:07 mono0926