Skip to content

Commit

Permalink
5.8.0-2.22.3 hot fix cancel transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
Anil.Persaud committed Dec 15, 2023
1 parent 48dd3fe commit 685a457
Show file tree
Hide file tree
Showing 38 changed files with 701 additions and 421 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.0'
pod 'TM-PSDK', '~> 5.8.0-2.22.3'
```

## 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.2'
spec.version = '5.8.0-2.22.3'
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
10 changes: 5 additions & 5 deletions vendor/PresenceSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,15 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>PresenceSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
Expand All @@ -36,15 +33,18 @@
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>PresenceSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Loading

0 comments on commit 685a457

Please sign in to comment.