Skip to content

Commit 8858b3e

Browse files
iOS SDK 4.9.0 release (#25)
1 parent 21953b3 commit 8858b3e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ let package = Package(
3131
),
3232
.binaryTarget(
3333
name: "SeatGeekSDKTG",
34-
url: "https://seatgeek.jfrog.io/artifactory/sdk-ios/4.8.1/SeatGeekSDK.xcframework.zip",
35-
checksum: "938d408de741958fc8cc849b426336f5e5be0367425b955d2d0422eb556543a5"
34+
url: "https://seatgeek.jfrog.io/artifactory/sdk-ios/4.9.0/SeatGeekSDK.xcframework.zip",
35+
checksum: "097831f54953ca33e5abe7c65082d576381d13e4fd3b0022cc30077fe6ad3bb1"
3636
),
3737
.binaryTarget(
3838
name: "SnapKitTarget",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SeatGeek SDK allows client integrators to bring ticketing experience into their
1616

1717
## Requirements
1818
- iOS 16.0+
19-
- XCode 16.0+
19+
- XCode 16.2+
2020

2121
## Features
2222
- Ability to view tickets, ticket history
@@ -33,7 +33,7 @@ SeatGeek SDK allows client integrators to bring ticketing experience into their
3333
#### Swift Package Manager
3434
[Swift Package Manager](https://www.swift.org/package-manager/) is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.
3535

36-
>Xcode 16.0+ is required to build the SeatGeekSDK using Swift Package Manager
36+
>Xcode 16.2+ is required to build the SeatGeekSDK using Swift Package Manager.
3737
3838
## Step I
3939

0 commit comments

Comments
 (0)