Skip to content

Commit

Permalink
Disable auto completion (#2547)
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 authored Mar 8, 2024
1 parent 23f5530 commit 7a508ea
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ElementX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7136,7 +7136,7 @@
repositoryURL = "https://github.com/matrix-org/matrix-wysiwyg-composer-swift";
requirement = {
kind = exactVersion;
version = 2.29.0;
version = 2.31.0;
};
};
96495DD8554E2F39D3954354 /* XCRemoteSwiftPackageReference "posthog-ios" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/matrix-org/matrix-wysiwyg-composer-swift",
"state" : {
"revision" : "f788fe2482c0b89019f679a1f43dccf9c25a0782",
"version" : "2.29.0"
"revision" : "e1cb970b144508a13108762651d141f3488e69ae",
"version" : "2.31.0"
}
},
{
Expand Down
1 change: 1 addition & 0 deletions changelog.d/pr-2547.change
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Auto-completion has temporarily been disabled.
2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ packages:
# path: ../swift-ogg
WysiwygComposer:
url: https://github.com/matrix-org/matrix-wysiwyg-composer-swift
exactVersion: 2.29.0
exactVersion: 2.31.0
# path: ../matrix-wysiwyg/platforms/ios/lib/WysiwygComposer

# External dependencies
Expand Down

0 comments on commit 7a508ea

Please sign in to comment.