You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* CaptureSDK is [signed](https://developer.apple.com/videos/play/wwdc2023/10061/) and [contains the Privacy manifest file](https://developer.apple.com/videos/play/wwdc2023/10060/) as required by Apple from iOS17
@@ -220,7 +248,7 @@ This file tracks released versions with the changes made to this project.
@@ -230,7 +258,7 @@ This file tracks released versions with the changes made to this project.
230
258
### Bug fixes
231
259
* The Special configuration flag added in version 1.7.9 was causing the Bluetooth Classic connection not starting. It's still possible to enable this flag (given on request through developer@socketmobile.com)
@@ -240,7 +268,7 @@ This file tracks released versions with the changes made to this project.
240
268
### Bug fixes
241
269
* Special configuration flag added to avoid launching the Bluetooth Low Energy Manager that might crash in certain cases (given on request through developer@socketmobile.com)
@@ -305,7 +333,7 @@ This file tracks released versions with the changes made to this project.
305
333
### Bug fixes
306
334
* The Bluetooth Low Energy manager had a small issue discovering and connecting several devices after a reconnection/restart of those devices. It is now fixed and you should be able to restart devices and being reconnected again
* You can close the connection to a Bluetooth Low Energy device with a new property ID: SKTCapturePropertyIDDisconnectDevice and value: SKTCaptureDisconnectMakeAvailable
342
370
@@ -346,7 +374,7 @@ This file tracks released versions with the changes made to this project.
# CaptureSDK Version 1.9.63 - Swift Package Manager
1
+
# CaptureSDK Version 1.9.73 - Swift Package Manager
10
2
11
3
Socket Mobile is a leading innovator of data capture and delivery solutions for enhanced productivity.
12
4
@@ -63,7 +55,7 @@ First, you need to install Xcode.
63
55
64
56
To include the SDK in your Xcode project you have to add a `Package Dependency` in the project's settings section and in the tab "Package Dependencies".
65
57
66
-
Add the url of this repository: https://oauth2:<YOUR-OAUTH_TOKEN_HERE>@sdk.socketmobile.com/capture/swift-package-capturesdk.git
58
+
Add the url of this repository: [https://github.com/SocketMobile/swift-package-capturesdk.git](https://github.com/SocketMobile/swift-package-capturesdk.git)
67
59
68
60

0 commit comments