diff options
author | nyamatongwe <unknown> | 2010-12-08 10:34:14 +1100 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-12-08 10:34:14 +1100 |
commit | f51377a68ff5dacc935bc9f7a79f06b7b884f016 (patch) | |
tree | 5590904e4fe3fd4963d725807b757aa911bfc7e6 /macosx/SciTest/SciTest.xcode | |
parent | d3c9681be48b588de93294bc8bc20bcd27489f9b (diff) | |
download | scintilla-mirror-f51377a68ff5dacc935bc9f7a79f06b7b884f016.tar.gz |
Added 68K assembler lexer.
Some region settings were inserted automatically by Xcode.
Diffstat (limited to 'macosx/SciTest/SciTest.xcode')
-rw-r--r-- | macosx/SciTest/SciTest.xcode/project.pbxproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/macosx/SciTest/SciTest.xcode/project.pbxproj b/macosx/SciTest/SciTest.xcode/project.pbxproj index 477d269d0..3a50cdb16 100644 --- a/macosx/SciTest/SciTest.xcode/project.pbxproj +++ b/macosx/SciTest/SciTest.xcode/project.pbxproj @@ -117,7 +117,14 @@ isa = PBXProject; buildConfigurationList = 304E97810C0519E500702100 /* Build configuration list for PBXProject "SciTest" */; compatibilityVersion = "Xcode 2.4"; + developmentRegion = English; hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); mainGroup = 20286C29FDCF999611CA2CEA /* SciTest */; projectDirPath = ""; projectRoot = ""; |