Skip to content

Commit

Permalink
pin Alamofire to 5.4.4 until radar 87789769 is resolved
Browse files Browse the repository at this point in the history
Signed-off-by: weak <[email protected]>
  • Loading branch information
weakfl committed Feb 11, 2022
1 parent 90efcdb commit 31f12a6
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
80 changes: 40 additions & 40 deletions openHAB.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1133,17 +1133,17 @@
);
mainGroup = DFB2621E18830A3600D3244D;
packageReferences = (
937E4480270B378F00A98C26 /* XCRemoteSwiftPackageReference "Fuzi.git" */,
937E4483270B379900A98C26 /* XCRemoteSwiftPackageReference "DeviceKit.git" */,
937E4486270B37A600A98C26 /* XCRemoteSwiftPackageReference "Kingfisher.git" */,
93F8061927AE615D0035A6B0 /* XCRemoteSwiftPackageReference "Alamofire.git" */,
93F8063027AE6B940035A6B0 /* XCRemoteSwiftPackageReference "AlamofireNetworkActivityIndicator.git" */,
93F8063327AE6C620035A6B0 /* XCRemoteSwiftPackageReference "firebase-ios-sdk.git" */,
93F8064527AE7A050035A6B0 /* XCRemoteSwiftPackageReference "SwiftMessages.git" */,
93F8064827AE7A2E0035A6B0 /* XCRemoteSwiftPackageReference "FlexColorPicker.git" */,
93F8064B27AE7A4D0035A6B0 /* XCRemoteSwiftPackageReference "DynamicButton.git" */,
93F8064E27AE7A820035A6B0 /* XCRemoteSwiftPackageReference "SideMenu.git" */,
93F8065127AE7B580035A6B0 /* XCRemoteSwiftPackageReference "SVGKit.git" */,
937E4480270B378F00A98C26 /* XCRemoteSwiftPackageReference "Fuzi" */,
937E4483270B379900A98C26 /* XCRemoteSwiftPackageReference "DeviceKit" */,
937E4486270B37A600A98C26 /* XCRemoteSwiftPackageReference "Kingfisher" */,
93F8061927AE615D0035A6B0 /* XCRemoteSwiftPackageReference "Alamofire" */,
93F8063027AE6B940035A6B0 /* XCRemoteSwiftPackageReference "AlamofireNetworkActivityIndicator" */,
93F8063327AE6C620035A6B0 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */,
93F8064527AE7A050035A6B0 /* XCRemoteSwiftPackageReference "SwiftMessages" */,
93F8064827AE7A2E0035A6B0 /* XCRemoteSwiftPackageReference "FlexColorPicker" */,
93F8064B27AE7A4D0035A6B0 /* XCRemoteSwiftPackageReference "DynamicButton" */,
93F8064E27AE7A820035A6B0 /* XCRemoteSwiftPackageReference "SideMenu" */,
93F8065127AE7B580035A6B0 /* XCRemoteSwiftPackageReference "SVGKit" */,
);
productRefGroup = DFB2622818830A3600D3244D /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -2165,87 +2165,87 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
937E4480270B378F00A98C26 /* XCRemoteSwiftPackageReference "Fuzi.git" */ = {
937E4480270B378F00A98C26 /* XCRemoteSwiftPackageReference "Fuzi" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/cezheng/Fuzi.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 3.0.0;
};
};
937E4483270B379900A98C26 /* XCRemoteSwiftPackageReference "DeviceKit.git" */ = {
937E4483270B379900A98C26 /* XCRemoteSwiftPackageReference "DeviceKit" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/devicekit/DeviceKit.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 4.0.0;
};
};
937E4486270B37A600A98C26 /* XCRemoteSwiftPackageReference "Kingfisher.git" */ = {
937E4486270B37A600A98C26 /* XCRemoteSwiftPackageReference "Kingfisher" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/onevcat/Kingfisher.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 7.0.0;
};
};
93F8061927AE615D0035A6B0 /* XCRemoteSwiftPackageReference "Alamofire.git" */ = {
93F8061927AE615D0035A6B0 /* XCRemoteSwiftPackageReference "Alamofire" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/Alamofire/Alamofire.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 5.0.0;
kind = exactVersion;
version = 5.4.4;
};
};
93F8063027AE6B940035A6B0 /* XCRemoteSwiftPackageReference "AlamofireNetworkActivityIndicator.git" */ = {
93F8063027AE6B940035A6B0 /* XCRemoteSwiftPackageReference "AlamofireNetworkActivityIndicator" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/Alamofire/AlamofireNetworkActivityIndicator.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 3.0.0;
};
};
93F8063327AE6C620035A6B0 /* XCRemoteSwiftPackageReference "firebase-ios-sdk.git" */ = {
93F8063327AE6C620035A6B0 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/firebase/firebase-ios-sdk.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 8.0.0;
};
};
93F8064527AE7A050035A6B0 /* XCRemoteSwiftPackageReference "SwiftMessages.git" */ = {
93F8064527AE7A050035A6B0 /* XCRemoteSwiftPackageReference "SwiftMessages" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SwiftKickMobile/SwiftMessages.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 9.0.0;
};
};
93F8064827AE7A2E0035A6B0 /* XCRemoteSwiftPackageReference "FlexColorPicker.git" */ = {
93F8064827AE7A2E0035A6B0 /* XCRemoteSwiftPackageReference "FlexColorPicker" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/RastislavMirek/FlexColorPicker.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.0.0;
};
};
93F8064B27AE7A4D0035A6B0 /* XCRemoteSwiftPackageReference "DynamicButton.git" */ = {
93F8064B27AE7A4D0035A6B0 /* XCRemoteSwiftPackageReference "DynamicButton" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/yannickl/DynamicButton.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 6.0.0;
};
};
93F8064E27AE7A820035A6B0 /* XCRemoteSwiftPackageReference "SideMenu.git" */ = {
93F8064E27AE7A820035A6B0 /* XCRemoteSwiftPackageReference "SideMenu" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/jonkykong/SideMenu.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 6.0.0;
};
};
93F8065127AE7B580035A6B0 /* XCRemoteSwiftPackageReference "SVGKit.git" */ = {
93F8065127AE7B580035A6B0 /* XCRemoteSwiftPackageReference "SVGKit" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SVGKit/SVGKit.git";
requirement = {
Expand All @@ -2266,37 +2266,37 @@
};
937E4481270B378F00A98C26 /* Fuzi */ = {
isa = XCSwiftPackageProductDependency;
package = 937E4480270B378F00A98C26 /* XCRemoteSwiftPackageReference "Fuzi.git" */;
package = 937E4480270B378F00A98C26 /* XCRemoteSwiftPackageReference "Fuzi" */;
productName = Fuzi;
};
937E4484270B379900A98C26 /* DeviceKit */ = {
isa = XCSwiftPackageProductDependency;
package = 937E4483270B379900A98C26 /* XCRemoteSwiftPackageReference "DeviceKit.git" */;
package = 937E4483270B379900A98C26 /* XCRemoteSwiftPackageReference "DeviceKit" */;
productName = DeviceKit;
};
937E4487270B37A600A98C26 /* Kingfisher */ = {
isa = XCSwiftPackageProductDependency;
package = 937E4486270B37A600A98C26 /* XCRemoteSwiftPackageReference "Kingfisher.git" */;
package = 937E4486270B37A600A98C26 /* XCRemoteSwiftPackageReference "Kingfisher" */;
productName = Kingfisher;
};
937E448B270B37CA00A98C26 /* Kingfisher */ = {
isa = XCSwiftPackageProductDependency;
package = 937E4486270B37A600A98C26 /* XCRemoteSwiftPackageReference "Kingfisher.git" */;
package = 937E4486270B37A600A98C26 /* XCRemoteSwiftPackageReference "Kingfisher" */;
productName = Kingfisher;
};
937E448D270B37D200A98C26 /* DeviceKit */ = {
isa = XCSwiftPackageProductDependency;
package = 937E4483270B379900A98C26 /* XCRemoteSwiftPackageReference "DeviceKit.git" */;
package = 937E4483270B379900A98C26 /* XCRemoteSwiftPackageReference "DeviceKit" */;
productName = DeviceKit;
};
937E4491270B37FE00A98C26 /* Kingfisher */ = {
isa = XCSwiftPackageProductDependency;
package = 937E4486270B37A600A98C26 /* XCRemoteSwiftPackageReference "Kingfisher.git" */;
package = 937E4486270B37A600A98C26 /* XCRemoteSwiftPackageReference "Kingfisher" */;
productName = Kingfisher;
};
937E4493270B380500A98C26 /* Fuzi */ = {
isa = XCSwiftPackageProductDependency;
package = 937E4480270B378F00A98C26 /* XCRemoteSwiftPackageReference "Fuzi.git" */;
package = 937E4480270B378F00A98C26 /* XCRemoteSwiftPackageReference "Fuzi" */;
productName = Fuzi;
};
937E44E1270B393C00A98C26 /* OpenHABCore */ = {
Expand All @@ -2305,47 +2305,47 @@
};
93F8061A27AE615D0035A6B0 /* Alamofire */ = {
isa = XCSwiftPackageProductDependency;
package = 93F8061927AE615D0035A6B0 /* XCRemoteSwiftPackageReference "Alamofire.git" */;
package = 93F8061927AE615D0035A6B0 /* XCRemoteSwiftPackageReference "Alamofire" */;
productName = Alamofire;
};
93F8062E27AE63620035A6B0 /* Alamofire */ = {
isa = XCSwiftPackageProductDependency;
package = 93F8061927AE615D0035A6B0 /* XCRemoteSwiftPackageReference "Alamofire.git" */;
package = 93F8061927AE615D0035A6B0 /* XCRemoteSwiftPackageReference "Alamofire" */;
productName = Alamofire;
};
93F8063127AE6B940035A6B0 /* AlamofireNetworkActivityIndicator */ = {
isa = XCSwiftPackageProductDependency;
package = 93F8063027AE6B940035A6B0 /* XCRemoteSwiftPackageReference "AlamofireNetworkActivityIndicator.git" */;
package = 93F8063027AE6B940035A6B0 /* XCRemoteSwiftPackageReference "AlamofireNetworkActivityIndicator" */;
productName = AlamofireNetworkActivityIndicator;
};
93F8063427AE6C620035A6B0 /* FirebaseCrashlytics */ = {
isa = XCSwiftPackageProductDependency;
package = 93F8063327AE6C620035A6B0 /* XCRemoteSwiftPackageReference "firebase-ios-sdk.git" */;
package = 93F8063327AE6C620035A6B0 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
productName = FirebaseCrashlytics;
};
93F8064627AE7A050035A6B0 /* SwiftMessages */ = {
isa = XCSwiftPackageProductDependency;
package = 93F8064527AE7A050035A6B0 /* XCRemoteSwiftPackageReference "SwiftMessages.git" */;
package = 93F8064527AE7A050035A6B0 /* XCRemoteSwiftPackageReference "SwiftMessages" */;
productName = SwiftMessages;
};
93F8064927AE7A2E0035A6B0 /* FlexColorPicker */ = {
isa = XCSwiftPackageProductDependency;
package = 93F8064827AE7A2E0035A6B0 /* XCRemoteSwiftPackageReference "FlexColorPicker.git" */;
package = 93F8064827AE7A2E0035A6B0 /* XCRemoteSwiftPackageReference "FlexColorPicker" */;
productName = FlexColorPicker;
};
93F8064C27AE7A4D0035A6B0 /* DynamicButton */ = {
isa = XCSwiftPackageProductDependency;
package = 93F8064B27AE7A4D0035A6B0 /* XCRemoteSwiftPackageReference "DynamicButton.git" */;
package = 93F8064B27AE7A4D0035A6B0 /* XCRemoteSwiftPackageReference "DynamicButton" */;
productName = DynamicButton;
};
93F8064F27AE7A830035A6B0 /* SideMenu */ = {
isa = XCSwiftPackageProductDependency;
package = 93F8064E27AE7A820035A6B0 /* XCRemoteSwiftPackageReference "SideMenu.git" */;
package = 93F8064E27AE7A820035A6B0 /* XCRemoteSwiftPackageReference "SideMenu" */;
productName = SideMenu;
};
93F8065227AE7B580035A6B0 /* SVGKit */ = {
isa = XCSwiftPackageProductDependency;
package = 93F8065127AE7B580035A6B0 /* XCRemoteSwiftPackageReference "SVGKit.git" */;
package = 93F8065127AE7B580035A6B0 /* XCRemoteSwiftPackageReference "SVGKit" */;
productName = SVGKit;
};
/* End XCSwiftPackageProductDependency section */
Expand Down
4 changes: 2 additions & 2 deletions openHAB.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/Alamofire/Alamofire.git",
"state": {
"branch": null,
"revision": "f82c23a8a7ef8dc1a49a8bfc6a96883e79121864",
"version": "5.5.0"
"revision": "d120af1e8638c7da36c8481fd61a66c0c08dc4fc",
"version": "5.4.4"
}
},
{
Expand Down

0 comments on commit 31f12a6

Please sign in to comment.