Surge/Surge.xcodeproj/project.pbxproj

503 lines
22 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
E65C5BE419FF9CF600149FF1 /* Matrix.swift in Sources */ = {isa = PBXBuildFile; fileRef = E65C5BE319FF9CF600149FF1 /* Matrix.swift */; };
F8A1E1CB19917B0A009735E2 /* Arithmetic.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8A1E1C419917B0A009735E2 /* Arithmetic.swift */; };
F8A1E1CC19917B0A009735E2 /* Auxiliary.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8A1E1C519917B0A009735E2 /* Auxiliary.swift */; };
F8A1E1CD19917B0A009735E2 /* Exponential.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8A1E1C619917B0A009735E2 /* Exponential.swift */; };
F8A1E1CE19917B0A009735E2 /* Hyperbolic.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8A1E1C719917B0A009735E2 /* Hyperbolic.swift */; };
F8A1E1CF19917B0A009735E2 /* Power.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8A1E1C819917B0A009735E2 /* Power.swift */; };
F8A1E1D019917B0A009735E2 /* Surge.h in Headers */ = {isa = PBXBuildFile; fileRef = F8A1E1C919917B0A009735E2 /* Surge.h */; settings = {ATTRIBUTES = (Public, ); }; };
F8A1E1D119917B0A009735E2 /* Trigonometric.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8A1E1CA19917B0A009735E2 /* Trigonometric.swift */; };
F8A1E1D519917C25009735E2 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8A1E1D219917C0B009735E2 /* Accelerate.framework */; };
F8A1E1D719917C2B009735E2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8A1E1D619917C2B009735E2 /* Foundation.framework */; };
F8AE90FE19D1D9120078C7B2 /* FFT.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8AE90FD19D1D9120078C7B2 /* FFT.swift */; };
F8BD5C591A6C1C6500DD357E /* ArithmeticTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8BD5C531A6C1C6500DD357E /* ArithmeticTests.swift */; };
F8BD5C5A1A6C1C6500DD357E /* AuxiliaryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8BD5C541A6C1C6500DD357E /* AuxiliaryTests.swift */; };
F8BD5C5B1A6C1C6500DD357E /* ExponentialTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8BD5C551A6C1C6500DD357E /* ExponentialTests.swift */; };
F8BD5C5C1A6C1C6500DD357E /* HyperbolicTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8BD5C561A6C1C6500DD357E /* HyperbolicTests.swift */; };
F8BD5C5D1A6C1C6500DD357E /* TrigonometricTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8BD5C571A6C1C6500DD357E /* TrigonometricTests.swift */; };
F8BD5C5E1A6C1C6500DD357E /* XCTestCase+Surge.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8BD5C581A6C1C6500DD357E /* XCTestCase+Surge.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
F84A6AB719A9A771007B53E1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = F8A1E1A119917A79009735E2 /* Project object */;
proxyType = 1;
remoteGlobalIDString = F8A1E1A919917A79009735E2;
remoteInfo = Surge;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
E65C5BE319FF9CF600149FF1 /* Matrix.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Matrix.swift; sourceTree = "<group>"; };
F84A6AAE19A9A72F007B53E1 /* SurgeTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SurgeTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
F84A6AB119A9A72F007B53E1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
F8A1E1AA19917A79009735E2 /* Surge.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Surge.framework; sourceTree = BUILT_PRODUCTS_DIR; };
F8A1E1AE19917A79009735E2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
F8A1E1C419917B0A009735E2 /* Arithmetic.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Arithmetic.swift; sourceTree = "<group>"; };
F8A1E1C519917B0A009735E2 /* Auxiliary.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Auxiliary.swift; sourceTree = "<group>"; };
F8A1E1C619917B0A009735E2 /* Exponential.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Exponential.swift; sourceTree = "<group>"; };
F8A1E1C719917B0A009735E2 /* Hyperbolic.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Hyperbolic.swift; sourceTree = "<group>"; };
F8A1E1C819917B0A009735E2 /* Power.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Power.swift; sourceTree = "<group>"; };
F8A1E1C919917B0A009735E2 /* Surge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Surge.h; sourceTree = "<group>"; };
F8A1E1CA19917B0A009735E2 /* Trigonometric.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Trigonometric.swift; sourceTree = "<group>"; };
F8A1E1D219917C0B009735E2 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
F8A1E1D619917C2B009735E2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
F8AE90FD19D1D9120078C7B2 /* FFT.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FFT.swift; sourceTree = "<group>"; };
F8BD5C521A6C1C6400DD357E /* SurgeTests-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SurgeTests-Bridging-Header.h"; sourceTree = "<group>"; };
F8BD5C531A6C1C6500DD357E /* ArithmeticTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ArithmeticTests.swift; sourceTree = "<group>"; };
F8BD5C541A6C1C6500DD357E /* AuxiliaryTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuxiliaryTests.swift; sourceTree = "<group>"; };
F8BD5C551A6C1C6500DD357E /* ExponentialTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExponentialTests.swift; sourceTree = "<group>"; };
F8BD5C561A6C1C6500DD357E /* HyperbolicTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HyperbolicTests.swift; sourceTree = "<group>"; };
F8BD5C571A6C1C6500DD357E /* TrigonometricTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TrigonometricTests.swift; sourceTree = "<group>"; };
F8BD5C581A6C1C6500DD357E /* XCTestCase+Surge.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "XCTestCase+Surge.swift"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
F84A6AAB19A9A72F007B53E1 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
F8A1E1A619917A79009735E2 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
F8A1E1D719917C2B009735E2 /* Foundation.framework in Frameworks */,
F8A1E1D519917C25009735E2 /* Accelerate.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
F84A6AAF19A9A72F007B53E1 /* Tests */ = {
isa = PBXGroup;
children = (
F8BD5C531A6C1C6500DD357E /* ArithmeticTests.swift */,
F8BD5C541A6C1C6500DD357E /* AuxiliaryTests.swift */,
F8BD5C551A6C1C6500DD357E /* ExponentialTests.swift */,
F8BD5C561A6C1C6500DD357E /* HyperbolicTests.swift */,
F8BD5C571A6C1C6500DD357E /* TrigonometricTests.swift */,
F8BD5C581A6C1C6500DD357E /* XCTestCase+Surge.swift */,
F84A6AB019A9A72F007B53E1 /* Supporting Files */,
F8BD5C521A6C1C6400DD357E /* SurgeTests-Bridging-Header.h */,
);
path = Tests;
sourceTree = "<group>";
};
F84A6AB019A9A72F007B53E1 /* Supporting Files */ = {
isa = PBXGroup;
children = (
F84A6AB119A9A72F007B53E1 /* Info.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
F8A1E1A019917A79009735E2 = {
isa = PBXGroup;
children = (
F8A1E1AC19917A79009735E2 /* Source */,
F84A6AAF19A9A72F007B53E1 /* Tests */,
F8A1E1D419917C17009735E2 /* Frameworks */,
F8A1E1AB19917A79009735E2 /* Products */,
);
sourceTree = "<group>";
};
F8A1E1AB19917A79009735E2 /* Products */ = {
isa = PBXGroup;
children = (
F8A1E1AA19917A79009735E2 /* Surge.framework */,
F84A6AAE19A9A72F007B53E1 /* SurgeTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
F8A1E1AC19917A79009735E2 /* Source */ = {
isa = PBXGroup;
children = (
F8A1E1C319917B0A009735E2 /* Source */,
F8A1E1AD19917A79009735E2 /* Supporting Files */,
);
name = Source;
path = Surge;
sourceTree = "<group>";
};
F8A1E1AD19917A79009735E2 /* Supporting Files */ = {
isa = PBXGroup;
children = (
F8A1E1AE19917A79009735E2 /* Info.plist */,
);
path = "Supporting Files";
sourceTree = "<group>";
};
F8A1E1C319917B0A009735E2 /* Source */ = {
isa = PBXGroup;
children = (
F8A1E1C919917B0A009735E2 /* Surge.h */,
F8A1E1C419917B0A009735E2 /* Arithmetic.swift */,
F8A1E1C519917B0A009735E2 /* Auxiliary.swift */,
F8A1E1C619917B0A009735E2 /* Exponential.swift */,
F8AE90FD19D1D9120078C7B2 /* FFT.swift */,
F8A1E1C719917B0A009735E2 /* Hyperbolic.swift */,
E65C5BE319FF9CF600149FF1 /* Matrix.swift */,
F8A1E1C819917B0A009735E2 /* Power.swift */,
F8A1E1CA19917B0A009735E2 /* Trigonometric.swift */,
);
path = Source;
sourceTree = SOURCE_ROOT;
};
F8A1E1D419917C17009735E2 /* Frameworks */ = {
isa = PBXGroup;
children = (
F8A1E1D619917C2B009735E2 /* Foundation.framework */,
F8A1E1D219917C0B009735E2 /* Accelerate.framework */,
);
name = Frameworks;
path = "Surge/Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
F8A1E1A719917A79009735E2 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
F8A1E1D019917B0A009735E2 /* Surge.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
F84A6AAD19A9A72F007B53E1 /* SurgeTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = F84A6AB419A9A72F007B53E1 /* Build configuration list for PBXNativeTarget "SurgeTests" */;
buildPhases = (
F84A6AAA19A9A72F007B53E1 /* Sources */,
F84A6AAB19A9A72F007B53E1 /* Frameworks */,
F84A6AAC19A9A72F007B53E1 /* Resources */,
);
buildRules = (
);
dependencies = (
F84A6AB819A9A771007B53E1 /* PBXTargetDependency */,
);
name = SurgeTests;
productName = SurgeTests;
productReference = F84A6AAE19A9A72F007B53E1 /* SurgeTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
F8A1E1A919917A79009735E2 /* Surge */ = {
isa = PBXNativeTarget;
buildConfigurationList = F8A1E1BD19917A79009735E2 /* Build configuration list for PBXNativeTarget "Surge" */;
buildPhases = (
F8A1E1A519917A79009735E2 /* Sources */,
F8A1E1A619917A79009735E2 /* Frameworks */,
F8A1E1A719917A79009735E2 /* Headers */,
F8A1E1A819917A79009735E2 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = Surge;
productName = Surge;
productReference = F8A1E1AA19917A79009735E2 /* Surge.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
F8A1E1A119917A79009735E2 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftMigration = 0710;
LastSwiftUpdateCheck = 0710;
LastUpgradeCheck = 0710;
ORGANIZATIONNAME = "Mattt Thompson";
TargetAttributes = {
F84A6AAD19A9A72F007B53E1 = {
CreatedOnToolsVersion = 6.0;
};
F8A1E1A919917A79009735E2 = {
CreatedOnToolsVersion = 6.0;
};
};
};
buildConfigurationList = F8A1E1A419917A79009735E2 /* Build configuration list for PBXProject "Surge" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = F8A1E1A019917A79009735E2;
productRefGroup = F8A1E1AB19917A79009735E2 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
F8A1E1A919917A79009735E2 /* Surge */,
F84A6AAD19A9A72F007B53E1 /* SurgeTests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
F84A6AAC19A9A72F007B53E1 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
F8A1E1A819917A79009735E2 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
F84A6AAA19A9A72F007B53E1 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F8BD5C5C1A6C1C6500DD357E /* HyperbolicTests.swift in Sources */,
F8BD5C5A1A6C1C6500DD357E /* AuxiliaryTests.swift in Sources */,
F8BD5C5D1A6C1C6500DD357E /* TrigonometricTests.swift in Sources */,
F8BD5C5E1A6C1C6500DD357E /* XCTestCase+Surge.swift in Sources */,
F8BD5C591A6C1C6500DD357E /* ArithmeticTests.swift in Sources */,
F8BD5C5B1A6C1C6500DD357E /* ExponentialTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
F8A1E1A519917A79009735E2 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F8A1E1D119917B0A009735E2 /* Trigonometric.swift in Sources */,
F8A1E1CE19917B0A009735E2 /* Hyperbolic.swift in Sources */,
F8A1E1CC19917B0A009735E2 /* Auxiliary.swift in Sources */,
F8A1E1CF19917B0A009735E2 /* Power.swift in Sources */,
E65C5BE419FF9CF600149FF1 /* Matrix.swift in Sources */,
F8AE90FE19D1D9120078C7B2 /* FFT.swift in Sources */,
F8A1E1CD19917B0A009735E2 /* Exponential.swift in Sources */,
F8A1E1CB19917B0A009735E2 /* Arithmetic.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
F84A6AB819A9A771007B53E1 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = F8A1E1A919917A79009735E2 /* Surge */;
targetProxy = F84A6AB719A9A771007B53E1 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
F84A6AB519A9A72F007B53E1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
INFOPLIST_FILE = Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.mattt.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Tests/SurgeTests-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
F84A6AB619A9A72F007B53E1 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
INFOPLIST_FILE = Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.mattt.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Tests/SurgeTests-Bridging-Header.h";
};
name = Release;
};
F8A1E1BB19917A79009735E2 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
F8A1E1BC19917A79009735E2 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 1;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
F8A1E1BE19917A79009735E2 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "Supporting Files/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.mattt.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Debug;
};
F8A1E1BF19917A79009735E2 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "Supporting Files/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.mattt.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
F84A6AB419A9A72F007B53E1 /* Build configuration list for PBXNativeTarget "SurgeTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F84A6AB519A9A72F007B53E1 /* Debug */,
F84A6AB619A9A72F007B53E1 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
F8A1E1A419917A79009735E2 /* Build configuration list for PBXProject "Surge" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F8A1E1BB19917A79009735E2 /* Debug */,
F8A1E1BC19917A79009735E2 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
F8A1E1BD19917A79009735E2 /* Build configuration list for PBXNativeTarget "Surge" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F8A1E1BE19917A79009735E2 /* Debug */,
F8A1E1BF19917A79009735E2 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = F8A1E1A119917A79009735E2 /* Project object */;
}