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

📄 project.pbxproj

📁 Search s framework 老外写的
💻 PBXPROJ
字号:
// !$*UTF8*$!{	archiveVersion = 1;	classes = {	};	objectVersion = 45;	objects = {/* Begin PBXBuildFile section */		3B7EB1250E5AEE3500C7F239 /* widget.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3B7EB1230E5AEE3500C7F239 /* widget.cc */; };		3B7EB1260E5AEE3500C7F239 /* widget.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B7EB1240E5AEE3500C7F239 /* widget.h */; settings = {ATTRIBUTES = (Public, ); }; };		3B7EB1280E5AEE4600C7F239 /* widget_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3B7EB1270E5AEE4600C7F239 /* widget_test.cc */; };		3B7EB1480E5AF3B400C7F239 /* Widget.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8D07F2C80486CC7A007CD1D0 /* Widget.framework */; };		3B7F0C8D0E567CC5009CA236 /* gtest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BA867DC0E561B7C00326077 /* gtest.framework */; };/* End PBXBuildFile section *//* Begin PBXContainerItemProxy section */		3B07BDF00E3F3FAE00647869 /* PBXContainerItemProxy */ = {			isa = PBXContainerItemProxy;			containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;			proxyType = 1;			remoteGlobalIDString = 8D07F2BC0486CC7A007CD1D0;			remoteInfo = gTestExample;		};/* End PBXContainerItemProxy section *//* Begin PBXFileReference section */		3B07BDEA0E3F3F9E00647869 /* WidgetFrameworkTest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = WidgetFrameworkTest; sourceTree = BUILT_PRODUCTS_DIR; };		3B7EB1230E5AEE3500C7F239 /* widget.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = widget.cc; sourceTree = "<group>"; };		3B7EB1240E5AEE3500C7F239 /* widget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = widget.h; sourceTree = "<group>"; };		3B7EB1270E5AEE4600C7F239 /* widget_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = widget_test.cc; sourceTree = "<group>"; };		3BA867DC0E561B7C00326077 /* gtest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = gtest.framework; path = ../../build/Debug/gtest.framework; sourceTree = "<group>"; };		8D07F2C70486CC7A007CD1D0 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };		8D07F2C80486CC7A007CD1D0 /* Widget.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Widget.framework; sourceTree = BUILT_PRODUCTS_DIR; };/* End PBXFileReference section *//* Begin PBXFrameworksBuildPhase section */		3B07BDE80E3F3F9E00647869 /* Frameworks */ = {			isa = PBXFrameworksBuildPhase;			buildActionMask = 2147483647;			files = (				3B7EB1480E5AF3B400C7F239 /* Widget.framework in Frameworks */,				3B7F0C8D0E567CC5009CA236 /* gtest.framework in Frameworks */,			);			runOnlyForDeploymentPostprocessing = 0;		};		8D07F2C30486CC7A007CD1D0 /* Frameworks */ = {			isa = PBXFrameworksBuildPhase;			buildActionMask = 2147483647;			files = (			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXFrameworksBuildPhase section *//* Begin PBXGroup section */		034768DDFF38A45A11DB9C8B /* Products */ = {			isa = PBXGroup;			children = (				8D07F2C80486CC7A007CD1D0 /* Widget.framework */,				3B07BDEA0E3F3F9E00647869 /* WidgetFrameworkTest */,			);			name = Products;			sourceTree = "<group>";		};		0867D691FE84028FC02AAC07 /* gTestExample */ = {			isa = PBXGroup;			children = (				08FB77ACFE841707C02AAC07 /* Source */,				089C1665FE841158C02AAC07 /* Resources */,				3B07BE350E4094E400647869 /* Test */,				0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */,				034768DDFF38A45A11DB9C8B /* Products */,			);			name = gTestExample;			sourceTree = "<group>";		};		0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = {			isa = PBXGroup;			children = (				3BA867DC0E561B7C00326077 /* gtest.framework */,			);			name = "External Frameworks and Libraries";			sourceTree = "<group>";		};		089C1665FE841158C02AAC07 /* Resources */ = {			isa = PBXGroup;			children = (				8D07F2C70486CC7A007CD1D0 /* Info.plist */,			);			name = Resources;			sourceTree = "<group>";		};		08FB77ACFE841707C02AAC07 /* Source */ = {			isa = PBXGroup;			children = (				3B7EB1230E5AEE3500C7F239 /* widget.cc */,				3B7EB1240E5AEE3500C7F239 /* widget.h */,			);			name = Source;			sourceTree = "<group>";		};		3B07BE350E4094E400647869 /* Test */ = {			isa = PBXGroup;			children = (				3B7EB1270E5AEE4600C7F239 /* widget_test.cc */,			);			name = Test;			sourceTree = "<group>";		};/* End PBXGroup section *//* Begin PBXHeadersBuildPhase section */		8D07F2BD0486CC7A007CD1D0 /* Headers */ = {			isa = PBXHeadersBuildPhase;			buildActionMask = 2147483647;			files = (				3B7EB1260E5AEE3500C7F239 /* widget.h in Headers */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXHeadersBuildPhase section *//* Begin PBXNativeTarget section */		3B07BDE90E3F3F9E00647869 /* WidgetFrameworkTest */ = {			isa = PBXNativeTarget;			buildConfigurationList = 3B07BDF40E3F3FB600647869 /* Build configuration list for PBXNativeTarget "WidgetFrameworkTest" */;			buildPhases = (				3B07BDE70E3F3F9E00647869 /* Sources */,				3B07BDE80E3F3F9E00647869 /* Frameworks */,			);			buildRules = (			);			dependencies = (				3B07BDF10E3F3FAE00647869 /* PBXTargetDependency */,			);			name = WidgetFrameworkTest;			productName = gTestExampleTest;			productReference = 3B07BDEA0E3F3F9E00647869 /* WidgetFrameworkTest */;			productType = "com.apple.product-type.tool";		};		8D07F2BC0486CC7A007CD1D0 /* WidgetFramework */ = {			isa = PBXNativeTarget;			buildConfigurationList = 4FADC24208B4156D00ABE55E /* Build configuration list for PBXNativeTarget "WidgetFramework" */;			buildPhases = (				8D07F2C10486CC7A007CD1D0 /* Sources */,				8D07F2C30486CC7A007CD1D0 /* Frameworks */,				8D07F2BD0486CC7A007CD1D0 /* Headers */,				8D07F2BF0486CC7A007CD1D0 /* Resources */,				8D07F2C50486CC7A007CD1D0 /* Rez */,			);			buildRules = (			);			dependencies = (			);			name = WidgetFramework;			productInstallPath = "$(HOME)/Library/Frameworks";			productName = gTestExample;			productReference = 8D07F2C80486CC7A007CD1D0 /* Widget.framework */;			productType = "com.apple.product-type.framework";		};/* End PBXNativeTarget section *//* Begin PBXProject section */		0867D690FE84028FC02AAC07 /* Project object */ = {			isa = PBXProject;			buildConfigurationList = 4FADC24608B4156D00ABE55E /* Build configuration list for PBXProject "WidgetFramework" */;			compatibilityVersion = "Xcode 3.1";			hasScannedForEncodings = 1;			mainGroup = 0867D691FE84028FC02AAC07 /* gTestExample */;			productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */;			projectDirPath = "";			projectRoot = "";			targets = (				8D07F2BC0486CC7A007CD1D0 /* WidgetFramework */,				3B07BDE90E3F3F9E00647869 /* WidgetFrameworkTest */,			);		};/* End PBXProject section *//* Begin PBXResourcesBuildPhase section */		8D07F2BF0486CC7A007CD1D0 /* Resources */ = {			isa = PBXResourcesBuildPhase;			buildActionMask = 2147483647;			files = (			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXResourcesBuildPhase section *//* Begin PBXRezBuildPhase section */		8D07F2C50486CC7A007CD1D0 /* Rez */ = {			isa = PBXRezBuildPhase;			buildActionMask = 2147483647;			files = (			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXRezBuildPhase section *//* Begin PBXSourcesBuildPhase section */		3B07BDE70E3F3F9E00647869 /* Sources */ = {			isa = PBXSourcesBuildPhase;			buildActionMask = 2147483647;			files = (				3B7EB1280E5AEE4600C7F239 /* widget_test.cc in Sources */,			);			runOnlyForDeploymentPostprocessing = 0;		};		8D07F2C10486CC7A007CD1D0 /* Sources */ = {			isa = PBXSourcesBuildPhase;			buildActionMask = 2147483647;			files = (				3B7EB1250E5AEE3500C7F239 /* widget.cc in Sources */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXSourcesBuildPhase section *//* Begin PBXTargetDependency section */		3B07BDF10E3F3FAE00647869 /* PBXTargetDependency */ = {			isa = PBXTargetDependency;			target = 8D07F2BC0486CC7A007CD1D0 /* WidgetFramework */;			targetProxy = 3B07BDF00E3F3FAE00647869 /* PBXContainerItemProxy */;		};/* End PBXTargetDependency section *//* Begin XCBuildConfiguration section */		3B07BDEC0E3F3F9F00647869 /* Debug */ = {			isa = XCBuildConfiguration;			buildSettings = {				FRAMEWORK_SEARCH_PATHS = (					"$(inherited)",					"\"$(SRCROOT)/externals/googletest/xcode/build/Debug\"",					"\"$(SRCROOT)/../../build/Debug\"",				);				INSTALL_PATH = /usr/local/bin;				PRODUCT_NAME = WidgetFrameworkTest;			};			name = Debug;		};		3B07BDED0E3F3F9F00647869 /* Release */ = {			isa = XCBuildConfiguration;			buildSettings = {				FRAMEWORK_SEARCH_PATHS = (					"$(inherited)",					"\"$(SRCROOT)/externals/googletest/xcode/build/Debug\"",					"\"$(SRCROOT)/../../build/Debug\"",				);				INSTALL_PATH = /usr/local/bin;				PRODUCT_NAME = WidgetFrameworkTest;			};			name = Release;		};		4FADC24308B4156D00ABE55E /* Debug */ = {			isa = XCBuildConfiguration;			buildSettings = {				DYLIB_COMPATIBILITY_VERSION = 1;				DYLIB_CURRENT_VERSION = 1;				FRAMEWORK_VERSION = A;				INFOPLIST_FILE = Info.plist;				INSTALL_PATH = "@loader_path/../Frameworks";				LIBRARY_STYLE = DYNAMIC;				MACH_O_TYPE = mh_dylib;				PRODUCT_NAME = Widget;				WRAPPER_EXTENSION = framework;			};			name = Debug;		};		4FADC24408B4156D00ABE55E /* Release */ = {			isa = XCBuildConfiguration;			buildSettings = {				DYLIB_COMPATIBILITY_VERSION = 1;				DYLIB_CURRENT_VERSION = 1;				FRAMEWORK_VERSION = A;				INFOPLIST_FILE = Info.plist;				INSTALL_PATH = "@loader_path/../Frameworks";				LIBRARY_STYLE = DYNAMIC;				MACH_O_TYPE = mh_dylib;				PRODUCT_NAME = Widget;				WRAPPER_EXTENSION = framework;			};			name = Release;		};		4FADC24708B4156D00ABE55E /* Debug */ = {			isa = XCBuildConfiguration;			buildSettings = {				ARCHS = "$(ARCHS_STANDARD_32_BIT)";				ONLY_ACTIVE_ARCH = YES;				SDKROOT = macosx10.5;			};			name = Debug;		};		4FADC24808B4156D00ABE55E /* Release */ = {			isa = XCBuildConfiguration;			buildSettings = {				ARCHS = "$(ARCHS_STANDARD_32_BIT)";				SDKROOT = macosx10.5;			};			name = Release;		};/* End XCBuildConfiguration section *//* Begin XCConfigurationList section */		3B07BDF40E3F3FB600647869 /* Build configuration list for PBXNativeTarget "WidgetFrameworkTest" */ = {			isa = XCConfigurationList;			buildConfigurations = (				3B07BDEC0E3F3F9F00647869 /* Debug */,				3B07BDED0E3F3F9F00647869 /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};		4FADC24208B4156D00ABE55E /* Build configuration list for PBXNativeTarget "WidgetFramework" */ = {			isa = XCConfigurationList;			buildConfigurations = (				4FADC24308B4156D00ABE55E /* Debug */,				4FADC24408B4156D00ABE55E /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};		4FADC24608B4156D00ABE55E /* Build configuration list for PBXProject "WidgetFramework" */ = {			isa = XCConfigurationList;			buildConfigurations = (				4FADC24708B4156D00ABE55E /* Debug */,				4FADC24808B4156D00ABE55E /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};/* End XCConfigurationList section */	};	rootObject = 0867D690FE84028FC02AAC07 /* Project object */;}

⌨️ 快捷键说明

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