Skip to content

Commit

Permalink
use element-hq RTE version (#3360)
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 authored Oct 2, 2024
1 parent c79dbe8 commit e0ee4be
Show file tree
Hide file tree
Showing 4 changed files with 677 additions and 217 deletions.
20 changes: 10 additions & 10 deletions ElementX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5795,7 +5795,7 @@
E2F3DA35D462724CCC61DE2C /* XCRemoteSwiftPackageReference "swift-ogg" */,
6582B5AF3F104B0F7E031E7D /* XCRemoteSwiftPackageReference "SwiftState" */,
EC6D0C817B1C21D9D096505A /* XCRemoteSwiftPackageReference "Version" */,
44FA555384AD79668D886043 /* XCRemoteSwiftPackageReference "matrix-rich-text-editor-swift" */,
EE40B0E16A55BD23ECBFFD22 /* XCRemoteSwiftPackageReference "matrix-rich-text-editor-swift" */,
);
projectDirPath = "";
projectRoot = "";
Expand Down Expand Up @@ -7750,14 +7750,6 @@
minimumVersion = 1.2.0;
};
};
44FA555384AD79668D886043 /* XCRemoteSwiftPackageReference "matrix-rich-text-editor-swift" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/matrix-org/matrix-rich-text-editor-swift";
requirement = {
kind = exactVersion;
version = 2.37.7;
};
};
4BDA7F6042968E8422470F3F /* XCRemoteSwiftPackageReference "LoremSwiftum" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/lukaskubanek/LoremSwiftum";
Expand Down Expand Up @@ -7902,6 +7894,14 @@
minimumVersion = 2.1.0;
};
};
EE40B0E16A55BD23ECBFFD22 /* XCRemoteSwiftPackageReference "matrix-rich-text-editor-swift" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/element-hq/matrix-rich-text-editor-swift";
requirement = {
kind = exactVersion;
version = 2.37.12;
};
};
F71C70A4404CC6D9C4AF35F2 /* XCRemoteSwiftPackageReference "compound-ios" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/element-hq/compound-ios";
Expand Down Expand Up @@ -8178,7 +8178,7 @@
};
CA07D57389DACE18AEB6A5E2 /* WysiwygComposer */ = {
isa = XCSwiftPackageProductDependency;
package = 44FA555384AD79668D886043 /* XCRemoteSwiftPackageReference "matrix-rich-text-editor-swift" */;
package = EE40B0E16A55BD23ECBFFD22 /* XCRemoteSwiftPackageReference "matrix-rich-text-editor-swift" */;
productName = WysiwygComposer;
};
CCE5BF78B125320CBF3BB834 /* PostHog */ = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "52385e2a478cc9455693d0b93dc33b988ac1d4742acceeaee288944dff8b78e0",
"originHash" : "f9011692b20e61e6f0df94b6e0946a4c8f4d58429a88998f249712bb1fee47f1",
"pins" : [
{
"identity" : "compound-design-tokens",
Expand Down Expand Up @@ -138,10 +138,10 @@
{
"identity" : "matrix-rich-text-editor-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/matrix-org/matrix-rich-text-editor-swift",
"location" : "https://github.com/element-hq/matrix-rich-text-editor-swift",
"state" : {
"revision" : "30909decc48be8e06c93eacffa4ec71b539888a9",
"version" : "2.37.7"
"revision" : "b6583a47b5d14d2dc8405a0303ebd4041b877707",
"version" : "2.37.12"
}
},
{
Expand Down
Loading

0 comments on commit e0ee4be

Please sign in to comment.