File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
"repositoryURL" : " https://github.com/cbaker6/CareKit.git" ,
7
7
"state" : {
8
8
"branch" : null ,
9
- "revision" : " adca4ac261b265e4fb7ded5a88e14deaed39592c " ,
10
- "version" : null
9
+ "revision" : " c18f88d7131db8431796f30241e31ed9d0051c60 " ,
10
+ "version" : " 2.1.0 "
11
11
}
12
12
},
13
13
{
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ let package = Package(
12
12
] ,
13
13
dependencies: [
14
14
. package ( url: " https://github.com/cbaker6/CareKit.git " ,
15
- revision : " adca4ac261b265e4fb7ded5a88e14deaed39592c " ) ,
16
- . package ( url: " https://github.com/parse-community/Parse-Swift.git " ,
15
+ . upToNextMajor ( from : " 2.1.1 " ) ) ,
16
+ . package ( url: " https://github.com/parse-community/Parse-Swift.git " ,
17
17
. upToNextMajor( from: " 4.14.1 " ) )
18
18
] ,
19
19
targets: [
Original file line number Diff line number Diff line change 1158
1158
isa = XCRemoteSwiftPackageReference;
1159
1159
repositoryURL = "https://github.com/cbaker6/CareKit.git";
1160
1160
requirement = {
1161
- kind = revision ;
1162
- revision = adca4ac261b265e4fb7ded5a88e14deaed39592c ;
1161
+ kind = upToNextMajorVersion ;
1162
+ minimumVersion = 2.1.1 ;
1163
1163
};
1164
1164
};
1165
1165
70D41D8428B7EA7B00613510 /* XCRemoteSwiftPackageReference "Parse-Swift" */ = {
You can’t perform that action at this time.
0 commit comments