Swiftpack.co - Swift Packages by Optable

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by Optable

Optable/optable-ios-sdk 0.10.0
Swift SDK for integrating with an Optable Data Connectivity Node from an iOS application.
⭐️ 0
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.10.0
2 years ago
0.10.0 is a mostly maintenance release. Noteworthy changes: - add support for Swift Package Manager by adding Package.swift manifest to root - make use of CryptoKit SHA256 conditional on availability of CryptoKit module, fallback on CommonCrypto - bundle update in order to bring all dependencies to latest in Gemfile and silence dependabot security warnings regarding cocoapods - README to reference public cocoapods repo, not private anymore
0.9.0
2 years ago
First open-source release
0.8.2
3 years ago
Minor release that sets the SDK version not just in the Cocoapods specfile, but also in `OptableSDK.xcodeproj/project.pbxproj` via `MARKETING_VERSION` (which in turn is set as `CFBundleShortVersionString` in `Source/Info.plist` and is used by the OptableSDK when sending its version number to the sandbox for debugging purposes). This means that developers installing the SDK via e.g., Carthage instead of Cocoapods can now expect that their true SDK version is passed along to their sandbox, instead of the default `1.0` which was the case prior to this release.
0.8.1
3 years ago
Minor release which is largely a stabilizing change -- no new functionality nor API changes: - Get rid of all force-unwraps in the SDK codebase: https://github.com/Optable/optable-ios-sdk/pull/28
0.8.0
3 years ago
- Support useragent override in the constructor (https://github.com/Optable/optable-ios-sdk/pull/26) **PLEASE NOTE: This release introduces an API change for the Objective-C API !!!** Normally we would release a new major version (1.0.0) with this type of change, but after some consideration, have decided to make an exception in this case. For clarity, no API breaking change was introduced to the Swift version of the SDK with this version.
0.7.1
3 years ago
- Bugfix: https://github.com/Optable/optable-ios-sdk/issues/24 - SDK crashes when calling eidFromURL and passing URL with no querystring
0.7.0
3 years ago
- Add support and documentation for the profile API - Set OptableSDK build target to iOS 9.2, the earliest we support
0.6.0
3 years ago
Changelog - https://github.com/Optable/optable-ios-sdk/commit/a6fc3ffa5d62d30b9bdd07531ab18aa224fff63d - https://github.com/Optable/optable-ios-sdk/commit/53b91e8208eeeef3b35274c64aa9b48dc7b23da2 - https://github.com/Optable/optable-ios-sdk/commit/ac1a7f3699c95ab6d5b159bb5901d8509b1797a0
0.5.0
3 years ago
Adds support for identifying users originating from a tap on an app universal link in an Email newsletter. See https://github.com/Optable/optable-ios-sdk#identifying-visitors-arriving-from-email-newsletters
0.4.0
3 years ago
SDK to support host apps for iOS 9.3 and above.
iOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics