apple.pbxuser

来自「一些有助于在OBJECTIVE-C的foundation和Appkit下开发的例」· PBXUSER 代码 · 共 106 行

PBXUSER
106
字号
// !$*UTF8*$!{	188881780C68BEA20038E0FB /* Document Print */ = {		isa = PBXExecutable;		activeArgIndices = (		);		argumentStrings = (		);		autoAttachOnCrash = 1;		breakpointsEnabled = 0;		configStateDict = {		};		customDataFormattersEnabled = 1;		debuggerPlugin = GDBDebugging;		disassemblyDisplayState = 0;		dylibVariantSuffix = "";		enableDebugStr = 1;		environmentEntries = (		);		executableSystemSymbolLevel = 0;		executableUserSymbolLevel = 0;		libgmallocEnabled = 0;		name = "Document Print";		savedGlobals = {		};		sourceDirectories = (		);		variableFormatDictionary = {		};	};	1888818A0C68BEA70038E0FB /* Source Control */ = {		isa = PBXSourceControlManager;		fallbackIsa = XCSourceControlManager;		isSCMEnabled = 0;		scmConfiguration = {		};	};	1888818B0C68BEA70038E0FB /* Code sense */ = {		isa = PBXCodeSenseManager;		indexTemplatePath = "";	};	2A37F4A9FDCFA73011CA2CEA /* Project object */ = {		activeArchitecture = i386;		activeBuildConfigurationName = Release;		activeExecutable = 188881780C68BEA20038E0FB /* Document Print */;		activeTarget = 8D15AC270486D014006FF6A4 /* Document Print */;		breakpoints = (		);		codeSenseManager = 1888818B0C68BEA70038E0FB /* Code sense */;		executables = (			188881780C68BEA20038E0FB /* Document Print */,		);		perUserDictionary = {			PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = {				PBXFileTableDataSourceColumnSortingDirectionKey = "-1";				PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;				PBXFileTableDataSourceColumnWidthsKey = (					20,					243,					20,					48,					43,					43,					20,				);				PBXFileTableDataSourceColumnsKey = (					PBXFileDataSource_FiletypeID,					PBXFileDataSource_Filename_ColumnID,					PBXFileDataSource_Built_ColumnID,					PBXFileDataSource_ObjectSize_ColumnID,					PBXFileDataSource_Errors_ColumnID,					PBXFileDataSource_Warnings_ColumnID,					PBXFileDataSource_Target_ColumnID,				);			};			PBXPerProjectTemplateStateSaveDate = 208196750;			PBXWorkspaceStateSaveDate = 208196750;		};		sourceControlManager = 1888818A0C68BEA70038E0FB /* Source Control */;		userBuildSettings = {		};	};	2A37F4ACFDCFA73011CA2CEA /* MyDocument.m */ = {		uiCtxt = {			sepNavIntBoundsRect = "{{0, 0}, {1496, 1176}}";			sepNavSelRange = "{2893, 0}";			sepNavVisRange = "{857, 2281}";			sepNavWindowFrame = "{{15, 60}, {750, 813}}";		};	};	2A37F4AEFDCFA73011CA2CEA /* MyDocument.h */ = {		uiCtxt = {			sepNavIntBoundsRect = "{{0, 0}, {691, 684}}";			sepNavSelRange = "{233, 0}";			sepNavVisRange = "{0, 241}";			sepNavWindowFrame = "{{15, 59}, {750, 813}}";		};	};	8D15AC270486D014006FF6A4 /* Document Print */ = {		activeExec = 0;		executables = (			188881780C68BEA20038E0FB /* Document Print */,		);	};}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?