SnapKit/Snap.xcodeproj/project.pbxproj

429 lines
16 KiB
Plaintext
Raw Normal View History

2014-07-25 12:24:17 +08:00
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
EEBCC9F019CC64F80083B827 /* EdgeInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBCC9EF19CC64F70083B827 /* EdgeInsets.swift */; };
2015-01-09 04:43:43 +08:00
EEBCC9F219CC65050083B827 /* View+Snap.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBCC9F119CC65040083B827 /* View+Snap.swift */; };
EEBCC9F419CC65110083B827 /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBCC9F319CC65110083B827 /* ConstraintAttributes.swift */; };
EEBCC9F619CC65200083B827 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBCC9F519CC65200083B827 /* ConstraintRelation.swift */; };
EEBCC9F819CC65260083B827 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBCC9F719CC65260083B827 /* ConstraintItem.swift */; };
EEBCC9FC19CC65430083B827 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBCC9FB19CC65430083B827 /* ConstraintMaker.swift */; };
EEBCC9FE19CC65510083B827 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBCC9FD19CC65510083B827 /* LayoutConstraint.swift */; };
EEBCCA0019CC66020083B827 /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBCC9FF19CC66020083B827 /* Constraint.swift */; };
2014-07-25 12:24:17 +08:00
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
EE91728119CB304E007888CF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2015-01-09 04:43:43 +08:00
EE91728219CB304E007888CF /* Snap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Snap.h; sourceTree = "<group>"; };
EE91728B19CB304E007888CF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2015-01-09 04:43:43 +08:00
EE91728C19CB304E007888CF /* SnapTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SnapTests.swift; sourceTree = "<group>"; };
EEBCC9D819CC627D0083B827 /* Snap.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Snap.framework; sourceTree = BUILT_PRODUCTS_DIR; };
EEBCC9E219CC627E0083B827 /* SnapTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SnapTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
EEBCC9EF19CC64F70083B827 /* EdgeInsets.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EdgeInsets.swift; sourceTree = "<group>"; };
2015-01-09 04:43:43 +08:00
EEBCC9F119CC65040083B827 /* View+Snap.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "View+Snap.swift"; sourceTree = "<group>"; };
EEBCC9F319CC65110083B827 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintAttributes.swift; sourceTree = "<group>"; };
EEBCC9F519CC65200083B827 /* ConstraintRelation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintRelation.swift; sourceTree = "<group>"; };
EEBCC9F719CC65260083B827 /* ConstraintItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintItem.swift; sourceTree = "<group>"; };
EEBCC9FB19CC65430083B827 /* ConstraintMaker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMaker.swift; sourceTree = "<group>"; };
EEBCC9FD19CC65510083B827 /* LayoutConstraint.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LayoutConstraint.swift; sourceTree = "<group>"; };
EEBCC9FF19CC66020083B827 /* Constraint.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constraint.swift; sourceTree = "<group>"; };
2014-07-25 12:24:17 +08:00
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
EEBCC9D419CC627D0083B827 /* Frameworks */ = {
2014-07-25 12:24:17 +08:00
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
EEBCC9DF19CC627D0083B827 /* Frameworks */ = {
2014-07-25 12:24:17 +08:00
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
DDC9FD8C1981B4DD009612C7 = {
2014-07-25 12:24:17 +08:00
isa = PBXGroup;
children = (
2015-01-09 04:43:43 +08:00
EE91727F19CB304E007888CF /* Snap */,
EE91728919CB304E007888CF /* SnapTests */,
DDC9FD961981B4DD009612C7 /* Products */,
2014-07-25 12:24:17 +08:00
);
sourceTree = "<group>";
};
DDC9FD961981B4DD009612C7 /* Products */ = {
2014-07-25 12:24:17 +08:00
isa = PBXGroup;
children = (
2015-01-09 04:43:43 +08:00
EEBCC9D819CC627D0083B827 /* Snap.framework */,
EEBCC9E219CC627E0083B827 /* SnapTests.xctest */,
2014-07-25 12:24:17 +08:00
);
name = Products;
2014-07-25 12:24:17 +08:00
sourceTree = "<group>";
};
2015-01-09 04:43:43 +08:00
EE91727F19CB304E007888CF /* Snap */ = {
2014-07-25 12:24:17 +08:00
isa = PBXGroup;
children = (
2015-01-09 04:43:43 +08:00
EE91728219CB304E007888CF /* Snap.h */,
EEBCC9F119CC65040083B827 /* View+Snap.swift */,
EEBCC9FB19CC65430083B827 /* ConstraintMaker.swift */,
EEBCC9FF19CC66020083B827 /* Constraint.swift */,
EEBCC9F719CC65260083B827 /* ConstraintItem.swift */,
EEBCC9F319CC65110083B827 /* ConstraintAttributes.swift */,
EEBCC9F519CC65200083B827 /* ConstraintRelation.swift */,
EEBCC9FD19CC65510083B827 /* LayoutConstraint.swift */,
EEBCC9EF19CC64F70083B827 /* EdgeInsets.swift */,
EE91728019CB304E007888CF /* Supporting Files */,
2014-07-25 12:24:17 +08:00
);
2015-01-09 04:43:43 +08:00
path = Snap;
2014-07-25 12:24:17 +08:00
sourceTree = "<group>";
};
EE91728019CB304E007888CF /* Supporting Files */ = {
2014-07-25 12:24:17 +08:00
isa = PBXGroup;
children = (
EE91728119CB304E007888CF /* Info.plist */,
2014-07-25 12:24:17 +08:00
);
name = "Supporting Files";
2014-07-25 12:24:17 +08:00
sourceTree = "<group>";
};
2015-01-09 04:43:43 +08:00
EE91728919CB304E007888CF /* SnapTests */ = {
2014-07-25 12:24:17 +08:00
isa = PBXGroup;
children = (
2015-01-09 04:43:43 +08:00
EE91728C19CB304E007888CF /* SnapTests.swift */,
EE91728A19CB304E007888CF /* Supporting Files */,
2014-07-25 12:24:17 +08:00
);
2015-01-09 04:43:43 +08:00
path = SnapTests;
2014-07-25 12:24:17 +08:00
sourceTree = "<group>";
};
EE91728A19CB304E007888CF /* Supporting Files */ = {
isa = PBXGroup;
children = (
EE91728B19CB304E007888CF /* Info.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
2014-07-25 12:24:17 +08:00
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
EEBCC9D519CC627D0083B827 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
2014-07-25 12:24:17 +08:00
/* Begin PBXNativeTarget section */
2015-01-09 04:43:43 +08:00
EEBCC9D719CC627D0083B827 /* Snap */ = {
2014-07-25 12:24:17 +08:00
isa = PBXNativeTarget;
2015-01-09 04:43:43 +08:00
buildConfigurationList = EEBCC9E819CC627E0083B827 /* Build configuration list for PBXNativeTarget "Snap" */;
2014-07-25 12:24:17 +08:00
buildPhases = (
EEBCC9D319CC627D0083B827 /* Sources */,
EEBCC9D419CC627D0083B827 /* Frameworks */,
EEBCC9D519CC627D0083B827 /* Headers */,
EEBCC9D619CC627D0083B827 /* Resources */,
2014-07-25 12:24:17 +08:00
);
buildRules = (
);
dependencies = (
);
2015-01-09 04:43:43 +08:00
name = Snap;
productName = Snap;
productReference = EEBCC9D819CC627D0083B827 /* Snap.framework */;
productType = "com.apple.product-type.framework";
2014-07-25 12:24:17 +08:00
};
2015-01-09 04:43:43 +08:00
EEBCC9E119CC627D0083B827 /* SnapTests */ = {
2014-07-25 12:24:17 +08:00
isa = PBXNativeTarget;
2015-01-09 04:43:43 +08:00
buildConfigurationList = EEBCC9EB19CC627E0083B827 /* Build configuration list for PBXNativeTarget "SnapTests" */;
2014-07-25 12:24:17 +08:00
buildPhases = (
EEBCC9DE19CC627D0083B827 /* Sources */,
EEBCC9DF19CC627D0083B827 /* Frameworks */,
EEBCC9E019CC627D0083B827 /* Resources */,
2014-07-25 12:24:17 +08:00
);
buildRules = (
);
dependencies = (
);
2015-01-09 04:43:43 +08:00
name = SnapTests;
productName = SnapTests;
productReference = EEBCC9E219CC627E0083B827 /* SnapTests.xctest */;
2014-07-25 12:24:17 +08:00
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
DDC9FD8D1981B4DD009612C7 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0600;
ORGANIZATIONNAME = "Jonas Budelmann";
TargetAttributes = {
EEBCC9D719CC627D0083B827 = {
2014-07-25 12:24:17 +08:00
CreatedOnToolsVersion = 6.0;
};
EEBCC9E119CC627D0083B827 = {
2014-07-25 12:24:17 +08:00
CreatedOnToolsVersion = 6.0;
};
};
};
2015-01-09 04:43:43 +08:00
buildConfigurationList = DDC9FD901981B4DD009612C7 /* Build configuration list for PBXProject "Snap" */;
2014-07-25 12:24:17 +08:00
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = DDC9FD8C1981B4DD009612C7;
productRefGroup = DDC9FD961981B4DD009612C7 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
2015-01-09 04:43:43 +08:00
EEBCC9D719CC627D0083B827 /* Snap */,
EEBCC9E119CC627D0083B827 /* SnapTests */,
2014-07-25 12:24:17 +08:00
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
EEBCC9D619CC627D0083B827 /* Resources */ = {
2014-07-25 12:24:17 +08:00
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
EEBCC9E019CC627D0083B827 /* Resources */ = {
2014-07-25 12:24:17 +08:00
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
EEBCC9D319CC627D0083B827 /* Sources */ = {
2014-07-25 12:24:17 +08:00
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
EEBCC9F019CC64F80083B827 /* EdgeInsets.swift in Sources */,
EEBCC9F619CC65200083B827 /* ConstraintRelation.swift in Sources */,
EEBCC9F419CC65110083B827 /* ConstraintAttributes.swift in Sources */,
EEBCC9FE19CC65510083B827 /* LayoutConstraint.swift in Sources */,
EEBCC9FC19CC65430083B827 /* ConstraintMaker.swift in Sources */,
2015-01-09 04:43:43 +08:00
EEBCC9F219CC65050083B827 /* View+Snap.swift in Sources */,
EEBCCA0019CC66020083B827 /* Constraint.swift in Sources */,
EEBCC9F819CC65260083B827 /* ConstraintItem.swift in Sources */,
2014-07-25 12:24:17 +08:00
);
runOnlyForDeploymentPostprocessing = 0;
};
EEBCC9DE19CC627D0083B827 /* Sources */ = {
2014-07-25 12:24:17 +08:00
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
DDC9FDAF1981B4DD009612C7 /* 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;
ENABLE_STRICT_OBJC_MSGSEND = 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 = 7.0;
2014-07-25 12:24:17 +08:00
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
DDC9FDB01981B4DD009612C7 /* 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;
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 = 7.0;
2014-07-25 12:24:17 +08:00
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
EEBCC9E919CC627E0083B827 /* Debug */ = {
2014-07-25 12:24:17 +08:00
isa = XCBuildConfiguration;
buildSettings = {
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
2015-01-09 04:43:43 +08:00
INFOPLIST_FILE = Snap/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
2015-01-08 09:58:27 +08:00
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
2014-07-25 12:24:17 +08:00
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
2014-07-25 12:24:17 +08:00
};
name = Debug;
};
EEBCC9EA19CC627E0083B827 /* Release */ = {
2014-07-25 12:24:17 +08:00
isa = XCBuildConfiguration;
buildSettings = {
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
2015-01-09 04:43:43 +08:00
INFOPLIST_FILE = Snap/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
2015-01-08 09:58:27 +08:00
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
2014-07-25 12:24:17 +08:00
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
2014-07-25 12:24:17 +08:00
};
name = Release;
};
EEBCC9EC19CC627E0083B827 /* Debug */ = {
2014-07-25 12:24:17 +08:00
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
2015-01-09 04:43:43 +08:00
INFOPLIST_FILE = SnapTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
2014-07-25 12:24:17 +08:00
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
EEBCC9ED19CC627E0083B827 /* Release */ = {
2014-07-25 12:24:17 +08:00
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
2015-01-09 04:43:43 +08:00
INFOPLIST_FILE = SnapTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
2014-07-25 12:24:17 +08:00
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
2015-01-09 04:43:43 +08:00
DDC9FD901981B4DD009612C7 /* Build configuration list for PBXProject "Snap" */ = {
2014-07-25 12:24:17 +08:00
isa = XCConfigurationList;
buildConfigurations = (
DDC9FDAF1981B4DD009612C7 /* Debug */,
DDC9FDB01981B4DD009612C7 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
2015-01-09 04:43:43 +08:00
EEBCC9E819CC627E0083B827 /* Build configuration list for PBXNativeTarget "Snap" */ = {
2014-07-25 12:24:17 +08:00
isa = XCConfigurationList;
buildConfigurations = (
EEBCC9E919CC627E0083B827 /* Debug */,
EEBCC9EA19CC627E0083B827 /* Release */,
2014-07-25 12:24:17 +08:00
);
defaultConfigurationIsVisible = 0;
2015-01-08 09:58:27 +08:00
defaultConfigurationName = Release;
2014-07-25 12:24:17 +08:00
};
2015-01-09 04:43:43 +08:00
EEBCC9EB19CC627E0083B827 /* Build configuration list for PBXNativeTarget "SnapTests" */ = {
2014-07-25 12:24:17 +08:00
isa = XCConfigurationList;
buildConfigurations = (
EEBCC9EC19CC627E0083B827 /* Debug */,
EEBCC9ED19CC627E0083B827 /* Release */,
2014-07-25 12:24:17 +08:00
);
defaultConfigurationIsVisible = 0;
2015-01-08 09:58:27 +08:00
defaultConfigurationName = Release;
2014-07-25 12:24:17 +08:00
};
/* End XCConfigurationList section */
};
rootObject = DDC9FD8D1981B4DD009612C7 /* Project object */;
}