⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 project.pbxproj

📁 iPhone上的用XCode开发的Helloword程序
💻 PBXPROJ
字号:
// !$*UTF8*$!{	archiveVersion = 1;	classes = {	};	objectVersion = 45;	objects = {/* Begin PBXBuildFile section */		1D3623260D0F684500981E51 /* HelloWorldAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* HelloWorldAppDelegate.m */; };		1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; };		1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };		1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };		28255DD90DE118DC00792D1F /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 28255DD80DE118DC00792D1F /* Default.png */; };		287138D30DC938DC00387650 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 287138D20DC938DC00387650 /* Icon.png */; };		289ED5050DB92497003600B4 /* MyViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 289ED5040DB92497003600B4 /* MyViewController.m */; };		289ED5090DB924A6003600B4 /* Background.png in Resources */ = {isa = PBXBuildFile; fileRef = 289ED5060DB924A6003600B4 /* Background.png */; };		289ED50D0DB924CE003600B4 /* HelloWorld.xib in Resources */ = {isa = PBXBuildFile; fileRef = 289ED50C0DB924CE003600B4 /* HelloWorld.xib */; };		28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };/* End PBXBuildFile section *//* Begin PBXFileReference section */		1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };		1D3623240D0F684500981E51 /* HelloWorldAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HelloWorldAppDelegate.h; sourceTree = "<group>"; };		1D3623250D0F684500981E51 /* HelloWorldAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HelloWorldAppDelegate.m; sourceTree = "<group>"; };		1D6058910D05DD3D006BFB54 /* HelloWorld.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloWorld.app; sourceTree = BUILT_PRODUCTS_DIR; };		1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };		28255DD80DE118DC00792D1F /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };		287138D20DC938DC00387650 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };		289ED5030DB92497003600B4 /* MyViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyViewController.h; sourceTree = "<group>"; };		289ED5040DB92497003600B4 /* MyViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyViewController.m; sourceTree = "<group>"; };		289ED5060DB924A6003600B4 /* Background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Background.png; sourceTree = "<group>"; };		289ED50C0DB924CE003600B4 /* HelloWorld.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HelloWorld.xib; sourceTree = "<group>"; };		28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };		28D916E10DCB86C500DA1262 /* ReadMe.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ReadMe.txt; sourceTree = "<group>"; wrapsLines = 1; };		29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };		32CA4F630368D1EE00C91783 /* HelloWorld_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HelloWorld_Prefix.pch; sourceTree = "<group>"; };		8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };/* End PBXFileReference section *//* Begin PBXFrameworksBuildPhase section */		1D60588F0D05DD3D006BFB54 /* Frameworks */ = {			isa = PBXFrameworksBuildPhase;			buildActionMask = 2147483647;			files = (				1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,				1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXFrameworksBuildPhase section *//* Begin PBXGroup section */		080E96DDFE201D6D7F000001 /* Classes */ = {			isa = PBXGroup;			children = (				1D3623240D0F684500981E51 /* HelloWorldAppDelegate.h */,				1D3623250D0F684500981E51 /* HelloWorldAppDelegate.m */,				289ED5030DB92497003600B4 /* MyViewController.h */,				289ED5040DB92497003600B4 /* MyViewController.m */,			);			path = Classes;			sourceTree = "<group>";		};		19C28FACFE9D520D11CA2CBB /* Products */ = {			isa = PBXGroup;			children = (				1D6058910D05DD3D006BFB54 /* HelloWorld.app */,			);			name = Products;			sourceTree = "<group>";		};		29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {			isa = PBXGroup;			children = (				28D916E10DCB86C500DA1262 /* ReadMe.txt */,				080E96DDFE201D6D7F000001 /* Classes */,				29B97315FDCFA39411CA2CEA /* Other Sources */,				29B97317FDCFA39411CA2CEA /* Resources */,				29B97323FDCFA39411CA2CEA /* Frameworks */,				19C28FACFE9D520D11CA2CBB /* Products */,			);			name = CustomTemplate;			sourceTree = "<group>";		};		29B97315FDCFA39411CA2CEA /* Other Sources */ = {			isa = PBXGroup;			children = (				32CA4F630368D1EE00C91783 /* HelloWorld_Prefix.pch */,				29B97316FDCFA39411CA2CEA /* main.m */,			);			name = "Other Sources";			sourceTree = "<group>";		};		29B97317FDCFA39411CA2CEA /* Resources */ = {			isa = PBXGroup;			children = (				289ED50C0DB924CE003600B4 /* HelloWorld.xib */,				28AD733E0D9D9553002E5188 /* MainWindow.xib */,				287138D20DC938DC00387650 /* Icon.png */,				289ED5060DB924A6003600B4 /* Background.png */,				28255DD80DE118DC00792D1F /* Default.png */,				8D1107310486CEB800E47090 /* Info.plist */,			);			name = Resources;			sourceTree = "<group>";		};		29B97323FDCFA39411CA2CEA /* Frameworks */ = {			isa = PBXGroup;			children = (				1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,				1D30AB110D05D00D00671497 /* Foundation.framework */,			);			name = Frameworks;			sourceTree = "<group>";		};/* End PBXGroup section *//* Begin PBXNativeTarget section */		1D6058900D05DD3D006BFB54 /* HelloWorld */ = {			isa = PBXNativeTarget;			buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "HelloWorld" */;			buildPhases = (				1D60588D0D05DD3D006BFB54 /* Resources */,				1D60588E0D05DD3D006BFB54 /* Sources */,				1D60588F0D05DD3D006BFB54 /* Frameworks */,			);			buildRules = (			);			dependencies = (			);			name = HelloWorld;			productName = HelloWorld;			productReference = 1D6058910D05DD3D006BFB54 /* HelloWorld.app */;			productType = "com.apple.product-type.application";		};/* End PBXNativeTarget section *//* Begin PBXProject section */		29B97313FDCFA39411CA2CEA /* Project object */ = {			isa = PBXProject;			buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "HelloWorld" */;			compatibilityVersion = "Xcode 3.1";			hasScannedForEncodings = 1;			mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;			projectDirPath = "";			projectRoot = "";			targets = (				1D6058900D05DD3D006BFB54 /* HelloWorld */,			);		};/* End PBXProject section *//* Begin PBXResourcesBuildPhase section */		1D60588D0D05DD3D006BFB54 /* Resources */ = {			isa = PBXResourcesBuildPhase;			buildActionMask = 2147483647;			files = (				28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */,				289ED5090DB924A6003600B4 /* Background.png in Resources */,				289ED50D0DB924CE003600B4 /* HelloWorld.xib in Resources */,				287138D30DC938DC00387650 /* Icon.png in Resources */,				28255DD90DE118DC00792D1F /* Default.png in Resources */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXResourcesBuildPhase section *//* Begin PBXSourcesBuildPhase section */		1D60588E0D05DD3D006BFB54 /* Sources */ = {			isa = PBXSourcesBuildPhase;			buildActionMask = 2147483647;			files = (				1D60589B0D05DD56006BFB54 /* main.m in Sources */,				1D3623260D0F684500981E51 /* HelloWorldAppDelegate.m in Sources */,				289ED5050DB92497003600B4 /* MyViewController.m in Sources */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXSourcesBuildPhase section *//* Begin XCBuildConfiguration section */		1D6058940D05DD3E006BFB54 /* Debug */ = {			isa = XCBuildConfiguration;			buildSettings = {				ALWAYS_SEARCH_USER_PATHS = NO;				COPY_PHASE_STRIP = NO;				GCC_DYNAMIC_NO_PIC = NO;				GCC_OPTIMIZATION_LEVEL = 0;				GCC_PRECOMPILE_PREFIX_HEADER = YES;				GCC_PREFIX_HEADER = HelloWorld_Prefix.pch;				INFOPLIST_FILE = Info.plist;				PRODUCT_NAME = HelloWorld;			};			name = Debug;		};		1D6058950D05DD3E006BFB54 /* Release */ = {			isa = XCBuildConfiguration;			buildSettings = {				COPY_PHASE_STRIP = YES;				GCC_PRECOMPILE_PREFIX_HEADER = YES;				GCC_PREFIX_HEADER = HelloWorld_Prefix.pch;				INFOPLIST_FILE = Info.plist;				PRODUCT_NAME = HelloWorld;			};			name = Release;		};		C01FCF4F08A954540054247B /* Debug */ = {			isa = XCBuildConfiguration;			buildSettings = {				ARCHS = "$(ARCHS_STANDARD_32_BIT)";				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";				GCC_C_LANGUAGE_STANDARD = c99;				GCC_WARN_ABOUT_RETURN_TYPE = YES;				GCC_WARN_UNUSED_VARIABLE = YES;				ONLY_ACTIVE_ARCH = YES;				PREBINDING = NO;				SDKROOT = iphoneos2.0;			};			name = Debug;		};		C01FCF5008A954540054247B /* Release */ = {			isa = XCBuildConfiguration;			buildSettings = {				ALWAYS_SEARCH_USER_PATHS = NO;				ARCHS = "$(ARCHS_STANDARD_32_BIT)";				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";				GCC_C_LANGUAGE_STANDARD = c99;				GCC_WARN_ABOUT_RETURN_TYPE = YES;				GCC_WARN_UNUSED_VARIABLE = YES;				PREBINDING = NO;				SDKROOT = iphoneos2.0;			};			name = Release;		};/* End XCBuildConfiguration section *//* Begin XCConfigurationList section */		1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "HelloWorld" */ = {			isa = XCConfigurationList;			buildConfigurations = (				1D6058940D05DD3E006BFB54 /* Debug */,				1D6058950D05DD3E006BFB54 /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};		C01FCF4E08A954540054247B /* Build configuration list for PBXProject "HelloWorld" */ = {			isa = XCConfigurationList;			buildConfigurations = (				C01FCF4F08A954540054247B /* Debug */,				C01FCF5008A954540054247B /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};/* End XCConfigurationList section */	};	rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;}

⌨️ 快捷键说明

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