project.pbxproj
上传用户:hechengdz
上传日期:2020-05-13
资源大小:1591k
文件大小:17k
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 45;
- objects = {
- /* Begin PBXBuildFile section */
- 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 */; };
- 301073790D6D048D00B9B6F8 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 301073760D6D048D00B9B6F8 /* AppDelegate.m */; };
- 3010737A0D6D048D00B9B6F8 /* Book.m in Sources */ = {isa = PBXBuildFile; fileRef = 301073780D6D048D00B9B6F8 /* Book.m */; };
- 301073C30D6D075700B9B6F8 /* DetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 301073C00D6D075700B9B6F8 /* DetailViewController.m */; };
- 301073C40D6D075700B9B6F8 /* MasterViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 301073C20D6D075700B9B6F8 /* MasterViewController.m */; };
- 302E06050D74BFEB00C7978E /* bookdb.sql in Resources */ = {isa = PBXBuildFile; fileRef = 302E06040D74BFEB00C7978E /* bookdb.sql */; };
- 305112670E117A9100117D16 /* AddViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 305112660E117A9100117D16 /* AddViewController.m */; };
- 30A567810D71FE7300A3ADFA /* libsqlite3.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 30A567800D71FE7300A3ADFA /* libsqlite3.0.dylib */; };
- 30A672020DAAC05A00052E7C /* EditingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 30A672010DAAC05A00052E7C /* EditingViewController.m */; };
- 30B28C9E0D7884D300593037 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 30B28C9D0D7884D300593037 /* Icon.png */; };
- 30CD459D0DDE218A00C30F0E /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 30CD45970DDE218A00C30F0E /* MainWindow.xib */; };
- 30CD459E0DDE218A00C30F0E /* EditingView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 30CD45990DDE218A00C30F0E /* EditingView.xib */; };
- 30CD459F0DDE218A00C30F0E /* DetailView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 30CD459B0DDE218A00C30F0E /* DetailView.xib */; };
- 30DF0DA00DB7FF8A00C8B358 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 30DF0D9F0DB7FF8A00C8B358 /* CoreGraphics.framework */; };
- 30E164B00DE1F88600FB54B7 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 30E164AF0DE1F88600FB54B7 /* Default.png */; };
- /* 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; };
- 1D6058910D05DD3D006BFB54 /* SQLiteBooks.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SQLiteBooks.app; sourceTree = BUILT_PRODUCTS_DIR; };
- 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
- 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
- 301073750D6D048D00B9B6F8 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
- 301073760D6D048D00B9B6F8 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
- 301073770D6D048D00B9B6F8 /* Book.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Book.h; sourceTree = "<group>"; };
- 301073780D6D048D00B9B6F8 /* Book.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Book.m; sourceTree = "<group>"; };
- 301073BF0D6D075700B9B6F8 /* DetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DetailViewController.h; path = Classes/DetailViewController.h; sourceTree = "<group>"; };
- 301073C00D6D075700B9B6F8 /* DetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DetailViewController.m; path = Classes/DetailViewController.m; sourceTree = "<group>"; };
- 301073C10D6D075700B9B6F8 /* MasterViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MasterViewController.h; path = Classes/MasterViewController.h; sourceTree = "<group>"; };
- 301073C20D6D075700B9B6F8 /* MasterViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MasterViewController.m; path = Classes/MasterViewController.m; sourceTree = "<group>"; };
- 302E06040D74BFEB00C7978E /* bookdb.sql */ = {isa = PBXFileReference; lastKnownFileType = file; path = bookdb.sql; sourceTree = "<group>"; };
- 305112650E117A9100117D16 /* AddViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AddViewController.h; path = Classes/AddViewController.h; sourceTree = "<group>"; };
- 305112660E117A9100117D16 /* AddViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AddViewController.m; path = Classes/AddViewController.m; sourceTree = "<group>"; };
- 30A567800D71FE7300A3ADFA /* libsqlite3.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libsqlite3.0.dylib; path = usr/lib/libsqlite3.0.dylib; sourceTree = SDKROOT; };
- 30A672000DAAC05A00052E7C /* EditingViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EditingViewController.h; path = Classes/EditingViewController.h; sourceTree = "<group>"; };
- 30A672010DAAC05A00052E7C /* EditingViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = EditingViewController.m; path = Classes/EditingViewController.m; sourceTree = "<group>"; };
- 30B28C9D0D7884D300593037 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
- 30CD45980DDE218A00C30F0E /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainWindow.xib; sourceTree = "<group>"; };
- 30CD459A0DDE218A00C30F0E /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/EditingView.xib; sourceTree = "<group>"; };
- 30CD459C0DDE218A00C30F0E /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/DetailView.xib; sourceTree = "<group>"; };
- 30DF0D9A0DB7FF3500C8B358 /* ReadMe.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ReadMe.txt; sourceTree = "<group>"; };
- 30DF0D9F0DB7FF8A00C8B358 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
- 30E164AF0DE1F88600FB54B7 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
- 32CA4F630368D1EE00C91783 /* SQLiteBooks_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SQLiteBooks_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 */,
- 30A567810D71FE7300A3ADFA /* libsqlite3.0.dylib in Frameworks */,
- 30DF0DA00DB7FF8A00C8B358 /* CoreGraphics.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 080E96DDFE201D6D7F000001 /* Database Interactions */ = {
- isa = PBXGroup;
- children = (
- 301073750D6D048D00B9B6F8 /* AppDelegate.h */,
- 301073760D6D048D00B9B6F8 /* AppDelegate.m */,
- 301073770D6D048D00B9B6F8 /* Book.h */,
- 301073780D6D048D00B9B6F8 /* Book.m */,
- );
- name = "Database Interactions";
- path = Classes;
- sourceTree = "<group>";
- };
- 19C28FACFE9D520D11CA2CBB /* Products */ = {
- isa = PBXGroup;
- children = (
- 1D6058910D05DD3D006BFB54 /* SQLiteBooks.app */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
- isa = PBXGroup;
- children = (
- 30DF0D9A0DB7FF3500C8B358 /* ReadMe.txt */,
- 080E96DDFE201D6D7F000001 /* Database Interactions */,
- 30ACD5AD0D886BA5002729BE /* User Interface */,
- 29B97315FDCFA39411CA2CEA /* Other Sources */,
- 29B97317FDCFA39411CA2CEA /* Resources */,
- 29B97323FDCFA39411CA2CEA /* Frameworks */,
- 19C28FACFE9D520D11CA2CBB /* Products */,
- );
- name = CustomTemplate;
- sourceTree = "<group>";
- };
- 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
- isa = PBXGroup;
- children = (
- 32CA4F630368D1EE00C91783 /* SQLiteBooks_Prefix.pch */,
- 29B97316FDCFA39411CA2CEA /* main.m */,
- );
- name = "Other Sources";
- sourceTree = "<group>";
- };
- 29B97317FDCFA39411CA2CEA /* Resources */ = {
- isa = PBXGroup;
- children = (
- 30CD45970DDE218A00C30F0E /* MainWindow.xib */,
- 30CD459B0DDE218A00C30F0E /* DetailView.xib */,
- 30CD45990DDE218A00C30F0E /* EditingView.xib */,
- 30B28C9D0D7884D300593037 /* Icon.png */,
- 8D1107310486CEB800E47090 /* Info.plist */,
- 302E06040D74BFEB00C7978E /* bookdb.sql */,
- 30E164AF0DE1F88600FB54B7 /* Default.png */,
- );
- name = Resources;
- sourceTree = "<group>";
- };
- 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- 30A567800D71FE7300A3ADFA /* libsqlite3.0.dylib */,
- 30DF0D9F0DB7FF8A00C8B358 /* CoreGraphics.framework */,
- 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
- 1D30AB110D05D00D00671497 /* Foundation.framework */,
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- 30ACD5AD0D886BA5002729BE /* User Interface */ = {
- isa = PBXGroup;
- children = (
- 301073C10D6D075700B9B6F8 /* MasterViewController.h */,
- 301073C20D6D075700B9B6F8 /* MasterViewController.m */,
- 301073BF0D6D075700B9B6F8 /* DetailViewController.h */,
- 301073C00D6D075700B9B6F8 /* DetailViewController.m */,
- 305112650E117A9100117D16 /* AddViewController.h */,
- 305112660E117A9100117D16 /* AddViewController.m */,
- 30A672000DAAC05A00052E7C /* EditingViewController.h */,
- 30A672010DAAC05A00052E7C /* EditingViewController.m */,
- );
- name = "User Interface";
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXNativeTarget section */
- 1D6058900D05DD3D006BFB54 /* SQLiteBooks */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "SQLiteBooks" */;
- buildPhases = (
- 1D60588D0D05DD3D006BFB54 /* Resources */,
- 1D60588E0D05DD3D006BFB54 /* Sources */,
- 1D60588F0D05DD3D006BFB54 /* Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = SQLiteBooks;
- productName = foo;
- productReference = 1D6058910D05DD3D006BFB54 /* SQLiteBooks.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 "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 */;
- }