Swiftpack.co - Swift Packages by tabby-ai

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

Packages published by tabby-ai

tabby-ai/tabby-ios-sdk TabbyPresentationSnippet
Tabby iOS SDK
⭐️ 6
🕓 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.
1.7.3 Network service refactoring and analytics support
6 weeks ago
## Updates - Refactored Network Layer - Added Anaylytics Service - Added Analytics events - Snippet Card Rendered - Learn More Clicked - Learn More Pop Up Opened - Learn More Pop Up Closed - Structure of the parameters and constants - Optimized widgets
1.7.2 Generic meta field
28 weeks ago
## 1.7.2 Updates You can now include additional metadata for payments in two ways: ## `meta` Field for `Payment` ### Dictionary Way ```swift Payment(..., meta: [ "order": [ "id": 123, "items": [ [ "id": 123, "title": "Product", "quantity": 1, ], [ "id": 124, "title": "Product 2", "quantity": 2, ] ] ] ], ...) ``` ### Codable Way ```swift struct Meta: Codable { let orderId: String let customer: String } try Payment(... meta: Meta( orderId: "#1234", customer: "#customer-id" ), ...) ```
1.7.1 Version
31 weeks ago
- Added `meta` field to the `Payment` struct
Updated TabbyCheckoutSnippet
32 weeks ago
- Meet TabbyCheckoutSnippet with updated typography and with optimized layout ![TabbyCheckoutSnippet_AR](https://github.com/tabby-ai/tabby-ios-sdk/assets/3230886/23733414-f36d-4e11-9ad0-315ec4775d7e) ![TabbyCheckoutSnippet_EN](https://github.com/tabby-ai/tabby-ios-sdk/assets/3230886/a5c47eda-70ec-4ae8-9541-f5364e1a5905)
Fixed availability issues on the SwiftUI previews
41 weeks ago
Minor fixes with minimal iOS version was bump
43 weeks ago
Minimal iOS version was bumped to 14.0
43 weeks ago
iOS

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