Skip to content

Commit 648d732

Browse files
author
build - Buildozer
committed
New version of iOS CaptureSDK - Cocoapods
1 parent 20c7139 commit 648d732

File tree

90 files changed

+6401
-1662
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+6401
-1662
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# Change Log
22
This file tracks released versions with the changes made to this project.
33

4+
## Version 2.0.57
5+
6+
### New
7+
8+
* We have added a Symbology Selector in SocketCam so end users can chose which symbologies to read
9+
10+
11+
12+
### Improvements
13+
14+
* We have update SwiftDecoder to version 6.4.0
15+
16+
17+
18+
### Bug fixes
19+
20+
* We have fixed a crash when a Bluetooth LE discovery is in progress and the CaptureSDK is closing at the same time
21+
22+
* We have fixed the scanning of barcodes that have only one character payload on our Bluetooth LE devices such as S320
23+
24+
25+
426
## Version 2.0.31
527

628
### New

CaptureSDK.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "CaptureSDK"
3-
s.version = "2.0.31"
3+
s.version = "2.0.57"
44
s.summary = "CaptureSDK for Socket Mobile wireless devices."
55
s.homepage = "https://socketmobile.com"
66
s.license = { :type => "COMMERCIAL", :file => "LICENSE" }
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.platform = :ios, "15.0"
1010
s.source = {
1111
:git => "https://github.com/SocketMobile/cocoapods-capturesdk.git",
12-
:tag => "2.0.31"
12+
:tag => "2.0.57"
1313
}
1414
s.ios.deployment_target = "15.0"
1515
s.swift_version = "5.0"
@@ -19,6 +19,6 @@ Pod::Spec.new do |s|
1919
s.ios.libraries = "c++","icucore"
2020
s.frameworks = "ExternalAccessory", "AudioToolbox", "AVFoundation", "CoreBluetooth"
2121

22-
s.dependency "SwiftDecoderSDK", "~> 6.2.3"
22+
s.dependency "SwiftDecoderSDK", "~> 6.4.0"
2323

2424
end

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CaptureSDK Version 2.0.31 - Cocoapods
1+
# CaptureSDK Version 2.0.57 - Cocoapods
22

33
Socket Mobile is a leading innovator of data capture and delivery solutions for enhanced productivity.
44

lib/CaptureSDK.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
<key>BinaryPath</key>
99
<string>CaptureSDK.framework/CaptureSDK</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64</string>
11+
<string>ios-arm64_x86_64-simulator</string>
1212
<key>LibraryPath</key>
1313
<string>CaptureSDK.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17+
<string>x86_64</string>
1718
</array>
1819
<key>SupportedPlatform</key>
1920
<string>ios</string>
21+
<key>SupportedPlatformVariant</key>
22+
<string>simulator</string>
2023
</dict>
2124
<dict>
2225
<key>BinaryPath</key>
2326
<string>CaptureSDK.framework/CaptureSDK</string>
2427
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_x86_64-simulator</string>
28+
<string>ios-arm64</string>
2629
<key>LibraryPath</key>
2730
<string>CaptureSDK.framework</string>
2831
<key>SupportedArchitectures</key>
2932
<array>
3033
<string>arm64</string>
31-
<string>x86_64</string>
3234
</array>
3335
<key>SupportedPlatform</key>
3436
<string>ios</string>
35-
<key>SupportedPlatformVariant</key>
36-
<string>simulator</string>
3737
</dict>
3838
</array>
3939
<key>CFBundlePackageType</key>
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)