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

📄 project.pbxproj

📁 sqlite book source code for references
💻 PBXPROJ
📖 第 1 页 / 共 2 页
字号:
			productType = "com.apple.product-type.application";		};/* End PBXNativeTarget section *//* Begin PBXProject section */		29B97313FDCFA39411CA2CEA /* Project object */ = {			isa = PBXProject;			buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "SQLiteBooks" */;			compatibilityVersion = "Xcode 3.1";			hasScannedForEncodings = 1;			knownRegions = (				English,				Japanese,				French,				German,				en,			);			mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;			projectDirPath = "";			projectRoot = "";			targets = (				1D6058900D05DD3D006BFB54 /* SQLiteBooks */,			);		};/* End PBXProject section *//* Begin PBXResourcesBuildPhase section */		1D60588D0D05DD3D006BFB54 /* Resources */ = {			isa = PBXResourcesBuildPhase;			buildActionMask = 2147483647;			files = (				302E06050D74BFEB00C7978E /* bookdb.sql in Resources */,				30B28C9E0D7884D300593037 /* Icon.png in Resources */,				30CD459D0DDE218A00C30F0E /* MainWindow.xib in Resources */,				30CD459E0DDE218A00C30F0E /* EditingView.xib in Resources */,				30CD459F0DDE218A00C30F0E /* DetailView.xib in Resources */,				30E164B00DE1F88600FB54B7 /* Default.png in Resources */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXResourcesBuildPhase section *//* Begin PBXSourcesBuildPhase section */		1D60588E0D05DD3D006BFB54 /* Sources */ = {			isa = PBXSourcesBuildPhase;			buildActionMask = 2147483647;			files = (				1D60589B0D05DD56006BFB54 /* main.m in Sources */,				301073790D6D048D00B9B6F8 /* AppDelegate.m in Sources */,				3010737A0D6D048D00B9B6F8 /* Book.m in Sources */,				301073C30D6D075700B9B6F8 /* DetailViewController.m in Sources */,				301073C40D6D075700B9B6F8 /* MasterViewController.m in Sources */,				30A672020DAAC05A00052E7C /* EditingViewController.m in Sources */,				305112670E117A9100117D16 /* AddViewController.m in Sources */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXSourcesBuildPhase section *//* Begin PBXVariantGroup section */		30CD45970DDE218A00C30F0E /* MainWindow.xib */ = {			isa = PBXVariantGroup;			children = (				30CD45980DDE218A00C30F0E /* en */,			);			name = MainWindow.xib;			sourceTree = "<group>";		};		30CD45990DDE218A00C30F0E /* EditingView.xib */ = {			isa = PBXVariantGroup;			children = (				30CD459A0DDE218A00C30F0E /* en */,			);			name = EditingView.xib;			sourceTree = "<group>";		};		30CD459B0DDE218A00C30F0E /* DetailView.xib */ = {			isa = PBXVariantGroup;			children = (				30CD459C0DDE218A00C30F0E /* en */,			);			name = DetailView.xib;			sourceTree = "<group>";		};/* End PBXVariantGroup section *//* Begin XCBuildConfiguration section */		1D6058940D05DD3E006BFB54 /* Debug */ = {			isa = XCBuildConfiguration;			buildSettings = {				COPY_PHASE_STRIP = NO;				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";				GCC_DYNAMIC_NO_PIC = NO;				GCC_ENABLE_FIX_AND_CONTINUE = NO;				GCC_OPTIMIZATION_LEVEL = 0;				GCC_PRECOMPILE_PREFIX_HEADER = YES;				GCC_PREFIX_HEADER = SQLiteBooks_Prefix.pch;				GCC_WARN_ABOUT_RETURN_TYPE = YES;				GCC_WARN_UNUSED_VARIABLE = YES;				INFOPLIST_FILE = Info.plist;				INSTALL_PATH = /Applications;				PREBINDING = NO;				PRODUCT_NAME = SQLiteBooks;			};			name = Debug;		};		1D6058950D05DD3E006BFB54 /* Release */ = {			isa = XCBuildConfiguration;			buildSettings = {				COPY_PHASE_STRIP = YES;				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";				GCC_ENABLE_FIX_AND_CONTINUE = NO;				GCC_PRECOMPILE_PREFIX_HEADER = YES;				GCC_PREFIX_HEADER = SQLiteBooks_Prefix.pch;				GCC_PREPROCESSOR_DEFINITIONS = NS_BLOCK_ASSERTIONS;				GCC_WARN_ABOUT_RETURN_TYPE = YES;				GCC_WARN_UNUSED_VARIABLE = YES;				INFOPLIST_FILE = Info.plist;				INSTALL_PATH = /Applications;				PREBINDING = NO;				PRODUCT_NAME = SQLiteBooks;			};			name = Release;		};		C01FCF4F08A954540054247B /* Debug */ = {			isa = XCBuildConfiguration;			buildSettings = {				ARCHS = "$(ARCHS_STANDARD_32_BIT)";				CODE_SIGN_IDENTITY = "";				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";				ONLY_ACTIVE_ARCH = YES;				PREBINDING = NO;				SDKROOT = iphoneos2.0;			};			name = Debug;		};		C01FCF5008A954540054247B /* Release */ = {			isa = XCBuildConfiguration;			buildSettings = {				ARCHS = "$(ARCHS_STANDARD_32_BIT)";				CODE_SIGN_IDENTITY = "";				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";				PREBINDING = NO;				SDKROOT = iphoneos2.0;			};			name = Release;		};/* End XCBuildConfiguration section *//* Begin XCConfigurationList section */		1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "SQLiteBooks" */ = {			isa = XCConfigurationList;			buildConfigurations = (				1D6058940D05DD3E006BFB54 /* Debug */,				1D6058950D05DD3E006BFB54 /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};		C01FCF4E08A954540054247B /* Build configuration list for PBXProject "SQLiteBooks" */ = {			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 + -