Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
JUDGE0_KEY: ""
JUDGE0_ENDPOINT: ""
DISTRIBUTE_EXTERNAL: "true"
XCODE_PATH: "/Applications/Xcode_16.4.app"
XCODE_PATH: "/Applications/Xcode_26.0.app"

- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
JUDGE0_KEY: "${{ secrets.JUDGE0_KEY }}"
JUDGE0_ENDPOINT: "${{ secrets.JUDGE0_ENDPOINT }}"
DISTRIBUTE_EXTERNAL: "false"
XCODE_PATH: "/Applications/Xcode_16.4.app"
XCODE_PATH: "/Applications/Xcode_26.0.app"
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: Unit Tests
run: fastlane tests
env:
XCODE_PATH: "/Applications/Xcode_16.4.app"
XCODE_PATH: "/Applications/Xcode_26.0.app"
22 changes: 14 additions & 8 deletions Code.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,8 @@
9474D2952B6B461E00CCC530 /* MonacoImplementation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9474D2932B6B461E00CCC530 /* MonacoImplementation.swift */; };
9474D2972B6B4B1300CCC530 /* EditorImplemenationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9474D2962B6B4B1300CCC530 /* EditorImplemenationView.swift */; };
9474D2982B6B4B1300CCC530 /* EditorImplemenationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9474D2962B6B4B1300CCC530 /* EditorImplemenationView.swift */; };
947515E42E7E886A00822B33 /* Iconv2.icon in Resources */ = {isa = PBXBuildFile; fileRef = 947515E32E7E886A00822B33 /* Iconv2.icon */; };
947515E52E7E886A00822B33 /* Iconv2.icon in Resources */ = {isa = PBXBuildFile; fileRef = 947515E32E7E886A00822B33 /* Iconv2.icon */; };
94795C452931489C0057C12F /* ActivityBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94795C442931489C0057C12F /* ActivityBar.swift */; };
94795C462931489C0057C12F /* ActivityBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94795C442931489C0057C12F /* ActivityBar.swift */; };
94795C4829314A0A0057C12F /* CompactSidebar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94795C4729314A0A0057C12F /* CompactSidebar.swift */; };
Expand Down Expand Up @@ -1824,6 +1826,7 @@
9474D2902B6B454900CCC530 /* EditorImplementation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditorImplementation.swift; sourceTree = "<group>"; };
9474D2932B6B461E00CCC530 /* MonacoImplementation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MonacoImplementation.swift; sourceTree = "<group>"; };
9474D2962B6B4B1300CCC530 /* EditorImplemenationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditorImplemenationView.swift; sourceTree = "<group>"; };
947515E32E7E886A00822B33 /* Iconv2.icon */ = {isa = PBXFileReference; lastKnownFileType = folder.iconcomposer.icon; path = Iconv2.icon; sourceTree = "<group>"; };
94795C442931489C0057C12F /* ActivityBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityBar.swift; sourceTree = "<group>"; };
94795C4729314A0A0057C12F /* CompactSidebar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompactSidebar.swift; sourceTree = "<group>"; };
94795C4A293259080057C12F /* Encoding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Encoding.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -2269,6 +2272,7 @@
94A5682D257CC367008A6530 /* Localization */,
94A777AE257B678A008FE7B2 /* Extensions */,
94A77799257ABC16008FE7B2 /* Utilities */,
947515E32E7E886A00822B33 /* Iconv2.icon */,
944EEBF32563C381009D77FE /* CodeApp.swift */,
944EEBF72563C386009D77FE /* Assets.xcassets */,
94A56834257CC60E008A6530 /* LaunchScreen.storyboard */,
Expand Down Expand Up @@ -3487,6 +3491,7 @@
941969A0280316C7008AAEB2 /* commandDictionary.plist in Resources */,
941969A1280316C7008AAEB2 /* ClangLib in Resources */,
941969A2280316C7008AAEB2 /* Settings.bundle in Resources */,
947515E42E7E886A00822B33 /* Iconv2.icon in Resources */,
941969A3280316C7008AAEB2 /* extraCommandsDictionary.plist in Resources */,
941969A4280316C7008AAEB2 /* npm.bundle in Resources */,
941969A6280316C7008AAEB2 /* terminal.bundle in Resources */,
Expand Down Expand Up @@ -3515,6 +3520,7 @@
files = (
9424437F2C6F2DF100BC862F /* python-lsp in Resources */,
94127C40280335C8008C7F82 /* Themes in Resources */,
947515E52E7E886A00822B33 /* Iconv2.icon in Resources */,
944EEBFB2563C386009D77FE /* Preview Assets.xcassets in Resources */,
94A56830257CC3A1008A6530 /* Localizable.strings in Resources */,
94252059263E103E0029427A /* InfoPlist.strings in Resources */,
Expand Down Expand Up @@ -4011,7 +4017,7 @@
94196B16280316C7008AAEB2 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_APPICON_NAME = Iconv2;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CLANG_ENABLE_MODULES = YES;
Expand Down Expand Up @@ -4039,7 +4045,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 1.10.4;
MARKETING_VERSION = 1.11.0;
OTHER_SWIFT_FLAGS = "-Xcc -Wno-incomplete-umbrella";
PRODUCT_BUNDLE_IDENTIFIER = "thebaselab.VS-Code";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -4058,7 +4064,7 @@
94196B17280316C7008AAEB2 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_APPICON_NAME = Iconv2;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CLANG_ENABLE_MODULES = YES;
Expand Down Expand Up @@ -4087,7 +4093,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 1.10.4;
MARKETING_VERSION = 1.11.0;
OTHER_SWIFT_FLAGS = "-Xcc -Wno-incomplete-umbrella";
PRODUCT_BUNDLE_IDENTIFIER = "thebaselab.VS-Code";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -4297,7 +4303,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_APPICON_NAME = Iconv2;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "Code App.entitlements";
Expand All @@ -4324,7 +4330,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 1.10.4;
MARKETING_VERSION = 1.11.0;
OTHER_SWIFT_FLAGS = "-Xcc -Wno-incomplete-umbrella";
PRODUCT_BUNDLE_IDENTIFIER = "thebaselab.VS-Code";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -4343,7 +4349,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_APPICON_NAME = Iconv2;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "Code App.entitlements";
Expand Down Expand Up @@ -4371,7 +4377,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 1.10.4;
MARKETING_VERSION = 1.11.0;
OTHER_SWIFT_FLAGS = "-Xcc -Wno-incomplete-umbrella";
PRODUCT_BUNDLE_IDENTIFIER = "thebaselab.VS-Code";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
122 changes: 0 additions & 122 deletions CodeApp/Assets.xcassets/AppIcon.appiconset/Contents.json

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions CodeApp/Iconv2.icon/Assets/Rectangle 2-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions CodeApp/Iconv2.icon/icon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"fill" : {
"linear-gradient" : [
"display-p3:0.29412,0.29412,0.29412,1.00000",
"srgb:0.11765,0.11765,0.11765,1.00000"
]
},
"groups" : [
{
"blur-material" : null,
"layers" : [
{
"glass" : true,
"hidden" : false,
"image-name" : "Rectangle 2-2.svg",
"name" : "Rectangle 2-2"
}
],
"lighting" : "individual",
"shadow" : {
"kind" : "neutral",
"opacity" : 0.72
},
"specular" : false,
"translucency" : {
"enabled" : true,
"value" : 0.5
}
}
],
"supported-platforms" : {
"circles" : [
"watchOS"
],
"squares" : "shared"
}
}
2 changes: 1 addition & 1 deletion CodeApp/Localization/de.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

"Welcome Message" =
"# Code App
##### **v1.10.4 (September 2025)**
##### **v1.11.0 (Oktober 2025)**
#### Start
[Neue Datei](https://thebaselab.com/code/newfile)
[Datei öffnen](https://thebaselab.com/code/openfile)
Expand Down
2 changes: 1 addition & 1 deletion CodeApp/Localization/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

"Welcome Message" =
"# Code App
##### **v1.10.4 (September 2025)**
##### **v1.11.0 (October 2025)**
#### Start
[New file](https://thebaselab.com/code/newfile)
[Open file](https://thebaselab.com/code/openfile)
Expand Down
2 changes: 1 addition & 1 deletion CodeApp/Localization/ja.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

"Welcome Message" =
"# Code App
##### **v1.10.4 (2025年9月)**
##### **v1.11.0 (2025年10月)**
#### 開始
[新しいファイル](https://thebaselab.com/code/newfile)
[ファイルを開く](https://thebaselab.com/code/openfile)
Expand Down
2 changes: 1 addition & 1 deletion CodeApp/Localization/ko.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

"Welcome Message" =
"# Code App
##### **v1.10.4 (2025년 9월)**
##### **v1.11.0 (2025년 10월)**
#### 시작
[새 파일...](https://thebaselab.com/code/newfile)
[파일 열기...](https://thebaselab.com/code/openfile)
Expand Down
2 changes: 1 addition & 1 deletion CodeApp/Localization/ru.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

"Welcome Message" =
"# Code App
##### **v1.10.4 (Сентябрь 2025)**
##### **v1.11.0 (Октябрь 2025)**
#### Начало
[Новый файл](https://thebaselab.com/code/newfile)
[Открыть файл](https://thebaselab.com/code/openfile)
Expand Down
2 changes: 1 addition & 1 deletion CodeApp/Localization/zh-Hans.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

"Welcome Message" =
"# Code App
##### **v1.10.4 (2025 年 9 月)**
##### **v1.11.0 (2025 年 10 月)**
#### 开始
[新文件](https://thebaselab.com/code/newfile)
[打开文件](https://thebaselab.com/code/openfile)
Expand Down
Loading
Loading