Creates `RxTests` targets.

This commit is contained in:
Krunoslav Zaher 2015-12-19 18:12:54 +01:00
parent 86ec1acbcf
commit 57ca792dc6
9 changed files with 856 additions and 29 deletions

View File

@ -889,6 +889,34 @@
remoteGlobalIDString = C8F0BF901BBBFB8B001B112F;
remoteInfo = "RxSwift-watchOS";
};
C88FA4FF1C25C44800CCFEA4 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = C8A56ACE1AD7424700B4673B /* Project object */;
proxyType = 1;
remoteGlobalIDString = C8A56AD61AD7424700B4673B;
remoteInfo = "RxSwift-iOS";
};
C88FA5101C25C4B500CCFEA4 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = C8A56ACE1AD7424700B4673B /* Project object */;
proxyType = 1;
remoteGlobalIDString = C88BB81A1B07E5ED0064D411;
remoteInfo = "RxSwift-OSX";
};
C88FA5211C25C4C000CCFEA4 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = C8A56ACE1AD7424700B4673B /* Project object */;
proxyType = 1;
remoteGlobalIDString = D2EA280B1BB9B5A200880ED3;
remoteInfo = "RxSwift-tvOS";
};
C88FA5321C25C4CC00CCFEA4 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = C8A56ACE1AD7424700B4673B /* Project object */;
proxyType = 1;
remoteGlobalIDString = C8F0BF901BBBFB8B001B112F;
remoteInfo = "RxSwift-watchOS";
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
@ -1088,6 +1116,10 @@
C88254141B8A752B00B02D69 /* UITextView+Rx.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UITextView+Rx.swift"; sourceTree = "<group>"; };
C88BB8711B07E5ED0064D411 /* RxSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RxSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
C88E296A1BEB712E001CCB92 /* RunLoopLock.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RunLoopLock.swift; sourceTree = "<group>"; };
C88FA50C1C25C44800CCFEA4 /* RxTests-iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = "RxTests-iOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
C88FA51D1C25C4B500CCFEA4 /* RxTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RxTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
C88FA52E1C25C4C000CCFEA4 /* RxTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RxTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
C88FA53F1C25C4CC00CCFEA4 /* RxTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RxTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
C8941BDE1BD5695C00A0E874 /* BlockingObservable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BlockingObservable.swift; sourceTree = "<group>"; };
C8941BE31BD56B0700A0E874 /* BlockingObservable+Operators.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "BlockingObservable+Operators.swift"; sourceTree = "<group>"; };
C89CDB351BCB0DD7002063D9 /* ShareReplay1.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = ShareReplay1.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
@ -1169,6 +1201,34 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
C88FA5051C25C44800CCFEA4 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C88FA5161C25C4B500CCFEA4 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C88FA5271C25C4C000CCFEA4 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C88FA5381C25C4CC00CCFEA4 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C8A56AD31AD7424700B4673B /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
@ -1662,6 +1722,10 @@
C8F0C0021BBBFB8B001B112F /* RxSwift.framework */,
C8F0C04B1BBBFBB9001B112F /* RxCocoa.framework */,
C8F0C0581BBBFBCE001B112F /* RxBlocking.framework */,
C88FA50C1C25C44800CCFEA4 /* RxTests-iOS.framework */,
C88FA51D1C25C4B500CCFEA4 /* RxTests.framework */,
C88FA52E1C25C4C000CCFEA4 /* RxTests.framework */,
C88FA53F1C25C4CC00CCFEA4 /* RxTests.framework */,
);
name = Products;
sourceTree = "<group>";
@ -1714,6 +1778,34 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
C88FA5061C25C44800CCFEA4 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C88FA5171C25C4B500CCFEA4 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C88FA5281C25C4C000CCFEA4 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C88FA5391C25C4CC00CCFEA4 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C8A56AD41AD7424700B4673B /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
@ -1870,6 +1962,82 @@
productReference = C88BB8711B07E5ED0064D411 /* RxSwift.framework */;
productType = "com.apple.product-type.framework";
};
C88FA4FD1C25C44800CCFEA4 /* RxTests-iOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = C88FA5081C25C44800CCFEA4 /* Build configuration list for PBXNativeTarget "RxTests-iOS" */;
buildPhases = (
C88FA5001C25C44800CCFEA4 /* Sources */,
C88FA5051C25C44800CCFEA4 /* Frameworks */,
C88FA5061C25C44800CCFEA4 /* Headers */,
C88FA5071C25C44800CCFEA4 /* Resources */,
);
buildRules = (
);
dependencies = (
C88FA4FE1C25C44800CCFEA4 /* PBXTargetDependency */,
);
name = "RxTests-iOS";
productName = RxSwift;
productReference = C88FA50C1C25C44800CCFEA4 /* RxTests-iOS.framework */;
productType = "com.apple.product-type.framework";
};
C88FA50E1C25C4B500CCFEA4 /* RxTests-OSX */ = {
isa = PBXNativeTarget;
buildConfigurationList = C88FA5191C25C4B500CCFEA4 /* Build configuration list for PBXNativeTarget "RxTests-OSX" */;
buildPhases = (
C88FA5111C25C4B500CCFEA4 /* Sources */,
C88FA5161C25C4B500CCFEA4 /* Frameworks */,
C88FA5171C25C4B500CCFEA4 /* Headers */,
C88FA5181C25C4B500CCFEA4 /* Resources */,
);
buildRules = (
);
dependencies = (
C88FA50F1C25C4B500CCFEA4 /* PBXTargetDependency */,
);
name = "RxTests-OSX";
productName = RxSwift;
productReference = C88FA51D1C25C4B500CCFEA4 /* RxTests.framework */;
productType = "com.apple.product-type.framework";
};
C88FA51F1C25C4C000CCFEA4 /* RxTests-tvOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = C88FA52A1C25C4C000CCFEA4 /* Build configuration list for PBXNativeTarget "RxTests-tvOS" */;
buildPhases = (
C88FA5221C25C4C000CCFEA4 /* Sources */,
C88FA5271C25C4C000CCFEA4 /* Frameworks */,
C88FA5281C25C4C000CCFEA4 /* Headers */,
C88FA5291C25C4C000CCFEA4 /* Resources */,
);
buildRules = (
);
dependencies = (
C88FA5201C25C4C000CCFEA4 /* PBXTargetDependency */,
);
name = "RxTests-tvOS";
productName = "RxBlocking-tvOS";
productReference = C88FA52E1C25C4C000CCFEA4 /* RxTests.framework */;
productType = "com.apple.product-type.framework";
};
C88FA5301C25C4CC00CCFEA4 /* RxTests-watchOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = C88FA53B1C25C4CC00CCFEA4 /* Build configuration list for PBXNativeTarget "RxTests-watchOS" */;
buildPhases = (
C88FA5331C25C4CC00CCFEA4 /* Sources */,
C88FA5381C25C4CC00CCFEA4 /* Frameworks */,
C88FA5391C25C4CC00CCFEA4 /* Headers */,
C88FA53A1C25C4CC00CCFEA4 /* Resources */,
);
buildRules = (
);
dependencies = (
C88FA5311C25C4CC00CCFEA4 /* PBXTargetDependency */,
);
name = "RxTests-watchOS";
productName = RxSwift;
productReference = C88FA53F1C25C4CC00CCFEA4 /* RxTests.framework */;
productType = "com.apple.product-type.framework";
};
C8A56AD61AD7424700B4673B /* RxSwift-iOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = C8A56AED1AD7424700B4673B /* Build configuration list for PBXNativeTarget "RxSwift-iOS" */;
@ -2048,6 +2216,10 @@
C8093BC91B8A71FC0088E94D /* RxBlocking-OSX */,
D2EBEB801BB9B99D003A27DC /* RxBlocking-tvOS */,
C8F0C04D1BBBFBCE001B112F /* RxBlocking-watchOS */,
C88FA4FD1C25C44800CCFEA4 /* RxTests-iOS */,
C88FA50E1C25C4B500CCFEA4 /* RxTests-OSX */,
C88FA51F1C25C4C000CCFEA4 /* RxTests-tvOS */,
C88FA5301C25C4CC00CCFEA4 /* RxTests-watchOS */,
);
};
/* End PBXProject section */
@ -2088,6 +2260,34 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
C88FA5071C25C44800CCFEA4 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C88FA5181C25C4B500CCFEA4 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C88FA5291C25C4C000CCFEA4 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C88FA53A1C25C4CC00CCFEA4 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C8A56AD51AD7424700B4673B /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
@ -2429,6 +2629,34 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
C88FA5001C25C44800CCFEA4 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C88FA5111C25C4B500CCFEA4 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C88FA5221C25C4C000CCFEA4 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C88FA5331C25C4CC00CCFEA4 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C8A56AD21AD7424700B4673B /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
@ -3070,6 +3298,26 @@
target = C8F0BF901BBBFB8B001B112F /* RxSwift-watchOS */;
targetProxy = C872BD291BC052C200D7175E /* PBXContainerItemProxy */;
};
C88FA4FE1C25C44800CCFEA4 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = C8A56AD61AD7424700B4673B /* RxSwift-iOS */;
targetProxy = C88FA4FF1C25C44800CCFEA4 /* PBXContainerItemProxy */;
};
C88FA50F1C25C4B500CCFEA4 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = C88BB81A1B07E5ED0064D411 /* RxSwift-OSX */;
targetProxy = C88FA5101C25C4B500CCFEA4 /* PBXContainerItemProxy */;
};
C88FA5201C25C4C000CCFEA4 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = D2EA280B1BB9B5A200880ED3 /* RxSwift-tvOS */;
targetProxy = C88FA5211C25C4C000CCFEA4 /* PBXContainerItemProxy */;
};
C88FA5311C25C4CC00CCFEA4 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = C8F0BF901BBBFB8B001B112F /* RxSwift-watchOS */;
targetProxy = C88FA5321C25C4CC00CCFEA4 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
@ -3414,6 +3662,225 @@
};
name = Release;
};
C88FA5091C25C44800CCFEA4 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = RxTests/RxTests/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Krunoslav-Zaher.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = RxTests;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
};
name = Debug;
};
C88FA50A1C25C44800CCFEA4 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = RxTests/RxTests/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Krunoslav-Zaher.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = RxTests;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
};
name = Release;
};
C88FA50B1C25C44800CCFEA4 /* Release-Tests */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = RxTests/RxTests/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Krunoslav-Zaher.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = RxTests;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
};
name = "Release-Tests";
};
C88FA51A1C25C4B500CCFEA4 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = NO;
INFOPLIST_FILE = "RxBlocking-OSX copy-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Krunoslav-Zaher.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = RxTests;
SDKROOT = macosx;
SKIP_INSTALL = YES;
};
name = Debug;
};
C88FA51B1C25C4B500CCFEA4 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = NO;
INFOPLIST_FILE = "RxBlocking-OSX copy-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Krunoslav-Zaher.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = RxTests;
SDKROOT = macosx;
SKIP_INSTALL = YES;
};
name = Release;
};
C88FA51C1C25C4B500CCFEA4 /* Release-Tests */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = NO;
INFOPLIST_FILE = "RxBlocking-OSX copy-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Krunoslav-Zaher.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = RxTests;
SDKROOT = macosx;
SKIP_INSTALL = YES;
};
name = "Release-Tests";
};
C88FA52B1C25C4C000CCFEA4 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "RxBlocking-tvOS copy-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Krunoslav-Zaher.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = RxTests;
SDKROOT = appletvos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = 3;
};
name = Debug;
};
C88FA52C1C25C4C000CCFEA4 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "RxBlocking-tvOS copy-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Krunoslav-Zaher.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = RxTests;
SDKROOT = appletvos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = 3;
};
name = Release;
};
C88FA52D1C25C4C000CCFEA4 /* Release-Tests */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "RxBlocking-tvOS copy-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Krunoslav-Zaher.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = RxTests;
SDKROOT = appletvos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = 3;
};
name = "Release-Tests";
};
C88FA53C1C25C4CC00CCFEA4 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "RxBlocking-watchOS copy-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Krunoslav-Zaher.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = RxTests;
SDKROOT = watchos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,4";
};
name = Debug;
};
C88FA53D1C25C4CC00CCFEA4 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "RxBlocking-watchOS copy-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Krunoslav-Zaher.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = RxTests;
SDKROOT = watchos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,4";
};
name = Release;
};
C88FA53E1C25C4CC00CCFEA4 /* Release-Tests */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "RxBlocking-watchOS copy-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Krunoslav-Zaher.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = RxTests;
SDKROOT = watchos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,4";
};
name = "Release-Tests";
};
C8A56AEB1AD7424700B4673B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
@ -3939,6 +4406,46 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C88FA5081C25C44800CCFEA4 /* Build configuration list for PBXNativeTarget "RxTests-iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C88FA5091C25C44800CCFEA4 /* Debug */,
C88FA50A1C25C44800CCFEA4 /* Release */,
C88FA50B1C25C44800CCFEA4 /* Release-Tests */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C88FA5191C25C4B500CCFEA4 /* Build configuration list for PBXNativeTarget "RxTests-OSX" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C88FA51A1C25C4B500CCFEA4 /* Debug */,
C88FA51B1C25C4B500CCFEA4 /* Release */,
C88FA51C1C25C4B500CCFEA4 /* Release-Tests */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C88FA52A1C25C4C000CCFEA4 /* Build configuration list for PBXNativeTarget "RxTests-tvOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C88FA52B1C25C4C000CCFEA4 /* Debug */,
C88FA52C1C25C4C000CCFEA4 /* Release */,
C88FA52D1C25C4C000CCFEA4 /* Release-Tests */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C88FA53B1C25C4CC00CCFEA4 /* Build configuration list for PBXNativeTarget "RxTests-watchOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C88FA53C1C25C4CC00CCFEA4 /* Debug */,
C88FA53D1C25C4CC00CCFEA4 /* Release */,
C88FA53E1C25C4CC00CCFEA4 /* Release-Tests */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C8A56AD11AD7424700B4673B /* Build configuration list for PBXProject "Rx" */ = {
isa = XCConfigurationList;
buildConfigurations = (

View File

@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0720"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C88FA50E1C25C4B500CCFEA4"
BuildableName = "RxTests-OSX.framework"
BlueprintName = "RxTests-OSX"
ReferencedContainer = "container:Rx.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C88FA50E1C25C4B500CCFEA4"
BuildableName = "RxTests-OSX.framework"
BlueprintName = "RxTests-OSX"
ReferencedContainer = "container:Rx.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C88FA50E1C25C4B500CCFEA4"
BuildableName = "RxTests-OSX.framework"
BlueprintName = "RxTests-OSX"
ReferencedContainer = "container:Rx.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

View File

@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0720"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C88FA4FD1C25C44800CCFEA4"
BuildableName = "RxTests-iOS.framework"
BlueprintName = "RxTests-iOS"
ReferencedContainer = "container:Rx.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C88FA4FD1C25C44800CCFEA4"
BuildableName = "RxTests-iOS.framework"
BlueprintName = "RxTests-iOS"
ReferencedContainer = "container:Rx.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C88FA4FD1C25C44800CCFEA4"
BuildableName = "RxTests-iOS.framework"
BlueprintName = "RxTests-iOS"
ReferencedContainer = "container:Rx.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

View File

@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0720"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C88FA51F1C25C4C000CCFEA4"
BuildableName = "RxTests-tvOS.framework"
BlueprintName = "RxTests-tvOS"
ReferencedContainer = "container:Rx.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C88FA51F1C25C4C000CCFEA4"
BuildableName = "RxTests-tvOS.framework"
BlueprintName = "RxTests-tvOS"
ReferencedContainer = "container:Rx.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C88FA51F1C25C4C000CCFEA4"
BuildableName = "RxTests-tvOS.framework"
BlueprintName = "RxTests-tvOS"
ReferencedContainer = "container:Rx.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

View File

@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0720"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C88FA5301C25C4CC00CCFEA4"
BuildableName = "RxTests-watchOS.framework"
BlueprintName = "RxTests-watchOS"
ReferencedContainer = "container:Rx.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C88FA5301C25C4CC00CCFEA4"
BuildableName = "RxTests-watchOS.framework"
BlueprintName = "RxTests-watchOS"
ReferencedContainer = "container:Rx.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C88FA5301C25C4CC00CCFEA4"
BuildableName = "RxTests-watchOS.framework"
BlueprintName = "RxTests-watchOS"
ReferencedContainer = "container:Rx.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

View File

@ -507,9 +507,9 @@
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
C811081F1AF50E11001C13E4 /* RxTests-iOS */ = {
C811081F1AF50E11001C13E4 /* RxAllTests-iOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = C81108291AF50E11001C13E4 /* Build configuration list for PBXNativeTarget "RxTests-iOS" */;
buildConfigurationList = C81108291AF50E11001C13E4 /* Build configuration list for PBXNativeTarget "RxAllTests-iOS" */;
buildPhases = (
C811081C1AF50E11001C13E4 /* Sources */,
C811081D1AF50E11001C13E4 /* Frameworks */,
@ -519,7 +519,7 @@
);
dependencies = (
);
name = "RxTests-iOS";
name = "RxAllTests-iOS";
productName = Tests;
productReference = C81108201AF50E11001C13E4 /* RxTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
@ -541,9 +541,9 @@
productReference = C868D1091BB950D3003D1474 /* PerformanceTests.app */;
productType = "com.apple.product-type.application";
};
C88BB88F1B07E64B0064D411 /* RxTests-OSX */ = {
C88BB88F1B07E64B0064D411 /* RxAllTests-OSX */ = {
isa = PBXNativeTarget;
buildConfigurationList = C88BB8B41B07E64B0064D411 /* Build configuration list for PBXNativeTarget "RxTests-OSX" */;
buildConfigurationList = C88BB8B41B07E64B0064D411 /* Build configuration list for PBXNativeTarget "RxAllTests-OSX" */;
buildPhases = (
C88BB8901B07E64B0064D411 /* Sources */,
C88BB8AF1B07E64B0064D411 /* Frameworks */,
@ -553,14 +553,14 @@
);
dependencies = (
);
name = "RxTests-OSX";
name = "RxAllTests-OSX";
productName = Tests;
productReference = C88BB8B71B07E64B0064D411 /* RxTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
D2EBEB481BB9B7AE003A27DC /* RxTests-tvOS */ = {
D2EBEB481BB9B7AE003A27DC /* RxAllTests-tvOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = D2EBEB511BB9B7AE003A27DC /* Build configuration list for PBXNativeTarget "RxTests-tvOS" */;
buildConfigurationList = D2EBEB511BB9B7AE003A27DC /* Build configuration list for PBXNativeTarget "RxAllTests-tvOS" */;
buildPhases = (
D2EBEB451BB9B7AE003A27DC /* Sources */,
D2EBEB461BB9B7AE003A27DC /* Frameworks */,
@ -570,7 +570,7 @@
);
dependencies = (
);
name = "RxTests-tvOS";
name = "RxAllTests-tvOS";
productName = "RxTests-tvOS";
productReference = D2EBEB491BB9B7AE003A27DC /* RxTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
@ -608,9 +608,9 @@
projectDirPath = "";
projectRoot = "";
targets = (
C811081F1AF50E11001C13E4 /* RxTests-iOS */,
C88BB88F1B07E64B0064D411 /* RxTests-OSX */,
D2EBEB481BB9B7AE003A27DC /* RxTests-tvOS */,
C811081F1AF50E11001C13E4 /* RxAllTests-iOS */,
C88BB88F1B07E64B0064D411 /* RxAllTests-OSX */,
D2EBEB481BB9B7AE003A27DC /* RxAllTests-tvOS */,
C868D1081BB950D3003D1474 /* PerformanceTests */,
);
};
@ -1432,7 +1432,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C81108291AF50E11001C13E4 /* Build configuration list for PBXNativeTarget "RxTests-iOS" */ = {
C81108291AF50E11001C13E4 /* Build configuration list for PBXNativeTarget "RxAllTests-iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C81108271AF50E11001C13E4 /* Debug */,
@ -1452,7 +1452,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C88BB8B41B07E64B0064D411 /* Build configuration list for PBXNativeTarget "RxTests-OSX" */ = {
C88BB8B41B07E64B0064D411 /* Build configuration list for PBXNativeTarget "RxAllTests-OSX" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C88BB8B51B07E64B0064D411 /* Debug */,
@ -1462,7 +1462,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
D2EBEB511BB9B7AE003A27DC /* Build configuration list for PBXNativeTarget "RxTests-tvOS" */ = {
D2EBEB511BB9B7AE003A27DC /* Build configuration list for PBXNativeTarget "RxAllTests-tvOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D2EBEB4E1BB9B7AE003A27DC /* Debug */,

View File

@ -16,7 +16,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "C88BB88F1B07E64B0064D411"
BuildableName = "RxTests.xctest"
BlueprintName = "RxTests-OSX"
BlueprintName = "RxAllTests-OSX"
ReferencedContainer = "container:RxTests.xcodeproj">
</BuildableReference>
</BuildActionEntry>
@ -34,7 +34,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "C88BB88F1B07E64B0064D411"
BuildableName = "RxTests.xctest"
BlueprintName = "RxTests-OSX"
BlueprintName = "RxAllTests-OSX"
ReferencedContainer = "container:RxTests.xcodeproj">
</BuildableReference>
</TestableReference>
@ -44,7 +44,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "C88BB88F1B07E64B0064D411"
BuildableName = "RxTests.xctest"
BlueprintName = "RxTests-OSX"
BlueprintName = "RxAllTests-OSX"
ReferencedContainer = "container:RxTests.xcodeproj">
</BuildableReference>
</MacroExpansion>
@ -66,7 +66,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "C88BB88F1B07E64B0064D411"
BuildableName = "RxTests.xctest"
BlueprintName = "RxTests-OSX"
BlueprintName = "RxAllTests-OSX"
ReferencedContainer = "container:RxTests.xcodeproj">
</BuildableReference>
</MacroExpansion>
@ -84,7 +84,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "C88BB88F1B07E64B0064D411"
BuildableName = "RxTests.xctest"
BlueprintName = "RxTests-OSX"
BlueprintName = "RxAllTests-OSX"
ReferencedContainer = "container:RxTests.xcodeproj">
</BuildableReference>
</MacroExpansion>

View File

@ -16,7 +16,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "C811081F1AF50E11001C13E4"
BuildableName = "RxTests.xctest"
BlueprintName = "RxTests-iOS"
BlueprintName = "RxAllTests-iOS"
ReferencedContainer = "container:RxTests.xcodeproj">
</BuildableReference>
</BuildActionEntry>
@ -34,7 +34,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "C811081F1AF50E11001C13E4"
BuildableName = "RxTests.xctest"
BlueprintName = "RxTests-iOS"
BlueprintName = "RxAllTests-iOS"
ReferencedContainer = "container:RxTests.xcodeproj">
</BuildableReference>
</TestableReference>
@ -44,7 +44,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "C811081F1AF50E11001C13E4"
BuildableName = "RxTests.xctest"
BlueprintName = "RxTests-iOS"
BlueprintName = "RxAllTests-iOS"
ReferencedContainer = "container:RxTests.xcodeproj">
</BuildableReference>
</MacroExpansion>
@ -66,7 +66,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "C811081F1AF50E11001C13E4"
BuildableName = "RxTests.xctest"
BlueprintName = "RxTests-iOS"
BlueprintName = "RxAllTests-iOS"
ReferencedContainer = "container:RxTests.xcodeproj">
</BuildableReference>
</MacroExpansion>
@ -84,7 +84,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "C811081F1AF50E11001C13E4"
BuildableName = "RxTests.xctest"
BlueprintName = "RxTests-iOS"
BlueprintName = "RxAllTests-iOS"
ReferencedContainer = "container:RxTests.xcodeproj">
</BuildableReference>
</MacroExpansion>

View File

@ -16,7 +16,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "D2EBEB481BB9B7AE003A27DC"
BuildableName = "RxTests.xctest"
BlueprintName = "RxTests-tvOS"
BlueprintName = "RxAllTests-tvOS"
ReferencedContainer = "container:RxTests.xcodeproj">
</BuildableReference>
</BuildActionEntry>
@ -34,7 +34,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "D2EBEB481BB9B7AE003A27DC"
BuildableName = "RxTests.xctest"
BlueprintName = "RxTests-tvOS"
BlueprintName = "RxAllTests-tvOS"
ReferencedContainer = "container:RxTests.xcodeproj">
</BuildableReference>
</TestableReference>
@ -57,7 +57,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "D2EBEB481BB9B7AE003A27DC"
BuildableName = "RxTests.xctest"
BlueprintName = "RxTests-tvOS"
BlueprintName = "RxAllTests-tvOS"
ReferencedContainer = "container:RxTests.xcodeproj">
</BuildableReference>
</MacroExpansion>
@ -75,7 +75,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "D2EBEB481BB9B7AE003A27DC"
BuildableName = "RxTests.xctest"
BlueprintName = "RxTests-tvOS"
BlueprintName = "RxAllTests-tvOS"
ReferencedContainer = "container:RxTests.xcodeproj">
</BuildableReference>
</MacroExpansion>