Skip to content

Commit

Permalink
Update SwiftUI client to SDK v10.50.1 (#209)
Browse files Browse the repository at this point in the history
This [fixes a problem with initial
subscriptions](https://github.com/realm/realm-swift/releases/tag/v10.50.1)
introduced in v10.50.0.
  • Loading branch information
dacharyc authored May 22, 2024
1 parent 2a1fac2 commit 66aec1d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions sync-todo/v2/client/swiftui/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/realm/realm-swift.git";
requirement = {
kind = exactVersion;
version = 10.49.3;
kind = upToNextMajorVersion;
minimumVersion = 10.50.1;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
2 changes: 1 addition & 1 deletion sync-todo/v2/client/swiftui/App/atlasConfig.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<key>baseUrl</key>
<string>https://services.cloud.mongodb.com</string>
<key>appId</key>
<string>todo-sync-pcmwt</string>
<string>application-0-dmxjdbc</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions sync-todo/v2/generated/swiftui/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/realm/realm-swift.git";
requirement = {
kind = exactVersion;
version = 10.49.3;
kind = upToNextMajorVersion;
minimumVersion = 10.50.1;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

0 comments on commit 66aec1d

Please sign in to comment.