##// END OF EJS Templates
Merge pull request #3382 from minrk/culldigest...
Merge pull request #3382 from minrk/culldigest cull Session digest history a randomly selected ten percent is culled from the history prevents infinite growth for long running sessions of many messages, while maintaining reasonable replay protection. Size of digest is Configurable. related to #1131

File last commit:

r2661:595fc3b9
r10831:d3cef7f1 merge
Show More
project.pbxproj
256 lines | 8.1 KiB | text/plain | TextLexer
Barry Wark
revived CocoaFrontendPlugin project
r1307 // !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 42;
objects = {
Barry Wark
updated plugin project
r1309 /* Begin PBXContainerItemProxy section */
4C5B7ADB0E1A0BCD006CB905 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 4C96F4FE0E199AB500B03430 /* Project object */;
proxyType = 1;
Barry Wark <barrywarkatgmaildotcom>
renamed AsynchronousFrontEndBase to AsyncFrontEndBase
r1315 remoteGlobalIDString = 4C96F50C0E199AF100B03430;
Barry Wark
updated plugin project
r1309 remoteInfo = "Cocoa Frontend Plugin";
};
/* End PBXContainerItemProxy section */
Barry Wark
updated plugin project
r1308 /* Begin PBXFileReference section */
4C5B7A8D0E1A0B4C006CB905 /* Plugin-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Plugin-Info.plist"; sourceTree = "<group>"; };
Barry Wark
updated plugin project
r1309 4C5B7AD30E1A0BC8006CB905 /* Placeholder (Do Not Use).bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Placeholder (Do Not Use).bundle"; sourceTree = BUILT_PRODUCTS_DIR; };
4C5B7AD40E1A0BC8006CB905 /* Placeholder (Do Not Use)-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Placeholder (Do Not Use)-Info.plist"; sourceTree = "<group>"; };
Barry Wark
updated plugin project
r1308 /* End PBXFileReference section */
Barry Wark
updated plugin project
r1309 /* Begin PBXFrameworksBuildPhase section */
4C5B7AD10E1A0BC8006CB905 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
Barry Wark
revived CocoaFrontendPlugin project
r1307 /* Begin PBXGroup section */
Barry Wark
updated plugin project
r1308 4C5B7A8C0E1A0B4C006CB905 /* Products */ = {
isa = PBXGroup;
children = (
Barry Wark
updated plugin project
r1309 4C5B7AD30E1A0BC8006CB905 /* Placeholder (Do Not Use).bundle */,
Barry Wark
updated plugin project
r1308 );
name = Products;
sourceTree = "<group>";
};
Barry Wark
revived CocoaFrontendPlugin project
r1307 4C96F4FC0E199AB500B03430 = {
isa = PBXGroup;
children = (
Barry Wark
updated plugin project
r1308 4C5B7A8C0E1A0B4C006CB905 /* Products */,
4C5B7A8D0E1A0B4C006CB905 /* Plugin-Info.plist */,
Barry Wark
updated plugin project
r1309 4C5B7AD40E1A0BC8006CB905 /* Placeholder (Do Not Use)-Info.plist */,
Barry Wark
revived CocoaFrontendPlugin project
r1307 );
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXLegacyTarget section */
4C96F50C0E199AF100B03430 /* Cocoa Frontend Plugin */ = {
isa = PBXLegacyTarget;
buildArgumentsString = "$(ACTION)";
buildConfigurationList = 4C96F5110E199B3300B03430 /* Build configuration list for PBXLegacyTarget "Cocoa Frontend Plugin" */;
buildPhases = (
);
buildToolPath = /usr/bin/make;
buildWorkingDirectory = "";
dependencies = (
);
name = "Cocoa Frontend Plugin";
passBuildSettingsInEnvironment = 1;
productName = "Cocoa Frontend Plugin";
};
/* End PBXLegacyTarget section */
Barry Wark
updated plugin project
r1309 /* Begin PBXNativeTarget section */
4C5B7AD20E1A0BC8006CB905 /* Placeholder (Do Not Use) */ = {
isa = PBXNativeTarget;
buildConfigurationList = 4C5B7ADA0E1A0BC9006CB905 /* Build configuration list for PBXNativeTarget "Placeholder (Do Not Use)" */;
buildPhases = (
4C5B7ACF0E1A0BC8006CB905 /* Resources */,
4C5B7AD00E1A0BC8006CB905 /* Sources */,
4C5B7AD10E1A0BC8006CB905 /* Frameworks */,
);
buildRules = (
);
dependencies = (
4C5B7ADC0E1A0BCD006CB905 /* PBXTargetDependency */,
);
name = "Placeholder (Do Not Use)";
productName = "Placeholder (Do Not Use)";
productReference = 4C5B7AD30E1A0BC8006CB905 /* Placeholder (Do Not Use).bundle */;
productType = "com.apple.product-type.bundle";
};
/* End PBXNativeTarget section */
Barry Wark
revived CocoaFrontendPlugin project
r1307 /* Begin PBXProject section */
4C96F4FE0E199AB500B03430 /* Project object */ = {
isa = PBXProject;
buildConfigurationList = 4C96F5010E199AB500B03430 /* Build configuration list for PBXProject "CocoaFrontendPlugin" */;
compatibilityVersion = "Xcode 2.4";
hasScannedForEncodings = 0;
mainGroup = 4C96F4FC0E199AB500B03430;
Barry Wark
updated plugin project
r1308 productRefGroup = 4C5B7A8C0E1A0B4C006CB905 /* Products */;
Barry Wark
revived CocoaFrontendPlugin project
r1307 projectDirPath = "";
projectRoot = "";
targets = (
4C96F50C0E199AF100B03430 /* Cocoa Frontend Plugin */,
Barry Wark
updated plugin project
r1309 4C5B7AD20E1A0BC8006CB905 /* Placeholder (Do Not Use) */,
Barry Wark
revived CocoaFrontendPlugin project
r1307 );
};
/* End PBXProject section */
Barry Wark
updated plugin project
r1309 /* Begin PBXResourcesBuildPhase section */
4C5B7ACF0E1A0BC8006CB905 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
4C5B7AD00E1A0BC8006CB905 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
4C5B7ADC0E1A0BCD006CB905 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 4C96F50C0E199AF100B03430 /* Cocoa Frontend Plugin */;
targetProxy = 4C5B7ADB0E1A0BCD006CB905 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
Barry Wark
revived CocoaFrontendPlugin project
r1307 /* Begin XCBuildConfiguration section */
Barry Wark
updated plugin project
r1309 4C5B7AD50E1A0BC9006CB905 /* 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;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
INFOPLIST_FILE = "Placeholder (Do Not Use)-Info.plist";
INSTALL_PATH = "$(HOME)/Library/Bundles";
OTHER_LDFLAGS = (
"-framework",
Foundation,
"-framework",
AppKit,
);
PREBINDING = NO;
PRODUCT_NAME = "Placeholder (Do Not Use)";
WRAPPER_EXTENSION = bundle;
ZERO_LINK = YES;
};
name = Debug;
};
4C5B7AD60E1A0BC9006CB905 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
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 = "Placeholder (Do Not Use)-Info.plist";
INSTALL_PATH = "$(HOME)/Library/Bundles";
OTHER_LDFLAGS = (
"-framework",
Foundation,
"-framework",
AppKit,
);
PREBINDING = NO;
PRODUCT_NAME = "Placeholder (Do Not Use)";
WRAPPER_EXTENSION = bundle;
ZERO_LINK = NO;
};
name = Release;
};
Barry Wark
revived CocoaFrontendPlugin project
r1307 4C96F4FF0E199AB500B03430 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
};
name = Debug;
};
4C96F5000E199AB500B03430 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
};
name = Release;
};
4C96F50D0E199AF100B03430 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
PRODUCT_NAME = "Cocoa Frontend Plugin";
};
name = Debug;
};
4C96F50E0E199AF100B03430 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_ENABLE_FIX_AND_CONTINUE = NO;
PRODUCT_NAME = "Cocoa Frontend Plugin";
ZERO_LINK = NO;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
Barry Wark
updated plugin project
r1309 4C5B7ADA0E1A0BC9006CB905 /* Build configuration list for PBXNativeTarget "Placeholder (Do Not Use)" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4C5B7AD50E1A0BC9006CB905 /* Debug */,
4C5B7AD60E1A0BC9006CB905 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
Barry Wark
revived CocoaFrontendPlugin project
r1307 4C96F5010E199AB500B03430 /* Build configuration list for PBXProject "CocoaFrontendPlugin" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4C96F4FF0E199AB500B03430 /* Debug */,
4C96F5000E199AB500B03430 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
4C96F5110E199B3300B03430 /* Build configuration list for PBXLegacyTarget "Cocoa Frontend Plugin" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4C96F50D0E199AF100B03430 /* Debug */,
4C96F50E0E199AF100B03430 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 4C96F4FE0E199AB500B03430 /* Project object */;
}