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

📄 project.pbxproj

📁 This is an example application that shows how to connect connect two iPhone devices using Bonjour wi
💻 PBXPROJ
字号:
// !$*UTF8*$!{	archiveVersion = 1;	classes = {	};	objectVersion = 45;	objects = {/* Begin PBXBuildFile section */		1D4F2F9A0D10AC310045FB13 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 1D4F2F990D10AC310045FB13 /* Default.png */; };		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 */; };		28141FFC0D6E783400D05362 /* BonjourWebAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 28141FFB0D6E783400D05362 /* BonjourWebAppDelegate.m */; };		2814201F0D6E78B100D05362 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */; };		2883CB400DE2CC1800AFA03B /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 2883CB3F0DE2CC1800AFA03B /* Icon.png */; };		28D0B02C0DA5629700559A9D /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28D0B02B0DA5629700559A9D /* MainWindow.xib */; };		4ADC7FB80DDD21B500F4B61B /* BonjourBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ADC7FB10DDD21B500F4B61B /* BonjourBrowser.m */; };		4ADC7FB90DDD21B500F4B61B /* BrowserViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ADC7FB30DDD21B500F4B61B /* BrowserViewController.m */; };		4ADC7FBA0DDD21B500F4B61B /* DomainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ADC7FB50DDD21B500F4B61B /* DomainViewController.m */; };		4ADC7FBB0DDD21B500F4B61B /* SimpleEditViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ADC7FB70DDD21B500F4B61B /* SimpleEditViewController.m */; };		84E7B4420DF4908A0053A6B2 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 84E7B4410DF4908A0053A6B2 /* Localizable.strings */; };/* 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; };		1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };		1D4F2F990D10AC310045FB13 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };		1D6058910D05DD3D006BFB54 /* BonjourWeb.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BonjourWeb.app; sourceTree = BUILT_PRODUCTS_DIR; };		1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };		28141FF50D6E774E00D05362 /* BonjourWeb_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BonjourWeb_Prefix.pch; sourceTree = "<group>"; };		28141FFA0D6E783400D05362 /* BonjourWebAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BonjourWebAppDelegate.h; sourceTree = "<group>"; };		28141FFB0D6E783400D05362 /* BonjourWebAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BonjourWebAppDelegate.m; sourceTree = "<group>"; };		2883CB3F0DE2CC1800AFA03B /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };		28D0B02B0DA5629700559A9D /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };		29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };		4ADC7FB00DDD21B500F4B61B /* BonjourBrowser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BonjourBrowser.h; path = BonjourSupport/BonjourBrowser.h; sourceTree = "<group>"; };		4ADC7FB10DDD21B500F4B61B /* BonjourBrowser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BonjourBrowser.m; path = BonjourSupport/BonjourBrowser.m; sourceTree = "<group>"; };		4ADC7FB20DDD21B500F4B61B /* BrowserViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BrowserViewController.h; path = BonjourSupport/BrowserViewController.h; sourceTree = "<group>"; };		4ADC7FB30DDD21B500F4B61B /* BrowserViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BrowserViewController.m; path = BonjourSupport/BrowserViewController.m; sourceTree = "<group>"; };		4ADC7FB40DDD21B500F4B61B /* DomainViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DomainViewController.h; path = BonjourSupport/DomainViewController.h; sourceTree = "<group>"; };		4ADC7FB50DDD21B500F4B61B /* DomainViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DomainViewController.m; path = BonjourSupport/DomainViewController.m; sourceTree = "<group>"; };		4ADC7FB60DDD21B500F4B61B /* SimpleEditViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SimpleEditViewController.h; path = BonjourSupport/SimpleEditViewController.h; sourceTree = "<group>"; };		4ADC7FB70DDD21B500F4B61B /* SimpleEditViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SimpleEditViewController.m; path = BonjourSupport/SimpleEditViewController.m; sourceTree = "<group>"; };		844867370DB92514009556CD /* ReadMe.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ReadMe.txt; sourceTree = "<group>"; wrapsLines = 1; };		84E7B4410DF4908A0053A6B2 /* Localizable.strings */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; path = Localizable.strings; 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 */,				2814201F0D6E78B100D05362 /* CoreGraphics.framework in Frameworks */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXFrameworksBuildPhase section *//* Begin PBXGroup section */		080E96DDFE201D6D7F000001 /* Classes */ = {			isa = PBXGroup;			children = (				28141FFA0D6E783400D05362 /* BonjourWebAppDelegate.h */,				28141FFB0D6E783400D05362 /* BonjourWebAppDelegate.m */,			);			path = Classes;			sourceTree = "<group>";		};		19C28FACFE9D520D11CA2CBB /* Products */ = {			isa = PBXGroup;			children = (				1D6058910D05DD3D006BFB54 /* BonjourWeb.app */,			);			name = Products;			sourceTree = "<group>";		};		29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {			isa = PBXGroup;			children = (				844867370DB92514009556CD /* ReadMe.txt */,				080E96DDFE201D6D7F000001 /* Classes */,				4ADC7FA00DDD217500F4B61B /* Support */,				29B97315FDCFA39411CA2CEA /* Other Sources */,				29B97317FDCFA39411CA2CEA /* Resources */,				29B97323FDCFA39411CA2CEA /* Frameworks */,				19C28FACFE9D520D11CA2CBB /* Products */,			);			name = CustomTemplate;			sourceTree = "<group>";		};		29B97315FDCFA39411CA2CEA /* Other Sources */ = {			isa = PBXGroup;			children = (				28141FF50D6E774E00D05362 /* BonjourWeb_Prefix.pch */,				29B97316FDCFA39411CA2CEA /* main.m */,			);			name = "Other Sources";			sourceTree = "<group>";		};		29B97317FDCFA39411CA2CEA /* Resources */ = {			isa = PBXGroup;			children = (				28D0B02B0DA5629700559A9D /* MainWindow.xib */,				1D4F2F990D10AC310045FB13 /* Default.png */,				2883CB3F0DE2CC1800AFA03B /* Icon.png */,				8D1107310486CEB800E47090 /* Info.plist */,				84E7B4410DF4908A0053A6B2 /* Localizable.strings */,			);			name = Resources;			sourceTree = "<group>";		};		29B97323FDCFA39411CA2CEA /* Frameworks */ = {			isa = PBXGroup;			children = (				1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */,				1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,				1D30AB110D05D00D00671497 /* Foundation.framework */,			);			name = Frameworks;			sourceTree = "<group>";		};		4ADC7FA00DDD217500F4B61B /* Support */ = {			isa = PBXGroup;			children = (				4ADC7FB00DDD21B500F4B61B /* BonjourBrowser.h */,				4ADC7FB10DDD21B500F4B61B /* BonjourBrowser.m */,				4ADC7FB20DDD21B500F4B61B /* BrowserViewController.h */,				4ADC7FB30DDD21B500F4B61B /* BrowserViewController.m */,				4ADC7FB40DDD21B500F4B61B /* DomainViewController.h */,				4ADC7FB50DDD21B500F4B61B /* DomainViewController.m */,				4ADC7FB60DDD21B500F4B61B /* SimpleEditViewController.h */,				4ADC7FB70DDD21B500F4B61B /* SimpleEditViewController.m */,			);			name = Support;			sourceTree = "<group>";		};/* End PBXGroup section *//* Begin PBXNativeTarget section */		1D6058900D05DD3D006BFB54 /* BonjourWeb */ = {			isa = PBXNativeTarget;			buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "BonjourWeb" */;			buildPhases = (				1D60588D0D05DD3D006BFB54 /* Resources */,				1D60588E0D05DD3D006BFB54 /* Sources */,				1D60588F0D05DD3D006BFB54 /* Frameworks */,			);			buildRules = (			);			dependencies = (			);			name = BonjourWeb;			productName = BonjourWeb;			productReference = 1D6058910D05DD3D006BFB54 /* BonjourWeb.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 "BonjourWeb" */;			compatibilityVersion = "Xcode 3.1";			hasScannedForEncodings = 1;			mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;			projectDirPath = "";			projectRoot = "";			targets = (				1D6058900D05DD3D006BFB54 /* BonjourWeb */,			);		};/* End PBXProject section *//* Begin PBXResourcesBuildPhase section */		1D60588D0D05DD3D006BFB54 /* Resources */ = {			isa = PBXResourcesBuildPhase;			buildActionMask = 2147483647;			files = (				1D4F2F9A0D10AC310045FB13 /* Default.png in Resources */,				28D0B02C0DA5629700559A9D /* MainWindow.xib in Resources */,				2883CB400DE2CC1800AFA03B /* Icon.png in Resources */,				84E7B4420DF4908A0053A6B2 /* Localizable.strings in Resources */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXResourcesBuildPhase section *//* Begin PBXSourcesBuildPhase section */		1D60588E0D05DD3D006BFB54 /* Sources */ = {			isa = PBXSourcesBuildPhase;			buildActionMask = 2147483647;			files = (				1D60589B0D05DD56006BFB54 /* main.m in Sources */,				28141FFC0D6E783400D05362 /* BonjourWebAppDelegate.m in Sources */,				4ADC7FB80DDD21B500F4B61B /* BonjourBrowser.m in Sources */,				4ADC7FB90DDD21B500F4B61B /* BrowserViewController.m in Sources */,				4ADC7FBA0DDD21B500F4B61B /* DomainViewController.m in Sources */,				4ADC7FBB0DDD21B500F4B61B /* SimpleEditViewController.m in Sources */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXSourcesBuildPhase section *//* Begin XCBuildConfiguration section */		1D6058940D05DD3E006BFB54 /* Debug */ = {			isa = XCBuildConfiguration;			buildSettings = {				"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 = BonjourWeb_Prefix.pch;				INFOPLIST_FILE = Info.plist;				PREBINDING = NO;				PRODUCT_NAME = BonjourWeb;			};			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 = BonjourWeb_Prefix.pch;				INFOPLIST_FILE = Info.plist;				PREBINDING = NO;				PRODUCT_NAME = BonjourWeb;			};			name = Release;		};		C01FCF4F08A954540054247B /* Debug */ = {			isa = XCBuildConfiguration;			buildSettings = {				ALWAYS_SEARCH_USER_PATHS = NO;				ARCHS = "$(ARCHS_STANDARD_32_BIT)";				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";				GCC_C_LANGUAGE_STANDARD = c99;				GCC_WARN_ABOUT_RETURN_TYPE = YES;				GCC_WARN_UNUSED_VARIABLE = YES;				ONLY_ACTIVE_ARCH = YES;				PREBINDING = NO;				SDKROOT = iphonesimulator2.0;			};			name = Debug;		};		C01FCF5008A954540054247B /* Release */ = {			isa = XCBuildConfiguration;			buildSettings = {				ALWAYS_SEARCH_USER_PATHS = NO;				ARCHS = "$(ARCHS_STANDARD_32_BIT)";				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";				GCC_C_LANGUAGE_STANDARD = c99;				GCC_WARN_ABOUT_RETURN_TYPE = YES;				GCC_WARN_UNUSED_VARIABLE = YES;				PREBINDING = NO;				SDKROOT = iphonesimulator2.0;			};			name = Release;		};/* End XCBuildConfiguration section *//* Begin XCConfigurationList section */		1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "BonjourWeb" */ = {			isa = XCConfigurationList;			buildConfigurations = (				1D6058940D05DD3E006BFB54 /* Debug */,				1D6058950D05DD3E006BFB54 /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};		C01FCF4E08A954540054247B /* Build configuration list for PBXProject "BonjourWeb" */ = {			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 + -