Skip to content

Commit

Permalink
v6.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jura Skrlec committed Oct 1, 2024
1 parent 16acdac commit aead0cd
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 16 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ DerivedData

.DS_Store

Samples/MicroBlinkDynamic/Release
Samples/MicroBlinkDynamic/Release
*.zip
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "BlinkID",
url: "https://github.com/BlinkID/blinkid-ios/releases/download/v6.10.1/BlinkID.xcframework.zip",
checksum: "50fc28f87055db1cff4bd4db0c28c2c31df777ee57f4be76707a97c9d818aa4b")
url: "https://github.com/BlinkID/blinkid-ios/releases/download/v6.11.0/BlinkID.xcframework.zip",
checksum: "ce3e60c7b92539de5d5ac59faf68905bb815c73264abfa2c0253ff4bd15d4512")
]
)
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()

// Valid until: 2025-03-03
// Valid until: 2025-03-30
MBMicroblinkSDK.shared().setLicenseResource("blinkid-license", withExtension: "txt", inSubdirectory: "", for: Bundle.main) { (_) in
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {

// Valid until: 2025-03-03
// Valid until: 2025-03-30
MBMicroblinkSDK.shared().setLicenseResource("blinkid-license", withExtension: "txt", inSubdirectory: nil, for: .main) { (_) in
}
return true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ViewController: UIViewController, UINavigationControllerDelegate {
override func viewDidLoad() {
super.viewDidLoad()

// Valid until: 2025-03-03
// Valid until: 2025-03-30
MBMicroblinkSDK.shared().setLicenseResource("blinkid-license", withExtension: "txt", inSubdirectory: "", for: Bundle.main) { (_) in
}

Expand Down
Binary file modified Samples/License/blinkid-license.txt
Binary file not shown.
20 changes: 10 additions & 10 deletions size-report/App Thinning Size Report.txt

Large diffs are not rendered by default.

0 comments on commit aead0cd

Please sign in to comment.