diff options
Diffstat (limited to 'MASShortcut.xcodeproj/project.pbxproj')
| -rw-r--r-- | MASShortcut.xcodeproj/project.pbxproj | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/MASShortcut.xcodeproj/project.pbxproj b/MASShortcut.xcodeproj/project.pbxproj index 35601c2..4ba408b 100644 --- a/MASShortcut.xcodeproj/project.pbxproj +++ b/MASShortcut.xcodeproj/project.pbxproj @@ -122,6 +122,8 @@  		0DC2F18F199372B4003A0131 /* MASDictionaryTransformerTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MASDictionaryTransformerTests.m; path = Framework/MASDictionaryTransformerTests.m; sourceTree = "<group>"; };  		0DC2F19619938EFA003A0131 /* MASShortcutView+Bindings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "MASShortcutView+Bindings.h"; path = "Framework/MASShortcutView+Bindings.h"; sourceTree = "<group>"; };  		0DC2F19719938EFA003A0131 /* MASShortcutView+Bindings.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "MASShortcutView+Bindings.m"; path = "Framework/MASShortcutView+Bindings.m"; sourceTree = "<group>"; }; +		76A0597D1C51DC940014B271 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; }; +		76A0597E1C51DC9F0014B271 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/Localizable.strings"; sourceTree = "<group>"; };  		EAFFDC811AACFF3300F38834 /* MASShortcut.modulemap */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = "sourcecode.module-map"; name = MASShortcut.modulemap; path = Framework/MASShortcut.modulemap; sourceTree = "<group>"; };  		ED8737791BCE459800BB1716 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = "<group>"; };  /* End PBXFileReference section */ @@ -384,6 +386,8 @@  				it,  				fr,  				ja, +				"zh-Hans", +				"zh-Hant",  			);  			mainGroup = 0D827CC91990D4420010B8EF;  			productRefGroup = 0D827CD41990D4420010B8EF /* Products */; @@ -483,6 +487,8 @@  				0D58DE541BA166270023BFBE /* it */,  				0D58DE551BA166390023BFBE /* fr */,  				0D58DE561BA166420023BFBE /* ja */, +				76A0597D1C51DC940014B271 /* zh-Hans */, +				76A0597E1C51DC9F0014B271 /* zh-Hant */,  			);  			name = Localizable.strings;  			sourceTree = "<group>"; | 
