Skip to content

Commit cd00515

Browse files
committed
add
1 parent 0aeaa34 commit cd00515

60 files changed

Lines changed: 98 additions & 98 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Code.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2005,7 +2005,7 @@
20052005
94A56831257CC3A1008A6530 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
20062006
94A56833257CC3AF008A6530 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
20072007
94A56834257CC60E008A6530 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
2008-
94A56854257CEBC8008A6530 /* Code App.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Code App.entitlements"; sourceTree = "<group>"; };
2008+
94A56854257CEBC8008A6530 /* CodifyOne.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "CodifyOne.entitlements"; sourceTree = "<group>"; };
20092009
94A77795257ABB69008FE7B2 /* EditorInstance.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditorInstance.swift; sourceTree = "<group>"; };
20102010
94A7779E257ABD7A008FE7B2 /* MainApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainApp.swift; sourceTree = "<group>"; };
20112011
94A777A1257ABDC3008FE7B2 /* WorkSpaceStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WorkSpaceStorage.swift; sourceTree = "<group>"; };
@@ -2399,7 +2399,7 @@
23992399
94B99D9527D4A622005B5E3A /* Packages */,
24002400
94A4438225A389FF006643FF /* README.md */,
24012401
94F5270E25A37E8D00337306 /* .gitignore */,
2402-
94A56854257CEBC8008A6530 /* Code App.entitlements */,
2402+
94A56854257CEBC8008A6530 /* CodifyOne.entitlements */,
24032403
948D11FF2583F20C008F877A /* commandDictionary.plist */,
24042404
948D11FE2583F20C008F877A /* extraCommandsDictionary.plist */,
24052405
94B3D5D525F776A900C4F2B1 /* cacert.pem */,
@@ -4266,7 +4266,7 @@
42664266
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
42674267
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
42684268
CLANG_ENABLE_MODULES = YES;
4269-
CODE_SIGN_ENTITLEMENTS = "Code App.entitlements";
4269+
CODE_SIGN_ENTITLEMENTS = "CodifyOne.entitlements";
42704270
CODE_SIGN_IDENTITY = "Apple Development";
42714271
CODE_SIGN_STYLE = Automatic;
42724272
CURRENT_PROJECT_VERSION = 87;
@@ -4314,7 +4314,7 @@
43144314
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
43154315
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
43164316
CLANG_ENABLE_MODULES = YES;
4317-
CODE_SIGN_ENTITLEMENTS = "Code App.entitlements";
4317+
CODE_SIGN_ENTITLEMENTS = "CodifyOne.entitlements";
43184318
CODE_SIGN_IDENTITY = "Apple Development";
43194319
CODE_SIGN_STYLE = Automatic;
43204320
CURRENT_PROJECT_VERSION = 87;
@@ -4565,7 +4565,7 @@
45654565
ASSETCATALOG_COMPILER_APPICON_NAME = Iconv2;
45664566
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
45674567
CLANG_ENABLE_MODULES = YES;
4568-
CODE_SIGN_ENTITLEMENTS = "Code App.entitlements";
4568+
CODE_SIGN_ENTITLEMENTS = "CodifyOne.entitlements";
45694569
CODE_SIGN_IDENTITY = "Apple Development";
45704570
CODE_SIGN_STYLE = Automatic;
45714571
CURRENT_PROJECT_VERSION = 87;
@@ -4612,7 +4612,7 @@
46124612
ASSETCATALOG_COMPILER_APPICON_NAME = Iconv2;
46134613
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
46144614
CLANG_ENABLE_MODULES = YES;
4615-
CODE_SIGN_ENTITLEMENTS = "Code App.entitlements";
4615+
CODE_SIGN_ENTITLEMENTS = "CodifyOne.entitlements";
46164616
CODE_SIGN_IDENTITY = "Apple Development";
46174617
CODE_SIGN_STYLE = Automatic;
46184618
CURRENT_PROJECT_VERSION = 87;

CodeApp/CodeApp.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// CodeApp.swift
3-
// Code App
3+
// CodifyOne
44
//
55
// Created by Ken Chung on 17/11/2020.
66
//

CodeApp/Containers/ExplorerContainer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// ExplorerContainer.swift
3-
// Code App
3+
// CodifyOne
44
//
55
// Created by Ken Chung on 5/12/2020.
66
//

CodeApp/Containers/ExtensionsContainer.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,23 +350,23 @@ struct ExtensionsContainer: View {
350350
name: "Monaco Editor",
351351
description: "Code editor with syntax highlighting",
352352
version: "1.0.0",
353-
author: "Code App",
353+
author: "CodifyOne",
354354
isEnabled: true
355355
),
356356
ExtensionInfo(
357357
id: "terminal",
358358
name: "Terminal",
359359
description: "Integrated terminal emulator",
360360
version: "1.0.0",
361-
author: "Code App",
361+
author: "CodifyOne",
362362
isEnabled: true
363363
),
364364
ExtensionInfo(
365365
id: "git",
366366
name: "Git",
367367
description: "Source control management",
368368
version: "1.0.0",
369-
author: "Code App",
369+
author: "CodifyOne",
370370
isEnabled: true
371371
)
372372
]

CodeApp/Containers/MainScene.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// main.swift
3-
// Code App
3+
// CodifyOne
44
//
55
// Created by Ken Chung on 5/12/2020.
66
//

CodeApp/Containers/SearchContainer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// search.swift
3-
// Code App
3+
// CodifyOne
44
//
55
// Created by Ken Chung on 5/12/2020.
66
//

CodeApp/Containers/SourceControlContainer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// SourceControlContainer.swift
3-
// Code App
3+
// CodifyOne
44
//
55
// Created by Ken Chung on 5/12/2020.
66
//

CodeApp/Extensions/String+base64EncodedDecoded.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// base64Encoding.swift
3-
// Code App
3+
// CodifyOne
44
//
55
// Created by Ken Chung on 5/12/2020.
66
//

CodeApp/Extensions/String.Encoding.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// encoding.swift
3-
// Code App
3+
// CodifyOne
44
//
55
// Created by Ken Chung on 13/12/2020.
66
//

CodeApp/Extensions/View+cornerRadius.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// View+cornerRaidus.swift
3-
// Code App
3+
// CodifyOne
44
//
55
// Created by Ken Chung on 5/12/2020.
66
//

0 commit comments

Comments
 (0)