📄 project.pbxproj
字号:
// !$*UTF8*$!{ archiveVersion = 1; classes = { }; objectVersion = 45; objects = {/* Begin PBXBuildFile section */ 085432E10E8B03B90002A73B /* iCallBack.h in Headers */ = {isa = PBXBuildFile; fileRef = 085432D90E8B03B90002A73B /* iCallBack.h */; }; 085432E20E8B03B90002A73B /* iCommDef.h in Headers */ = {isa = PBXBuildFile; fileRef = 085432DA0E8B03B90002A73B /* iCommDef.h */; }; 085432E30E8B03B90002A73B /* iCommunicate.h in Headers */ = {isa = PBXBuildFile; fileRef = 085432DB0E8B03B90002A73B /* iCommunicate.h */; }; 085432E40E8B03B90002A73B /* iCommunicateFramework.h in Headers */ = {isa = PBXBuildFile; fileRef = 085432DC0E8B03B90002A73B /* iCommunicateFramework.h */; }; 085432E50E8B03B90002A73B /* iCommuTag.h in Headers */ = {isa = PBXBuildFile; fileRef = 085432DD0E8B03B90002A73B /* iCommuTag.h */; }; 085432E60E8B03B90002A73B /* iMsgBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 085432DE0E8B03B90002A73B /* iMsgBundle.h */; }; 085432E70E8B03B90002A73B /* TCPClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 085432DF0E8B03B90002A73B /* TCPClient.h */; }; 085432E80E8B03B90002A73B /* TCPServer.h in Headers */ = {isa = PBXBuildFile; fileRef = 085432E00E8B03B90002A73B /* TCPServer.h */; }; 085434000E8B04570002A73B /* iCallBack.m in Sources */ = {isa = PBXBuildFile; fileRef = 085433FA0E8B04570002A73B /* iCallBack.m */; }; 085434010E8B04570002A73B /* iCommunicate.m in Sources */ = {isa = PBXBuildFile; fileRef = 085433FB0E8B04570002A73B /* iCommunicate.m */; }; 085434020E8B04570002A73B /* iCommuTag.m in Sources */ = {isa = PBXBuildFile; fileRef = 085433FC0E8B04570002A73B /* iCommuTag.m */; }; 085434030E8B04570002A73B /* iMsgBundle.m in Sources */ = {isa = PBXBuildFile; fileRef = 085433FD0E8B04570002A73B /* iMsgBundle.m */; }; 085434040E8B04570002A73B /* TCPClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 085433FE0E8B04570002A73B /* TCPClient.m */; }; 085434050E8B04570002A73B /* TCPServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 085433FF0E8B04570002A73B /* TCPServer.m */; };/* End PBXBuildFile section *//* Begin PBXFileReference section */ 085432D90E8B03B90002A73B /* iCallBack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = iCallBack.h; path = Classes/Include/iCallBack.h; sourceTree = "<group>"; }; 085432DA0E8B03B90002A73B /* iCommDef.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = iCommDef.h; path = Classes/Include/iCommDef.h; sourceTree = "<group>"; }; 085432DB0E8B03B90002A73B /* iCommunicate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = iCommunicate.h; path = Classes/Include/iCommunicate.h; sourceTree = "<group>"; }; 085432DC0E8B03B90002A73B /* iCommunicateFramework.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = iCommunicateFramework.h; path = Classes/Include/iCommunicateFramework.h; sourceTree = "<group>"; }; 085432DD0E8B03B90002A73B /* iCommuTag.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = iCommuTag.h; path = Classes/Include/iCommuTag.h; sourceTree = "<group>"; }; 085432DE0E8B03B90002A73B /* iMsgBundle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = iMsgBundle.h; path = Classes/Include/iMsgBundle.h; sourceTree = "<group>"; }; 085432DF0E8B03B90002A73B /* TCPClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TCPClient.h; path = Classes/Include/TCPClient.h; sourceTree = "<group>"; }; 085432E00E8B03B90002A73B /* TCPServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TCPServer.h; path = Classes/Include/TCPServer.h; sourceTree = "<group>"; }; 085433FA0E8B04570002A73B /* iCallBack.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = iCallBack.m; path = Classes/Src/iCallBack.m; sourceTree = "<group>"; }; 085433FB0E8B04570002A73B /* iCommunicate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = iCommunicate.m; path = Classes/Src/iCommunicate.m; sourceTree = "<group>"; }; 085433FC0E8B04570002A73B /* iCommuTag.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = iCommuTag.m; path = Classes/Src/iCommuTag.m; sourceTree = "<group>"; }; 085433FD0E8B04570002A73B /* iMsgBundle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = iMsgBundle.m; path = Classes/Src/iMsgBundle.m; sourceTree = "<group>"; }; 085433FE0E8B04570002A73B /* TCPClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TCPClient.m; path = Classes/Src/TCPClient.m; sourceTree = "<group>"; }; 085433FF0E8B04570002A73B /* TCPServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TCPServer.m; path = Classes/Src/TCPServer.m; sourceTree = "<group>"; }; 0867D69BFE84028FC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; }; 32DBCF5E0370ADEE00C91783 /* Communicate_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Communicate_Prefix.pch; sourceTree = "<group>"; }; D2AAC07E0554694100DB518D /* libCommunicate.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libCommunicate.a; sourceTree = BUILT_PRODUCTS_DIR; };/* End PBXFileReference section *//* Begin PBXFrameworksBuildPhase section */ D2AAC07C0554694100DB518D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; };/* End PBXFrameworksBuildPhase section *//* Begin PBXGroup section */ 034768DFFF38A50411DB9C8B /* Products */ = { isa = PBXGroup; children = ( D2AAC07E0554694100DB518D /* libCommunicate.a */, ); name = Products; sourceTree = "<group>"; }; 085432D70E8B03A80002A73B /* Include */ = { isa = PBXGroup; children = ( 085432D90E8B03B90002A73B /* iCallBack.h */, 085432DA0E8B03B90002A73B /* iCommDef.h */, 085432DB0E8B03B90002A73B /* iCommunicate.h */, 085432DC0E8B03B90002A73B /* iCommunicateFramework.h */, 085432DD0E8B03B90002A73B /* iCommuTag.h */, 085432DE0E8B03B90002A73B /* iMsgBundle.h */, 085432DF0E8B03B90002A73B /* TCPClient.h */, 085432E00E8B03B90002A73B /* TCPServer.h */, ); name = Include; sourceTree = "<group>"; }; 085433F90E8B044A0002A73B /* Src */ = { isa = PBXGroup; children = ( 085433FA0E8B04570002A73B /* iCallBack.m */, 085433FB0E8B04570002A73B /* iCommunicate.m */, 085433FC0E8B04570002A73B /* iCommuTag.m */, 085433FD0E8B04570002A73B /* iMsgBundle.m */, 085433FE0E8B04570002A73B /* TCPClient.m */, 085433FF0E8B04570002A73B /* TCPServer.m */, ); name = Src; sourceTree = "<group>"; }; 0867D691FE84028FC02AAC07 /* Communicate */ = { isa = PBXGroup; children = ( 08FB77AEFE84172EC02AAC07 /* Classes */, 32C88DFF0371C24200C91783 /* Other Sources */, 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */, 034768DFFF38A50411DB9C8B /* Products */, ); name = Communicate; sourceTree = "<group>"; }; 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = { isa = PBXGroup; children = ( 1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */, 1058C7B2FEA5585E11CA2CBB /* Other Frameworks */, ); name = "External Frameworks and Libraries"; sourceTree = "<group>"; }; 08FB77AEFE84172EC02AAC07 /* Classes */ = { isa = PBXGroup; children = ( 085433F90E8B044A0002A73B /* Src */, 085432D70E8B03A80002A73B /* Include */, ); name = Classes; sourceTree = "<group>"; }; 1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */ = { isa = PBXGroup; children = ( ); name = "Linked Frameworks"; sourceTree = "<group>"; }; 1058C7B2FEA5585E11CA2CBB /* Other Frameworks */ = { isa = PBXGroup; children = ( 0867D69BFE84028FC02AAC07 /* Foundation.framework */, ); name = "Other Frameworks"; sourceTree = "<group>"; }; 32C88DFF0371C24200C91783 /* Other Sources */ = { isa = PBXGroup; children = ( 32DBCF5E0370ADEE00C91783 /* Communicate_Prefix.pch */, ); name = "Other Sources"; sourceTree = "<group>"; };/* End PBXGroup section *//* Begin PBXHeadersBuildPhase section */ D2AAC07A0554694100DB518D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( 085432E10E8B03B90002A73B /* iCallBack.h in Headers */, 085432E20E8B03B90002A73B /* iCommDef.h in Headers */, 085432E30E8B03B90002A73B /* iCommunicate.h in Headers */, 085432E40E8B03B90002A73B /* iCommunicateFramework.h in Headers */, 085432E50E8B03B90002A73B /* iCommuTag.h in Headers */, 085432E60E8B03B90002A73B /* iMsgBundle.h in Headers */, 085432E70E8B03B90002A73B /* TCPClient.h in Headers */, 085432E80E8B03B90002A73B /* TCPServer.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; };/* End PBXHeadersBuildPhase section *//* Begin PBXNativeTarget section */ D2AAC07D0554694100DB518D /* Communicate */ = { isa = PBXNativeTarget; buildConfigurationList = 1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "Communicate" */; buildPhases = ( D2AAC07A0554694100DB518D /* Headers */, D2AAC07B0554694100DB518D /* Sources */, D2AAC07C0554694100DB518D /* Frameworks */, ); buildRules = ( ); dependencies = ( ); name = Communicate; productName = Communicate; productReference = D2AAC07E0554694100DB518D /* libCommunicate.a */; productType = "com.apple.product-type.library.static"; };/* End PBXNativeTarget section *//* Begin PBXProject section */ 0867D690FE84028FC02AAC07 /* Project object */ = { isa = PBXProject; buildConfigurationList = 1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "Communicate" */; compatibilityVersion = "Xcode 3.1"; hasScannedForEncodings = 1; mainGroup = 0867D691FE84028FC02AAC07 /* Communicate */; productRefGroup = 034768DFFF38A50411DB9C8B /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( D2AAC07D0554694100DB518D /* Communicate */, ); };/* End PBXProject section *//* Begin PBXSourcesBuildPhase section */ D2AAC07B0554694100DB518D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 085434000E8B04570002A73B /* iCallBack.m in Sources */, 085434010E8B04570002A73B /* iCommunicate.m in Sources */, 085434020E8B04570002A73B /* iCommuTag.m in Sources */, 085434030E8B04570002A73B /* iMsgBundle.m in Sources */, 085434040E8B04570002A73B /* TCPClient.m in Sources */, 085434050E8B04570002A73B /* TCPServer.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; };/* End PBXSourcesBuildPhase section *//* Begin XCBuildConfiguration section */ 1DEB921F08733DC00010E9CD /* 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 = Communicate_Prefix.pch; INSTALL_PATH = /usr/local/lib; ONLY_ACTIVE_ARCH = YES; PRODUCT_NAME = Communicate; }; name = Debug; }; 1DEB922008733DC00010E9CD /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = Communicate_Prefix.pch; INSTALL_PATH = /usr/local/lib; PRODUCT_NAME = Communicate; }; name = Release; }; 1DEB922308733DC00010E9CD /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT)"; GCC_C_LANGUAGE_STANDARD = c99; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = _Server_CommandLine_App_; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; ONLY_ACTIVE_ARCH = YES; PREBINDING = NO; SDKROOT = iphonesimulator2.0; }; name = Debug; }; 1DEB922408733DC00010E9CD /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT)"; GCC_C_LANGUAGE_STANDARD = c99; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; PREBINDING = NO; SDKROOT = macosx10.5; }; name = Release; };/* End XCBuildConfiguration section *//* Begin XCConfigurationList section */ 1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "Communicate" */ = { isa = XCConfigurationList; buildConfigurations = ( 1DEB921F08733DC00010E9CD /* Debug */, 1DEB922008733DC00010E9CD /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "Communicate" */ = { isa = XCConfigurationList; buildConfigurations = ( 1DEB922308733DC00010E9CD /* Debug */, 1DEB922408733DC00010E9CD /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; };/* End XCConfigurationList section */ }; rootObject = 0867D690FE84028FC02AAC07 /* Project object */;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -