Skip to content

Commit 6cc172f

Browse files
committed
build: check in lockfiles
these are important now
1 parent 1d84a4f commit 6cc172f

File tree

3 files changed

+190
-1
lines changed

3 files changed

+190
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ gen/
99

1010
# Swift Package Manager
1111
.build/
12-
Package.resolved
1312
.swiftpm/
1413

1514
# CocoaPods

Package.resolved

+104
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
{
2+
"pins" : [
3+
{
4+
"identity" : "reactiveswift",
5+
"kind" : "remoteSourceControl",
6+
"location" : "https://github.com/ReactiveCocoa/ReactiveSwift.git",
7+
"state" : {
8+
"revision" : "40c465af19b993344e84355c00669ba2022ca3cd",
9+
"version" : "7.1.1"
10+
}
11+
},
12+
{
13+
"identity" : "rxswift",
14+
"kind" : "remoteSourceControl",
15+
"location" : "https://github.com/ReactiveX/RxSwift.git",
16+
"state" : {
17+
"revision" : "b06a8c8596e4c3e8e7788e08e720e3248563ce6a",
18+
"version" : "6.7.1"
19+
}
20+
},
21+
{
22+
"identity" : "swift-case-paths",
23+
"kind" : "remoteSourceControl",
24+
"location" : "https://github.com/pointfreeco/swift-case-paths",
25+
"state" : {
26+
"revision" : "642e6aab8e03e5f992d9c83e38c5be98cfad5078",
27+
"version" : "1.5.5"
28+
}
29+
},
30+
{
31+
"identity" : "swift-collections",
32+
"kind" : "remoteSourceControl",
33+
"location" : "https://github.com/apple/swift-collections",
34+
"state" : {
35+
"revision" : "671108c96644956dddcd89dd59c203dcdb36cec7",
36+
"version" : "1.1.4"
37+
}
38+
},
39+
{
40+
"identity" : "swift-identified-collections",
41+
"kind" : "remoteSourceControl",
42+
"location" : "https://github.com/pointfreeco/swift-identified-collections",
43+
"state" : {
44+
"revision" : "2f5ab6e091dd032b63dacbda052405756010dc3b",
45+
"version" : "1.1.0"
46+
}
47+
},
48+
{
49+
"identity" : "swift-macro-testing",
50+
"kind" : "remoteSourceControl",
51+
"location" : "https://github.com/pointfreeco/swift-macro-testing",
52+
"state" : {
53+
"revision" : "20c1a8f3b624fb5d1503eadcaa84743050c350f4",
54+
"version" : "0.5.2"
55+
}
56+
},
57+
{
58+
"identity" : "swift-perception",
59+
"kind" : "remoteSourceControl",
60+
"location" : "https://github.com/pointfreeco/swift-perception",
61+
"state" : {
62+
"revision" : "bc67aa8e461351c97282c2419153757a446ae1c9",
63+
"version" : "1.3.5"
64+
}
65+
},
66+
{
67+
"identity" : "swift-snapshot-testing",
68+
"kind" : "remoteSourceControl",
69+
"location" : "https://github.com/pointfreeco/swift-snapshot-testing",
70+
"state" : {
71+
"revision" : "7b0bbbae90c41f848f90ac7b4df6c4f50068256d",
72+
"version" : "1.17.5"
73+
}
74+
},
75+
{
76+
"identity" : "swift-syntax",
77+
"kind" : "remoteSourceControl",
78+
"location" : "https://github.com/swiftlang/swift-syntax",
79+
"state" : {
80+
"revision" : "0687f71944021d616d34d922343dcef086855920",
81+
"version" : "600.0.1"
82+
}
83+
},
84+
{
85+
"identity" : "swiftformat",
86+
"kind" : "remoteSourceControl",
87+
"location" : "https://github.com/nicklockwood/SwiftFormat",
88+
"state" : {
89+
"revision" : "dd989a46d0c6f15c016484bab8afe5e7a67a4022",
90+
"version" : "0.54.0"
91+
}
92+
},
93+
{
94+
"identity" : "xctest-dynamic-overlay",
95+
"kind" : "remoteSourceControl",
96+
"location" : "https://github.com/pointfreeco/xctest-dynamic-overlay",
97+
"state" : {
98+
"revision" : "27d767d643fa2cf083d0a73d74fa84cacb53e85c",
99+
"version" : "1.4.1"
100+
}
101+
}
102+
],
103+
"version" : 2
104+
}

Samples/Tuist/Package.resolved

+86
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
{
2+
"pins" : [
3+
{
4+
"identity" : "ios-snapshot-test-case",
5+
"kind" : "remoteSourceControl",
6+
"location" : "https://github.com/uber/ios-snapshot-test-case.git",
7+
"state" : {
8+
"revision" : "7b10770333a961be6e5a41c9ce04b8c6d3990126",
9+
"version" : "8.0.0"
10+
}
11+
},
12+
{
13+
"identity" : "reactiveswift",
14+
"kind" : "remoteSourceControl",
15+
"location" : "https://github.com/ReactiveCocoa/ReactiveSwift.git",
16+
"state" : {
17+
"revision" : "40c465af19b993344e84355c00669ba2022ca3cd",
18+
"version" : "7.1.1"
19+
}
20+
},
21+
{
22+
"identity" : "rxswift",
23+
"kind" : "remoteSourceControl",
24+
"location" : "https://github.com/ReactiveX/RxSwift.git",
25+
"state" : {
26+
"revision" : "b06a8c8596e4c3e8e7788e08e720e3248563ce6a",
27+
"version" : "6.7.1"
28+
}
29+
},
30+
{
31+
"identity" : "swift-case-paths",
32+
"kind" : "remoteSourceControl",
33+
"location" : "https://github.com/pointfreeco/swift-case-paths",
34+
"state" : {
35+
"revision" : "71344dd930fde41e8f3adafe260adcbb2fc2a3dc",
36+
"version" : "1.5.4"
37+
}
38+
},
39+
{
40+
"identity" : "swift-collections",
41+
"kind" : "remoteSourceControl",
42+
"location" : "https://github.com/apple/swift-collections",
43+
"state" : {
44+
"revision" : "3d2dc41a01f9e49d84f0a3925fb858bed64f702d",
45+
"version" : "1.1.2"
46+
}
47+
},
48+
{
49+
"identity" : "swift-identified-collections",
50+
"kind" : "remoteSourceControl",
51+
"location" : "https://github.com/pointfreeco/swift-identified-collections",
52+
"state" : {
53+
"revision" : "2f5ab6e091dd032b63dacbda052405756010dc3b",
54+
"version" : "1.1.0"
55+
}
56+
},
57+
{
58+
"identity" : "swift-perception",
59+
"kind" : "remoteSourceControl",
60+
"location" : "https://github.com/pointfreeco/swift-perception",
61+
"state" : {
62+
"revision" : "1552c8f722ac256cc0b8daaf1a7073217d4fcdfb",
63+
"version" : "1.3.4"
64+
}
65+
},
66+
{
67+
"identity" : "swift-syntax",
68+
"kind" : "remoteSourceControl",
69+
"location" : "https://github.com/swiftlang/swift-syntax",
70+
"state" : {
71+
"revision" : "0687f71944021d616d34d922343dcef086855920",
72+
"version" : "600.0.1"
73+
}
74+
},
75+
{
76+
"identity" : "xctest-dynamic-overlay",
77+
"kind" : "remoteSourceControl",
78+
"location" : "https://github.com/pointfreeco/xctest-dynamic-overlay",
79+
"state" : {
80+
"revision" : "96beb108a57f24c8476ae1f309239270772b2940",
81+
"version" : "1.2.5"
82+
}
83+
}
84+
],
85+
"version" : 2
86+
}

0 commit comments

Comments
 (0)