Skip to content

Commit

Permalink
5.8.0-2.22.7 3PA Orders
Browse files Browse the repository at this point in the history
  • Loading branch information
jbackertm committed Mar 23, 2024
1 parent fe6aa15 commit e9e24b9
Show file tree
Hide file tree
Showing 57 changed files with 25,906 additions and 25,526 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Have a question about Presence SDK? [Contact us!](https://developer.ticketmaster

Swift 5.8.0+:
```ruby
pod 'TM-PSDK', '~> 5.8.0-2.22.6'
pod 'TM-PSDK', '~> 5.8.0-2.22.7'
```

## Integration Guide
Expand Down
2 changes: 1 addition & 1 deletion TM-PSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Pod::Spec.new do |spec|
spec.name = 'TM-PSDK'
spec.version = '5.8.0-2.22.6'
spec.version = '5.8.0-2.22.7'
spec.summary = 'PresenceSDK is the ticket management SDK supplied by Ticketmaster.'
spec.description = 'Ticket management SDK provided by Ticketmaster. Used to manage tickets for your team accounts or Ticketmaster account.'
spec.homepage = 'https://developer.ticketmaster.com/products-and-docs/sdks/presence-sdk/'
Expand Down
8 changes: 4 additions & 4 deletions vendor/PresenceSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>PresenceSDK.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -17,7 +17,7 @@
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
Expand All @@ -33,7 +33,7 @@
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>PresenceSDK.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -44,7 +44,7 @@
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>maccatalyst</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Loading

0 comments on commit e9e24b9

Please sign in to comment.