File tree 3 files changed +23
-27
lines changed
Demo/Demo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm
3 files changed +23
-27
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "object" : {
3
- "pins" : [
4
- {
5
- "package" : " Delegate" ,
6
- "repositoryURL" : " https://github.com/onevcat/Delegate.git" ,
7
- "state" : {
8
- "branch" : null ,
9
- "revision" : " 45c5ec58d5a9656a9cc729506e0ed3093ca8f772" ,
10
- "version" : " 1.1.1"
11
- }
2
+ "pins" : [
3
+ {
4
+ "identity" : " delegate" ,
5
+ "kind" : " remoteSourceControl" ,
6
+ "location" : " https://github.com/onevcat/Delegate" ,
7
+ "state" : {
8
+ "revision" : " 499e507f2a68d6e8737f7f6f7c0385596b4398fc" ,
9
+ "version" : " 1.2.0"
12
10
}
13
- ]
14
- } ,
15
- "version" : 1
11
+ }
12
+ ] ,
13
+ "version" : 2
16
14
}
Original file line number Diff line number Diff line change 1
1
{
2
- "object" : {
3
- "pins" : [
4
- {
5
- "package" : " Delegate" ,
6
- "repositoryURL" : " https://github.com/onevcat/Delegate.git" ,
7
- "state" : {
8
- "branch" : null ,
9
- "revision" : " 45c5ec58d5a9656a9cc729506e0ed3093ca8f772" ,
10
- "version" : " 1.1.1"
11
- }
2
+ "pins" : [
3
+ {
4
+ "identity" : " delegate" ,
5
+ "kind" : " remoteSourceControl" ,
6
+ "location" : " https://github.com/onevcat/Delegate.git" ,
7
+ "state" : {
8
+ "revision" : " 499e507f2a68d6e8737f7f6f7c0385596b4398fc" ,
9
+ "version" : " 1.2.0"
12
10
}
13
- ]
14
- } ,
15
- "version" : 1
11
+ }
12
+ ] ,
13
+ "version" : 2
16
14
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ let package = Package(
8
8
. library( name: " APNGKit " , targets: [ " APNGKit " ] )
9
9
] ,
10
10
dependencies: [
11
- . package ( url: " https://github.com/onevcat/Delegate.git " , from: " 1.1.1 " )
11
+ . package ( url: " https://github.com/onevcat/Delegate.git " , from: " 1.2.0 " )
12
12
] ,
13
13
targets: [
14
14
. target(
You can’t perform that action at this time.
0 commit comments