Logger done for now, start on analysis tool

This commit is contained in:
2017-06-15 22:50:35 +02:00
parent 93cbf6d19a
commit 90a534f2a7
23 changed files with 1388 additions and 68 deletions
+255 -20
View File
@@ -11,13 +11,15 @@
E2218CA91EF2D37B004298F6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E2218CA81EF2D37B004298F6 /* Assets.xcassets */; };
E2218CDE1EF2D461004298F6 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = E2218CDC1EF2D461004298F6 /* MainMenu.xib */; };
E2218CDF1EF2D461004298F6 /* SettingsWindowController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E2218CDD1EF2D461004298F6 /* SettingsWindowController.xib */; };
E2218CE31EF2D54A004298F6 /* buildnum.ver in Resources */ = {isa = PBXBuildFile; fileRef = E2218CE11EF2D54A004298F6 /* buildnum.ver */; };
E2218CE41EF2D54A004298F6 /* BumpBuildNumber.py in Resources */ = {isa = PBXBuildFile; fileRef = E2218CE21EF2D54A004298F6 /* BumpBuildNumber.py */; };
E2218D0D1EF2D68F004298F6 /* XMLDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = E2218D0A1EF2D68F004298F6 /* XMLDictionary.m */; };
E2218D111EF2D6F1004298F6 /* SettingsWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2218D101EF2D6F1004298F6 /* SettingsWindowController.swift */; };
E2218D151EF2E470004298F6 /* ConnectionLossOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2218D141EF2E470004298F6 /* ConnectionLossOperation.swift */; };
E2218D171EF2E4EA004298F6 /* Shared.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2218D161EF2E4EA004298F6 /* Shared.swift */; };
E2218D191EF2F0D8004298F6 /* FrequencyOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2218D181EF2F0D8004298F6 /* FrequencyOperation.swift */; };
E2218D241EF3267F004298F6 /* XMLDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = E2218D231EF3267F004298F6 /* XMLDictionary.m */; };
E2218D2C1EF3271F004298F6 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2218D2B1EF3271F004298F6 /* AppDelegate.swift */; };
E2218D301EF3271F004298F6 /* Document.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2218D2F1EF3271F004298F6 /* Document.swift */; };
E2218D3B1EF32764004298F6 /* Graph.icns in Resources */ = {isa = PBXBuildFile; fileRef = E2218D3A1EF32764004298F6 /* Graph.icns */; };
E2218D4A1EF32917004298F6 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = E2218D491EF32917004298F6 /* MainMenu.xib */; };
E2218D4C1EF329A6004298F6 /* GraphDetailsController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E2218D4B1EF329A6004298F6 /* GraphDetailsController.xib */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -28,6 +30,13 @@
remoteGlobalIDString = E2218CE51EF2D577004298F6;
remoteInfo = "Bump Logger4";
};
E2218D451EF32863004298F6 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = E2218C7A1EF2D2B5004298F6 /* Project object */;
proxyType = 1;
remoteGlobalIDString = E2218D3D1EF32803004298F6;
remoteInfo = "Bump Graphic Analysis 2";
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
@@ -39,13 +48,21 @@
E2218CDD1EF2D461004298F6 /* SettingsWindowController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SettingsWindowController.xib; sourceTree = "<group>"; };
E2218CE11EF2D54A004298F6 /* buildnum.ver */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = buildnum.ver; sourceTree = "<group>"; };
E2218CE21EF2D54A004298F6 /* BumpBuildNumber.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = BumpBuildNumber.py; sourceTree = "<group>"; };
E2218D051EF2D68F004298F6 /* Logger4-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Logger4-Bridging-Header.h"; sourceTree = "<group>"; };
E2218D081EF2D68F004298F6 /* XMLDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XMLDictionary.h; sourceTree = "<group>"; };
E2218D0A1EF2D68F004298F6 /* XMLDictionary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XMLDictionary.m; sourceTree = "<group>"; };
E2218D101EF2D6F1004298F6 /* SettingsWindowController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsWindowController.swift; sourceTree = "<group>"; };
E2218D141EF2E470004298F6 /* ConnectionLossOperation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConnectionLossOperation.swift; sourceTree = "<group>"; };
E2218D161EF2E4EA004298F6 /* Shared.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Shared.swift; sourceTree = "<group>"; };
E2218D181EF2F0D8004298F6 /* FrequencyOperation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FrequencyOperation.swift; sourceTree = "<group>"; };
E2218D211EF3267F004298F6 /* Logger4-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "Logger4-Bridging-Header.h"; path = "Logger4/Logger4-Bridging-Header.h"; sourceTree = "<group>"; };
E2218D221EF3267F004298F6 /* XMLDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XMLDictionary.h; path = Logger4/XMLDictionary.h; sourceTree = "<group>"; };
E2218D231EF3267F004298F6 /* XMLDictionary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = XMLDictionary.m; path = Logger4/XMLDictionary.m; sourceTree = "<group>"; };
E2218D291EF3271F004298F6 /* Graphic Analysis 2.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Graphic Analysis 2.app"; sourceTree = BUILT_PRODUCTS_DIR; };
E2218D2B1EF3271F004298F6 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
E2218D2F1EF3271F004298F6 /* Document.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Document.swift; sourceTree = "<group>"; };
E2218D361EF3271F004298F6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
E2218D3A1EF32764004298F6 /* Graph.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = Graph.icns; sourceTree = "<group>"; };
E2218D411EF32843004298F6 /* buildnum.ver */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = buildnum.ver; sourceTree = "<group>"; };
E2218D421EF32843004298F6 /* BumpBuildNumber.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = BumpBuildNumber.py; sourceTree = "<group>"; };
E2218D491EF32917004298F6 /* MainMenu.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MainMenu.xib; sourceTree = "<group>"; };
E2218D4B1EF329A6004298F6 /* GraphDetailsController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = GraphDetailsController.xib; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -56,6 +73,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
E2218D261EF3271F004298F6 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
@@ -64,6 +88,7 @@
children = (
E2218CA71EF2D35B004298F6 /* Shared Resources */,
E2218C991EF2D345004298F6 /* Logger4 */,
E2218D2A1EF3271F004298F6 /* Graphic Analysis 2 */,
E2218C831EF2D2B5004298F6 /* Products */,
);
sourceTree = "<group>";
@@ -72,6 +97,7 @@
isa = PBXGroup;
children = (
E2218C981EF2D345004298F6 /* Logger4.app */,
E2218D291EF3271F004298F6 /* Graphic Analysis 2.app */,
);
name = Products;
sourceTree = "<group>";
@@ -79,8 +105,9 @@
E2218C991EF2D345004298F6 /* Logger4 */ = {
isa = PBXGroup;
children = (
E2218CEB1EF2D648004298F6 /* Swift */,
E2218D041EF2D67B004298F6 /* Obj-C */,
E2218CDA1EF2D43A004298F6 /* Support Files */,
E2218CEB1EF2D648004298F6 /* Swift */,
);
path = Logger4;
sourceTree = "<group>";
@@ -89,7 +116,6 @@
isa = PBXGroup;
children = (
E2218CA81EF2D37B004298F6 /* Assets.xcassets */,
E2218D041EF2D67B004298F6 /* Obj-C */,
);
name = "Shared Resources";
sourceTree = "<group>";
@@ -128,7 +154,6 @@
E2218D121EF2D754004298F6 /* Delegates */,
E2218D131EF2E443004298F6 /* Operations */,
E2218D0F1EF2D6E5004298F6 /* Views */,
E2218D161EF2E4EA004298F6 /* Shared.swift */,
);
name = Swift;
sourceTree = "<group>";
@@ -136,11 +161,12 @@
E2218D041EF2D67B004298F6 /* Obj-C */ = {
isa = PBXGroup;
children = (
E2218D081EF2D68F004298F6 /* XMLDictionary.h */,
E2218D0A1EF2D68F004298F6 /* XMLDictionary.m */,
E2218D051EF2D68F004298F6 /* Logger4-Bridging-Header.h */,
E2218D211EF3267F004298F6 /* Logger4-Bridging-Header.h */,
E2218D221EF3267F004298F6 /* XMLDictionary.h */,
E2218D231EF3267F004298F6 /* XMLDictionary.m */,
);
name = "Obj-C";
path = ..;
sourceTree = "<group>";
};
E2218D0F1EF2D6E5004298F6 /* Views */ = {
@@ -168,6 +194,77 @@
name = Operations;
sourceTree = "<group>";
};
E2218D2A1EF3271F004298F6 /* Graphic Analysis 2 */ = {
isa = PBXGroup;
children = (
E2218D4D1EF329AE004298F6 /* Swift */,
E2218D3C1EF327CA004298F6 /* Support Files */,
);
path = "Graphic Analysis 2";
sourceTree = "<group>";
};
E2218D3C1EF327CA004298F6 /* Support Files */ = {
isa = PBXGroup;
children = (
E2218D3A1EF32764004298F6 /* Graph.icns */,
E2218D361EF3271F004298F6 /* Info.plist */,
E2218D471EF328F3004298F6 /* Versioning */,
E2218D481EF328FC004298F6 /* UI */,
);
name = "Support Files";
sourceTree = "<group>";
};
E2218D471EF328F3004298F6 /* Versioning */ = {
isa = PBXGroup;
children = (
E2218D411EF32843004298F6 /* buildnum.ver */,
E2218D421EF32843004298F6 /* BumpBuildNumber.py */,
);
name = Versioning;
sourceTree = "<group>";
};
E2218D481EF328FC004298F6 /* UI */ = {
isa = PBXGroup;
children = (
E2218D4B1EF329A6004298F6 /* GraphDetailsController.xib */,
E2218D491EF32917004298F6 /* MainMenu.xib */,
);
name = UI;
sourceTree = "<group>";
};
E2218D4D1EF329AE004298F6 /* Swift */ = {
isa = PBXGroup;
children = (
E2218D4E1EF329B4004298F6 /* Delegate */,
E2218D4F1EF329C0004298F6 /* Operations */,
E2218D501EF329D0004298F6 /* Views */,
);
name = Swift;
sourceTree = "<group>";
};
E2218D4E1EF329B4004298F6 /* Delegate */ = {
isa = PBXGroup;
children = (
E2218D2B1EF3271F004298F6 /* AppDelegate.swift */,
);
name = Delegate;
sourceTree = "<group>";
};
E2218D4F1EF329C0004298F6 /* Operations */ = {
isa = PBXGroup;
children = (
);
name = Operations;
sourceTree = "<group>";
};
E2218D501EF329D0004298F6 /* Views */ = {
isa = PBXGroup;
children = (
E2218D2F1EF3271F004298F6 /* Document.swift */,
);
name = Views;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXLegacyTarget section */
@@ -185,6 +282,20 @@
passBuildSettingsInEnvironment = 1;
productName = "Bump Logger4";
};
E2218D3D1EF32803004298F6 /* Bump Graphic Analysis 2 */ = {
isa = PBXLegacyTarget;
buildArgumentsString = "\"$PROJECT_DIR/Graphic Analysis 2/BumpBuildNumber.py\" \"$PROJECT_DIR/Graphic Analysis 2/buildnum.ver\" \"$PROJECT_DIR/Graphic Analysis 2/Info.plist\"";
buildConfigurationList = E2218D3E1EF32803004298F6 /* Build configuration list for PBXLegacyTarget "Bump Graphic Analysis 2" */;
buildPhases = (
);
buildToolPath = /usr/bin/python;
buildWorkingDirectory = "$PROJECT_DIR/Graphic Analysis 2";
dependencies = (
);
name = "Bump Graphic Analysis 2";
passBuildSettingsInEnvironment = 1;
productName = "Bump Graphic Analysis 2";
};
/* End PBXLegacyTarget section */
/* Begin PBXNativeTarget section */
@@ -206,6 +317,24 @@
productReference = E2218C981EF2D345004298F6 /* Logger4.app */;
productType = "com.apple.product-type.application";
};
E2218D281EF3271F004298F6 /* Graphic Analysis 2 */ = {
isa = PBXNativeTarget;
buildConfigurationList = E2218D371EF3271F004298F6 /* Build configuration list for PBXNativeTarget "Graphic Analysis 2" */;
buildPhases = (
E2218D251EF3271F004298F6 /* Sources */,
E2218D261EF3271F004298F6 /* Frameworks */,
E2218D271EF3271F004298F6 /* Resources */,
);
buildRules = (
);
dependencies = (
E2218D461EF32863004298F6 /* PBXTargetDependency */,
);
name = "Graphic Analysis 2";
productName = "Graphic Analysis 2";
productReference = E2218D291EF3271F004298F6 /* Graphic Analysis 2.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
@@ -227,6 +356,16 @@
DevelopmentTeam = 795KPDV76S;
ProvisioningStyle = Automatic;
};
E2218D281EF3271F004298F6 = {
CreatedOnToolsVersion = 8.3.3;
DevelopmentTeam = 795KPDV76S;
ProvisioningStyle = Automatic;
};
E2218D3D1EF32803004298F6 = {
CreatedOnToolsVersion = 8.3.3;
DevelopmentTeam = 795KPDV76S;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = E2218C7D1EF2D2B5004298F6 /* Build configuration list for PBXProject "Docsis Toolkit" */;
@@ -244,6 +383,8 @@
targets = (
E2218C971EF2D345004298F6 /* Logger4 */,
E2218CE51EF2D577004298F6 /* Bump Logger4 */,
E2218D281EF3271F004298F6 /* Graphic Analysis 2 */,
E2218D3D1EF32803004298F6 /* Bump Graphic Analysis 2 */,
);
};
/* End PBXProject section */
@@ -256,8 +397,16 @@
E2218CA91EF2D37B004298F6 /* Assets.xcassets in Resources */,
E2218CDF1EF2D461004298F6 /* SettingsWindowController.xib in Resources */,
E2218CDE1EF2D461004298F6 /* MainMenu.xib in Resources */,
E2218CE31EF2D54A004298F6 /* buildnum.ver in Resources */,
E2218CE41EF2D54A004298F6 /* BumpBuildNumber.py in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
E2218D271EF3271F004298F6 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E2218D3B1EF32764004298F6 /* Graph.icns in Resources */,
E2218D4C1EF329A6004298F6 /* GraphDetailsController.xib in Resources */,
E2218D4A1EF32917004298F6 /* MainMenu.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -268,8 +417,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E2218D171EF2E4EA004298F6 /* Shared.swift in Sources */,
E2218D0D1EF2D68F004298F6 /* XMLDictionary.m in Sources */,
E2218D241EF3267F004298F6 /* XMLDictionary.m in Sources */,
E2218D111EF2D6F1004298F6 /* SettingsWindowController.swift in Sources */,
E2218D151EF2E470004298F6 /* ConnectionLossOperation.swift in Sources */,
E2218D191EF2F0D8004298F6 /* FrequencyOperation.swift in Sources */,
@@ -277,6 +425,15 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
E2218D251EF3271F004298F6 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E2218D2C1EF3271F004298F6 /* AppDelegate.swift in Sources */,
E2218D301EF3271F004298F6 /* Document.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
@@ -285,6 +442,11 @@
target = E2218CE51EF2D577004298F6 /* Bump Logger4 */;
targetProxy = E2218CE91EF2D601004298F6 /* PBXContainerItemProxy */;
};
E2218D461EF32863004298F6 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = E2218D3D1EF32803004298F6 /* Bump Graphic Analysis 2 */;
targetProxy = E2218D451EF32863004298F6 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
@@ -393,7 +555,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.weebly.alikja.Logger4;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Logger4-Bridging-Header.h";
SWIFT_OBJC_BRIDGING_HEADER = "Logger4/Logger4-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
};
@@ -412,7 +574,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.weebly.alikja.Logger4;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Logger4-Bridging-Header.h";
SWIFT_OBJC_BRIDGING_HEADER = "Logger4/Logger4-Bridging-Header.h";
SWIFT_VERSION = 3.0;
};
name = Release;
@@ -442,6 +604,63 @@
};
name = Release;
};
E2218D381EF3271F004298F6 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-GA2";
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 795KPDV76S;
INFOPLIST_FILE = "Graphic Analysis 2/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.weebly.alikja.Graphic-Analysis-2";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
E2218D391EF3271F004298F6 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-GA2";
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 795KPDV76S;
INFOPLIST_FILE = "Graphic Analysis 2/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.weebly.alikja.Graphic-Analysis-2";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 3.0;
};
name = Release;
};
E2218D3F1EF32803004298F6 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEBUGGING_SYMBOLS = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 795KPDV76S;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
OTHER_CFLAGS = "";
OTHER_LDFLAGS = "";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
E2218D401EF32803004298F6 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 795KPDV76S;
OTHER_CFLAGS = "";
OTHER_LDFLAGS = "";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -470,6 +689,22 @@
);
defaultConfigurationIsVisible = 0;
};
E2218D371EF3271F004298F6 /* Build configuration list for PBXNativeTarget "Graphic Analysis 2" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E2218D381EF3271F004298F6 /* Debug */,
E2218D391EF3271F004298F6 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
E2218D3E1EF32803004298F6 /* Build configuration list for PBXLegacyTarget "Bump Graphic Analysis 2" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E2218D3F1EF32803004298F6 /* Debug */,
E2218D401EF32803004298F6 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = E2218C7A1EF2D2B5004298F6 /* Project object */;