Skip to content

Commit 80dca63

Browse files
committed
Update to Ignite 1.18.0 (Tickets 3.15.0)
1 parent 8c1018d commit 80dca63

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This is an example integration of the Ticketmaster Ignite SDK, Tickets framework
2424

2525
## Getting Started
2626

27-
1. Open **TicketsSDKDemoIntegration.xcodeproj** using Swift 5.9+ (Xcode 15.0.1+ or Xcode 16.0+)
27+
1. Open **TicketsSDKDemoIntegration.xcodeproj** using Swift 5.9+ or Swift 6.0.3+ (Xcode 16.2+ or Xcode 26+) for development and iOS 17.0+ as your release target
2828
1. This will also download the required .xcframeworks using Swift Package Manager
2929
2. Update **Configuration.swift** with your own API key, available from [https://developer.ticketmaster.com/explore/](https://developer.ticketmaster.com/explore/)
3030
3. Update **TicketsSDKDemoIntegration** target's _Signing & Capabilities_ with your own Apple Developer certificate from [https://developer.apple.com/](https://developer.apple.com/)

TicketsSDKDemoIntegration.xcodeproj/project.pbxproj

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
attributes = {
189189
BuildIndependentTargetsInParallel = 1;
190190
LastSwiftUpdateCheck = 1430;
191-
LastUpgradeCheck = 1500;
191+
LastUpgradeCheck = 2600;
192192
TargetAttributes = {
193193
79ED74EC2A3B54B700403D43 = {
194194
CreatedOnToolsVersion = 14.3;
@@ -326,12 +326,13 @@
326326
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
327327
GCC_WARN_UNUSED_FUNCTION = YES;
328328
GCC_WARN_UNUSED_VARIABLE = YES;
329-
IPHONEOS_DEPLOYMENT_TARGET = 16.6;
330-
MARKETING_VERSION = 3.14.2;
329+
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
330+
MARKETING_VERSION = 3.15.0;
331331
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
332332
MTL_FAST_MATH = YES;
333333
ONLY_ACTIVE_ARCH = YES;
334334
SDKROOT = iphoneos;
335+
STRING_CATALOG_GENERATE_SYMBOLS = YES;
335336
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG xCUSTOMIZE_PREBUILT_MODULES";
336337
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
337338
};
@@ -384,11 +385,12 @@
384385
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
385386
GCC_WARN_UNUSED_FUNCTION = YES;
386387
GCC_WARN_UNUSED_VARIABLE = YES;
387-
IPHONEOS_DEPLOYMENT_TARGET = 16.6;
388-
MARKETING_VERSION = 3.14.2;
388+
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
389+
MARKETING_VERSION = 3.15.0;
389390
MTL_ENABLE_DEBUG_INFO = NO;
390391
MTL_FAST_MATH = YES;
391392
SDKROOT = iphoneos;
393+
STRING_CATALOG_GENERATE_SYMBOLS = YES;
392394
SWIFT_COMPILATION_MODE = wholemodule;
393395
SWIFT_OPTIMIZATION_LEVEL = "-O";
394396
VALIDATE_PRODUCT = YES;
@@ -482,7 +484,7 @@
482484
repositoryURL = "https://github.com/ticketmaster/iOS-TicketmasterSDK.git";
483485
requirement = {
484486
kind = exactVersion;
485-
version = 1.17.3;
487+
version = 1.18.0;
486488
};
487489
};
488490
/* End XCRemoteSwiftPackageReference section */

TicketsSDKDemoIntegration/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
</array>
2222
</dict>
2323
</dict>
24+
<key>UIDesignRequiresCompatibility</key>
25+
<true/>
2426
<key>UIViewControllerBasedStatusBarAppearance</key>
2527
<false/>
2628
</dict>

0 commit comments

Comments
 (0)