Skip to content

Commit 06944a2

Browse files
committed
Tidepool Merge
1 parent b36318a commit 06944a2

20 files changed

+30
-21
lines changed

Loop

Submodule Loop updated 317 files

LoopKit

Submodule LoopKit updated 269 files

LoopWorkspace.xcworkspace/xcshareddata/swiftpm/Package.resolved

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"originHash" : "f8d1e9c237647ab612da7f2bd3ae26946f39410508314c00cf54509a673f147e",
2+
"originHash" : "1082d4ca5948c4d25085bad8b89b58cf4e0c25583a64f6b79c3320b7c7bb777b",
33
"pins" : [
44
{
55
"identity" : "amplitude-ios",
@@ -37,6 +37,15 @@
3737
"version" : "1.7.1"
3838
}
3939
},
40+
{
41+
"identity" : "loopalgorithm",
42+
"kind" : "remoteSourceControl",
43+
"location" : "https://github.com/tidepool-org/LoopAlgorithm",
44+
"state" : {
45+
"branch" : "main",
46+
"revision" : "c4455e105d268757d6c304728e2b7638af7e6c53"
47+
}
48+
},
4049
{
4150
"identity" : "mixpanel-swift",
4251
"kind" : "remoteSourceControl",
@@ -96,15 +105,14 @@
96105
"location" : "https://github.com/tidepool-org/TidepoolKit",
97106
"state" : {
98107
"branch" : "dev",
99-
"revision" : "54045c2e7d720dcd8a0909037772dcd6f54f0158"
108+
"revision" : "b21a7906a202525c4e303dbee9b92182927ef0b5"
100109
}
101110
},
102111
{
103112
"identity" : "zipfoundation",
104113
"kind" : "remoteSourceControl",
105114
"location" : "https://github.com/LoopKit/ZIPFoundation.git",
106115
"state" : {
107-
"branch" : "stream-entry",
108116
"revision" : "c67b7509ec82ee2b4b0ab3f97742b94ed9692494"
109117
}
110118
}

Scripts/sync.swift

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ for project in projects {
112112
try await repository.checkout(revspec: syncBranch)
113113

114114
// Merge changes from tidepool to diy
115+
print("Starting merge for \(project.project)")
115116
try await repository.merge(revisionSpecification: "\(incomingRemote)/\(project.branch)", signature: signature)
116117

117118
let originTree = try repository.lookupTree(for: "origin/\(project.branch)")

0 commit comments

Comments
 (0)