diff --git a/Samples/DirectAPI-sample-Swift/DirectAPI-sample-Swift/AppDelegate.swift b/Samples/DirectAPI-sample-Swift/DirectAPI-sample-Swift/AppDelegate.swift index dd8a4f7..523e67f 100644 --- a/Samples/DirectAPI-sample-Swift/DirectAPI-sample-Swift/AppDelegate.swift +++ b/Samples/DirectAPI-sample-Swift/DirectAPI-sample-Swift/AppDelegate.swift @@ -18,7 +18,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { // Override point for customization after application launch. - // Valid until: 2018-09-27 + // Valid until: 2021-01-23 MBMicroblinkSDK.sharedInstance().setLicenseResource("pdf417-license", withExtension: "txt", inSubdirectory: "License", for: Bundle.main) return true } diff --git a/Samples/DirectAPI-sample-Swift/DirectAPI-sample-Swift/License/pdf417-license.txt b/Samples/DirectAPI-sample-Swift/DirectAPI-sample-Swift/License/pdf417-license.txt index d791dcc..3827d9c 100644 Binary files a/Samples/DirectAPI-sample-Swift/DirectAPI-sample-Swift/License/pdf417-license.txt and b/Samples/DirectAPI-sample-Swift/DirectAPI-sample-Swift/License/pdf417-license.txt differ diff --git a/Samples/pdf417-sample-Swift/pdf417-sample-Swift/License/pdf417-license.txt b/Samples/pdf417-sample-Swift/pdf417-sample-Swift/License/pdf417-license.txt index d791dcc..3827d9c 100644 Binary files a/Samples/pdf417-sample-Swift/pdf417-sample-Swift/License/pdf417-license.txt and b/Samples/pdf417-sample-Swift/pdf417-sample-Swift/License/pdf417-license.txt differ diff --git a/Samples/pdf417-sample-Swift/pdf417-sample-Swift/ViewController.swift b/Samples/pdf417-sample-Swift/pdf417-sample-Swift/ViewController.swift index 1de5d58..a5a9a34 100644 --- a/Samples/pdf417-sample-Swift/pdf417-sample-Swift/ViewController.swift +++ b/Samples/pdf417-sample-Swift/pdf417-sample-Swift/ViewController.swift @@ -17,7 +17,7 @@ class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() - // Valid until: 2018-09-27 + // Valid until: 2021-01-23 MBMicroblinkSDK.sharedInstance().setLicenseResource("pdf417-license", withExtension: "txt", inSubdirectory: "License", for: Bundle.main) }