From 44bd720db7f850bded121f7a8f8ee69b825d9bdd Mon Sep 17 00:00:00 2001 From: Bob Sun Date: Thu, 9 Feb 2017 14:04:01 +0800 Subject: [PATCH] add ObjectivePGP into open source components --- .../OpenSourceComponentsTableViewController.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pass/Controllers/OpenSourceComponentsTableViewController.swift b/pass/Controllers/OpenSourceComponentsTableViewController.swift index 79ddd54..64558dc 100644 --- a/pass/Controllers/OpenSourceComponentsTableViewController.swift +++ b/pass/Controllers/OpenSourceComponentsTableViewController.swift @@ -19,15 +19,15 @@ class OpenSourceComponentsTableViewController: BasicStaticTableViewController { ["ObjectiveGit", "https://github.com/libgit2/objective-git", "https://github.com/libgit2/objective-git/blob/master/LICENSE"], + ["ObjectivePGP", + "https://github.com/krzyzanowskim/ObjectivePGP", + "https://github.com/krzyzanowskim/ObjectivePGP/blob/master/LICENSE.txt"], ["SwiftyUserDefaults", "https://github.com/radex/SwiftyUserDefaults", "https://github.com/radex/SwiftyUserDefaults/blob/master/LICENSE"], ["SVProgressHUD", "https://github.com/SVProgressHUD/SVProgressHUD", "https://github.com/SVProgressHUD/SVProgressHUD/blob/master/LICENSE.txt"], - ["Result", - "https://github.com/antitypical/Result", - "https://github.com/antitypical/Result/blob/master/LICENSE"], ] override func viewDidLoad() {