apple.pbxuser

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

PBXUSER
103
字号
// !$*UTF8*$!{	1810BDEE0C4C95CA003BFC45 /* Red Square */ = {		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 = "Red Square";		sourceDirectories = (		);	};	1810BDF90C4C95E8003BFC45 /* Source Control */ = {		isa = PBXSourceControlManager;		fallbackIsa = XCSourceControlManager;		isSCMEnabled = 0;		scmConfiguration = {		};	};	1810BDFA0C4C95E8003BFC45 /* Code sense */ = {		isa = PBXCodeSenseManager;		indexTemplatePath = "";	};	1810BDFC0C4C9705003BFC45 /* MyView.h */ = {		uiCtxt = {			sepNavIntBoundsRect = "{{0, 0}, {691, 429}}";			sepNavSelRange = "{0, 0}";			sepNavVisRange = "{0, 194}";			sepNavWindowFrame = "{{15, 615}, {750, 558}}";		};	};	1810BDFD0C4C9705003BFC45 /* MyView.m */ = {		uiCtxt = {			sepNavIntBoundsRect = "{{0, 0}, {691, 429}}";			sepNavSelRange = "{464, 0}";			sepNavVisRange = "{0, 464}";			sepNavWindowFrame = "{{38, 594}, {750, 558}}";		};	};	29B97313FDCFA39411CA2CEA /* Project object */ = {		activeArchitecture = i386;		activeBuildConfigurationName = Release;		activeExecutable = 1810BDEE0C4C95CA003BFC45 /* Red Square */;		activeTarget = 8D1107260486CEB800E47090 /* Red Square */;		addToTargets = (			8D1107260486CEB800E47090 /* Red Square */,		);		codeSenseManager = 1810BDFA0C4C95E8003BFC45 /* Code sense */;		executables = (			1810BDEE0C4C95CA003BFC45 /* Red Square */,		);		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 = 206348488;			PBXWorkspaceStateSaveDate = 206348488;		};		sourceControlManager = 1810BDF90C4C95E8003BFC45 /* Source Control */;		userBuildSettings = {		};	};	8D1107260486CEB800E47090 /* Red Square */ = {		activeExec = 0;		executables = (			1810BDEE0C4C95CA003BFC45 /* Red Square */,		);	};}

⌨️ 快捷键说明

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