Skip to content

Commit

Permalink
xcode proj
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Aug 7, 2024
1 parent 6cbf421 commit e238f5e
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 1 deletion.
2 changes: 2 additions & 0 deletions boka.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/* Begin PBXFileReference section */
063EC59D2C33954600BF1550 /* JAMTests */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = JAMTests; sourceTree = "<group>"; };
064D330E2C632ACC001A5F36 /* RPC */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = RPC; sourceTree = "<group>"; };
066C926E2C095D67005DDE4F /* Boka */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = Boka; sourceTree = "<group>"; };
066C926F2C095D76005DDE4F /* Blockchain */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = Blockchain; sourceTree = "<group>"; };
066C92702C095D85005DDE4F /* Node */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = Node; sourceTree = "<group>"; };
Expand All @@ -21,6 +22,7 @@
066C92652C095CE5005DDE4F = {
isa = PBXGroup;
children = (
064D330E2C632ACC001A5F36 /* RPC */,
0674602A2C61BF63008FD993 /* TracingUtils */,
06AAEF0C2C47746C0064995D /* PolkaVM */,
06F233602C0C69F100A5E2E0 /* Utils */,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"originHash" : "ec983f6f6ba2efba7032a1dd699e91f2ddb7f9aa70c6d2285cd63103b6445a5c",
"originHash" : "d44a34d27cdf843dfd5fd974c50708433c35c018deebcbd82351493add9f3621",
"pins" : [
{
"identity" : "async-http-client",
"kind" : "remoteSourceControl",
"location" : "https://github.com/swift-server/async-http-client.git",
"state" : {
"revision" : "0ae99db85b2b9d1e79b362bd31fd1ffe492f7c47",
"version" : "1.21.2"
}
},
{
"identity" : "async-kit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/vapor/async-kit.git",
"state" : {
"revision" : "e048c8ee94967e8d8a1c2ec0e1156d6f7fa34d31",
"version" : "1.20.0"
}
},
{
"identity" : "blake2.swift",
"kind" : "remoteSourceControl",
Expand All @@ -10,6 +28,15 @@
"version" : "0.2.0"
}
},
{
"identity" : "console-kit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/vapor/console-kit.git",
"state" : {
"revision" : "9f7932f22ab6f64aafadc14491e694179b7d0f6f",
"version" : "4.14.3"
}
},
{
"identity" : "grpc-swift",
"kind" : "remoteSourceControl",
Expand All @@ -19,6 +46,24 @@
"version" : "1.23.0"
}
},
{
"identity" : "multipart-kit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/vapor/multipart-kit.git",
"state" : {
"revision" : "a31236f24bfd2ea2f520a74575881f6731d7ae68",
"version" : "4.7.0"
}
},
{
"identity" : "routing-kit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/vapor/routing-kit.git",
"state" : {
"revision" : "8c9a227476555c55837e569be71944e02a056b72",
"version" : "4.9.1"
}
},
{
"identity" : "scalecodec.swift",
"kind" : "remoteSourceControl",
Expand All @@ -28,6 +73,15 @@
"revision" : "dac3e7161de34c60c82794d031de0231b5a5746e"
}
},
{
"identity" : "swift-algorithms",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-algorithms.git",
"state" : {
"revision" : "f6919dfc309e7f1b56224378b11e28bab5bccc42",
"version" : "1.2.0"
}
},
{
"identity" : "swift-argument-parser",
"kind" : "remoteSourceControl",
Expand Down Expand Up @@ -154,6 +208,15 @@
"version" : "1.21.0"
}
},
{
"identity" : "swift-numerics",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-numerics.git",
"state" : {
"revision" : "0a5bc04095a675662cf24757cc0640aa2204253b",
"version" : "1.0.2"
}
},
{
"identity" : "swift-otel",
"kind" : "remoteSourceControl",
Expand Down Expand Up @@ -225,6 +288,24 @@
"revision" : "4d2cf7c64443cdf4df833d0bedd767bf9dbc49d9",
"version" : "0.1.3"
}
},
{
"identity" : "vapor",
"kind" : "remoteSourceControl",
"location" : "https://github.com/vapor/vapor.git",
"state" : {
"revision" : "a823735db57b46100b0c61cdfc5a08525b1e7cad",
"version" : "4.102.1"
}
},
{
"identity" : "websocket-kit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/vapor/websocket-kit.git",
"state" : {
"revision" : "4232d34efa49f633ba61afde365d3896fc7f8740",
"version" : "2.15.0"
}
}
],
"version" : 3
Expand Down

0 comments on commit e238f5e

Please sign in to comment.