Skip to content

Commit

Permalink
modify to use cloned highlightr and codeedit
Browse files Browse the repository at this point in the history
  • Loading branch information
angiemugo committed Jun 2, 2024
1 parent ab906a1 commit b95c06e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions Exercism.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
E049F22428E5766B0022CECD /* ExerciseRightSidebarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E049F22328E5766B0022CECD /* ExerciseRightSidebarView.swift */; };
E07F6B0729E0D04D00E5C42A /* MarkdownUI in Frameworks */ = {isa = PBXBuildFile; productRef = E07F6B0629E0D04D00E5C42A /* MarkdownUI */; };
E07F6B0A29E0D5DA00E5C42A /* Splash in Frameworks */ = {isa = PBXBuildFile; productRef = E07F6B0929E0D5DA00E5C42A /* Splash */; };
E07F6B0D29E0E40700E5C42A /* CodeEditor in Frameworks */ = {isa = PBXBuildFile; productRef = E07F6B0C29E0E40700E5C42A /* CodeEditor */; };
E09BA7EA28E4E83800D7CC91 /* ExerciseEditorWindowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E09BA7E928E4E83800D7CC91 /* ExerciseEditorWindowView.swift */; };
E0C9673028732A44004CE7E6 /* ExercismApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0C9672F28732A44004CE7E6 /* ExercismApp.swift */; };
E0C9673428732A45004CE7E6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E0C9673328732A45004CE7E6 /* Assets.xcassets */; };
Expand All @@ -33,6 +32,7 @@
FD05C65528FE9ED0002087A9 /* FilterTableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD9262FB28F6DAE700C9476C /* FilterTableView.swift */; };
FD0B06F128F592E000FCA956 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD0B06F028F592E000FCA956 /* AppDelegate.swift */; };
FD201DDA2A7C1DC9006865CF /* ExercismSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD201DD92A7C1DC9006865CF /* ExercismSettings.swift */; };
FD2386F82C0C75D8004113BB /* CodeEditor in Frameworks */ = {isa = PBXBuildFile; productRef = FD2386F72C0C75D8004113BB /* CodeEditor */; };
FD26AE4328DCC9C100DC902B /* ExercismTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD26AE4228DCC9C100DC902B /* ExercismTextField.swift */; };
FD36808029B1054E004D53C8 /* CustomPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD36807F29B1054E004D53C8 /* CustomPicker.swift */; };
FD3F2B142AA750D300ADB248 /* ExercismButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD3F2B132AA750D300ADB248 /* ExercismButton.swift */; };
Expand Down Expand Up @@ -149,11 +149,11 @@
FDC9F12A28E5E86500488CE9 /* SDWebImageSwiftUI in Frameworks */,
E07F6B0A29E0D5DA00E5C42A /* Splash in Frameworks */,
CB8681242B51751F0059AB65 /* ExercismSwift in Frameworks */,
E07F6B0D29E0E40700E5C42A /* CodeEditor in Frameworks */,
FDC9F12428E5E6C800488CE9 /* SDWebImage in Frameworks */,
FD92DC652A854EAC00673445 /* Settings in Frameworks */,
FDC9F11F28E5DA9200488CE9 /* KeychainSwift in Frameworks */,
FDC9F12728E5E71900488CE9 /* SDWebImageSVGCoder in Frameworks */,
FD2386F82C0C75D8004113BB /* CodeEditor in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -363,10 +363,10 @@
FDC9F12928E5E86500488CE9 /* SDWebImageSwiftUI */,
E07F6B0629E0D04D00E5C42A /* MarkdownUI */,
E07F6B0929E0D5DA00E5C42A /* Splash */,
E07F6B0C29E0E40700E5C42A /* CodeEditor */,
FD92DC642A854EAC00673445 /* Settings */,
CB6F94932B4C27A1002F8A2C /* ExercismSwift */,
CB8681232B51751F0059AB65 /* ExercismSwift */,
FD2386F72C0C75D8004113BB /* CodeEditor */,
);
productName = Exercism;
productReference = E0C9672C28732A44004CE7E6 /* Exercism.app */;
Expand Down Expand Up @@ -403,9 +403,9 @@
FDC9F12828E5E86500488CE9 /* XCRemoteSwiftPackageReference "SDWebImageSwiftUI" */,
E07F6B0529E0D04D00E5C42A /* XCRemoteSwiftPackageReference "swift-markdown-ui" */,
E07F6B0829E0D5DA00E5C42A /* XCRemoteSwiftPackageReference "Splash" */,
E07F6B0B29E0E40700E5C42A /* XCRemoteSwiftPackageReference "CodeEditor" */,
FD92DC632A854EAC00673445 /* XCRemoteSwiftPackageReference "Settings" */,
CB8681222B51751F0059AB65 /* XCRemoteSwiftPackageReference "ExercismSwift" */,
FD2386F62C0C75D8004113BB /* XCRemoteSwiftPackageReference "CodeEditor" */,
);
productRefGroup = E0C9672D28732A44004CE7E6 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -741,12 +741,12 @@
minimumVersion = 0.16.0;
};
};
E07F6B0B29E0E40700E5C42A /* XCRemoteSwiftPackageReference "CodeEditor" */ = {
FD2386F62C0C75D8004113BB /* XCRemoteSwiftPackageReference "CodeEditor" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/ZeeZide/CodeEditor.git";
repositoryURL = "https://github.com/apps-fab/CodeEditor.git";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 1.0.0;
branch = master;
kind = branch;
};
};
FD92DC632A854EAC00673445 /* XCRemoteSwiftPackageReference "Settings" */ = {
Expand Down Expand Up @@ -811,9 +811,9 @@
package = E07F6B0829E0D5DA00E5C42A /* XCRemoteSwiftPackageReference "Splash" */;
productName = Splash;
};
E07F6B0C29E0E40700E5C42A /* CodeEditor */ = {
FD2386F72C0C75D8004113BB /* CodeEditor */ = {
isa = XCSwiftPackageProductDependency;
package = E07F6B0B29E0E40700E5C42A /* XCRemoteSwiftPackageReference "CodeEditor" */;
package = FD2386F62C0C75D8004113BB /* XCRemoteSwiftPackageReference "CodeEditor" */;
productName = CodeEditor;
};
FD92DC642A854EAC00673445 /* Settings */ = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"originHash" : "606437cca830a0d8fa742b7f6b3f182b5ae0ac63c431365750ac428d80c3fd92",
"originHash" : "dff31ef4997f1052fa0e8cdd09ecca687e6deed211d8df8504ff965768350b05",
"pins" : [
{
"identity" : "codeeditor",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ZeeZide/CodeEditor.git",
"location" : "https://github.com/apps-fab/CodeEditor.git",
"state" : {
"revision" : "7ec02043f10961cb44db54d2b488525ed36f40a3",
"version" : "1.0.0"
"branch" : "master",
"revision" : "00098338cf24993307f5127ed0d4fbfd06503545"
}
},
{
Expand All @@ -22,10 +22,10 @@
{
"identity" : "highlightr",
"kind" : "remoteSourceControl",
"location" : "https://github.com/raspu/Highlightr",
"location" : "https://github.com/apps-fab/Highlightr.git",
"state" : {
"revision" : "93199b9e434f04bda956a613af8f571933f9f037",
"version" : "2.1.2"
"branch" : "master",
"revision" : "7532ec7bba13ed42c22f9b51445429f209c88263"
}
},
{
Expand Down

0 comments on commit b95c06e

Please sign in to comment.