Skip to content

Commit

Permalink
52.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aldrichanyline committed Jun 10, 2024
1 parent a2a3798 commit 8d3e023
Show file tree
Hide file tree
Showing 372 changed files with 383 additions and 405 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright © 2023 Anyline GmbH. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright © 2024 Anyline GmbH. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
<rect key="frame" x="20" y="439" width="440" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="highlightedColor" systemColor="secondaryLabelColor"/>
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 @@ -1423,7 +1423,7 @@
LIBRARY_SEARCH_PATHS = (
"$(SDKROOT)/System/Library/Frameworks",
);
MARKETING_VERSION = 51.6.0;
MARKETING_VERSION = 52.0.0;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = io.anyline.AnylineExamples.bundle;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -1511,7 +1511,7 @@
LIBRARY_SEARCH_PATHS = (
"$(SDKROOT)/System/Library/Frameworks",
);
MARKETING_VERSION = 51.6.0;
MARKETING_VERSION = 52.0.0;
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>
Binary file modified Documentation/Anyline.doccarchive.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions Framework/Anyline.framework/Anyline
Git LFS file not shown
10 changes: 0 additions & 10 deletions Framework/Anyline.framework/Headers/ALCacheConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,9 @@ NS_ASSUME_NONNULL_BEGIN
/// +[AnylineSDK setupWithLicenseKey:cacheConfig:error:].
@interface ALCacheConfig : NSObject

/// Indicates whether caching is enabled or not
@property (nonatomic, readonly) BOOL cachingEnabled;

/// Indicates whether special caching is enabled for offline licenses
@property (nonatomic, readonly) BOOL offlineLicenseCachingEnabled;

/// The maximum number of days an event will be stored in the cache
@property (nonatomic, readonly) NSUInteger maxEventAgeInDays;

/// The total number of event pulled from cache each time the scanner
/// loads
@property (nonatomic, readonly) NSUInteger cachePullBatchSize;

/// The default configuration, which instructs the core to use the
/// standard report caching behavior. If not specified in
/// `+[AnylineSDK setupWithLicenseKey:cacheConfig:error:]`, this config
Expand Down
Binary file modified Framework/Anyline.framework/Info.plist
Binary file not shown.
6 changes: 3 additions & 3 deletions Framework/Anyline.framework/_CodeSignature/CodeResources
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</data>
<key>Headers/ALCacheConfig.h</key>
<data>
t0klIhi741U3dp/ijasaRZhB4s8=
2znrJu4QrNGQ21IF+H70i8ZKAcE=
</data>
<key>Headers/ALCameraConfig.h</key>
<data>
Expand Down Expand Up @@ -150,7 +150,7 @@
</data>
<key>Info.plist</key>
<data>
FpdLQxhd2xeho4XAo1zL3OdJMwM=
zFQV02ERwoHk43dACIgbC7CwLUU=
</data>
<key>Modules/Anyline.swiftmodule/arm64-apple-ios.abi.json</key>
<data>
Expand Down Expand Up @@ -225,7 +225,7 @@
<dict>
<key>hash2</key>
<data>
c6iRzk9+l4Pkq1UDgD5KsLXhnKpldtcU2UZK9y0/Y6Q=
YXygp/TyVcG1wG3B+Joa/BevT1po8rSBtduX9CYJ/yc=
</data>
</dict>
<key>Headers/ALCameraConfig.h</key>
Expand Down
12 changes: 6 additions & 6 deletions Framework/Anyline.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,31 @@
<key>BinaryPath</key>
<string>Anyline.framework/Anyline</string>
<key>LibraryIdentifier</key>
<string>ios-x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>Anyline.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>Anyline.framework/Anyline</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-x86_64-simulator</string>
<key>LibraryPath</key>
<string>Anyline.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file modified Framework/Anyline.xcframework/ios-arm64/Anyline.framework/Anyline
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,9 @@ NS_ASSUME_NONNULL_BEGIN
/// +[AnylineSDK setupWithLicenseKey:cacheConfig:error:].
@interface ALCacheConfig : NSObject

/// Indicates whether caching is enabled or not
@property (nonatomic, readonly) BOOL cachingEnabled;

/// Indicates whether special caching is enabled for offline licenses
@property (nonatomic, readonly) BOOL offlineLicenseCachingEnabled;

/// The maximum number of days an event will be stored in the cache
@property (nonatomic, readonly) NSUInteger maxEventAgeInDays;

/// The total number of event pulled from cache each time the scanner
/// loads
@property (nonatomic, readonly) NSUInteger cachePullBatchSize;

/// The default configuration, which instructs the core to use the
/// standard report caching behavior. If not specified in
/// `+[AnylineSDK setupWithLicenseKey:cacheConfig:error:]`, this config
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</data>
<key>Headers/ALCacheConfig.h</key>
<data>
t0klIhi741U3dp/ijasaRZhB4s8=
2znrJu4QrNGQ21IF+H70i8ZKAcE=
</data>
<key>Headers/ALCameraConfig.h</key>
<data>
Expand Down Expand Up @@ -150,7 +150,7 @@
</data>
<key>Info.plist</key>
<data>
FpdLQxhd2xeho4XAo1zL3OdJMwM=
zFQV02ERwoHk43dACIgbC7CwLUU=
</data>
<key>Modules/Anyline.swiftmodule/arm64-apple-ios.abi.json</key>
<data>
Expand Down Expand Up @@ -225,7 +225,7 @@
<dict>
<key>hash2</key>
<data>
c6iRzk9+l4Pkq1UDgD5KsLXhnKpldtcU2UZK9y0/Y6Q=
YXygp/TyVcG1wG3B+Joa/BevT1po8rSBtduX9CYJ/yc=
</data>
</dict>
<key>Headers/ALCameraConfig.h</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,9 @@ NS_ASSUME_NONNULL_BEGIN
/// +[AnylineSDK setupWithLicenseKey:cacheConfig:error:].
@interface ALCacheConfig : NSObject

/// Indicates whether caching is enabled or not
@property (nonatomic, readonly) BOOL cachingEnabled;

/// Indicates whether special caching is enabled for offline licenses
@property (nonatomic, readonly) BOOL offlineLicenseCachingEnabled;

/// The maximum number of days an event will be stored in the cache
@property (nonatomic, readonly) NSUInteger maxEventAgeInDays;

/// The total number of event pulled from cache each time the scanner
/// loads
@property (nonatomic, readonly) NSUInteger cachePullBatchSize;

/// The default configuration, which instructs the core to use the
/// standard report caching behavior. If not specified in
/// `+[AnylineSDK setupWithLicenseKey:cacheConfig:error:]`, this config
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</data>
<key>Headers/ALCacheConfig.h</key>
<data>
t0klIhi741U3dp/ijasaRZhB4s8=
2znrJu4QrNGQ21IF+H70i8ZKAcE=
</data>
<key>Headers/ALCameraConfig.h</key>
<data>
Expand Down Expand Up @@ -150,7 +150,7 @@
</data>
<key>Info.plist</key>
<data>
xd+V/l0EHUD5CR2DijQQZqEoFNQ=
vxnvhwuGS3Yf0Cc3lSKF5WpEjVk=
</data>
<key>Modules/Anyline.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
<data>
Expand Down Expand Up @@ -225,7 +225,7 @@
<dict>
<key>hash2</key>
<data>
c6iRzk9+l4Pkq1UDgD5KsLXhnKpldtcU2UZK9y0/Y6Q=
YXygp/TyVcG1wG3B+Joa/BevT1po8rSBtduX9CYJ/yc=
</data>
</dict>
<key>Headers/ALCameraConfig.h</key>
Expand Down
2 changes: 1 addition & 1 deletion Framework/AnylineResources.bundle/Anyline-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>51.6.0</string>
<string>52.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
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
Loading

0 comments on commit 8d3e023

Please sign in to comment.