diff --git a/AnylineExamples/Anyline Examples Source/Meter/ViewController/ALMeterScanViewController.swift b/AnylineExamples/Anyline Examples Source/Meter/ViewController/ALMeterScanViewController.swift index 9d13cf33..56d69c6c 100644 --- a/AnylineExamples/Anyline Examples Source/Meter/ViewController/ALMeterScanViewController.swift +++ b/AnylineExamples/Anyline Examples Source/Meter/ViewController/ALMeterScanViewController.swift @@ -137,7 +137,7 @@ class ALMeterScanViewController: ALBaseScanViewController { fileprivate static func meterScanViewPlugin(from config: ALScanViewPluginConfig, scanMode: ALMeterConfigScanMode) throws -> ALScanViewPlugin { - var pluginConfig = config.pluginConfig + let pluginConfig = config.pluginConfig var cutoutConfig = config.cutoutConfig let scanFeedbackConfig = config.scanFeedbackConfig diff --git a/AnylineExamples/Anyline Examples Source/Meter/meter_config.json b/AnylineExamples/Anyline Examples Source/Meter/meter_config.json index 0dbc62f0..98cb8a30 100644 --- a/AnylineExamples/Anyline Examples Source/Meter/meter_config.json +++ b/AnylineExamples/Anyline Examples Source/Meter/meter_config.json @@ -20,7 +20,7 @@ "maxWidthPercent": "80%", "alignment": "top", "ratioFromSize": { "width": 2, "height": 1 }, - "offset": { "x": 0, "y": 0 }, + "offset": { "x": 0, "y": 170 }, "cropOffset": { "x": 0, "y": 120 }, "strokeWidth": 2, "cornerRadius": 6, diff --git a/AnylineExamples/Anyline Examples Source/Utility/ALAppDemoLicenses.h b/AnylineExamples/Anyline Examples Source/Utility/ALAppDemoLicenses.h index 6330fb42..82c94d1a 100644 --- a/AnylineExamples/Anyline Examples Source/Utility/ALAppDemoLicenses.h +++ b/AnylineExamples/Anyline Examples Source/Utility/ALAppDemoLicenses.h @@ -3,4 +3,4 @@ #define kDemoAppLicenseKey @"ADD YOUR LICENSE KEY HERE" -#endif \ No newline at end of file +#endif diff --git a/AnylineExamples/AnylineExamples.xcodeproj/project.pbxproj b/AnylineExamples/AnylineExamples.xcodeproj/project.pbxproj index 215524c5..ea27601a 100644 --- a/AnylineExamples/AnylineExamples.xcodeproj/project.pbxproj +++ b/AnylineExamples/AnylineExamples.xcodeproj/project.pbxproj @@ -1384,7 +1384,7 @@ LIBRARY_SEARCH_PATHS = ( "$(SDKROOT)/System/Library/Frameworks", ); - MARKETING_VERSION = 50.0.4; + MARKETING_VERSION = 51.0.0; OTHER_LDFLAGS = "-ObjC"; PRODUCT_BUNDLE_IDENTIFIER = io.anyline.AnylineExamples.bundle; SDKROOT = iphoneos; @@ -1472,7 +1472,7 @@ LIBRARY_SEARCH_PATHS = ( "$(SDKROOT)/System/Library/Frameworks", ); - MARKETING_VERSION = 50.0.4; + MARKETING_VERSION = 51.0.0; OTHER_LDFLAGS = "-ObjC"; PRODUCT_BUNDLE_IDENTIFIER = io.anyline.AnylineExamples.bundle; SDKROOT = iphoneos; diff --git a/Documentation/html/Categories/NSArray+ALJSONExtras.html b/Documentation/html/Categories/NSArray+ALJSONExtras.html index b41e274c..b60d1e3f 100644 --- a/Documentation/html/Categories/NSArray+ALJSONExtras.html +++ b/Documentation/html/Categories/NSArray+ALJSONExtras.html @@ -106,7 +106,7 @@