Skip to content

Commit

Permalink
Merge pull request #178 from BlinkID/feature/new-license-keys
Browse files Browse the repository at this point in the history
Feature/new license keys
  • Loading branch information
Cerovec authored Jul 11, 2018
2 parents b1ab3d3 + 166ffe6 commit 0a26d87
Show file tree
Hide file tree
Showing 28 changed files with 114 additions and 56 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
315532251D94241C001B9440 /* MicroBlink.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 315532231D94241C001B9440 /* MicroBlink.bundle */; };
A2351A2A1EDF002000C1271E /* MicroBlink.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 315532241D94241C001B9440 /* MicroBlink.framework */; };
A2351A2B1EDF002000C1271E /* MicroBlink.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 315532241D94241C001B9440 /* MicroBlink.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
A2AD639B20D9476B00739244 /* License in Resources */ = {isa = PBXBuildFile; fileRef = A2AD639A20D9476B00739244 /* License */; };
B466BA2620F4E587003108A7 /* license.txt in Resources */ = {isa = PBXBuildFile; fileRef = B466BA2520F4E587003108A7 /* license.txt */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -58,7 +58,7 @@
3155321D1D9418DA001B9440 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
315532231D94241C001B9440 /* MicroBlink.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = MicroBlink.bundle; path = ../../MicroBlink.bundle; sourceTree = "<group>"; };
315532241D94241C001B9440 /* MicroBlink.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MicroBlink.framework; path = ../../MicroBlink.framework; sourceTree = "<group>"; };
A2AD639A20D9476B00739244 /* License */ = {isa = PBXFileReference; lastKnownFileType = folder; path = License; sourceTree = "<group>"; };
B466BA2520F4E587003108A7 /* license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = license.txt; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -101,7 +101,7 @@
3139C8931C294F2C005AC32C /* BlinkID-sample-Swift */ = {
isa = PBXGroup;
children = (
A2AD639A20D9476B00739244 /* License */,
B466BA2420F4E587003108A7 /* License */,
3139C8941C294F2C005AC32C /* AppDelegate.swift */,
3155321D1D9418DA001B9440 /* ViewController.swift */,
3139C8981C294F2C005AC32C /* Main.storyboard */,
Expand Down Expand Up @@ -129,6 +129,14 @@
name = Frameworks;
sourceTree = "<group>";
};
B466BA2420F4E587003108A7 /* License */ = {
isa = PBXGroup;
children = (
B466BA2520F4E587003108A7 /* license.txt */,
);
path = License;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -192,9 +200,9 @@
buildActionMask = 2147483647;
files = (
3139C89F1C294F2C005AC32C /* LaunchScreen.storyboard in Resources */,
B466BA2620F4E587003108A7 /* license.txt in Resources */,
3139C89C1C294F2C005AC32C /* Assets.xcassets in Resources */,
3139C89A1C294F2C005AC32C /* Main.storyboard in Resources */,
A2AD639B20D9476B00739244 /* License in Resources */,
315532251D94241C001B9440 /* MicroBlink.bundle in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -351,7 +359,7 @@
INFOPLIST_FILE = "BlinkID-sample-Swift/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.microblink.BlinkID-sample-Swift";
PRODUCT_BUNDLE_IDENTIFIER = com.microblink.blinkid.sample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
Expand All @@ -368,7 +376,7 @@
INFOPLIST_FILE = "BlinkID-sample-Swift/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.microblink.BlinkID-sample-Swift";
PRODUCT_BUNDLE_IDENTIFIER = com.microblink.blinkid.sample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ class ViewController: UIViewController {

override func viewDidLoad() {
super.viewDidLoad()
// Valid until: 2018-09-27
MBMicroblinkSDK.sharedInstance().setLicenseResource("license", withExtension: "", inSubdirectory: "License", for: Bundle.main)
// Valid until: 2019-07-10
MBMicroblinkSDK.sharedInstance().setLicenseResource("license", withExtension: "txt", inSubdirectory: "", for: Bundle.main)
}

@IBAction func didTapScan(_ sender: AnyObject) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
3159A5C11CF4A5E900641A11 /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 3159A5C01CF4A5E900641A11 /* libc++.tbd */; };
3159A5C31CF4A5F100641A11 /* libiconv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 3159A5C21CF4A5F100641A11 /* libiconv.tbd */; };
3159A5C51CF4A5F400641A11 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3159A5C41CF4A5F400641A11 /* Accelerate.framework */; };
A2DA179D2074FC8000A59D11 /* License in Resources */ = {isa = PBXBuildFile; fileRef = A2DA179C2074FC8000A59D11 /* License */; };
A2FE135D1F7503A600C6F1EA /* MicroBlink.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3159A58A1CF4805D00641A11 /* MicroBlink.framework */; };
A2FE135E1F7503A600C6F1EA /* MicroBlink.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3159A58A1CF4805D00641A11 /* MicroBlink.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
A2FE13611F7503C200C6F1EA /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = A2FE13601F7503C200C6F1EA /* libz.tbd */; };
B4A57ACE20F4E61B004AA280 /* license.txt in Resources */ = {isa = PBXBuildFile; fileRef = B4A57ACD20F4E61B004AA280 /* license.txt */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -61,8 +61,8 @@
3159A5C01CF4A5E900641A11 /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; };
3159A5C21CF4A5F100641A11 /* libiconv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libiconv.tbd; path = usr/lib/libiconv.tbd; sourceTree = SDKROOT; };
3159A5C41CF4A5F400641A11 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
A2DA179C2074FC8000A59D11 /* License */ = {isa = PBXFileReference; lastKnownFileType = folder; path = License; sourceTree = "<group>"; };
A2FE13601F7503C200C6F1EA /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
B4A57ACD20F4E61B004AA280 /* license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = license.txt; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -104,7 +104,7 @@
187392051AA4B1060031D6C9 /* BlinkInput-sample */ = {
isa = PBXGroup;
children = (
A2DA179C2074FC8000A59D11 /* License */,
B4A57ACC20F4E61B004AA280 /* License */,
1873920A1AA4B1060031D6C9 /* AppDelegate.h */,
1873920B1AA4B1070031D6C9 /* AppDelegate.m */,
1873920D1AA4B1070031D6C9 /* ViewController.h */,
Expand Down Expand Up @@ -143,6 +143,14 @@
name = Frameworks;
sourceTree = "<group>";
};
B4A57ACC20F4E61B004AA280 /* License */ = {
isa = PBXGroup;
children = (
B4A57ACD20F4E61B004AA280 /* license.txt */,
);
path = License;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -202,7 +210,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
A2DA179D2074FC8000A59D11 /* License in Resources */,
B4A57ACE20F4E61B004AA280 /* license.txt in Resources */,
3159A58B1CF4805D00641A11 /* MicroBlink.bundle in Resources */,
187392121AA4B1070031D6C9 /* Main.storyboard in Resources */,
187392171AA4B1070031D6C9 /* LaunchScreen.xib in Resources */,
Expand Down Expand Up @@ -366,7 +374,7 @@
FRAMEWORK_SEARCH_PATHS = ../../;
INFOPLIST_FILE = "BlinkInput-sample/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.microblink.BlinkInput-sample-Objc";
PRODUCT_BUNDLE_IDENTIFIER = com.microblink.blinkid.sample;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
Expand All @@ -379,7 +387,7 @@
FRAMEWORK_SEARCH_PATHS = ../../;
INFOPLIST_FILE = "BlinkInput-sample/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.microblink.BlinkInput-sample-Objc";
PRODUCT_BUNDLE_IDENTIFIER = com.microblink.blinkid.sample;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
// Override point for customization after application launch.

/** First, set license key as soon as possible */
// Valid until: 2018-09-27
[[MBMicroblinkSDK sharedInstance] setLicenseResource:@"license" withExtension:@"" inSubdirectory:@"License" forBundle:[NSBundle mainBundle]];
// Valid until: 2019-07-10
[[MBMicroblinkSDK sharedInstance] setLicenseResource:@"license" withExtension:@"txt" inSubdirectory:@"" forBundle:[NSBundle mainBundle]];
return YES;
}

Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
310E45E61C206DF600B546BD /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 310E45E51C206DF600B546BD /* libc++.tbd */; };
3139C9371C32AE72005AC32C /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3139C9361C32AE72005AC32C /* MobileCoreServices.framework */; };
31BF2FD41D95498C008816F3 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31BF2FD31D95498C008816F3 /* ViewController.swift */; };
A2DA179F2074FFB900A59D11 /* License in Resources */ = {isa = PBXBuildFile; fileRef = A2DA179E2074FFB900A59D11 /* License */; };
A2FE137A1F75097F00C6F1EA /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = A2FE13791F75097F00C6F1EA /* libz.tbd */; };
B4A57AD120F4E65B004AA280 /* license.txt in Resources */ = {isa = PBXBuildFile; fileRef = B4A57AD020F4E65B004AA280 /* license.txt */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -57,8 +57,8 @@
310E45E51C206DF600B546BD /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; };
3139C9361C32AE72005AC32C /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
31BF2FD31D95498C008816F3 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
A2DA179E2074FFB900A59D11 /* License */ = {isa = PBXFileReference; lastKnownFileType = folder; path = License; sourceTree = "<group>"; };
A2FE13791F75097F00C6F1EA /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
B4A57AD020F4E65B004AA280 /* license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = license.txt; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -101,7 +101,7 @@
310E45981C20612300B546BD /* BlinkInput-sample-Swift */ = {
isa = PBXGroup;
children = (
A2DA179E2074FFB900A59D11 /* License */,
B4A57ACF20F4E65B004AA280 /* License */,
310E45991C20612300B546BD /* AppDelegate.swift */,
31BF2FD31D95498C008816F3 /* ViewController.swift */,
310E459D1C20612300B546BD /* Main.storyboard */,
Expand Down Expand Up @@ -129,6 +129,14 @@
name = Frameworks;
sourceTree = "<group>";
};
B4A57ACF20F4E65B004AA280 /* License */ = {
isa = PBXGroup;
children = (
B4A57AD020F4E65B004AA280 /* license.txt */,
);
path = License;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -191,10 +199,10 @@
buildActionMask = 2147483647;
files = (
184958DC20AD8E8700F27C8D /* MicroBlink.bundle in Resources */,
B4A57AD120F4E65B004AA280 /* license.txt in Resources */,
310E45A41C20612300B546BD /* LaunchScreen.storyboard in Resources */,
310E45A11C20612300B546BD /* Assets.xcassets in Resources */,
310E459F1C20612300B546BD /* Main.storyboard in Resources */,
A2DA179F2074FFB900A59D11 /* License in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -348,7 +356,7 @@
INFOPLIST_FILE = "BlinkInput-sample-Swift/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.microblink.BlinkInput-sample-Swift";
PRODUCT_BUNDLE_IDENTIFIER = com.microblink.blinkid.sample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
Expand All @@ -365,7 +373,7 @@
INFOPLIST_FILE = "BlinkInput-sample-Swift/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.microblink.BlinkInput-sample-Swift";
PRODUCT_BUNDLE_IDENTIFIER = com.microblink.blinkid.sample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.

// Valid until: 2018-09-27
MBMicroblinkSDK.sharedInstance().setLicenseResource("license", withExtension: "", inSubdirectory: "License", for: Bundle.main)
// Valid until: 2019-07-10
MBMicroblinkSDK.sharedInstance().setLicenseResource("license", withExtension: "txt", inSubdirectory: "", for: Bundle.main)
return true
}

Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
A207A4BE20A4862D002AEDB0 /* libiconv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = A207A4BD20A4862D002AEDB0 /* libiconv.tbd */; };
A207A4C020A48633002AEDB0 /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = A207A4BF20A48633002AEDB0 /* libc++.tbd */; };
A207A4C220A4863E002AEDB0 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = A207A4C120A4863E002AEDB0 /* libz.tbd */; };
A207A4CB20A4866D002AEDB0 /* License in Resources */ = {isa = PBXBuildFile; fileRef = A207A4CA20A4866D002AEDB0 /* License */; };
A207A4CF20A49237002AEDB0 /* MBCameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A207A4CE20A49237002AEDB0 /* MBCameraViewController.swift */; };
B4A57AD420F4E68F004AA280 /* license.txt in Resources */ = {isa = PBXBuildFile; fileRef = B4A57AD320F4E68F004AA280 /* license.txt */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -57,8 +57,8 @@
A207A4BD20A4862D002AEDB0 /* libiconv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libiconv.tbd; path = usr/lib/libiconv.tbd; sourceTree = SDKROOT; };
A207A4BF20A48633002AEDB0 /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; };
A207A4C120A4863E002AEDB0 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
A207A4CA20A4866D002AEDB0 /* License */ = {isa = PBXFileReference; lastKnownFileType = folder; path = License; sourceTree = "<group>"; };
A207A4CE20A49237002AEDB0 /* MBCameraViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MBCameraViewController.swift; sourceTree = "<group>"; };
B4A57AD320F4E68F004AA280 /* license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = license.txt; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -100,7 +100,7 @@
A207A4A120A485DF002AEDB0 /* DirectAPI-sample-Swift */ = {
isa = PBXGroup;
children = (
A207A4CA20A4866D002AEDB0 /* License */,
B4A57AD220F4E68F004AA280 /* License */,
A207A4A220A485DF002AEDB0 /* AppDelegate.swift */,
A207A4A420A485DF002AEDB0 /* ViewController.swift */,
A207A4CE20A49237002AEDB0 /* MBCameraViewController.swift */,
Expand Down Expand Up @@ -128,6 +128,14 @@
name = Frameworks;
sourceTree = "<group>";
};
B4A57AD220F4E68F004AA280 /* License */ = {
isa = PBXGroup;
children = (
B4A57AD320F4E68F004AA280 /* license.txt */,
);
path = License;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -188,10 +196,10 @@
buildActionMask = 2147483647;
files = (
184958E520AD8F4800F27C8D /* MicroBlink.bundle in Resources */,
B4A57AD420F4E68F004AA280 /* license.txt in Resources */,
A207A4AD20A485E0002AEDB0 /* LaunchScreen.storyboard in Resources */,
A207A4AA20A485E0002AEDB0 /* Assets.xcassets in Resources */,
A207A4A820A485DF002AEDB0 /* Main.storyboard in Resources */,
A207A4CB20A4866D002AEDB0 /* License in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -356,7 +364,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.microblink.DirectAPI-sample-Swift";
PRODUCT_BUNDLE_IDENTIFIER = com.microblink.blinkid.sample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -375,7 +383,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.microblink.DirectAPI-sample-Swift";
PRODUCT_BUNDLE_IDENTIFIER = com.microblink.blinkid.sample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.

// Valid until: 2018-09-27
MBMicroblinkSDK.sharedInstance().setLicenseResource("license", withExtension: "", inSubdirectory: "License", for: Bundle.main)
// Valid until: 2019-07-10
MBMicroblinkSDK.sharedInstance().setLicenseResource("license", withExtension: "txt", inSubdirectory: "", for: Bundle.main)
return true
}

Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 0a26d87

Please sign in to comment.