Skip to content

Commit

Permalink
Updated TM SDK to 1.2.1 (Tickets 3.2.1), added important note about T…
Browse files Browse the repository at this point in the history
…MTickets.shared.start()
  • Loading branch information
jbackertm committed Sep 22, 2023
1 parent 08af8f0 commit 39c9eeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion TicketsSDKDemoIntegration.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@
repositoryURL = "https://github.com/ticketmaster/iOS-TicketmasterSDK.git";
requirement = {
kind = exactVersion;
version = 1.2.0;
version = 1.2.1;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
2 changes: 2 additions & 0 deletions TicketsSDKDemoIntegration/EmbeddedViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ class EmbeddedViewController: UIViewController {
// tell Tickets SDK to use the provided TMTicketsView
// - you do not need to call this method when using TMTicketsViewController
// - see MainMenuVC+TableViewDleegate.swift
//
// IMPORTANT: Make sure to call this method AFTER or INSIDE TMTickets.shared.configure { ... }
TMTickets.shared.start(ticketsView: tView)
}
}
Expand Down

0 comments on commit 39c9eeb

Please sign in to comment.