Skip to content

Commit

Permalink
51.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vimalvenugopalananyline committed Nov 2, 2023
1 parent 5260070 commit 0302ec1
Show file tree
Hide file tree
Showing 516 changed files with 2,710 additions and 4,973 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -462,9 +462,20 @@ - (void)flipOrientationPressed:(id)sender {
- (void)enableLandscapeOrientation:(BOOL)isLandscape {
AppDelegate *appDelegate = (AppDelegate *)[[UIApplication sharedApplication] delegate];
appDelegate.enableLandscapeRight = isLandscape;
NSNumber *value = [NSNumber numberWithInt:(isLandscape ? UIInterfaceOrientationLandscapeRight : UIInterfaceOrientationPortrait)];
[[UIDevice currentDevice] setValue:value forKey:@"orientation"];
[UIViewController attemptRotationToDeviceOrientation];
if (@available(iOS 16, *)) {
UIInterfaceOrientationMask orientationMask = isLandscape ? UIInterfaceOrientationMaskLandscapeRight: UIInterfaceOrientationMaskPortrait;
[self setNeedsUpdateOfSupportedInterfaceOrientations];
UIWindowScene *windowScene = (UIWindowScene *)[UIApplication sharedApplication].connectedScenes.allObjects.firstObject;
for (UIWindow *window in windowScene.windows) {
[window.rootViewController setNeedsUpdateOfSupportedInterfaceOrientations];
}
UIWindowSceneGeometryPreferencesIOS *geometryPreferences = [[UIWindowSceneGeometryPreferencesIOS alloc] initWithInterfaceOrientations:orientationMask];
[windowScene requestGeometryUpdateWithPreferences:geometryPreferences errorHandler:nil];
} else {
NSNumber *value = [NSNumber numberWithInt:(isLandscape ? UIInterfaceOrientationLandscapeRight : UIInterfaceOrientationPortrait)];
[[UIDevice currentDevice] setValue:value forKey:@"orientation"];
[UIViewController attemptRotationToDeviceOrientation];
}
}

- (BOOL)shouldAutorotate {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@
"cutoutConfig": {
"animation": "none",
"maxWidthPercent": "90%",

"alignment": "center",
"offset": { "x": 0, "y": 0 },

"ratioFromSize": { "width": 5, "height": 4 },
"offset": { "x": 0, "y": 0 },
"cropPadding": { "x": 0, "y": 0 },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"cutoutConfig": {
"animation": "none",
"maxWidthPercent": "80%",
"width": 720,
"alignment": "top_half",
"ratioFromSize": { "width": 5, "height": 1 },
"cropOffset": { "x": 0, "y": -15 },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"cutoutConfig": {
"animation": "none",
"maxWidthPercent": "80%",
"width": 550,
"alignment": "top_half",
"ratioFromSize": { "width": 2, "height": 1 },
"offset": { "x": 0, "y": 0 },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"cutoutConfig": {
"animation": "none",
"maxWidthPercent": "80%",
"width": 550,
"alignment": "top_half",
"ratioFromSize": { "width": 2, "height": 1 },
"offset": { "x": 0, "y": 0 },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"cutoutConfig": {
"animation": "none",
"maxWidthPercent": "80%",
"width": 550,
"alignment": "top_half",
"ratioFromSize": { "width": 2, "height": 1 },
"offset": { "x": 0, "y": 0 },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"cancelOnResult": true
},
"cutoutConfig": {
"maxWidthPercent": "80%",
"alignment": "top",
"maxWidthPercent": "85%",
"alignment": "top_half",
"ratioFromSize": { "width": 2, "height": 1 },
"offset": { "x": 0, "y": 170 },
"offset": { "x": 0, "y": 0 },
"cropOffset": { "x": 0, "y": 120 },
"strokeWidth": 2,
"cornerRadius": 6,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"startScanDelay": 0
},
"cutoutConfig": {
"maxWidthPercent": "80%",
"alignment": "top",
"maxWidthPercent": "85%",
"alignment": "top_half",
"ratioFromSize": { "width": 2, "height": 1 },
"cropOffset": { "x": 0, "y": 120 },
"strokeWidth": 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@
"id": "universal-serial-number",
"ocrConfig": {
"scanMode": "auto",
"model": "USNr.any"
"models": [ "USNr.any" ]
},
"cancelOnResult": true
},
"cutoutConfig": {
"animation": "none",
"maxWidthPercent": "80%",
"width": 720,
"alignment": "top_half",
"ratioFromSize": { "width": 2, "height": 1 },
"cropOffset": { "x": 0, "y": -15 },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ - (void)scanPlugin:(ALScanPlugin *)scanPlugin resultReceived:(ALScanResult *)sca
}
}
if (needsRecalledEntry) {
// add it below the first entry
[resultEntries insertObject:[ALResultEntry withTitle:@"Tire on Recall" value:@"YES"] atIndex:1];
// add it above the first entry
[resultEntries insertObject:[ALResultEntry withTitle:@"Tire on Recall" value:@"YES"] atIndex:0];
}
return resultEntries;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"commercialTireIdConfig": {}
},
"cutoutConfig": {
"maxWidthPercent": "80%",
"width": 720,
"maxWidthPercent": "60%",
"ratioFromSize": { "width": 5, "height": 1 },
"alignment": "center",
"strokeWidth": 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
}
},
"cutoutConfig": {
"maxWidthPercent": "80%",
"maxWidthPercent": "60%",
"offset": { "x": 0, "y": -35 },
"alignment": "center",
"width": 720,
"ratioFromSize": { "width": 5, "height": 2 },
"strokeWidth": 2,
"cornerRadius": 6,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
}
},
"cutoutConfig": {
"maxWidthPercent": "80%",
"maxWidthPercent": "60%",
"alignment": "center",
"width": 720,
"ratioFromSize": { "width": 5, "height": 1 },
"offset": { "x": 0, "y": 0 },
"strokeWidth": 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ class ALResultCell: UITableViewCell {
titleStr = titleStr.replacingOccurrences(of: "@cyr", with: " Cyrillic", options: .caseInsensitive, range: titleRange) as NSString
}

// Special formatting for TIN results https://anyline.atlassian.net/browse/SHOW-51
// make it red, and the value bolded, if "Tire on Recall" = "YES"
// Tire recall error message changes in TIN results https://anyline.atlassian.net/browse/SHOW-65
// make title color: red & font: bold, and the value normal, if "Tire on Recall" = "YES"
if titleStr == "Tire on Recall" {
if self.resultEntry?.value == "YES" {
self.titleLabel.attributedText = .init(string: String(titleStr), attributes: [.foregroundColor : UIColor.red])
self.valueLabel.attributedText = .init(string: "YES", attributes: [.foregroundColor : UIColor.red, .font: UIFont.boldSystemFont(ofSize: 16)])
self.titleLabel.attributedText = .init(string: String("⚠ Attention - Tire on recall in the U.S."), attributes: [.foregroundColor : UIColor.red, .font: UIFont.boldSystemFont(ofSize: 16)])
self.valueLabel.attributedText = .init(string: "Please contact manufacturer for instructions on returning/replacing recalled tires")
}
} else {
self.titleLabel.text = String(titleStr)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"cancelOnResult": true
},
"cutoutConfig": {
"maxWidthPercent": "90%",
"maxWidthPercent": "85%",
"offset": { "x": 0, "y": 160 },
"alignment": "top",
"width": 550,
"ratioFromSize": { "width": 275, "height": 100 },
"cropOffset": { "x": 0, "y": 120 },
"strokeWidth": 2,
Expand Down
4 changes: 2 additions & 2 deletions AnylineExamples/AnylineExamples.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1384,7 +1384,7 @@
LIBRARY_SEARCH_PATHS = (
"$(SDKROOT)/System/Library/Frameworks",
);
MARKETING_VERSION = 51.1.0;
MARKETING_VERSION = 51.1.2;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = io.anyline.AnylineExamples.bundle;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -1472,7 +1472,7 @@
LIBRARY_SEARCH_PATHS = (
"$(SDKROOT)/System/Library/Frameworks",
);
MARKETING_VERSION = 51.1.0;
MARKETING_VERSION = 51.1.2;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = io.anyline.AnylineExamples.bundle;
SDKROOT = iphoneos;
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/Categories/NSArray+ALJSONExtras.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h2 class="subtitle subtitle-overview">Overview</h2>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-10-09</p>
<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-11-02</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/html/Categories/NSData+ALJSONExtras.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-10-09</p>
<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-11-02</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h2 class="subtitle subtitle-overview">Overview</h2>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-10-09</p>
<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-11-02</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/html/Categories/NSString+ALJSONExtras.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-10-09</p>
<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-11-02</p>


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

<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-10-09</p>
<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-11-02</p>


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

<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-10-09</p>
<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-11-02</p>


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

<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-10-09</p>
<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-11-02</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/html/Classes/ALArabic.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-10-09</p>
<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-11-02</p>


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

<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-10-09</p>
<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-11-02</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/html/Classes/ALAssetContext.html
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-10-09</p>
<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-11-02</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/html/Classes/ALAssetController.html
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-10-09</p>
<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-11-02</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/html/Classes/ALAssetControllerFactory.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-10-09</p>
<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-11-02</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/html/Classes/ALAssetUpdateManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-10-09</p>
<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-11-02</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/html/Classes/ALAssetUpdateTask.html
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-10-09</p>
<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-11-02</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/html/Classes/ALAssetUpdateTaskFactory.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-10-09</p>
<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-11-02</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/html/Classes/ALBarcode.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-10-09</p>
<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-11-02</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/html/Classes/ALBarcodeConfig.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-10-09</p>
<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-11-02</p>


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

<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-10-09</p>
<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-11-02</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/html/Classes/ALBarcodeResult.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-10-09</p>
<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-11-02</p>


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

<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-10-09</p>
<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-11-02</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/html/Classes/ALCacheConfig.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-10-09</p>
<p class="copyright">Copyright &copy; 2023 Anyline GmbH. All rights reserved. Updated: 2023-11-02</p>


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

0 comments on commit 0302ec1

Please sign in to comment.