Skip to content

Commit

Permalink
perf: Relocate Localizable.xcstrings under Easydict/App folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry23011 committed Sep 24, 2023
1 parent 6e38773 commit f517b46
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions Easydict.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@
62A2D03E2A82967F007EEB01 /* EZBingRequest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = EZBingRequest.m; sourceTree = "<group>"; };
6372B33DFF803C7096A82250 /* Pods_Easydict.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Easydict.framework; sourceTree = BUILT_PRODUCTS_DIR; };
91E3E579C6DB88658B4BB102 /* Pods-Easydict.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Easydict.release.xcconfig"; path = "Target Support Files/Pods-Easydict/Pods-Easydict.release.xcconfig"; sourceTree = "<group>"; };
C4DE3D6C2AC00EB500C2B85D /* Localizable.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; path = Localizable.xcstrings; sourceTree = SOURCE_ROOT; };
C4DE3D6C2AC00EB500C2B85D /* Localizable.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; name = Localizable.xcstrings; path = Easydict/App/Localizable.xcstrings; sourceTree = SOURCE_ROOT; };
C4DE3D6E2AC00EB500C2B85D /* mul */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; name = mul; path = mul.lproj/Main.xcstrings; sourceTree = "<group>"; };
C90BE309239F38EB00ADE88B /* EasydictHelper.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = EasydictHelper.app; sourceTree = BUILT_PRODUCTS_DIR; };
C99EEB182385796700FEE666 /* Easydict-Debug.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Easydict-Debug.app"; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -865,6 +865,7 @@
isa = PBXGroup;
children = (
03D1C8772952B1CD00F2C7BD /* GoogleService-Info.plist */,
C4DE3D6C2AC00EB500C2B85D /* Localizable.xcstrings */,
03BFBB5429235C9400C48725 /* Icons */,
03B0221F29231FA6001C7E63 /* Main.storyboard */,
03B0221D29231FA6001C7E63 /* Assets.xcassets */,
Expand Down Expand Up @@ -1755,6 +1756,13 @@
path = Pods;
sourceTree = "<group>";
};
C4A40A9B2AC0168400B8E6EF /* Recovered References */ = {
isa = PBXGroup;
children = (
);
name = "Recovered References";
sourceTree = "<group>";
};
C99EEB0F2385796700FEE666 = {
isa = PBXGroup;
children = (
Expand All @@ -1763,6 +1771,7 @@
C99EEB192385796700FEE666 /* Products */,
9CB57B9B45EC322A11ED8865 /* Pods */,
713A345D86B5BC86D158B68F /* Frameworks */,
C4A40A9B2AC0168400B8E6EF /* Recovered References */,
);
sourceTree = "<group>";
usesTabs = 0;
Expand Down Expand Up @@ -2174,7 +2183,7 @@
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 20;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = MMPZK5TNQP;
DEVELOPMENT_TEAM = A2GWC68K8V;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = EasydictHelper/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -2200,7 +2209,7 @@
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 20;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = MMPZK5TNQP;
DEVELOPMENT_TEAM = A2GWC68K8V;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = EasydictHelper/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down Expand Up @@ -2349,7 +2358,7 @@
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 20;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = MMPZK5TNQP;
DEVELOPMENT_TEAM = A2GWC68K8V;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_PREFIX_HEADER = "$(SRCROOT)/Easydict/App/PrefixHeader.pch";
Expand Down Expand Up @@ -2387,7 +2396,7 @@
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 20;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = MMPZK5TNQP;
DEVELOPMENT_TEAM = A2GWC68K8V;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_PREFIX_HEADER = "$(SRCROOT)/Easydict/App/PrefixHeader.pch";
Expand Down
File renamed without changes.

0 comments on commit f517b46

Please sign in to comment.