Skip to content

Commit

Permalink
5.8.0-2.22.6 Host UK + Archtics fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jbackertm committed Feb 1, 2024
1 parent fde269c commit fe6aa15
Show file tree
Hide file tree
Showing 23 changed files with 1,158 additions and 1,123 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.5'
pod 'TM-PSDK', '~> 5.8.0-2.22.6'
```

## 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.5'
spec.version = '5.8.0-2.22.6'
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 @@ -21,30 +21,30 @@
</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>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</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 fe6aa15

Please sign in to comment.