diff options
| author | Neil Hodgson <nyamatongwe@gmail.com> | 2019-03-28 09:45:04 +1100 | 
|---|---|---|
| committer | Neil Hodgson <nyamatongwe@gmail.com> | 2019-03-28 09:45:04 +1100 | 
| commit | 998c037dc2ec23f145ed8b67260ad84398754e39 (patch) | |
| tree | 6460c639ab0226e8440d76f797bc71221f726323 | |
| parent | cd6c151ab843c6a25197d29cdd44885a6c1cb7bf (diff) | |
| download | scintilla-mirror-998c037dc2ec23f145ed8b67260ad84398754e39.tar.gz | |
Updated ScintillaTest internationalization to fix warnings from Xcode 10.2.
| -rw-r--r-- | cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj | 15 | ||||
| -rw-r--r-- | cocoa/ScintillaTest/en.lproj/InfoPlist.strings (renamed from cocoa/ScintillaTest/English.lproj/InfoPlist.strings) | bin | 92 -> 92 bytes | |||
| -rw-r--r-- | cocoa/ScintillaTest/en.lproj/MainMenu.xib (renamed from cocoa/ScintillaTest/English.lproj/MainMenu.xib) | 0 | 
3 files changed, 6 insertions, 9 deletions
| diff --git a/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj b/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj index 0714f6a3b..924908490 100644 --- a/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj +++ b/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj @@ -48,14 +48,14 @@  /* End PBXCopyFilesBuildPhase section */  /* Begin PBXFileReference section */ -		089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };  		1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };  		13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; }; -		1DDD58150DA1D0A300B32029 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };  		271FA52A0F850BE20033D021 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppController.h; sourceTree = "<group>"; };  		271FA52B0F850BE20033D021 /* AppController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AppController.mm; sourceTree = "<group>"; wrapsLines = 0; };  		2744E5E20FC16BE200E85C33 /* ScintillaFramework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ScintillaFramework.xcodeproj; path = ../ScintillaFramework/ScintillaFramework.xcodeproj; sourceTree = SOURCE_ROOT; };  		2791F4480FC1A8E9009DBCF9 /* TestData.sql */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TestData.sql; sourceTree = "<group>"; }; +		28E78A40224C33FE00456881 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; +		28E78A41224C33FE00456881 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };  		29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };  		29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };  		29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; }; @@ -195,14 +195,11 @@  			};  			buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "ScintillaTest" */;  			compatibilityVersion = "Xcode 3.2"; -			developmentRegion = English; +			developmentRegion = en;  			hasScannedForEncodings = 1;  			knownRegions = ( -				English, -				Japanese, -				French, -				German,  				Base, +				en,  			);  			mainGroup = 29B97314FDCFA39411CA2CEA /* ScintillaTest */;  			projectDirPath = ""; @@ -266,7 +263,7 @@  		089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {  			isa = PBXVariantGroup;  			children = ( -				089C165DFE840E0CC02AAC07 /* English */, +				28E78A40224C33FE00456881 /* en */,  			);  			name = InfoPlist.strings;  			sourceTree = "<group>"; @@ -274,7 +271,7 @@  		1DDD58140DA1D0A300B32029 /* MainMenu.xib */ = {  			isa = PBXVariantGroup;  			children = ( -				1DDD58150DA1D0A300B32029 /* English */, +				28E78A41224C33FE00456881 /* en */,  			);  			name = MainMenu.xib;  			sourceTree = "<group>"; diff --git a/cocoa/ScintillaTest/English.lproj/InfoPlist.strings b/cocoa/ScintillaTest/en.lproj/InfoPlist.stringsBinary files differ index 5e45963c3..5e45963c3 100644 --- a/cocoa/ScintillaTest/English.lproj/InfoPlist.strings +++ b/cocoa/ScintillaTest/en.lproj/InfoPlist.strings diff --git a/cocoa/ScintillaTest/English.lproj/MainMenu.xib b/cocoa/ScintillaTest/en.lproj/MainMenu.xib index d2292d8cb..d2292d8cb 100644 --- a/cocoa/ScintillaTest/English.lproj/MainMenu.xib +++ b/cocoa/ScintillaTest/en.lproj/MainMenu.xib | 
