|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 2A8568E12344F73200B9D157 /* ExampleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A8568E02344F73200B9D157 /* ExampleTests.swift */; };
|
11 | 11 | 75593950283BA41200EA10E9 /* Presentation in Frameworks */ = {isa = PBXBuildFile; productRef = 7559394F283BA41200EA10E9 /* Presentation */; };
|
| 12 | + C8D31DC528E5B8AD00CB59C2 /* Flow in Frameworks */ = {isa = PBXBuildFile; productRef = C8D31DC428E5B8AD00CB59C2 /* Flow */; }; |
| 13 | + C8D31DC828E5B91A00CB59C2 /* Form in Frameworks */ = {isa = PBXBuildFile; productRef = C8D31DC728E5B91A00CB59C2 /* Form */; }; |
12 | 14 | F61928ED2088DE200008F713 /* Messages.swift in Sources */ = {isa = PBXBuildFile; fileRef = F61928EC2088DE200008F713 /* Messages.swift */; };
|
13 | 15 | F61928EF2088DE7E0008F713 /* ComposeMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = F61928EE2088DE7E0008F713 /* ComposeMessage.swift */; };
|
14 | 16 | F61928F12088DEBD0008F713 /* MessageDetails.swift in Sources */ = {isa = PBXBuildFile; fileRef = F61928F02088DEBD0008F713 /* MessageDetails.swift */; };
|
|
64 | 66 | isa = PBXFrameworksBuildPhase;
|
65 | 67 | buildActionMask = 2147483647;
|
66 | 68 | files = (
|
| 69 | + C8D31DC828E5B91A00CB59C2 /* Form in Frameworks */, |
| 70 | + C8D31DC528E5B8AD00CB59C2 /* Flow in Frameworks */, |
67 | 71 | 75593950283BA41200EA10E9 /* Presentation in Frameworks */,
|
68 | 72 | );
|
69 | 73 | runOnlyForDeploymentPostprocessing = 0;
|
|
148 | 152 | name = Example;
|
149 | 153 | packageProductDependencies = (
|
150 | 154 | 7559394F283BA41200EA10E9 /* Presentation */,
|
| 155 | + C8D31DC428E5B8AD00CB59C2 /* Flow */, |
| 156 | + C8D31DC728E5B91A00CB59C2 /* Form */, |
151 | 157 | );
|
152 | 158 | productName = Messages;
|
153 | 159 | productReference = F6B3E0552086210E00F55C53 /* Example.app */;
|
|
183 | 189 | mainGroup = F6B3E04C2086210E00F55C53;
|
184 | 190 | packageReferences = (
|
185 | 191 | 7559394E283BA41200EA10E9 /* XCRemoteSwiftPackageReference "Presentation" */,
|
| 192 | + C8D31DC328E5B8AD00CB59C2 /* XCRemoteSwiftPackageReference "Flow" */, |
| 193 | + C8D31DC628E5B91A00CB59C2 /* XCRemoteSwiftPackageReference "Form" */, |
186 | 194 | );
|
187 | 195 | productRefGroup = F6B3E0562086210E00F55C53 /* Products */;
|
188 | 196 | projectDirPath = "";
|
|
348 | 356 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
349 | 357 | GCC_WARN_UNUSED_FUNCTION = YES;
|
350 | 358 | GCC_WARN_UNUSED_VARIABLE = YES;
|
351 |
| - IPHONEOS_DEPLOYMENT_TARGET = 11.3; |
| 359 | + IPHONEOS_DEPLOYMENT_TARGET = 12.1; |
352 | 360 | MTL_ENABLE_DEBUG_INFO = YES;
|
353 | 361 | ONLY_ACTIVE_ARCH = YES;
|
354 | 362 | SDKROOT = iphoneos;
|
|
402 | 410 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
403 | 411 | GCC_WARN_UNUSED_FUNCTION = YES;
|
404 | 412 | GCC_WARN_UNUSED_VARIABLE = YES;
|
405 |
| - IPHONEOS_DEPLOYMENT_TARGET = 11.3; |
| 413 | + IPHONEOS_DEPLOYMENT_TARGET = 12.1; |
406 | 414 | MTL_ENABLE_DEBUG_INFO = NO;
|
407 | 415 | SDKROOT = iphoneos;
|
408 | 416 | SWIFT_COMPILATION_MODE = wholemodule;
|
|
417 | 425 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
418 | 426 | CODE_SIGN_STYLE = Automatic;
|
419 | 427 | INFOPLIST_FILE = Example/Info.plist;
|
| 428 | + IPHONEOS_DEPLOYMENT_TARGET = 12.1; |
420 | 429 | LD_RUNPATH_SEARCH_PATHS = (
|
421 | 430 | "$(inherited)",
|
422 | 431 | "@executable_path/Frameworks",
|
|
434 | 443 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
435 | 444 | CODE_SIGN_STYLE = Automatic;
|
436 | 445 | INFOPLIST_FILE = Example/Info.plist;
|
| 446 | + IPHONEOS_DEPLOYMENT_TARGET = 12.1; |
437 | 447 | LD_RUNPATH_SEARCH_PATHS = (
|
438 | 448 | "$(inherited)",
|
439 | 449 | "@executable_path/Frameworks",
|
|
486 | 496 | minimumVersion = 1.15.2;
|
487 | 497 | };
|
488 | 498 | };
|
| 499 | + C8D31DC328E5B8AD00CB59C2 /* XCRemoteSwiftPackageReference "Flow" */ = { |
| 500 | + isa = XCRemoteSwiftPackageReference; |
| 501 | + repositoryURL = "https://github.com/iZettle/Flow.git"; |
| 502 | + requirement = { |
| 503 | + kind = upToNextMajorVersion; |
| 504 | + minimumVersion = 1.0.0; |
| 505 | + }; |
| 506 | + }; |
| 507 | + C8D31DC628E5B91A00CB59C2 /* XCRemoteSwiftPackageReference "Form" */ = { |
| 508 | + isa = XCRemoteSwiftPackageReference; |
| 509 | + repositoryURL = "https://github.com/iZettle/Form.git"; |
| 510 | + requirement = { |
| 511 | + kind = upToNextMajorVersion; |
| 512 | + minimumVersion = 4.0.0; |
| 513 | + }; |
| 514 | + }; |
489 | 515 | /* End XCRemoteSwiftPackageReference section */
|
490 | 516 |
|
491 | 517 | /* Begin XCSwiftPackageProductDependency section */
|
|
494 | 520 | package = 7559394E283BA41200EA10E9 /* XCRemoteSwiftPackageReference "Presentation" */;
|
495 | 521 | productName = Presentation;
|
496 | 522 | };
|
| 523 | + C8D31DC428E5B8AD00CB59C2 /* Flow */ = { |
| 524 | + isa = XCSwiftPackageProductDependency; |
| 525 | + package = C8D31DC328E5B8AD00CB59C2 /* XCRemoteSwiftPackageReference "Flow" */; |
| 526 | + productName = Flow; |
| 527 | + }; |
| 528 | + C8D31DC728E5B91A00CB59C2 /* Form */ = { |
| 529 | + isa = XCSwiftPackageProductDependency; |
| 530 | + package = C8D31DC628E5B91A00CB59C2 /* XCRemoteSwiftPackageReference "Form" */; |
| 531 | + productName = Form; |
| 532 | + }; |
497 | 533 | /* End XCSwiftPackageProductDependency section */
|
498 | 534 | };
|
499 | 535 | rootObject = F6B3E04D2086210E00F55C53 /* Project object */;
|
|
0 commit comments