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

📄 project.pbxproj

📁 This is an example application that shows how to use the Location services on the iPhone.
💻 PBXPROJ
📖 第 1 页 / 共 2 页
字号:
				1D60588E0D05DD3D006BFB54 /* Sources */,				1D60588F0D05DD3D006BFB54 /* Frameworks */,			);			buildRules = (			);			dependencies = (			);			name = LocateMe;			productName = LocateMe;			productReference = 1D6058910D05DD3D006BFB54 /* LocateMe.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 "LocateMe" */;			compatibilityVersion = "Xcode 3.1";			hasScannedForEncodings = 1;			knownRegions = (				English,				Japanese,				French,				German,				en,			);			mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;			projectDirPath = "";			projectRoot = "";			targets = (				1D6058900D05DD3D006BFB54 /* LocateMe */,			);		};/* End PBXProject section *//* Begin PBXResourcesBuildPhase section */		1D60588D0D05DD3D006BFB54 /* Resources */ = {			isa = PBXResourcesBuildPhase;			buildActionMask = 2147483647;			files = (				89E3FE0F0DEFD42C0064778C /* Localizable.strings in Resources */,				899AD4390DF6011E00D7D5B8 /* Default.png in Resources */,				899AD45E0DF6040400D7D5B8 /* Icon.png in Resources */,				1BF484510E193AF60081341F /* FlipsideView.xib in Resources */,				1BF484520E193AF60081341F /* MainView.xib in Resources */,				1BF484530E193AF60081341F /* MainWindow.xib in Resources */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXResourcesBuildPhase section *//* Begin PBXSourcesBuildPhase section */		1D60588E0D05DD3D006BFB54 /* Sources */ = {			isa = PBXSourcesBuildPhase;			buildActionMask = 2147483647;			files = (				1D60589B0D05DD56006BFB54 /* main.m in Sources */,				1D3623260D0F684500981E51 /* LocateMeAppDelegate.m in Sources */,				289233AE0DB2D0DB0083E9F9 /* MainViewController.m in Sources */,				289233AF0DB2D0DB0083E9F9 /* RootViewController.m in Sources */,				289233B00DB2D0DB0083E9F9 /* FlipsideViewController.m in Sources */,				89172B0B0DEF5DB10031F4F9 /* AccuracyPickerItem.m in Sources */,				89172B440DEF5E1E0031F4F9 /* MyCLController.m in Sources */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXSourcesBuildPhase section *//* Begin PBXVariantGroup section */		1BF4844B0E193AF60081341F /* FlipsideView.xib */ = {			isa = PBXVariantGroup;			children = (				1BF4844C0E193AF60081341F /* en */,			);			name = FlipsideView.xib;			sourceTree = "<group>";		};		1BF4844D0E193AF60081341F /* MainView.xib */ = {			isa = PBXVariantGroup;			children = (				1BF4844E0E193AF60081341F /* en */,			);			name = MainView.xib;			sourceTree = "<group>";		};		1BF4844F0E193AF60081341F /* MainWindow.xib */ = {			isa = PBXVariantGroup;			children = (				1BF484500E193AF60081341F /* en */,			);			name = MainWindow.xib;			sourceTree = "<group>";		};/* End PBXVariantGroup 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 = LocateMe_Prefix.pch;				INFOPLIST_FILE = Info.plist;				PRODUCT_NAME = LocateMe;			};			name = Debug;		};		1D6058950D05DD3E006BFB54 /* Release */ = {			isa = XCBuildConfiguration;			buildSettings = {				ALWAYS_SEARCH_USER_PATHS = NO;				COPY_PHASE_STRIP = YES;				GCC_PRECOMPILE_PREFIX_HEADER = YES;				GCC_PREFIX_HEADER = LocateMe_Prefix.pch;				INFOPLIST_FILE = Info.plist;				PRODUCT_NAME = LocateMe;			};			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 = {				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 "LocateMe" */ = {			isa = XCConfigurationList;			buildConfigurations = (				1D6058940D05DD3E006BFB54 /* Debug */,				1D6058950D05DD3E006BFB54 /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};		C01FCF4E08A954540054247B /* Build configuration list for PBXProject "LocateMe" */ = {			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 + -