Skip to content

Commit

Permalink
Added Anyline 40.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aldrichanyline committed Jun 22, 2022
1 parent e82ef03 commit 7c5d637
Show file tree
Hide file tree
Showing 579 changed files with 3,700 additions and 2,974 deletions.
14 changes: 10 additions & 4 deletions AnylineExamples/Anyline Demo App/DemoApp Source/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ - (UIInterfaceOrientationMask)application:(UIApplication *)application supported
}

+ (void)applyAppearanceTweaks {
// This restores pre-iOS 15 navbar and 'toolbar' appearances
// https://nemecek.be/blog/126/how-to-disable-automatic-transparent-navbar-in-ios-15
if (@available(iOS 15, *)) {
if (@available(iOS 13, *)) {
UINavigationBarAppearance *barAppearance = [[UINavigationBarAppearance alloc] init];
[barAppearance configureWithOpaqueBackground];
[[UINavigationBar appearance] setCompactAppearance:barAppearance];
Expand All @@ -98,7 +96,15 @@ + (void)applyAppearanceTweaks {
[toolbarAppearance configureWithOpaqueBackground];
[[UIToolbar appearance] setCompactAppearance:toolbarAppearance];
[[UIToolbar appearance] setStandardAppearance:toolbarAppearance];
[[UIToolbar appearance] setScrollEdgeAppearance:toolbarAppearance];

// This restores pre-iOS 15 navbar and 'toolbar' appearances
// https://nemecek.be/blog/126/how-to-disable-automatic-transparent-navbar-in-ios-15
// but older Xcode shouldn't touch this
#if __clang_major__ >= 13
if (@available(iOS 15.0, *)) {
[[UIToolbar appearance] setScrollEdgeAppearance:toolbarAppearance];
}
#endif
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,12 @@ - (instancetype)init {
}

- (void)initExampleData {
self.title = @"MRO";

ALExample *serialNumberScanning = [[ALExample alloc] initWithName:NSLocalizedString(@"Universal Serial Number", nil)
image:[UIImage imageNamed:@"serial number"]
viewController:[ALUniversalSerialNumberScanViewController class]];
self.title = @"Vehicle";

ALExample *vinScanning = [[ALExample alloc] initWithName:NSLocalizedString(@"Vehicle Identification Number", nil)
image:[UIImage imageNamed:@"vin"]
viewController:[ALVINScanViewController class]];

ALExample *containerScanning = [[ALExample alloc] initWithName:NSLocalizedString(@"Horizontal Shipping Container", nil)
image:[UIImage imageNamed:@"container serial numbers"]
viewController:[ALContainerScanViewController class]];

ALExample *verticalContainerScanning = [[ALExample alloc] initWithName:NSLocalizedString(@"Vertical Shipping Container", nil)
image:[UIImage imageNamed:@"vertical container scanner"]
viewController:[ALVerticalContainerScanViewController class]];

ALExample *tinScanning = [[ALExample alloc] initWithName:NSLocalizedString(@"Tire Identification Number (DOT)", nil)
image:[UIImage imageNamed:@"tin"]
viewController:[TireViewController class] title:@"Tire Identification Number (DOT)"];
Expand All @@ -62,16 +50,13 @@ - (void)initExampleData {
image:[UIImage imageNamed:@"tin"]
viewController:[CommercialTireIdViewController class] title:@"Commercial Tire Identification Number"];

self.sectionNames = @[@"MRO",];
self.sectionNames = @[@"Vehicle",];
self.examples = @{
self.sectionNames[0] : @[
serialNumberScanning,
vinScanning,
tinScanning,
tireSizeScanning,
commercialTireScanning,
containerScanning,
verticalContainerScanning,
commercialTireScanning
],
};
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#import "ALUniversalSerialNumberScanViewController.h"
#import "ALVINScanViewController.h"
#import "ALCattleTagScanViewController.h"
#import "ALContainerScanViewController.h"
#import "ALVerticalContainerScanViewController.h"

@interface ALOthersExampleManager ()

Expand All @@ -41,6 +43,19 @@ - (instancetype)init {
- (void)initExampleData {
self.title = @"Others";
//OCR

ALExample *serialNumberScanning = [[ALExample alloc] initWithName:NSLocalizedString(@"Universal Serial Number", nil)
image:[UIImage imageNamed:@"serial number"]
viewController:[ALUniversalSerialNumberScanViewController class]];

ALExample *containerScanning = [[ALExample alloc] initWithName:NSLocalizedString(@"Horizontal Shipping Container", nil)
image:[UIImage imageNamed:@"container serial numbers"]
viewController:[ALContainerScanViewController class]];

ALExample *verticalContainerScanning = [[ALExample alloc] initWithName:NSLocalizedString(@"Vertical Shipping Container", nil)
image:[UIImage imageNamed:@"vertical container scanner"]
viewController:[ALVerticalContainerScanViewController class]];

ALExample *ibanScanning = [[ALExample alloc] initWithName:NSLocalizedString(@"IBAN", nil)
image:[UIImage imageNamed:@"iban"]
viewController:[ALIBANScanViewController class]];
Expand Down Expand Up @@ -76,7 +91,7 @@ - (void)initExampleData {

self.sectionNames = @[@"Others",];
self.examples = @{
self.sectionNames[0] : @[cattleTagScanning, ibanScanning, rbScanning, voucherCodeScanning, scrabbleScanning, recordScanning, isbnScanning, documentScanner],
self.sectionNames[0] : @[serialNumberScanning, containerScanning, verticalContainerScanning, cattleTagScanning, ibanScanning, rbScanning, voucherCodeScanning, scrabbleScanning, recordScanning, isbnScanning, documentScanner],
};
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ - (void)initExampleData {
viewController:[ALGridCollectionViewController class]
exampleManager:[ALLicensePlateExampleManager class]];

ALExample *mro = [[ALExample alloc] initWithName:NSLocalizedString(@"Maintenance, Repair & Operations", nil)
image:[UIImage imageNamed:@"tile_mro"]
ALExample *mro = [[ALExample alloc] initWithName:NSLocalizedString(@"Vehicle", nil)
image:[UIImage imageNamed:@"tile_vehicle_new"]
viewController:[ALGridCollectionViewController class]
exampleManager:[ALMROExampleManager class]];

ALExample *others = [[ALExample alloc] initWithName:NSLocalizedString(@"Other", nil)
image:[UIImage imageNamed:@"tile_other"]
image:[UIImage imageNamed:@"tile_mro"]
viewController:[ALGridCollectionViewController class]
exampleManager:[ALOthersExampleManager class]];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


#define kDemoAppLicenseKey \
@"ew0KICAibGljZW5zZUtleVZlcnNpb24iOiAiMy4wIiwNCiAgImRlYnVnUmVwb3J0aW5nIjogIm9uIiwNCiAgIm1ham9yVmVyc2lvbiI6ICIzNyIsDQogICJzY29wZSI6IFsNCiAgICAiQUxMIiwNCiAgICAiTkZDIiwNCiAgICAiRkFVIg0KICBdLA0KICAibWF4RGF5c05vdFJlcG9ydGVkIjogMzAsDQogICJhZHZhbmNlZEJhcmNvZGUiOiB0cnVlLA0KICAibXVsdGlCYXJjb2RlIjogdHJ1ZSwNCiAgInN1cHBvcnRlZEJhcmNvZGVGb3JtYXRzIjogWw0KICAgICJBTEwiDQogIF0sDQogICJwbGF0Zm9ybSI6IFsNCiAgICAiaU9TIiwNCiAgICAiQW5kcm9pZCINCiAgXSwNCiAgInNob3dXYXRlcm1hcmsiOiB0cnVlLA0KICAidG9sZXJhbmNlRGF5cyI6IDMwLA0KICAidmFsaWQiOiAiMjAyMi0xMi0xMiIsDQogICJpb3NJZGVudGlmaWVyIjogWw0KICAgICJpby5hbnlsaW5lLmV4YW1wbGVzIiwNCiAgICAiaW8uYW55bGluZS5leGFtcGxlcy5zdG9yZSIsDQogICAgImlvLmFueWxpbmUuZXhhbXBsZXMuYnVuZGxlIiwNCiAgICAiaW8uYW55bGluZS5BbnlsaW5lRXhhbXBsZXMiLA0KICAgICJpby5hbnlsaW5lLkFueWxpbmVFeGFtcGxlcy5iZXRhIiwNCiAgICAiaW8uYW55bGluZS5BbnlsaW5lRXhhbXBsZXMudGVzdCINCiAgXSwNCiAgImFuZHJvaWRJZGVudGlmaWVyIjogWw0KICAgICJpby5hbnlsaW5lLmV4YW1wbGVzIiwNCiAgICAiaW8uYW55bGluZS5leGFtcGxlcy5zdG9yZSIsDQogICAgImlvLmFueWxpbmUuZXhhbXBsZXMuYnVuZGxlIiwNCiAgICAiaW8uYW55bGluZS5BbnlsaW5lRXhhbXBsZXMiLA0KICAgICJpby5hbnlsaW5lLkFueWxpbmVFeGFtcGxlcy5iZXRhIg0KICBdDQp9CkVXMjZTcHdBSVhMS3BjWUFlWkl2TzVGaVMxWnptYW9zUkR1OHNhS3orVzdHbDRKVU9qOHZJNTdqR0Y1bFZWL3lwaWNYdG0zUlZnTmFveERLZkhUemZibzQ0WHZaQzFyYTEyWlJBOEN4V2wvc05zcyt5ZFNka1ZBVVNrcVZPSkFHNHpZeDlRVFdIM2REU3RsdFF3OVFsdkx2Z3ZzZ1R1aHVnWktFcnFKRzJIanZEZkloKzNNYWtMRG5Eb1EzZG5hekpOSTJ5NFIxN0xuNTdseW1RZ3lZZFUydzhDYXUvY3NHZHUwblJwckFGZ3l1WU9zbFVEN1EwS3BSM3R6a2x3V3g3elR3ck9OamlkRW1BaHFmSUZnc0cranBjTWZCbzlmanZMdU5GRWt5MHZFODl5NHovYkV1TDBvM0VXMTU5dHNjQkYrOEpmQllmWWo1YzRzOGVlWmZ3QT09"
@"ewogICJsaWNlbnNlS2V5VmVyc2lvbiI6ICIzLjAiLAogICJkZWJ1Z1JlcG9ydGluZyI6ICJvbiIsCiAgIm1ham9yVmVyc2lvbiI6ICIzNyIsCiAgInNjb3BlIjogWwogICAgIkFMTCIKICBdLAogICJtYXhEYXlzTm90UmVwb3J0ZWQiOiAzMCwKICAiYWR2YW5jZWRCYXJjb2RlIjogdHJ1ZSwKICAibXVsdGlCYXJjb2RlIjogdHJ1ZSwKICAic3VwcG9ydGVkQmFyY29kZUZvcm1hdHMiOiBbCiAgICAiQUxMIgogIF0sCiAgInBsYXRmb3JtIjogWwogICAgImlPUyIsCiAgICAiQW5kcm9pZCIKICBdLAogICJzaG93V2F0ZXJtYXJrIjogdHJ1ZSwKICAidG9sZXJhbmNlRGF5cyI6IDMwLAogICJ2YWxpZCI6ICIyMDIyLTEyLTEyIiwKICAiaW9zSWRlbnRpZmllciI6IFsKICAgICJpby5hbnlsaW5lLmV4YW1wbGVzIiwKICAgICJpby5hbnlsaW5lLmV4YW1wbGVzLnN0b3JlIiwKICAgICJpby5hbnlsaW5lLmV4YW1wbGVzLmJ1bmRsZSIsCiAgICAiaW8uYW55bGluZS5BbnlsaW5lRXhhbXBsZXMiLAogICAgImlvLmFueWxpbmUuQW55bGluZUV4YW1wbGVzLmJldGEiLAogICAgImlvLmFueWxpbmUuQW55bGluZUV4YW1wbGVzLnRlc3QiLAogICAgImlvLmFueWxpbmUuZXhhbXBsZXMudGVzdCIKICBdLAogICJhbmRyb2lkSWRlbnRpZmllciI6IFsKICAgICJpby5hbnlsaW5lLmV4YW1wbGVzIiwKICAgICJpby5hbnlsaW5lLmV4YW1wbGVzLnN0b3JlIiwKICAgICJpby5hbnlsaW5lLmV4YW1wbGVzLmJ1bmRsZSIsCiAgICAiaW8uYW55bGluZS5BbnlsaW5lRXhhbXBsZXMiLAogICAgImlvLmFueWxpbmUuQW55bGluZUV4YW1wbGVzLmJldGEiLAogICAgImlvLmFueWxpbmUuZXhhbXBsZXMudGVzdCIKICBdCn0KVTVRY2JwS1pqV2EyMnZCK3RBMm5XMUVJelJNZEtUUFRKR0VubFBnQkg3Y013RXhaMDcxOXJLMzJoWllibkl3NUROVGpHMW83UWFDeUtPL2dkQzVMVm5VZU4zSjB0N3NKZFlTRC83TzBIZHdkT0FvcDJvVEZLSWNqM3A1M21WRVJCTTBNa3NkUG00MldBaUk1b0pFVWZtbWtaS25NVVpoVnlBTWk3VFh2eTd4Q0R2R3c2aXhyS042eFpQcXoyOTNkdUFBbU0vUEpNcWpHZzNMbDBiV0piNDJKYStqeDBYVlByRUV0ZjJFcnRQekU5V0V1eDNkQmRQOGRsWHF5K0FVNFE1SC8wOVFCcFI2REx4VzhsZmt0VVpLeTFmUU1vZlU1VGpzdnFtZE1kZWFnWThidW5XUjdtUkdVT2JUQVdNNTlUM3ZZL2dPYlRtK2xKMllxR2VKV1hRPT0="

#define kCommunityLicense_v1 \
@"eyJzY29wZSI6WyJBTEwiXSwicGxhdGZvcm0iOlsiaU9TIiwiQW5kcm9pZCIsIldpbmRvd3MiXSwidmFsaWQiOiIyMDE3LTA2LTA2IiwibWFqb3JWZXJzaW9uIjoiMyIsImlzQ29tbWVyY2lhbCI6ZmFsc2UsInRvbGVyYW5jZURheXMiOjYwLCJpb3NJZGVudGlmaWVyIjpbImlvLmFueWxpbmUuQW55bGluZUV4YW1wbGVzIl0sImFuZHJvaWRJZGVudGlmaWVyIjpbImlvLmFueWxpbmUuQW55bGluZUV4YW1wbGVzIl0sIndpbmRvd3NJZGVudGlmaWVyIjpbImlvLmFueWxpbmUuQW55bGluZUV4YW1wbGVzIl19CkkwL1VNUGEvSnVsKzFTVXdzMlJqRGorWlhJVXlYZTE5QnlVZ1J5K2ZkNUJSTExRLzNlUUFOVkNYQm9zZ2YxUFJUWWp2c05aakpqSWFYVTdLc2JkL25zdC9oZTV4Qjk5MnZMTDFqcDhSMXJIR2dmNUsxVFg2TXNaK2VKbmFvak9nMThUbjBBSWt3YkU3aHA5M0lnRXlPb25KanR5Mno0bVYrdVhPTXRIR0hpVXRMZExQaHE2aUZOTW5OTEFDT0FwM0N4NjNXblhNakJKVGUwRjlzOUtHbGsvZExCQWExdW1KUkk5bE1qVmQ1Q2ZLTDkxb0F0Yk1sdzcxOHdvcWpwaE1PUGE0c1o0a3ZYRzZnSm9iSkRQWXpqTlVBc2xNTUUwS0Q3Rjh1bVROZnJ1NGJXczRvK2NYZjFmQnNMeHpDNmJRbHRwT0dZd0xFSlhPQXdqR2p4SVBhZz09"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Documentation/html/Blocks/ALImageProviderBlock.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-05-11</p>
<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-06-21</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/html/Blocks/APDUCompletionHandler.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h3 class="subsubtitle method-title">APDUCompletionHandler</h3>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-05-11</p>
<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-06-21</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/html/Blocks/DataGroupCompletionHandler.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h3 class="subsubtitle method-title">DataGroupCompletionHandler</h3>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-05-11</p>
<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-06-21</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/html/Blocks/ErrorHandler.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h3 class="subsubtitle method-title">ErrorHandler</h3>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-05-11</p>
<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-06-21</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/html/Blocks/NFCCompletionHandler.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h3 class="subsubtitle method-title">NFCCompletionHandler</h3>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-05-11</p>
<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-06-21</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/html/Categories/NSArray+Additions.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h3 class="method-title"><code><a href="#//api/name/randomElement">&ndash;&nbsp;
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-05-11</p>
<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-06-21</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/html/Categories/NSArray+PrefixSuffix.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ <h3 class="method-title"><code><a href="#//api/name/prefixWithLength:">&ndash;&n
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-05-11</p>
<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-06-21</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/html/Categories/NSBundle+ALExtensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h3 class="method-title"><code><a href="#//api/name/pathInAllBundlesForResource:
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-05-11</p>
<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-06-21</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/html/Categories/NSData+DataArrays.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h3 class="method-title"><code><a href="#//api/name/toArray">&ndash;&nbsp;toArra
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-05-11</p>
<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-06-21</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ <h3 class="method-title"><code><a href="#//api/name/AL_partitionDate">+&nbsp;AL_
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-05-11</p>
<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-06-21</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/html/Categories/NSDictionary+ALJSON.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h3 class="method-title"><code><a href="#//api/name/AL_jsonStringWithPrettyPrint
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-05-11</p>
<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-06-21</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/html/Categories/NSDictionary+CPPWrapper.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h3 class="method-title"><code><a href="#//api/name/AL_cppMap">&ndash;&nbsp;AL_c
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-05-11</p>
<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-06-21</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/html/Categories/NSError+CPPWrapper.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ <h3 class="method-title"><code><a href="#//api/name/AL_errorFromAssetException:"
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-05-11</p>
<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-06-21</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h3 class="method-title"><code><a href="#//api/name/appendDataFromArray:">&ndash
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-05-11</p>
<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-06-21</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/html/Categories/NSString+ALExtensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ <h3 class="method-title"><code><a href="#//api/name/cppString">&ndash;&nbsp;cppS
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-05-11</p>
<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-06-21</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/html/Categories/UIColor+ALHexColors.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ <h3 class="method-title"><code><a href="#//api/name/getAlphaValue">&ndash;&nbsp;
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-05-11</p>
<p class="copyright">Copyright &copy; 2022 Anyline GmbH. All rights reserved. Updated: 2022-06-21</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
Loading

0 comments on commit 7c5d637

Please sign in to comment.