479 lines
16 KiB
Plaintext
479 lines
16 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXAggregateTarget section */
|
|
"Schedule::SchedulePackageTests::ProductTarget" /* SchedulePackageTests */ = {
|
|
isa = PBXAggregateTarget;
|
|
buildConfigurationList = OBJ_39 /* Build configuration list for PBXAggregateTarget "SchedulePackageTests" */;
|
|
buildPhases = (
|
|
);
|
|
dependencies = (
|
|
OBJ_42 /* PBXTargetDependency */,
|
|
);
|
|
name = SchedulePackageTests;
|
|
productName = SchedulePackageTests;
|
|
};
|
|
/* End PBXAggregateTarget section */
|
|
|
|
/* Begin PBXBuildFile section */
|
|
OBJ_27 /* DateTime.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_9 /* DateTime.swift */; };
|
|
OBJ_28 /* Job.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_10 /* Job.swift */; };
|
|
OBJ_29 /* Schedule.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_11 /* Schedule.swift */; };
|
|
OBJ_30 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_12 /* Util.swift */; };
|
|
OBJ_37 /* Package.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_6 /* Package.swift */; };
|
|
OBJ_48 /* DateTimeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_15 /* DateTimeTests.swift */; };
|
|
OBJ_49 /* ScheduleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_16 /* ScheduleTests.swift */; };
|
|
OBJ_50 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_17 /* Util.swift */; };
|
|
OBJ_51 /* XCTestManifests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_18 /* XCTestManifests.swift */; };
|
|
OBJ_53 /* Schedule.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "Schedule::Schedule::Product" /* Schedule.framework */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
6266004220EF028200D5E606 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = OBJ_1 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = "Schedule::Schedule";
|
|
remoteInfo = Schedule;
|
|
};
|
|
6266004320EF028200D5E606 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = OBJ_1 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = "Schedule::ScheduleTests";
|
|
remoteInfo = ScheduleTests;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
OBJ_10 /* Job.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Job.swift; sourceTree = "<group>"; };
|
|
OBJ_11 /* Schedule.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Schedule.swift; sourceTree = "<group>"; };
|
|
OBJ_12 /* Util.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Util.swift; sourceTree = "<group>"; };
|
|
OBJ_15 /* DateTimeTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DateTimeTests.swift; sourceTree = "<group>"; };
|
|
OBJ_16 /* ScheduleTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScheduleTests.swift; sourceTree = "<group>"; };
|
|
OBJ_17 /* Util.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Util.swift; sourceTree = "<group>"; };
|
|
OBJ_18 /* XCTestManifests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XCTestManifests.swift; sourceTree = "<group>"; };
|
|
OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
|
|
OBJ_9 /* DateTime.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DateTime.swift; sourceTree = "<group>"; };
|
|
"Schedule::Schedule::Product" /* Schedule.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Schedule.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
"Schedule::ScheduleTests::Product" /* ScheduleTests.xctest */ = {isa = PBXFileReference; lastKnownFileType = file; path = ScheduleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
OBJ_31 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 0;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
OBJ_52 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 0;
|
|
files = (
|
|
OBJ_53 /* Schedule.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
OBJ_13 /* Tests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_14 /* ScheduleTests */,
|
|
);
|
|
name = Tests;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
OBJ_14 /* ScheduleTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_15 /* DateTimeTests.swift */,
|
|
OBJ_16 /* ScheduleTests.swift */,
|
|
OBJ_17 /* Util.swift */,
|
|
OBJ_18 /* XCTestManifests.swift */,
|
|
);
|
|
name = ScheduleTests;
|
|
path = Tests/ScheduleTests;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
OBJ_19 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
"Schedule::Schedule::Product" /* Schedule.framework */,
|
|
"Schedule::ScheduleTests::Product" /* ScheduleTests.xctest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = BUILT_PRODUCTS_DIR;
|
|
};
|
|
OBJ_5 /* */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_6 /* Package.swift */,
|
|
OBJ_7 /* Sources */,
|
|
OBJ_13 /* Tests */,
|
|
OBJ_19 /* Products */,
|
|
);
|
|
name = "";
|
|
sourceTree = "<group>";
|
|
};
|
|
OBJ_7 /* Sources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_8 /* Schedule */,
|
|
);
|
|
name = Sources;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
OBJ_8 /* Schedule */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
OBJ_9 /* DateTime.swift */,
|
|
OBJ_10 /* Job.swift */,
|
|
OBJ_11 /* Schedule.swift */,
|
|
OBJ_12 /* Util.swift */,
|
|
);
|
|
name = Schedule;
|
|
path = Sources/Schedule;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
"Schedule::Schedule" /* Schedule */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = OBJ_23 /* Build configuration list for PBXNativeTarget "Schedule" */;
|
|
buildPhases = (
|
|
OBJ_26 /* Sources */,
|
|
OBJ_31 /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = Schedule;
|
|
productName = Schedule;
|
|
productReference = "Schedule::Schedule::Product" /* Schedule.framework */;
|
|
productType = "com.apple.product-type.framework";
|
|
};
|
|
"Schedule::ScheduleTests" /* ScheduleTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = OBJ_44 /* Build configuration list for PBXNativeTarget "ScheduleTests" */;
|
|
buildPhases = (
|
|
OBJ_47 /* Sources */,
|
|
OBJ_52 /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
OBJ_54 /* PBXTargetDependency */,
|
|
);
|
|
name = ScheduleTests;
|
|
productName = ScheduleTests;
|
|
productReference = "Schedule::ScheduleTests::Product" /* ScheduleTests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
"Schedule::SwiftPMPackageDescription" /* SchedulePackageDescription */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = OBJ_33 /* Build configuration list for PBXNativeTarget "SchedulePackageDescription" */;
|
|
buildPhases = (
|
|
OBJ_36 /* Sources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = SchedulePackageDescription;
|
|
productName = SchedulePackageDescription;
|
|
productType = "com.apple.product-type.framework";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
OBJ_1 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 9999;
|
|
};
|
|
buildConfigurationList = OBJ_2 /* Build configuration list for PBXProject "Schedule" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = OBJ_5 /* */;
|
|
productRefGroup = OBJ_19 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
"Schedule::Schedule" /* Schedule */,
|
|
"Schedule::SwiftPMPackageDescription" /* SchedulePackageDescription */,
|
|
"Schedule::SchedulePackageTests::ProductTarget" /* SchedulePackageTests */,
|
|
"Schedule::ScheduleTests" /* ScheduleTests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
OBJ_26 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 0;
|
|
files = (
|
|
OBJ_27 /* DateTime.swift in Sources */,
|
|
OBJ_28 /* Job.swift in Sources */,
|
|
OBJ_29 /* Schedule.swift in Sources */,
|
|
OBJ_30 /* Util.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
OBJ_36 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 0;
|
|
files = (
|
|
OBJ_37 /* Package.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
OBJ_47 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 0;
|
|
files = (
|
|
OBJ_48 /* DateTimeTests.swift in Sources */,
|
|
OBJ_49 /* ScheduleTests.swift in Sources */,
|
|
OBJ_50 /* Util.swift in Sources */,
|
|
OBJ_51 /* XCTestManifests.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
OBJ_42 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = "Schedule::ScheduleTests" /* ScheduleTests */;
|
|
targetProxy = 6266004320EF028200D5E606 /* PBXContainerItemProxy */;
|
|
};
|
|
OBJ_54 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = "Schedule::Schedule" /* Schedule */;
|
|
targetProxy = 6266004220EF028200D5E606 /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
OBJ_24 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ENABLE_TESTABILITY = YES;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
|
|
);
|
|
HEADER_SEARCH_PATHS = "$(inherited)";
|
|
INFOPLIST_FILE = Schedule.xcodeproj/Schedule_Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
|
|
OTHER_CFLAGS = "$(inherited)";
|
|
OTHER_LDFLAGS = "$(inherited)";
|
|
OTHER_SWIFT_FLAGS = "$(inherited)";
|
|
PRODUCT_BUNDLE_IDENTIFIER = Schedule;
|
|
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
SKIP_INSTALL = YES;
|
|
SWIFT_VERSION = 4.0;
|
|
TARGET_NAME = Schedule;
|
|
};
|
|
name = Debug;
|
|
};
|
|
OBJ_25 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ENABLE_TESTABILITY = YES;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
|
|
);
|
|
HEADER_SEARCH_PATHS = "$(inherited)";
|
|
INFOPLIST_FILE = Schedule.xcodeproj/Schedule_Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
|
|
OTHER_CFLAGS = "$(inherited)";
|
|
OTHER_LDFLAGS = "$(inherited)";
|
|
OTHER_SWIFT_FLAGS = "$(inherited)";
|
|
PRODUCT_BUNDLE_IDENTIFIER = Schedule;
|
|
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
SKIP_INSTALL = YES;
|
|
SWIFT_VERSION = 4.0;
|
|
TARGET_NAME = Schedule;
|
|
};
|
|
name = Release;
|
|
};
|
|
OBJ_3 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
ENABLE_NS_ASSERTIONS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
OTHER_SWIFT_FLAGS = "-DXcode";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = macosx;
|
|
SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator";
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
USE_HEADERMAP = NO;
|
|
};
|
|
name = Debug;
|
|
};
|
|
OBJ_34 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
LD = /usr/bin/true;
|
|
OTHER_SWIFT_FLAGS = "-swift-version 4 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/4 -target x86_64-apple-macosx10.10 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk";
|
|
SWIFT_VERSION = 4.0;
|
|
};
|
|
name = Debug;
|
|
};
|
|
OBJ_35 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
LD = /usr/bin/true;
|
|
OTHER_SWIFT_FLAGS = "-swift-version 4 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/4 -target x86_64-apple-macosx10.10 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk";
|
|
SWIFT_VERSION = 4.0;
|
|
};
|
|
name = Release;
|
|
};
|
|
OBJ_4 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
GCC_OPTIMIZATION_LEVEL = s;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
OTHER_SWIFT_FLAGS = "-DXcode";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = macosx;
|
|
SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator";
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = SWIFT_PACKAGE;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
|
USE_HEADERMAP = NO;
|
|
};
|
|
name = Release;
|
|
};
|
|
OBJ_40 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
};
|
|
name = Debug;
|
|
};
|
|
OBJ_41 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
};
|
|
name = Release;
|
|
};
|
|
OBJ_45 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
|
|
);
|
|
HEADER_SEARCH_PATHS = "$(inherited)";
|
|
INFOPLIST_FILE = Schedule.xcodeproj/ScheduleTests_Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @loader_path/../Frameworks @loader_path/Frameworks";
|
|
OTHER_CFLAGS = "$(inherited)";
|
|
OTHER_LDFLAGS = "$(inherited)";
|
|
OTHER_SWIFT_FLAGS = "$(inherited)";
|
|
SWIFT_VERSION = 4.0;
|
|
TARGET_NAME = ScheduleTests;
|
|
};
|
|
name = Debug;
|
|
};
|
|
OBJ_46 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
|
|
);
|
|
HEADER_SEARCH_PATHS = "$(inherited)";
|
|
INFOPLIST_FILE = Schedule.xcodeproj/ScheduleTests_Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @loader_path/../Frameworks @loader_path/Frameworks";
|
|
OTHER_CFLAGS = "$(inherited)";
|
|
OTHER_LDFLAGS = "$(inherited)";
|
|
OTHER_SWIFT_FLAGS = "$(inherited)";
|
|
SWIFT_VERSION = 4.0;
|
|
TARGET_NAME = ScheduleTests;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
OBJ_2 /* Build configuration list for PBXProject "Schedule" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
OBJ_3 /* Debug */,
|
|
OBJ_4 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
OBJ_23 /* Build configuration list for PBXNativeTarget "Schedule" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
OBJ_24 /* Debug */,
|
|
OBJ_25 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
OBJ_33 /* Build configuration list for PBXNativeTarget "SchedulePackageDescription" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
OBJ_34 /* Debug */,
|
|
OBJ_35 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
OBJ_39 /* Build configuration list for PBXAggregateTarget "SchedulePackageTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
OBJ_40 /* Debug */,
|
|
OBJ_41 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
OBJ_44 /* Build configuration list for PBXNativeTarget "ScheduleTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
OBJ_45 /* Debug */,
|
|
OBJ_46 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = OBJ_1 /* Project object */;
|
|
}
|