diff --git a/AmplitudeService b/AmplitudeService index 0d9a9d9146..c4345c0d79 160000 --- a/AmplitudeService +++ b/AmplitudeService @@ -1 +1 @@ -Subproject commit 0d9a9d9146f46263fb15fc42d16c3eadce163a7f +Subproject commit c4345c0d794a0f870dd2ca06b14dda480b8a49b8 diff --git a/LogglyService b/LogglyService index d79a794c69..db09ebca40 160000 --- a/LogglyService +++ b/LogglyService @@ -1 +1 @@ -Subproject commit d79a794c69f743325f5920a6adc47fb3347d4f3d +Subproject commit db09ebca405848161d5ae1355c001f05b1b7cbf2 diff --git a/Loop b/Loop index eb8ccd6e33..fee85e0ded 160000 --- a/Loop +++ b/Loop @@ -1 +1 @@ -Subproject commit eb8ccd6e336f025971eb92317d87ab0cbb41fe7e +Subproject commit fee85e0ded0b6a2dfe7a72df1e64cbb26d428044 diff --git a/LoopKit b/LoopKit index 4f30d43364..db316ef7c4 160000 --- a/LoopKit +++ b/LoopKit @@ -1 +1 @@ -Subproject commit 4f30d43364cea2afe951c2599b79a370029ba0e3 +Subproject commit db316ef7c46f81379742d6cc1a254be4017d1d54 diff --git a/LoopOnboarding b/LoopOnboarding index 468488c755..292675aa08 160000 --- a/LoopOnboarding +++ b/LoopOnboarding @@ -1 +1 @@ -Subproject commit 468488c7550237e7526685265f76d428b8f8ad62 +Subproject commit 292675aa0860a98517433f40e156bf695e836504 diff --git a/LoopSupport b/LoopSupport index 9253b5ffe5..895f1111fe 160000 --- a/LoopSupport +++ b/LoopSupport @@ -1 +1 @@ -Subproject commit 9253b5ffe5acc3baab33b5ff0b22ce933bf73d0f +Subproject commit 895f1111fe8610b4153c8ddd82077c1e60676f8b diff --git a/LoopWorkspace.xcworkspace/contents.xcworkspacedata b/LoopWorkspace.xcworkspace/contents.xcworkspacedata index 157f1ee226..eaa82dac0c 100644 --- a/LoopWorkspace.xcworkspace/contents.xcworkspacedata +++ b/LoopWorkspace.xcworkspace/contents.xcworkspacedata @@ -4,6 +4,9 @@ + + @@ -17,6 +20,19 @@ + + + + + + + + diff --git a/LoopWorkspace.xcworkspace/xcshareddata/swiftpm/Package.resolved b/LoopWorkspace.xcworkspace/xcshareddata/swiftpm/Package.resolved index d1645a79c6..7f0215698d 100644 --- a/LoopWorkspace.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/LoopWorkspace.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -6,7 +6,7 @@ "location" : "https://github.com/amplitude/Amplitude-iOS.git", "state" : { "branch" : "main", - "revision" : "8e1239c369e0dfe4c26f2dce1b05d093f6e18aff" + "revision" : "e818b182f5c3d5ce5035deab90bca108175b3561" } }, { @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/openid/AppAuth-iOS", "state" : { - "revision" : "0eadcdec4ddb121865f3d66917549194afce1f2b", - "version" : "1.6.1" + "revision" : "71cde449f13d453227e687458144bde372d30fc7", + "version" : "1.6.2" } }, { diff --git a/LoopWorkspace.xcworkspace/xcshareddata/xcschemes/LoopWorkspace.xcscheme b/LoopWorkspace.xcworkspace/xcshareddata/xcschemes/LoopWorkspace.xcscheme index 66c412efc0..7487ee219e 100644 --- a/LoopWorkspace.xcworkspace/xcshareddata/xcschemes/LoopWorkspace.xcscheme +++ b/LoopWorkspace.xcworkspace/xcshareddata/xcschemes/LoopWorkspace.xcscheme @@ -531,6 +531,16 @@ ReferencedContainer = "container:TidepoolService/TidepoolService.xcodeproj"> + + + + 0 else { + print("No incoming changes; skipping PR creation.") + continue + } + // Push changes up to origin let refspec = "refs/heads/" + syncBranch + ":refs/heads/" + syncBranch print("Pushing \(refspec) to \(project.project)") @@ -130,7 +138,7 @@ extension Octokit { draft: Bool? = nil) async throws -> PullRequest { return try await withCheckedThrowingContinuation { continuation in - octokit.pullRequest(owner: owner, repo: repo, title: title, head: head, headRepo: headRepo, base: base, body: body, maintainerCanModify: maintainerCanModify, draft: draft) + octokit.createPullRequest(owner: owner, repo: repo, title: title, head: head, headRepo: headRepo, base: base, body: body, maintainerCanModify: maintainerCanModify, draft: draft) { response in continuation.resume(with: response) } diff --git a/TidepoolKit b/TidepoolKit index be3c52087a..57ca696f40 160000 --- a/TidepoolKit +++ b/TidepoolKit @@ -1 +1 @@ -Subproject commit be3c52087abd8a11ecc1d086cff28d999198ae08 +Subproject commit 57ca696f40c09c5c69f80f1c38626550390351dd