Cuckoo/Mockery.xcodeproj/project.pbxproj

433 lines
17 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
181F419F1C46C6B3005BAB70 /* StubbingFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181F419E1C46C6B3005BAB70 /* StubbingFunctions.swift */; };
181F41A11C46C6E7005BAB70 /* Verification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181F41A01C46C6E7005BAB70 /* Verification.swift */; };
181F41A31C46C716005BAB70 /* VerificationFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181F41A21C46C716005BAB70 /* VerificationFunctions.swift */; };
181F41A51C46CBBD005BAB70 /* Matcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181F41A41C46CBBD005BAB70 /* Matcher.swift */; };
181F41A71C46CC3D005BAB70 /* Matchers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181F41A61C46CC3D005BAB70 /* Matchers.swift */; };
181F41A91C46D491005BAB70 /* MatcherFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181F41A81C46D491005BAB70 /* MatcherFunctions.swift */; };
183D03FF1C4691C600EBAEF3 /* Mockery.h in Headers */ = {isa = PBXBuildFile; fileRef = 183D03FE1C4691C600EBAEF3 /* Mockery.h */; settings = {ATTRIBUTES = (Public, ); }; };
183D04061C4691C600EBAEF3 /* Mockery.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 183D03FB1C4691C600EBAEF3 /* Mockery.framework */; };
183D040B1C4691C600EBAEF3 /* MockeryAPITest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 183D040A1C4691C600EBAEF3 /* MockeryAPITest.swift */; };
183D04161C46926A00EBAEF3 /* Mockery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 183D04151C46926A00EBAEF3 /* Mockery.swift */; };
183D041A1C46C14000EBAEF3 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 183D04191C46C14000EBAEF3 /* Utils.swift */; };
183D041C1C46C65300EBAEF3 /* Stubbing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 183D041B1C46C65300EBAEF3 /* Stubbing.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
183D04071C4691C600EBAEF3 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 183D03F21C4691C600EBAEF3 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 183D03FA1C4691C600EBAEF3;
remoteInfo = Mockery;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
181F419E1C46C6B3005BAB70 /* StubbingFunctions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StubbingFunctions.swift; sourceTree = "<group>"; };
181F41A01C46C6E7005BAB70 /* Verification.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Verification.swift; sourceTree = "<group>"; };
181F41A21C46C716005BAB70 /* VerificationFunctions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VerificationFunctions.swift; sourceTree = "<group>"; };
181F41A41C46CBBD005BAB70 /* Matcher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Matcher.swift; sourceTree = "<group>"; };
181F41A61C46CC3D005BAB70 /* Matchers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Matchers.swift; sourceTree = "<group>"; };
181F41A81C46D491005BAB70 /* MatcherFunctions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MatcherFunctions.swift; sourceTree = "<group>"; };
183D03FB1C4691C600EBAEF3 /* Mockery.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Mockery.framework; sourceTree = BUILT_PRODUCTS_DIR; };
183D03FE1C4691C600EBAEF3 /* Mockery.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Mockery.h; sourceTree = "<group>"; };
183D04001C4691C600EBAEF3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
183D04051C4691C600EBAEF3 /* MockeryTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MockeryTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
183D040A1C4691C600EBAEF3 /* MockeryAPITest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockeryAPITest.swift; sourceTree = "<group>"; };
183D040C1C4691C600EBAEF3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
183D04151C46926A00EBAEF3 /* Mockery.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Mockery.swift; sourceTree = "<group>"; };
183D04191C46C14000EBAEF3 /* Utils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; };
183D041B1C46C65300EBAEF3 /* Stubbing.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Stubbing.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
183D03F71C4691C600EBAEF3 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
183D04021C4691C600EBAEF3 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
183D04061C4691C600EBAEF3 /* Mockery.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
183D03F11C4691C600EBAEF3 = {
isa = PBXGroup;
children = (
183D03FD1C4691C600EBAEF3 /* Source */,
183D04091C4691C600EBAEF3 /* Tests */,
183D03FC1C4691C600EBAEF3 /* Products */,
);
sourceTree = "<group>";
};
183D03FC1C4691C600EBAEF3 /* Products */ = {
isa = PBXGroup;
children = (
183D03FB1C4691C600EBAEF3 /* Mockery.framework */,
183D04051C4691C600EBAEF3 /* MockeryTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
183D03FD1C4691C600EBAEF3 /* Source */ = {
isa = PBXGroup;
children = (
183D03FE1C4691C600EBAEF3 /* Mockery.h */,
183D04001C4691C600EBAEF3 /* Info.plist */,
183D04151C46926A00EBAEF3 /* Mockery.swift */,
183D04191C46C14000EBAEF3 /* Utils.swift */,
183D041B1C46C65300EBAEF3 /* Stubbing.swift */,
181F419E1C46C6B3005BAB70 /* StubbingFunctions.swift */,
181F41A01C46C6E7005BAB70 /* Verification.swift */,
181F41A21C46C716005BAB70 /* VerificationFunctions.swift */,
181F41A41C46CBBD005BAB70 /* Matcher.swift */,
181F41A61C46CC3D005BAB70 /* Matchers.swift */,
181F41A81C46D491005BAB70 /* MatcherFunctions.swift */,
);
path = Source;
sourceTree = "<group>";
};
183D04091C4691C600EBAEF3 /* Tests */ = {
isa = PBXGroup;
children = (
183D040A1C4691C600EBAEF3 /* MockeryAPITest.swift */,
183D040C1C4691C600EBAEF3 /* Info.plist */,
);
path = Tests;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
183D03F81C4691C600EBAEF3 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
183D03FF1C4691C600EBAEF3 /* Mockery.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
183D03FA1C4691C600EBAEF3 /* Mockery */ = {
isa = PBXNativeTarget;
buildConfigurationList = 183D040F1C4691C600EBAEF3 /* Build configuration list for PBXNativeTarget "Mockery" */;
buildPhases = (
183D03F61C4691C600EBAEF3 /* Sources */,
183D03F71C4691C600EBAEF3 /* Frameworks */,
183D03F81C4691C600EBAEF3 /* Headers */,
183D03F91C4691C600EBAEF3 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = Mockery;
productName = Mockery;
productReference = 183D03FB1C4691C600EBAEF3 /* Mockery.framework */;
productType = "com.apple.product-type.framework";
};
183D04041C4691C600EBAEF3 /* MockeryTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 183D04121C4691C600EBAEF3 /* Build configuration list for PBXNativeTarget "MockeryTests" */;
buildPhases = (
183D04011C4691C600EBAEF3 /* Sources */,
183D04021C4691C600EBAEF3 /* Frameworks */,
183D04031C4691C600EBAEF3 /* Resources */,
);
buildRules = (
);
dependencies = (
183D04081C4691C600EBAEF3 /* PBXTargetDependency */,
);
name = MockeryTests;
productName = MockeryTests;
productReference = 183D04051C4691C600EBAEF3 /* MockeryTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
183D03F21C4691C600EBAEF3 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0720;
LastUpgradeCheck = 0720;
ORGANIZATIONNAME = Brightify;
TargetAttributes = {
183D03FA1C4691C600EBAEF3 = {
CreatedOnToolsVersion = 7.2;
};
183D04041C4691C600EBAEF3 = {
CreatedOnToolsVersion = 7.2;
};
};
};
buildConfigurationList = 183D03F51C4691C600EBAEF3 /* Build configuration list for PBXProject "Mockery" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 183D03F11C4691C600EBAEF3;
productRefGroup = 183D03FC1C4691C600EBAEF3 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
183D03FA1C4691C600EBAEF3 /* Mockery */,
183D04041C4691C600EBAEF3 /* MockeryTests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
183D03F91C4691C600EBAEF3 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
183D04031C4691C600EBAEF3 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
183D03F61C4691C600EBAEF3 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
181F41A11C46C6E7005BAB70 /* Verification.swift in Sources */,
181F419F1C46C6B3005BAB70 /* StubbingFunctions.swift in Sources */,
183D04161C46926A00EBAEF3 /* Mockery.swift in Sources */,
181F41A71C46CC3D005BAB70 /* Matchers.swift in Sources */,
181F41A91C46D491005BAB70 /* MatcherFunctions.swift in Sources */,
181F41A51C46CBBD005BAB70 /* Matcher.swift in Sources */,
183D041A1C46C14000EBAEF3 /* Utils.swift in Sources */,
181F41A31C46C716005BAB70 /* VerificationFunctions.swift in Sources */,
183D041C1C46C65300EBAEF3 /* Stubbing.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
183D04011C4691C600EBAEF3 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
183D040B1C4691C600EBAEF3 /* MockeryAPITest.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
183D04081C4691C600EBAEF3 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 183D03FA1C4691C600EBAEF3 /* Mockery */;
targetProxy = 183D04071C4691C600EBAEF3 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
183D040D1C4691C600EBAEF3 /* 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;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
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 = 9.2;
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;
};
183D040E1C4691C600EBAEF3 /* 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 = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
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 = 9.2;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
183D04101C4691C600EBAEF3 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = org.brightify.Mockery;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
183D04111C4691C600EBAEF3 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = org.brightify.Mockery;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Release;
};
183D04131C4691C600EBAEF3 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
INFOPLIST_FILE = Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = org.brightify.MockeryTests;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
183D04141C4691C600EBAEF3 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
INFOPLIST_FILE = Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = org.brightify.MockeryTests;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
183D03F51C4691C600EBAEF3 /* Build configuration list for PBXProject "Mockery" */ = {
isa = XCConfigurationList;
buildConfigurations = (
183D040D1C4691C600EBAEF3 /* Debug */,
183D040E1C4691C600EBAEF3 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
183D040F1C4691C600EBAEF3 /* Build configuration list for PBXNativeTarget "Mockery" */ = {
isa = XCConfigurationList;
buildConfigurations = (
183D04101C4691C600EBAEF3 /* Debug */,
183D04111C4691C600EBAEF3 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
183D04121C4691C600EBAEF3 /* Build configuration list for PBXNativeTarget "MockeryTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
183D04131C4691C600EBAEF3 /* Debug */,
183D04141C4691C600EBAEF3 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 183D03F21C4691C600EBAEF3 /* Project object */;
}