Skip to content

Commit dcf51d4

Browse files
author
build - Buildozer
committed
New version of iOS CaptureSDK - Cocoapods
1 parent 307abf7 commit dcf51d4

28 files changed

+798
-344
lines changed

CHANGELOG.md

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

4+
## Version 1.9.157
5+
6+
### New
7+
8+
* We have worked on a new Bluetooth Low Energy Manager that is not crashing anymore and will smooth the connection experience to our devices
9+
10+
11+
12+
### Improvements
13+
14+
* We have added the methods in CaptureHelper to get and set the scanners timers
15+
16+
17+
18+
### Bug fixes
19+
20+
* N/A
21+
22+
423
## Version 1.9.139
524

625
### New

CaptureSDK.podspec

Lines changed: 2 additions & 2 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 = "1.9.139"
3+
s.version = "1.9.157"
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, "13.0"
1010
s.source = {
1111
:git => "https://github.com/SocketMobile/cocoapods-capturesdk.git",
12-
:tag => "1.9.139"
12+
:tag => "1.9.157"
1313
}
1414
s.ios.deployment_target = "13.0"
1515
s.swift_version = "5.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CaptureSDK Version 1.9.139 - Cocoapods
1+
# CaptureSDK Version 1.9.157 - 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_x86_64-simulator</string>
11+
<string>ios-arm64</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>
1817
</array>
1918
<key>SupportedPlatform</key>
2019
<string>ios</string>
21-
<key>SupportedPlatformVariant</key>
22-
<string>simulator</string>
2320
</dict>
2421
<dict>
2522
<key>BinaryPath</key>
2623
<string>CaptureSDK.framework/CaptureSDK</string>
2724
<key>LibraryIdentifier</key>
28-
<string>ios-arm64</string>
25+
<string>ios-arm64_x86_64-simulator</string>
2926
<key>LibraryPath</key>
3027
<string>CaptureSDK.framework</string>
3128
<key>SupportedArchitectures</key>
3229
<array>
3330
<string>arm64</string>
31+
<string>x86_64</string>
3432
</array>
3533
<key>SupportedPlatform</key>
3634
<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)