File tree 2 files changed +3
-3
lines changed
iOS-Example/iOS-Example.xcodeproj 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ sirio-kit-iOS is a library containing the iOS implementation of the Sirio design
11
11
## Usage
12
12
1 . Add the following to your Package.swift:
13
13
``` 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" ))
15
15
```
16
16
2 . Declare ` import SirioKitIOS ` to use the components where you want to use them.
17
17
Original file line number Diff line number Diff line change 491
491
isa = XCRemoteSwiftPackageReference;
492
492
repositoryURL = "https://github.com/INPS-it/sirio-kit-iOS/";
493
493
requirement = {
494
- branch = main ;
495
- kind = branch ;
494
+ kind = upToNextMajorVersion ;
495
+ minimumVersion = 7.0.0 ;
496
496
};
497
497
};
498
498
/* End XCRemoteSwiftPackageReference section */
You can’t perform that action at this time.
0 commit comments