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

📄 project.pbxproj

📁 This project shows the basics of how to connect to and communicate with a USB device from User Space
💻 PBXPROJ
字号:
// !$*UTF8*$!{	archiveVersion = 1;	classes = {	};	objectVersion = 42;	objects = {/* Begin PBXBuildFile section */		EE19EED707B2C7BF0083E1AA /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* main.c */; settings = {ATTRIBUTES = (); }; };		EE19EED907B2C7BF0083E1AA /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */; };		EE19EEDA07B2C7BF0083E1AA /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 130F0D2200FCB0C106CB154B /* IOKit.framework */; };/* End PBXBuildFile section *//* Begin PBXFileReference section */		08FB7796FE84155DC02AAC07 /* main.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };		09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };		130F0D2200FCB0C106CB154B /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; };		EE19EEDC07B2C7BF0083E1AA /* USBSimpleExample */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = USBSimpleExample; sourceTree = BUILT_PRODUCTS_DIR; };/* End PBXFileReference section *//* Begin PBXFrameworksBuildPhase section */		EE19EED807B2C7BF0083E1AA /* Frameworks */ = {			isa = PBXFrameworksBuildPhase;			buildActionMask = 2147483647;			files = (				EE19EED907B2C7BF0083E1AA /* CoreFoundation.framework in Frameworks */,				EE19EEDA07B2C7BF0083E1AA /* IOKit.framework in Frameworks */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXFrameworksBuildPhase section *//* Begin PBXGroup section */		08FB7794FE84155DC02AAC07 /* USBSimpleExample */ = {			isa = PBXGroup;			children = (				08FB7795FE84155DC02AAC07 /* Source */,				08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,				19C28FBDFE9D53C911CA2CBB /* Products */,			);			name = USBSimpleExample;			sourceTree = "<group>";		};		08FB7795FE84155DC02AAC07 /* Source */ = {			isa = PBXGroup;			children = (				08FB7796FE84155DC02AAC07 /* main.c */,			);			name = Source;			sourceTree = "<group>";		};		08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {			isa = PBXGroup;			children = (				09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */,				130F0D2200FCB0C106CB154B /* IOKit.framework */,			);			name = "External Frameworks and Libraries";			sourceTree = "<group>";		};		19C28FBDFE9D53C911CA2CBB /* Products */ = {			isa = PBXGroup;			children = (				EE19EEDC07B2C7BF0083E1AA /* USBSimpleExample */,			);			name = Products;			sourceTree = "<group>";		};/* End PBXGroup section *//* Begin PBXHeadersBuildPhase section */		EE19EED507B2C7BF0083E1AA /* Headers */ = {			isa = PBXHeadersBuildPhase;			buildActionMask = 2147483647;			files = (			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXHeadersBuildPhase section *//* Begin PBXNativeTarget section */		EE19EED407B2C7BF0083E1AA /* USBSimpleExample */ = {			isa = PBXNativeTarget;			buildConfigurationList = 3EEA307508D71E4B002CBB49 /* Build configuration list for PBXNativeTarget "USBSimpleExample" */;			buildPhases = (				EE19EED507B2C7BF0083E1AA /* Headers */,				EE19EED607B2C7BF0083E1AA /* Sources */,				EE19EED807B2C7BF0083E1AA /* Frameworks */,				EE19EEDB07B2C7BF0083E1AA /* Rez */,			);			buildRules = (			);			dependencies = (			);			name = USBSimpleExample;			productInstallPath = "$(HOME)/bin";			productName = USBSimpleExample;			productReference = EE19EEDC07B2C7BF0083E1AA /* USBSimpleExample */;			productType = "com.apple.product-type.tool";		};/* End PBXNativeTarget section *//* Begin PBXProject section */		08FB7793FE84155DC02AAC07 /* Project object */ = {			isa = PBXProject;			buildConfigurationList = 3EEA307908D71E4B002CBB49 /* Build configuration list for PBXProject "USBSimpleExample" */;			hasScannedForEncodings = 1;			mainGroup = 08FB7794FE84155DC02AAC07 /* USBSimpleExample */;			projectDirPath = "";			targets = (				EE19EED407B2C7BF0083E1AA /* USBSimpleExample */,			);		};/* End PBXProject section *//* Begin PBXRezBuildPhase section */		EE19EEDB07B2C7BF0083E1AA /* Rez */ = {			isa = PBXRezBuildPhase;			buildActionMask = 2147483647;			files = (			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXRezBuildPhase section *//* Begin PBXSourcesBuildPhase section */		EE19EED607B2C7BF0083E1AA /* Sources */ = {			isa = PBXSourcesBuildPhase;			buildActionMask = 2147483647;			files = (				EE19EED707B2C7BF0083E1AA /* main.c in Sources */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXSourcesBuildPhase section *//* Begin XCBuildConfiguration section */		3EEA307608D71E4B002CBB49 /* Debug */ = {			isa = XCBuildConfiguration;			buildSettings = {				COPY_PHASE_STRIP = NO;				GCC_DYNAMIC_NO_PIC = NO;				GCC_ENABLE_FIX_AND_CONTINUE = YES;				GCC_MODEL_TUNING = G5;				GCC_OPTIMIZATION_LEVEL = 0;				INSTALL_PATH = "$(HOME)/bin";				PRODUCT_NAME = USBSimpleExample;				ZERO_LINK = YES;			};			name = Debug;		};		3EEA307708D71E4B002CBB49 /* Release */ = {			isa = XCBuildConfiguration;			buildSettings = {				ARCHS = (					ppc,					i386,				);				GCC_GENERATE_DEBUGGING_SYMBOLS = NO;				GCC_MODEL_TUNING = G5;				INSTALL_PATH = "$(HOME)/bin";				PRODUCT_NAME = USBSimpleExample;			};			name = Release;		};		3EEA307A08D71E4B002CBB49 /* Debug */ = {			isa = XCBuildConfiguration;			buildSettings = {				GCC_WARN_ABOUT_RETURN_TYPE = YES;				GCC_WARN_UNUSED_VARIABLE = YES;				PREBINDING = NO;				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;			};			name = Debug;		};		3EEA307B08D71E4B002CBB49 /* Release */ = {			isa = XCBuildConfiguration;			buildSettings = {				GCC_WARN_ABOUT_RETURN_TYPE = YES;				GCC_WARN_UNUSED_VARIABLE = YES;				PREBINDING = NO;				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;			};			name = Release;		};/* End XCBuildConfiguration section *//* Begin XCConfigurationList section */		3EEA307508D71E4B002CBB49 /* Build configuration list for PBXNativeTarget "USBSimpleExample" */ = {			isa = XCConfigurationList;			buildConfigurations = (				3EEA307608D71E4B002CBB49 /* Debug */,				3EEA307708D71E4B002CBB49 /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};		3EEA307908D71E4B002CBB49 /* Build configuration list for PBXProject "USBSimpleExample" */ = {			isa = XCConfigurationList;			buildConfigurations = (				3EEA307A08D71E4B002CBB49 /* Debug */,				3EEA307B08D71E4B002CBB49 /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};/* End XCConfigurationList section */	};	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;}

⌨️ 快捷键说明

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