📄 project.pbxproj
字号:
// !$*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 */;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -