Skip to content

Commit 4c19005

Browse files
author
build - Buildozer
committed
New version of iOS CaptureSDK - Cocoapods
1 parent 97a79eb commit 4c19005

32 files changed

+519
-622
lines changed

CHANGELOG.md

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

4-
## Version 1.9.129
4+
## Version 1.9.133
55

66
### New
77

8-
* We have added a new method to generate a QRCode for Single Partnership
9-
8+
* N/A
109

1110

1211
### Improvements
1312

14-
* We have improved the discovery of Bluetooth Low Energy devices after reset the Single Partnership
13+
* Show Single Partnership also in full screen on iPhone
1514

1615

1716

@@ -20,16 +19,18 @@ This file tracks released versions with the changes made to this project.
2019
* N/A
2120

2221

23-
## Version 1.9.123
22+
## Version 1.9.129
2423

2524
### New
2625

27-
* N/A
26+
* We have added a new method to generate a QRCode for Single Partnership
27+
2828

2929

3030
### Improvements
3131

32-
* N/A
32+
* We have improved the discovery of Bluetooth Low Energy devices after reset the Single Partnership
33+
3334

3435

3536
### Bug fixes
@@ -72,23 +73,6 @@ This file tracks released versions with the changes made to this project.
7273
* N/A
7374

7475

75-
## Version 1.9.115
76-
77-
### New
78-
79-
* N/A
80-
81-
82-
### Improvements
83-
84-
* N/A
85-
86-
87-
### Bug fixes
88-
89-
* N/A
90-
91-
9276
## Version 1.9.113
9377

9478
### 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.129"
3+
s.version = "1.9.133"
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.129"
12+
:tag => "1.9.133"
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.129 - Cocoapods
1+
# CaptureSDK Version 1.9.133 - 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)