Skip to content

Commit bd0057c

Browse files
committed
Update Example dependencies
1 parent 4dffae9 commit bd0057c

File tree

2 files changed

+67
-24
lines changed

2 files changed

+67
-24
lines changed

Examples/Messages/Example.xcodeproj/project.pbxproj

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
/* Begin PBXBuildFile section */
1010
2A8568E12344F73200B9D157 /* ExampleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A8568E02344F73200B9D157 /* ExampleTests.swift */; };
1111
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 */; };
1214
F61928ED2088DE200008F713 /* Messages.swift in Sources */ = {isa = PBXBuildFile; fileRef = F61928EC2088DE200008F713 /* Messages.swift */; };
1315
F61928EF2088DE7E0008F713 /* ComposeMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = F61928EE2088DE7E0008F713 /* ComposeMessage.swift */; };
1416
F61928F12088DEBD0008F713 /* MessageDetails.swift in Sources */ = {isa = PBXBuildFile; fileRef = F61928F02088DEBD0008F713 /* MessageDetails.swift */; };
@@ -64,6 +66,8 @@
6466
isa = PBXFrameworksBuildPhase;
6567
buildActionMask = 2147483647;
6668
files = (
69+
C8D31DC828E5B91A00CB59C2 /* Form in Frameworks */,
70+
C8D31DC528E5B8AD00CB59C2 /* Flow in Frameworks */,
6771
75593950283BA41200EA10E9 /* Presentation in Frameworks */,
6872
);
6973
runOnlyForDeploymentPostprocessing = 0;
@@ -148,6 +152,8 @@
148152
name = Example;
149153
packageProductDependencies = (
150154
7559394F283BA41200EA10E9 /* Presentation */,
155+
C8D31DC428E5B8AD00CB59C2 /* Flow */,
156+
C8D31DC728E5B91A00CB59C2 /* Form */,
151157
);
152158
productName = Messages;
153159
productReference = F6B3E0552086210E00F55C53 /* Example.app */;
@@ -183,6 +189,8 @@
183189
mainGroup = F6B3E04C2086210E00F55C53;
184190
packageReferences = (
185191
7559394E283BA41200EA10E9 /* XCRemoteSwiftPackageReference "Presentation" */,
192+
C8D31DC328E5B8AD00CB59C2 /* XCRemoteSwiftPackageReference "Flow" */,
193+
C8D31DC628E5B91A00CB59C2 /* XCRemoteSwiftPackageReference "Form" */,
186194
);
187195
productRefGroup = F6B3E0562086210E00F55C53 /* Products */;
188196
projectDirPath = "";
@@ -348,7 +356,7 @@
348356
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
349357
GCC_WARN_UNUSED_FUNCTION = YES;
350358
GCC_WARN_UNUSED_VARIABLE = YES;
351-
IPHONEOS_DEPLOYMENT_TARGET = 11.3;
359+
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
352360
MTL_ENABLE_DEBUG_INFO = YES;
353361
ONLY_ACTIVE_ARCH = YES;
354362
SDKROOT = iphoneos;
@@ -402,7 +410,7 @@
402410
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
403411
GCC_WARN_UNUSED_FUNCTION = YES;
404412
GCC_WARN_UNUSED_VARIABLE = YES;
405-
IPHONEOS_DEPLOYMENT_TARGET = 11.3;
413+
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
406414
MTL_ENABLE_DEBUG_INFO = NO;
407415
SDKROOT = iphoneos;
408416
SWIFT_COMPILATION_MODE = wholemodule;
@@ -417,6 +425,7 @@
417425
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
418426
CODE_SIGN_STYLE = Automatic;
419427
INFOPLIST_FILE = Example/Info.plist;
428+
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
420429
LD_RUNPATH_SEARCH_PATHS = (
421430
"$(inherited)",
422431
"@executable_path/Frameworks",
@@ -434,6 +443,7 @@
434443
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
435444
CODE_SIGN_STYLE = Automatic;
436445
INFOPLIST_FILE = Example/Info.plist;
446+
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
437447
LD_RUNPATH_SEARCH_PATHS = (
438448
"$(inherited)",
439449
"@executable_path/Frameworks",
@@ -486,6 +496,22 @@
486496
minimumVersion = 1.15.2;
487497
};
488498
};
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+
};
489515
/* End XCRemoteSwiftPackageReference section */
490516

491517
/* Begin XCSwiftPackageProductDependency section */
@@ -494,6 +520,16 @@
494520
package = 7559394E283BA41200EA10E9 /* XCRemoteSwiftPackageReference "Presentation" */;
495521
productName = Presentation;
496522
};
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+
};
497533
/* End XCSwiftPackageProductDependency section */
498534
};
499535
rootObject = F6B3E04D2086210E00F55C53 /* Project object */;

Examples/Messages/Example.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 29 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)