You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

583 lines
21 KiB

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 56;
objects = {
/* Begin PBXBuildFile section */
EC97FE982A39BDFA007AEC0A /* testApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC97FE972A39BDFA007AEC0A /* testApp.swift */; };
EC97FE9A2A39BDFA007AEC0A /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC97FE992A39BDFA007AEC0A /* ContentView.swift */; };
EC97FE9C2A39BDFB007AEC0A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EC97FE9B2A39BDFB007AEC0A /* Assets.xcassets */; };
EC97FE9F2A39BDFB007AEC0A /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EC97FE9E2A39BDFB007AEC0A /* Preview Assets.xcassets */; };
EC97FEA92A39BDFB007AEC0A /* testTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC97FEA82A39BDFB007AEC0A /* testTests.swift */; };
EC97FEB32A39BDFB007AEC0A /* testUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC97FEB22A39BDFB007AEC0A /* testUITests.swift */; };
EC97FEB52A39BDFB007AEC0A /* testUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC97FEB42A39BDFB007AEC0A /* testUITestsLaunchTests.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
EC97FEA52A39BDFB007AEC0A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = EC97FE8C2A39BDFA007AEC0A /* Project object */;
proxyType = 1;
remoteGlobalIDString = EC97FE932A39BDFA007AEC0A;
remoteInfo = test;
};
EC97FEAF2A39BDFB007AEC0A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = EC97FE8C2A39BDFA007AEC0A /* Project object */;
proxyType = 1;
remoteGlobalIDString = EC97FE932A39BDFA007AEC0A;
remoteInfo = test;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
EC97FE942A39BDFA007AEC0A /* test.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = test.app; sourceTree = BUILT_PRODUCTS_DIR; };
EC97FE972A39BDFA007AEC0A /* testApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = testApp.swift; sourceTree = "<group>"; };
EC97FE992A39BDFA007AEC0A /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
EC97FE9B2A39BDFB007AEC0A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
EC97FE9E2A39BDFB007AEC0A /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
EC97FEA42A39BDFB007AEC0A /* testTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = testTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
EC97FEA82A39BDFB007AEC0A /* testTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = testTests.swift; sourceTree = "<group>"; };
EC97FEAE2A39BDFB007AEC0A /* testUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = testUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
EC97FEB22A39BDFB007AEC0A /* testUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = testUITests.swift; sourceTree = "<group>"; };
EC97FEB42A39BDFB007AEC0A /* testUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = testUITestsLaunchTests.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
EC97FE912A39BDFA007AEC0A /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
EC97FEA12A39BDFB007AEC0A /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
EC97FEAB2A39BDFB007AEC0A /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
EC97FE8B2A39BDFA007AEC0A = {
isa = PBXGroup;
children = (
EC97FE962A39BDFA007AEC0A /* test */,
EC97FEA72A39BDFB007AEC0A /* testTests */,
EC97FEB12A39BDFB007AEC0A /* testUITests */,
EC97FE952A39BDFA007AEC0A /* Products */,
);
sourceTree = "<group>";
};
EC97FE952A39BDFA007AEC0A /* Products */ = {
isa = PBXGroup;
children = (
EC97FE942A39BDFA007AEC0A /* test.app */,
EC97FEA42A39BDFB007AEC0A /* testTests.xctest */,
EC97FEAE2A39BDFB007AEC0A /* testUITests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
EC97FE962A39BDFA007AEC0A /* test */ = {
isa = PBXGroup;
children = (
EC97FE972A39BDFA007AEC0A /* testApp.swift */,
EC97FE992A39BDFA007AEC0A /* ContentView.swift */,
EC97FE9B2A39BDFB007AEC0A /* Assets.xcassets */,
EC97FE9D2A39BDFB007AEC0A /* Preview Content */,
);
path = test;
sourceTree = "<group>";
};
EC97FE9D2A39BDFB007AEC0A /* Preview Content */ = {
isa = PBXGroup;
children = (
EC97FE9E2A39BDFB007AEC0A /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
EC97FEA72A39BDFB007AEC0A /* testTests */ = {
isa = PBXGroup;
children = (
EC97FEA82A39BDFB007AEC0A /* testTests.swift */,
);
path = testTests;
sourceTree = "<group>";
};
EC97FEB12A39BDFB007AEC0A /* testUITests */ = {
isa = PBXGroup;
children = (
EC97FEB22A39BDFB007AEC0A /* testUITests.swift */,
EC97FEB42A39BDFB007AEC0A /* testUITestsLaunchTests.swift */,
);
path = testUITests;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
EC97FE932A39BDFA007AEC0A /* test */ = {
isa = PBXNativeTarget;
buildConfigurationList = EC97FEB82A39BDFB007AEC0A /* Build configuration list for PBXNativeTarget "test" */;
buildPhases = (
EC97FE902A39BDFA007AEC0A /* Sources */,
EC97FE912A39BDFA007AEC0A /* Frameworks */,
EC97FE922A39BDFA007AEC0A /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = test;
productName = test;
productReference = EC97FE942A39BDFA007AEC0A /* test.app */;
productType = "com.apple.product-type.application";
};
EC97FEA32A39BDFB007AEC0A /* testTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = EC97FEBB2A39BDFB007AEC0A /* Build configuration list for PBXNativeTarget "testTests" */;
buildPhases = (
EC97FEA02A39BDFB007AEC0A /* Sources */,
EC97FEA12A39BDFB007AEC0A /* Frameworks */,
EC97FEA22A39BDFB007AEC0A /* Resources */,
);
buildRules = (
);
dependencies = (
EC97FEA62A39BDFB007AEC0A /* PBXTargetDependency */,
);
name = testTests;
productName = testTests;
productReference = EC97FEA42A39BDFB007AEC0A /* testTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
EC97FEAD2A39BDFB007AEC0A /* testUITests */ = {
isa = PBXNativeTarget;
buildConfigurationList = EC97FEBE2A39BDFB007AEC0A /* Build configuration list for PBXNativeTarget "testUITests" */;
buildPhases = (
EC97FEAA2A39BDFB007AEC0A /* Sources */,
EC97FEAB2A39BDFB007AEC0A /* Frameworks */,
EC97FEAC2A39BDFB007AEC0A /* Resources */,
);
buildRules = (
);
dependencies = (
EC97FEB02A39BDFB007AEC0A /* PBXTargetDependency */,
);
name = testUITests;
productName = testUITests;
productReference = EC97FEAE2A39BDFB007AEC0A /* testUITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
EC97FE8C2A39BDFA007AEC0A /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1430;
LastUpgradeCheck = 1430;
TargetAttributes = {
EC97FE932A39BDFA007AEC0A = {
CreatedOnToolsVersion = 14.3;
};
EC97FEA32A39BDFB007AEC0A = {
CreatedOnToolsVersion = 14.3;
TestTargetID = EC97FE932A39BDFA007AEC0A;
};
EC97FEAD2A39BDFB007AEC0A = {
CreatedOnToolsVersion = 14.3;
TestTargetID = EC97FE932A39BDFA007AEC0A;
};
};
};
buildConfigurationList = EC97FE8F2A39BDFA007AEC0A /* Build configuration list for PBXProject "test" */;
compatibilityVersion = "Xcode 14.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = EC97FE8B2A39BDFA007AEC0A;
productRefGroup = EC97FE952A39BDFA007AEC0A /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
EC97FE932A39BDFA007AEC0A /* test */,
EC97FEA32A39BDFB007AEC0A /* testTests */,
EC97FEAD2A39BDFB007AEC0A /* testUITests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
EC97FE922A39BDFA007AEC0A /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
EC97FE9F2A39BDFB007AEC0A /* Preview Assets.xcassets in Resources */,
EC97FE9C2A39BDFB007AEC0A /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
EC97FEA22A39BDFB007AEC0A /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
EC97FEAC2A39BDFB007AEC0A /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
EC97FE902A39BDFA007AEC0A /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
EC97FE9A2A39BDFA007AEC0A /* ContentView.swift in Sources */,
EC97FE982A39BDFA007AEC0A /* testApp.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
EC97FEA02A39BDFB007AEC0A /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
EC97FEA92A39BDFB007AEC0A /* testTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
EC97FEAA2A39BDFB007AEC0A /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
EC97FEB52A39BDFB007AEC0A /* testUITestsLaunchTests.swift in Sources */,
EC97FEB32A39BDFB007AEC0A /* testUITests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
EC97FEA62A39BDFB007AEC0A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = EC97FE932A39BDFA007AEC0A /* test */;
targetProxy = EC97FEA52A39BDFB007AEC0A /* PBXContainerItemProxy */;
};
EC97FEB02A39BDFB007AEC0A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = EC97FE932A39BDFA007AEC0A /* test */;
targetProxy = EC97FEAF2A39BDFB007AEC0A /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
EC97FEB62A39BDFB007AEC0A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
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 = 16.4;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
EC97FEB72A39BDFB007AEC0A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
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 = 16.4;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
EC97FEB92A39BDFB007AEC0A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"test/Preview Content\"";
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = fr.uca.iut.test;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
EC97FEBA2A39BDFB007AEC0A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"test/Preview Content\"";
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = fr.uca.iut.test;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
EC97FEBC2A39BDFB007AEC0A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = fr.uca.iut.testTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/test.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/test";
};
name = Debug;
};
EC97FEBD2A39BDFB007AEC0A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = fr.uca.iut.testTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/test.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/test";
};
name = Release;
};
EC97FEBF2A39BDFB007AEC0A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = fr.uca.iut.testUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = test;
};
name = Debug;
};
EC97FEC02A39BDFB007AEC0A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = fr.uca.iut.testUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = test;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
EC97FE8F2A39BDFA007AEC0A /* Build configuration list for PBXProject "test" */ = {
isa = XCConfigurationList;
buildConfigurations = (
EC97FEB62A39BDFB007AEC0A /* Debug */,
EC97FEB72A39BDFB007AEC0A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
EC97FEB82A39BDFB007AEC0A /* Build configuration list for PBXNativeTarget "test" */ = {
isa = XCConfigurationList;
buildConfigurations = (
EC97FEB92A39BDFB007AEC0A /* Debug */,
EC97FEBA2A39BDFB007AEC0A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
EC97FEBB2A39BDFB007AEC0A /* Build configuration list for PBXNativeTarget "testTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
EC97FEBC2A39BDFB007AEC0A /* Debug */,
EC97FEBD2A39BDFB007AEC0A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
EC97FEBE2A39BDFB007AEC0A /* Build configuration list for PBXNativeTarget "testUITests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
EC97FEBF2A39BDFB007AEC0A /* Debug */,
EC97FEC02A39BDFB007AEC0A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = EC97FE8C2A39BDFA007AEC0A /* Project object */;
}