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

📄 project.pbxproj

📁 一个 在 apple 下打开手机 preference 得程序
💻 PBXPROJ
📖 第 1 页 / 共 2 页
字号:
// !$*UTF8*$!{	archiveVersion = 1;	classes = {	};	objectVersion = 45;	objects = {/* Begin PBXBuildFile section */		1D3623EC0D0F72F000981E51 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */; };		1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; };		1D60589E0D05DD5A006BFB54 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DC4B2650D05D9C8003A8154 /* CoreFoundation.framework */; };		1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };		1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };		53228BA10DCBBF8300B1FFFD /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 53228B9F0DCBBF8300B1FFFD /* MainWindow.xib */; };		53AE91170DBE72EB00E479DE /* MyViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 53AE91150DBE72EB00E479DE /* MyViewController.m */; };		53AE91190DBE72F100E479DE /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 53AE91180DBE72F100E479DE /* Icon.png */; };		53AE91600DBE749700E479DE /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 53AE915A0DBE747C00E479DE /* Settings.bundle */; };		53AE91850DBE75A800E479DE /* Root.plist in Resources */ = {isa = PBXBuildFile; fileRef = 53AE91500DBE746F00E479DE /* Root.plist */; };		53AE91860DBE75A800E479DE /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 53AE91510DBE746F00E479DE /* Icon.png */; };		53CFC03F0D62589300422A0E /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 53CFC03D0D62589300422A0E /* AppDelegate.m */; };/* End PBXBuildFile section *//* Begin PBXContainerItemProxy section */		53AE916F0DBE752800E479DE /* PBXContainerItemProxy */ = {			isa = PBXContainerItemProxy;			containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;			proxyType = 1;			remoteGlobalIDString = 53AE91590DBE747C00E479DE;			remoteInfo = Settings;		};/* End PBXContainerItemProxy section *//* Begin PBXFileReference section */		1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };		1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };		1D6058910D05DD3D006BFB54 /* AppPrefs.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AppPrefs.app; sourceTree = BUILT_PRODUCTS_DIR; };		1DC4B2650D05D9C8003A8154 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };		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>"; };		53228BA00DCBBF8300B1FFFD /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainWindow.xib; sourceTree = "<group>"; };		53A246AB0DCBC56A00CDC6C8 /* ReadMe.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ReadMe.txt; sourceTree = "<group>"; };		53AE91150DBE72EB00E479DE /* MyViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyViewController.m; sourceTree = "<group>"; };		53AE91160DBE72EB00E479DE /* MyViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyViewController.h; sourceTree = "<group>"; };		53AE91180DBE72F100E479DE /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };		53AE91500DBE746F00E479DE /* Root.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Root.plist; sourceTree = "<group>"; };		53AE91510DBE746F00E479DE /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };		53AE915A0DBE747C00E479DE /* Settings.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Settings.bundle; sourceTree = BUILT_PRODUCTS_DIR; };		53CFC0300D62587800422A0E /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Prefix.pch; sourceTree = "<group>"; };		53CFC03D0D62589300422A0E /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };		53CFC03E0D62589300422A0E /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; 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 = (				1D60589E0D05DD5A006BFB54 /* CoreFoundation.framework in Frameworks */,				1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,				1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,				1D3623EC0D0F72F000981E51 /* CoreGraphics.framework in Frameworks */,			);			runOnlyForDeploymentPostprocessing = 0;		};		53AE91580DBE747C00E479DE /* Frameworks */ = {			isa = PBXFrameworksBuildPhase;			buildActionMask = 2147483647;			files = (			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXFrameworksBuildPhase section *//* Begin PBXGroup section */		19C28FACFE9D520D11CA2CBB /* Products */ = {			isa = PBXGroup;			children = (				53AE915A0DBE747C00E479DE /* Settings.bundle */,				1D6058910D05DD3D006BFB54 /* AppPrefs.app */,			);			name = Products;			sourceTree = "<group>";		};		29B97314FDCFA39411CA2CEA /* Toolbar */ = {			isa = PBXGroup;			children = (				53A246AB0DCBC56A00CDC6C8 /* ReadMe.txt */,				29B97315FDCFA39411CA2CEA /* Sources */,				29B97317FDCFA39411CA2CEA /* Resources */,				53AE914E0DBE745F00E479DE /* Settings */,				29B97323FDCFA39411CA2CEA /* Frameworks */,				19C28FACFE9D520D11CA2CBB /* Products */,			);			name = Toolbar;			sourceTree = "<group>";		};		29B97315FDCFA39411CA2CEA /* Sources */ = {			isa = PBXGroup;			children = (				53CFC0300D62587800422A0E /* Prefix.pch */,				29B97316FDCFA39411CA2CEA /* main.m */,				53CFC03E0D62589300422A0E /* AppDelegate.h */,				53CFC03D0D62589300422A0E /* AppDelegate.m */,				53AE91150DBE72EB00E479DE /* MyViewController.m */,				53AE91160DBE72EB00E479DE /* MyViewController.h */,			);			name = Sources;			sourceTree = "<group>";		};		29B97317FDCFA39411CA2CEA /* Resources */ = {			isa = PBXGroup;			children = (				53228B9F0DCBBF8300B1FFFD /* MainWindow.xib */,				53AE91180DBE72F100E479DE /* Icon.png */,				8D1107310486CEB800E47090 /* Info.plist */,			);			name = Resources;			sourceTree = "<group>";		};		29B97323FDCFA39411CA2CEA /* Frameworks */ = {			isa = PBXGroup;			children = (				1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */,				1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,				1DC4B2650D05D9C8003A8154 /* CoreFoundation.framework */,				1D30AB110D05D00D00671497 /* Foundation.framework */,			);			name = Frameworks;			sourceTree = "<group>";		};		53AE914E0DBE745F00E479DE /* Settings */ = {			isa = PBXGroup;			children = (				53AE91500DBE746F00E479DE /* Root.plist */,				53AE91510DBE746F00E479DE /* Icon.png */,			);			name = Settings;			sourceTree = "<group>";		};/* End PBXGroup section *//* Begin PBXNativeTarget section */		1D6058900D05DD3D006BFB54 /* AppPrefs */ = {			isa = PBXNativeTarget;			buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "AppPrefs" */;			buildPhases = (				1D60588D0D05DD3D006BFB54 /* Resources */,				1D60588E0D05DD3D006BFB54 /* Sources */,				1D60588F0D05DD3D006BFB54 /* Frameworks */,			);			buildRules = (			);			dependencies = (				53AE91700DBE752800E479DE /* PBXTargetDependency */,			);			name = AppPrefs;			productName = foo;			productReference = 1D6058910D05DD3D006BFB54 /* AppPrefs.app */;			productType = "com.apple.product-type.application";		};		53AE91590DBE747C00E479DE /* Settings */ = {			isa = PBXNativeTarget;			buildConfigurationList = 53AE915E0DBE747C00E479DE /* Build configuration list for PBXNativeTarget "Settings" */;			buildPhases = (				53AE91560DBE747C00E479DE /* Resources */,				53AE91570DBE747C00E479DE /* Sources */,				53AE91580DBE747C00E479DE /* Frameworks */,			);			buildRules = (			);			dependencies = (			);			name = Settings;			productName = Settings;			productReference = 53AE915A0DBE747C00E479DE /* Settings.bundle */;			productType = "com.apple.product-type.bundle";		};/* End PBXNativeTarget section *//* Begin PBXProject section */		29B97313FDCFA39411CA2CEA /* Project object */ = {			isa = PBXProject;			buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "AppPrefs" */;			compatibilityVersion = "Xcode 3.1";			hasScannedForEncodings = 1;			knownRegions = (				English,				Japanese,				French,				German,				en,			);			mainGroup = 29B97314FDCFA39411CA2CEA /* Toolbar */;			projectDirPath = "";			projectRoot = "";			targets = (				1D6058900D05DD3D006BFB54 /* AppPrefs */,				53AE91590DBE747C00E479DE /* Settings */,			);		};/* End PBXProject section *//* Begin PBXResourcesBuildPhase section */

⌨️ 快捷键说明

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