Skip to content

Commit a7f6114

Browse files
Merge pull request #554 from checkout/release-updates
RELEASE-4.4.0: Updates Sample App versions
2 parents 335ea15 + 3e08e68 commit a7f6114

2 files changed

Lines changed: 32 additions & 10 deletions

File tree

iOS Example Frame SPM/iOS Example Frame SPM.xcodeproj/project.pbxproj

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 60;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -90,6 +90,9 @@
9090
95EB97DC2A54753000EE6776 /* ThemeDemo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95EB97DA2A54753000EE6776 /* ThemeDemo.swift */; };
9191
95EB97DD2A54753000EE6776 /* ThemeDemo+Border.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95EB97DB2A54753000EE6776 /* ThemeDemo+Border.swift */; };
9292
AB60148E2F59BD6000526B0F /* Frames in Frameworks */ = {isa = PBXBuildFile; productRef = AB60148D2F59BD6000526B0F /* Frames */; };
93+
FFFC42F82F63186600BB6CC2 /* Frames in Frameworks */ = {isa = PBXBuildFile; productRef = 1629C08B2AF90379001BD3D9 /* Frames */; };
94+
FFFC42F92F63186600BB6CC2 /* Frames in Frameworks */ = {isa = PBXBuildFile; productRef = 958E51042DE74B3E0003F4B0 /* Frames */; };
95+
FFFC42FC2F6328EA00BB6CC2 /* Frames in Frameworks */ = {isa = PBXBuildFile; productRef = FFFC42FB2F6328EA00BB6CC2 /* Frames */; };
9396
/* End PBXBuildFile section */
9497

9598
/* Begin PBXContainerItemProxy section */
@@ -227,6 +230,9 @@
227230
isa = PBXFrameworksBuildPhase;
228231
buildActionMask = 2147483647;
229232
files = (
233+
FFFC42FC2F6328EA00BB6CC2 /* Frames in Frameworks */,
234+
FFFC42F92F63186600BB6CC2 /* Frames in Frameworks */,
235+
FFFC42F82F63186600BB6CC2 /* Frames in Frameworks */,
230236
AB60148E2F59BD6000526B0F /* Frames in Frameworks */,
231237
);
232238
runOnlyForDeploymentPostprocessing = 0;
@@ -531,6 +537,7 @@
531537
1629C08B2AF90379001BD3D9 /* Frames */,
532538
958E51042DE74B3E0003F4B0 /* Frames */,
533539
AB60148D2F59BD6000526B0F /* Frames */,
540+
FFFC42FB2F6328EA00BB6CC2 /* Frames */,
534541
);
535542
productName = "iOS Example Frame";
536543
productReference = 16AE74C32A5C1EBB0031F794 /* iOS Example Frame.app */;
@@ -579,7 +586,7 @@
579586
mainGroup = E6646F8120CE6C0900D8353A;
580587
packageReferences = (
581588
16C3F83E2A7927ED00690639 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */,
582-
AB60148C2F59BD6000526B0F /* XCLocalSwiftPackageReference "../../frames-ios" */,
589+
FFFC42FA2F6328EA00BB6CC2 /* XCRemoteSwiftPackageReference "frames-ios" */,
583590
);
584591
productRefGroup = E6646F8120CE6C0900D8353A;
585592
projectDirPath = "";
@@ -1232,13 +1239,6 @@
12321239
};
12331240
/* End XCConfigurationList section */
12341241

1235-
/* Begin XCLocalSwiftPackageReference section */
1236-
AB60148C2F59BD6000526B0F /* XCLocalSwiftPackageReference "../../frames-ios" */ = {
1237-
isa = XCLocalSwiftPackageReference;
1238-
relativePath = "../../frames-ios";
1239-
};
1240-
/* End XCLocalSwiftPackageReference section */
1241-
12421242
/* Begin XCRemoteSwiftPackageReference section */
12431243
16C3F83E2A7927ED00690639 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = {
12441244
isa = XCRemoteSwiftPackageReference;
@@ -1248,6 +1248,14 @@
12481248
version = 1.12.0;
12491249
};
12501250
};
1251+
FFFC42FA2F6328EA00BB6CC2 /* XCRemoteSwiftPackageReference "frames-ios" */ = {
1252+
isa = XCRemoteSwiftPackageReference;
1253+
repositoryURL = "https://github.com/checkout/frames-ios";
1254+
requirement = {
1255+
kind = upToNextMajorVersion;
1256+
minimumVersion = 4.4.0;
1257+
};
1258+
};
12511259
/* End XCRemoteSwiftPackageReference section */
12521260

12531261
/* Begin XCSwiftPackageProductDependency section */
@@ -1276,6 +1284,11 @@
12761284
isa = XCSwiftPackageProductDependency;
12771285
productName = Frames;
12781286
};
1287+
FFFC42FB2F6328EA00BB6CC2 /* Frames */ = {
1288+
isa = XCSwiftPackageProductDependency;
1289+
package = FFFC42FA2F6328EA00BB6CC2 /* XCRemoteSwiftPackageReference "frames-ios" */;
1290+
productName = Frames;
1291+
};
12791292
/* End XCSwiftPackageProductDependency section */
12801293
};
12811294
rootObject = E6646F8220CE6C0900D8353A /* Project object */;

iOS Example Frame SPM/iOS Example Frame SPM.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)