Skip to content

Commit 0980980

Browse files
committed
Fix
1 parent a499ae6 commit 0980980

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

iOS-Example/iOS-Example.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
);
214214
mainGroup = 7E7FB5D6284E05A100F80FC7;
215215
packageReferences = (
216-
7EE578C02907E33E00B1E259 /* XCRemoteSwiftPackageReference "sirio-kit-ios" */,
216+
7EE578C02907E33E00B1E259 /* XCRemoteSwiftPackageReference "sirio-kit-iOS" */,
217217
);
218218
productRefGroup = 7E7FB5E0284E05A100F80FC7 /* Products */;
219219
projectDirPath = "";
@@ -483,20 +483,20 @@
483483
/* End XCConfigurationList section */
484484

485485
/* Begin XCRemoteSwiftPackageReference section */
486-
7EE578C02907E33E00B1E259 /* XCRemoteSwiftPackageReference "sirio-kit-ios" */ = {
486+
7EE578C02907E33E00B1E259 /* XCRemoteSwiftPackageReference "sirio-kit-iOS" */ = {
487487
isa = XCRemoteSwiftPackageReference;
488488
repositoryURL = "https://github.com/INPS-it/sirio-kit-iOS/";
489489
requirement = {
490490
kind = upToNextMajorVersion;
491-
minimumVersion = 4.0.0;
491+
minimumVersion = 5.0.0;
492492
};
493493
};
494494
/* End XCRemoteSwiftPackageReference section */
495495

496496
/* Begin XCSwiftPackageProductDependency section */
497497
7EE578C12907E33E00B1E259 /* SirioKitIOS */ = {
498498
isa = XCSwiftPackageProductDependency;
499-
package = 7EE578C02907E33E00B1E259 /* XCRemoteSwiftPackageReference "sirio-kit-ios" */;
499+
package = 7EE578C02907E33E00B1E259 /* XCRemoteSwiftPackageReference "sirio-kit-iOS" */;
500500
productName = SirioKitIOS;
501501
};
502502
/* End XCSwiftPackageProductDependency section */

iOS-Example/iOS-Example.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/INPS-it/sirio-kit-iOS/",
77
"state" : {
8-
"revision" : "ecfa78b3c066a85297bce43322453d824733d694",
9-
"version" : "4.0.0"
8+
"revision" : "a499ae6045607fc40683f9c7ed8c7cb92c88f666",
9+
"version" : "5.0.0"
1010
}
1111
}
1212
],

0 commit comments

Comments
 (0)