Skip to content

Commit

Permalink
5.8.0-2.22.5 Multiday timezone fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jbackertm committed Jan 25, 2024
1 parent 938b6bd commit fde269c
Show file tree
Hide file tree
Showing 23 changed files with 553 additions and 413 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.4'
pod 'TM-PSDK', '~> 5.8.0-2.22.5'
```

## 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.4'
spec.version = '5.8.0-2.22.5'
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
14 changes: 7 additions & 7 deletions vendor/PresenceSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,22 @@
<array>
<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>
<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 @@ -29,22 +32,19 @@
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</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>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Loading

0 comments on commit fde269c

Please sign in to comment.