Skip to content

Commit fd60e2e

Browse files
committed
Release 7.0.0
1 parent d03f980 commit fd60e2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sirio-kit-iOS is a library containing the iOS implementation of the Sirio design
1111
## Usage
1212
1. Add the following to your Package.swift:
1313
```swift
14-
.package(url: "https://github.com/INPS-it/sirio-kit-iOS", .upToNextMajor(from: "5.0.0"))
14+
.package(url: "https://github.com/INPS-it/sirio-kit-iOS", .upToNextMajor(from: "7.0.0"))
1515
```
1616
2. Declare `import SirioKitIOS` to use the components where you want to use them.
1717

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,8 +491,8 @@
491491
isa = XCRemoteSwiftPackageReference;
492492
repositoryURL = "https://github.com/INPS-it/sirio-kit-iOS/";
493493
requirement = {
494-
branch = main;
495-
kind = branch;
494+
kind = upToNextMajorVersion;
495+
minimumVersion = 7.0.0;
496496
};
497497
};
498498
/* End XCRemoteSwiftPackageReference section */

0 commit comments

Comments
 (0)