diff options
Diffstat (limited to 'macosx/SciTest/SciTest.xcode')
| -rw-r--r-- | macosx/SciTest/SciTest.xcode/project.pbxproj | 20 | 
1 files changed, 10 insertions, 10 deletions
| diff --git a/macosx/SciTest/SciTest.xcode/project.pbxproj b/macosx/SciTest/SciTest.xcode/project.pbxproj index b1ad71162..117a7e8d4 100644 --- a/macosx/SciTest/SciTest.xcode/project.pbxproj +++ b/macosx/SciTest/SciTest.xcode/project.pbxproj @@ -7,16 +7,16 @@  	objects = {  /* Begin PBXBuildFile section */ +		11947A8713DF89B300771BF5 /* main.xib in Resources */ = {isa = PBXBuildFile; fileRef = 11947A8513DF89B300771BF5 /* main.xib */; };  		3002B123087DCEC600CEAF79 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3002B122087DCEC600CEAF79 /* main.cpp */; };  		30973FF8086B7F4F0088809C /* libscintilla.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 30973FF7086B7F4F0088809C /* libscintilla.a */; };  		8D0C4E8D0486CD37000505A6 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 0867D6AAFE840B52C02AAC07 /* InfoPlist.strings */; }; -		8D0C4E8E0486CD37000505A6 /* main.nib in Resources */ = {isa = PBXBuildFile; fileRef = 02345980000FD03B11CA0E72 /* main.nib */; };  		8D0C4E920486CD37000505A6 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 20286C33FDCF999611CA2CEA /* Carbon.framework */; };  /* End PBXBuildFile section */  /* Begin PBXFileReference section */  		0867D6ABFE840B52C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; -		1870340FFE93FCAF11CA0CD7 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/main.nib; sourceTree = "<group>"; }; +		11947A8613DF89B300771BF5 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/main.xib; sourceTree = "<group>"; };  		20286C33FDCF999611CA2CEA /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };  		3002B122087DCEC600CEAF79 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };  		30973FF7086B7F4F0088809C /* libscintilla.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libscintilla.a; path = ../../bin/libscintilla.a; sourceTree = SOURCE_ROOT; }; @@ -71,9 +71,9 @@  		20286C2CFDCF999611CA2CEA /* Resources */ = {  			isa = PBXGroup;  			children = ( +				11947A8513DF89B300771BF5 /* main.xib */,  				8D0C4E960486CD37000505A6 /* Info.plist */,  				0867D6AAFE840B52C02AAC07 /* InfoPlist.strings */, -				02345980000FD03B11CA0E72 /* main.nib */,  			);  			name = Resources;  			sourceTree = "<group>"; @@ -143,7 +143,7 @@  			buildActionMask = 2147483647;  			files = (  				8D0C4E8D0486CD37000505A6 /* InfoPlist.strings in Resources */, -				8D0C4E8E0486CD37000505A6 /* main.nib in Resources */, +				11947A8713DF89B300771BF5 /* main.xib in Resources */,  			);  			runOnlyForDeploymentPostprocessing = 0;  		}; @@ -161,20 +161,20 @@  /* End PBXSourcesBuildPhase section */  /* Begin PBXVariantGroup section */ -		02345980000FD03B11CA0E72 /* main.nib */ = { +		0867D6AAFE840B52C02AAC07 /* InfoPlist.strings */ = {  			isa = PBXVariantGroup;  			children = ( -				1870340FFE93FCAF11CA0CD7 /* English */, +				0867D6ABFE840B52C02AAC07 /* English */,  			); -			name = main.nib; +			name = InfoPlist.strings;  			sourceTree = "<group>";  		}; -		0867D6AAFE840B52C02AAC07 /* InfoPlist.strings */ = { +		11947A8513DF89B300771BF5 /* main.xib */ = {  			isa = PBXVariantGroup;  			children = ( -				0867D6ABFE840B52C02AAC07 /* English */, +				11947A8613DF89B300771BF5 /* English */,  			); -			name = InfoPlist.strings; +			name = main.xib;  			sourceTree = "<group>";  		};  /* End PBXVariantGroup section */ | 
