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

📄 project.pbxproj

📁 一个 在 apple 下打开手机 preference 得程序
💻 PBXPROJ
📖 第 1 页 / 共 2 页
字号:
		1D60588D0D05DD3D006BFB54 /* Resources */ = {			isa = PBXResourcesBuildPhase;			buildActionMask = 2147483647;			files = (				53AE91600DBE749700E479DE /* Settings.bundle in Resources */,				53AE91190DBE72F100E479DE /* Icon.png in Resources */,				53228BA10DCBBF8300B1FFFD /* MainWindow.xib in Resources */,			);			runOnlyForDeploymentPostprocessing = 0;		};		53AE91560DBE747C00E479DE /* Resources */ = {			isa = PBXResourcesBuildPhase;			buildActionMask = 2147483647;			files = (				53AE91850DBE75A800E479DE /* Root.plist in Resources */,				53AE91860DBE75A800E479DE /* Icon.png in Resources */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXResourcesBuildPhase section *//* Begin PBXSourcesBuildPhase section */		1D60588E0D05DD3D006BFB54 /* Sources */ = {			isa = PBXSourcesBuildPhase;			buildActionMask = 2147483647;			files = (				1D60589B0D05DD56006BFB54 /* main.m in Sources */,				53CFC03F0D62589300422A0E /* AppDelegate.m in Sources */,				53AE91170DBE72EB00E479DE /* MyViewController.m in Sources */,			);			runOnlyForDeploymentPostprocessing = 0;		};		53AE91570DBE747C00E479DE /* Sources */ = {			isa = PBXSourcesBuildPhase;			buildActionMask = 2147483647;			files = (			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXSourcesBuildPhase section *//* Begin PBXTargetDependency section */		53AE91700DBE752800E479DE /* PBXTargetDependency */ = {			isa = PBXTargetDependency;			target = 53AE91590DBE747C00E479DE /* Settings */;			targetProxy = 53AE916F0DBE752800E479DE /* PBXContainerItemProxy */;		};/* End PBXTargetDependency section *//* Begin PBXVariantGroup section */		53228B9F0DCBBF8300B1FFFD /* MainWindow.xib */ = {			isa = PBXVariantGroup;			children = (				53228BA00DCBBF8300B1FFFD /* en */,			);			name = MainWindow.xib;			sourceTree = "<group>";		};/* End PBXVariantGroup section *//* Begin XCBuildConfiguration section */		1D6058940D05DD3E006BFB54 /* Debug */ = {			isa = XCBuildConfiguration;			buildSettings = {				ALWAYS_SEARCH_USER_PATHS = NO;				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";				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 = Prefix.pch;				GCC_WARN_ABOUT_RETURN_TYPE = YES;				GCC_WARN_UNUSED_VALUE = NO;				GCC_WARN_UNUSED_VARIABLE = YES;				INFOPLIST_FILE = Info.plist;				PREBINDING = NO;				PRODUCT_NAME = AppPrefs;			};			name = Debug;		};		1D6058950D05DD3E006BFB54 /* Release */ = {			isa = XCBuildConfiguration;			buildSettings = {				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";				COPY_PHASE_STRIP = YES;				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";				GCC_ENABLE_FIX_AND_CONTINUE = NO;				GCC_PRECOMPILE_PREFIX_HEADER = YES;				GCC_PREFIX_HEADER = Prefix.pch;				GCC_WARN_ABOUT_RETURN_TYPE = YES;				GCC_WARN_UNUSED_VARIABLE = YES;				INFOPLIST_FILE = Info.plist;				PREBINDING = NO;				PRODUCT_NAME = AppPrefs;			};			name = Release;		};		53AE915C0DBE747C00E479DE /* Debug */ = {			isa = XCBuildConfiguration;			buildSettings = {				ALWAYS_SEARCH_USER_PATHS = NO;				ARCHS = "$(ARCHS_STANDARD_32_BIT)";				COPY_PHASE_STRIP = NO;				GCC_DYNAMIC_NO_PIC = NO;				GCC_ENABLE_FIX_AND_CONTINUE = YES;				GCC_MODEL_TUNING = G5;				GCC_OPTIMIZATION_LEVEL = 0;				GCC_PRECOMPILE_PREFIX_HEADER = YES;				GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";				INFOPLIST_FILE = "";				INSTALL_PATH = "$(HOME)/Library/Bundles";				OTHER_LDFLAGS = (					"-framework",					Foundation,					"-framework",					AppKit,				);				PREBINDING = NO;				PRODUCT_NAME = Settings;				WRAPPER_EXTENSION = bundle;			};			name = Debug;		};		53AE915D0DBE747C00E479DE /* Release */ = {			isa = XCBuildConfiguration;			buildSettings = {				ALWAYS_SEARCH_USER_PATHS = NO;				ARCHS = "$(ARCHS_STANDARD_32_BIT)";				COPY_PHASE_STRIP = YES;				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";				GCC_ENABLE_FIX_AND_CONTINUE = NO;				GCC_MODEL_TUNING = G5;				GCC_PRECOMPILE_PREFIX_HEADER = YES;				GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";				INFOPLIST_FILE = "";				INSTALL_PATH = "$(HOME)/Library/Bundles";				OTHER_LDFLAGS = (					"-framework",					Foundation,					"-framework",					AppKit,				);				PREBINDING = NO;				PRODUCT_NAME = Settings;				WRAPPER_EXTENSION = bundle;				ZERO_LINK = NO;			};			name = Release;		};		C01FCF4F08A954540054247B /* Debug */ = {			isa = XCBuildConfiguration;			buildSettings = {				ARCHS = "$(ARCHS_STANDARD_32_BIT)";				ONLY_ACTIVE_ARCH = YES;				PREBINDING = NO;				SDKROOT = iphoneos2.0;			};			name = Debug;		};		C01FCF5008A954540054247B /* Release */ = {			isa = XCBuildConfiguration;			buildSettings = {				ARCHS = "$(ARCHS_STANDARD_32_BIT)";				PREBINDING = NO;				SDKROOT = iphoneos2.0;			};			name = Release;		};/* End XCBuildConfiguration section *//* Begin XCConfigurationList section */		1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "AppPrefs" */ = {			isa = XCConfigurationList;			buildConfigurations = (				1D6058940D05DD3E006BFB54 /* Debug */,				1D6058950D05DD3E006BFB54 /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};		53AE915E0DBE747C00E479DE /* Build configuration list for PBXNativeTarget "Settings" */ = {			isa = XCConfigurationList;			buildConfigurations = (				53AE915C0DBE747C00E479DE /* Debug */,				53AE915D0DBE747C00E479DE /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};		C01FCF4E08A954540054247B /* Build configuration list for PBXProject "AppPrefs" */ = {			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 + -