Skip to content

Commit

Permalink
Update Samples v5.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juraskrlec committed Aug 27, 2021
1 parent e69ade1 commit 76a1f99
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 104 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = CQTJWP89J7;
ENABLE_BITCODE = NO;
Expand All @@ -415,6 +416,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = CQTJWP89J7;
ENABLE_BITCODE = NO;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ViewController: UIViewController {

override func viewDidLoad() {
super.viewDidLoad()
// Valid until: 2021-10-21
// Valid until: 2021-12-04
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 @@ -361,6 +361,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_ASSET_PATHS = "\"BlinkID-sample-SwiftUI/Preview Content\"";
DEVELOPMENT_TEAM = CQTJWP89J7;
Expand All @@ -383,6 +384,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_ASSET_PATHS = "\"BlinkID-sample-SwiftUI/Preview Content\"";
DEVELOPMENT_TEAM = CQTJWP89J7;
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 {

// 2021-10-21
// 2021-12-04
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 @@ -340,6 +340,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = CQTJWP89J7;
FRAMEWORK_SEARCH_PATHS = ../../;
Expand All @@ -360,6 +361,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = CQTJWP89J7;
FRAMEWORK_SEARCH_PATHS = ../../;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ViewController: UIViewController, UINavigationControllerDelegate {
override func viewDidLoad() {
super.viewDidLoad()

// Valid until: 2021-10-21
// Valid until: 2021-12-04
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.
116 changes: 16 additions & 100 deletions size-report/App Thinning Size Report.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion size-report/sizecheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if [ "$#" -ne 2 ]
then
echo "Usage: $0 PATH_TO_SAMPLES PROJECT_NAME"
echo "Example: $0 blinkid-ios/Samples BlinkID-sample-Swift"
echo "Example: $0 blinkid-ios/Samples BlinkID"
exit 1
fi

Expand Down

0 comments on commit 76a1f99

Please sign in to comment.