Skip to content

Commit d0060ff

Browse files
author
Ehab Al
committed
Update pod version to newVersion/4.3.8
(cherry picked from commit 88e2b51)
1 parent 4cf6baf commit d0060ff

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
16E91A452A70453B00DC0D98 /* TestCard.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16E91A442A70453B00DC0D98 /* TestCard.swift */; };
4343
16E91A482A704AC300DC0D98 /* StaticTexts.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16E91A472A704AC300DC0D98 /* StaticTexts.swift */; };
4444
955B092B291CEF0F00DEEAF5 /* ApplePayCreator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955B092A291CEF0F00DEEAF5 /* ApplePayCreator.swift */; };
45+
955DD85E2DEF369C00E57DA5 /* Frames in Frameworks */ = {isa = PBXBuildFile; productRef = 955DD85D2DEF369C00E57DA5 /* Frames */; };
4546
95C8C10D28AD5FEE00B8D3D0 /* UIViewControllerExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C8C0B528AD5FEE00B8D3D0 /* UIViewControllerExtension.swift */; };
4647
95C8C10E28AD5FEE00B8D3D0 /* UIViewExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C8C0B628AD5FEE00B8D3D0 /* UIViewExtension.swift */; };
4748
95C8C10F28AD5FEE00B8D3D0 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C8C0B728AD5FEE00B8D3D0 /* AppDelegate.swift */; };
@@ -226,6 +227,7 @@
226227
isa = PBXFrameworksBuildPhase;
227228
buildActionMask = 2147483647;
228229
files = (
230+
955DD85E2DEF369C00E57DA5 /* Frames in Frameworks */,
229231
);
230232
runOnlyForDeploymentPostprocessing = 0;
231233
};
@@ -528,7 +530,7 @@
528530
packageProductDependencies = (
529531
1629C08B2AF90379001BD3D9 /* Frames */,
530532
958E51042DE74B3E0003F4B0 /* Frames */,
531-
950F88632DE884BE0041D2E7 /* Frames */,
533+
955DD85D2DEF369C00E57DA5 /* Frames */,
532534
);
533535
productName = "iOS Example Frame";
534536
productReference = 16AE74C32A5C1EBB0031F794 /* iOS Example Frame.app */;
@@ -577,7 +579,7 @@
577579
mainGroup = E6646F8120CE6C0900D8353A;
578580
packageReferences = (
579581
16C3F83E2A7927ED00690639 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */,
580-
950F88622DE884BE0041D2E7 /* XCRemoteSwiftPackageReference "frames-ios" */,
582+
955DD85C2DEF369C00E57DA5 /* XCRemoteSwiftPackageReference "frames-ios" */,
581583
);
582584
productRefGroup = E6646F8120CE6C0900D8353A;
583585
projectDirPath = "";
@@ -1239,12 +1241,12 @@
12391241
version = 1.12.0;
12401242
};
12411243
};
1242-
950F88622DE884BE0041D2E7 /* XCRemoteSwiftPackageReference "frames-ios" */ = {
1244+
955DD85C2DEF369C00E57DA5 /* XCRemoteSwiftPackageReference "frames-ios" */ = {
12431245
isa = XCRemoteSwiftPackageReference;
12441246
repositoryURL = "https://github.com/checkout/frames-ios";
12451247
requirement = {
1246-
branch = main;
1247-
kind = branch;
1248+
kind = exactVersion;
1249+
version = 4.3.8;
12481250
};
12491251
};
12501252
/* End XCRemoteSwiftPackageReference section */
@@ -1267,9 +1269,9 @@
12671269
package = 16C3F83E2A7927ED00690639 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */;
12681270
productName = SnapshotTesting;
12691271
};
1270-
950F88632DE884BE0041D2E7 /* Frames */ = {
1272+
955DD85D2DEF369C00E57DA5 /* Frames */ = {
12711273
isa = XCSwiftPackageProductDependency;
1272-
package = 950F88622DE884BE0041D2E7 /* XCRemoteSwiftPackageReference "frames-ios" */;
1274+
package = 955DD85C2DEF369C00E57DA5 /* XCRemoteSwiftPackageReference "frames-ios" */;
12731275
productName = Frames;
12741276
};
12751277
958E51042DE74B3E0003F4B0 /* Frames */ = {

iOS Example Frame/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target 'iOS Example Frame' do
66
use_frameworks!
77

88
# Pods for iOS Example Custom
9-
pod 'Frames', :git => 'https://github.com/checkout/frames-ios.git', :branch => 'update/spm_dependacies'
9+
pod 'Frames', :git => 'https://github.com/checkout/frames-ios.git', :branch => 'newVersion/4.3.8'
1010
end
1111

1212
post_install do |installer|

0 commit comments

Comments
 (0)