// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 50; objects = { /* Begin PBXBuildFile section */ 19F16C0A26248ED300320CD8 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19F16C0926248ED300320CD8 /* AppDelegate.swift */; }; 19F16C0C26248ED300320CD8 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19F16C0B26248ED300320CD8 /* SceneDelegate.swift */; }; 19F16C0E26248ED300320CD8 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19F16C0D26248ED300320CD8 /* ContentView.swift */; }; 19F16C1026248ED800320CD8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 19F16C0F26248ED800320CD8 /* Assets.xcassets */; }; 19F16C1626248ED800320CD8 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 19F16C1426248ED800320CD8 /* LaunchScreen.storyboard */; }; 872BD1F5262EBFF6000DD92F /* localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 872BD1F7262EBFF6000DD92F /* localizable.strings */; }; F758E87208DF3790DD862ECF /* Pods_Test.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F22771268A2A88218DE29A79 /* Pods_Test.framework */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ 19F16C0626248ED300320CD8 /* Test.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Test.app; sourceTree = BUILT_PRODUCTS_DIR; }; 19F16C0926248ED300320CD8 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 19F16C0B26248ED300320CD8 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = ""; }; 19F16C0D26248ED300320CD8 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; 19F16C0F26248ED800320CD8 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 19F16C1726248ED800320CD8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 5E65D4943489279AC0F84B66 /* Pods-Test.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Test.release.xcconfig"; path = "Target Support Files/Pods-Test/Pods-Test.release.xcconfig"; sourceTree = ""; }; 64B87546166B5285BEEDE7A3 /* Pods-Test.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Test.debug.xcconfig"; path = "Target Support Files/Pods-Test/Pods-Test.debug.xcconfig"; sourceTree = ""; }; 872BD1F6262EBFF6000DD92F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/localizable.strings; sourceTree = ""; }; 872BD1F9262EC02A000DD92F /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/localizable.strings; sourceTree = ""; }; 87D907CB263C43EB001320B1 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = fr; path = fr.lproj/LaunchScreen.storyboard; sourceTree = ""; }; 87D907CC263C441F001320B1 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/LaunchScreen.storyboard; sourceTree = ""; }; F22771268A2A88218DE29A79 /* Pods_Test.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Test.framework; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 19F16C0326248ED300320CD8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( F758E87208DF3790DD862ECF /* Pods_Test.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 19F16BFD26248ED300320CD8 = { isa = PBXGroup; children = ( 19F16C0826248ED300320CD8 /* Test */, 19F16C0726248ED300320CD8 /* Products */, 61C74146D6CD6487F4CA85B2 /* Pods */, 599CE7CDBA7210C466ABEBBE /* Frameworks */, ); sourceTree = ""; }; 19F16C0726248ED300320CD8 /* Products */ = { isa = PBXGroup; children = ( 19F16C0626248ED300320CD8 /* Test.app */, ); name = Products; sourceTree = ""; }; 19F16C0826248ED300320CD8 /* Test */ = { isa = PBXGroup; children = ( 19F16C0926248ED300320CD8 /* AppDelegate.swift */, 19F16C0B26248ED300320CD8 /* SceneDelegate.swift */, 19F16C0D26248ED300320CD8 /* ContentView.swift */, 19F16C0F26248ED800320CD8 /* Assets.xcassets */, 19F16C1426248ED800320CD8 /* LaunchScreen.storyboard */, 872BD1F7262EBFF6000DD92F /* localizable.strings */, 19F16C1726248ED800320CD8 /* Info.plist */, ); path = Test; sourceTree = ""; }; 599CE7CDBA7210C466ABEBBE /* Frameworks */ = { isa = PBXGroup; children = ( F22771268A2A88218DE29A79 /* Pods_Test.framework */, ); name = Frameworks; sourceTree = ""; }; 61C74146D6CD6487F4CA85B2 /* Pods */ = { isa = PBXGroup; children = ( 64B87546166B5285BEEDE7A3 /* Pods-Test.debug.xcconfig */, 5E65D4943489279AC0F84B66 /* Pods-Test.release.xcconfig */, ); path = Pods; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ 19F16C0526248ED300320CD8 /* Test */ = { isa = PBXNativeTarget; buildConfigurationList = 19F16C1A26248ED800320CD8 /* Build configuration list for PBXNativeTarget "Test" */; buildPhases = ( F7A021422BFD88BAFDC632B7 /* [CP] Check Pods Manifest.lock */, 19F16C0226248ED300320CD8 /* Sources */, 19F16C0326248ED300320CD8 /* Frameworks */, 19F16C0426248ED300320CD8 /* Resources */, ); buildRules = ( ); dependencies = ( ); name = Test; productName = Test; productReference = 19F16C0626248ED300320CD8 /* Test.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 19F16BFE26248ED300320CD8 /* Project object */ = { isa = PBXProject; attributes = { LastSwiftUpdateCheck = 1240; LastUpgradeCheck = 1240; TargetAttributes = { 19F16C0526248ED300320CD8 = { CreatedOnToolsVersion = 12.4; }; }; }; buildConfigurationList = 19F16C0126248ED300320CD8 /* Build configuration list for PBXProject "Test" */; compatibilityVersion = "Xcode 9.3"; developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( en, fr, ); mainGroup = 19F16BFD26248ED300320CD8; productRefGroup = 19F16C0726248ED300320CD8 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 19F16C0526248ED300320CD8 /* Test */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ 19F16C0426248ED300320CD8 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 19F16C1626248ED800320CD8 /* LaunchScreen.storyboard in Resources */, 872BD1F5262EBFF6000DD92F /* localizable.strings in Resources */, 19F16C1026248ED800320CD8 /* Assets.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ F7A021422BFD88BAFDC632B7 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputFileListPaths = ( ); inputPaths = ( "${PODS_PODFILE_DIR_PATH}/Podfile.lock", "${PODS_ROOT}/Manifest.lock", ); name = "[CP] Check Pods Manifest.lock"; outputFileListPaths = ( ); outputPaths = ( "$(DERIVED_FILE_DIR)/Pods-Test-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ 19F16C0226248ED300320CD8 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 19F16C0A26248ED300320CD8 /* AppDelegate.swift in Sources */, 19F16C0C26248ED300320CD8 /* SceneDelegate.swift in Sources */, 19F16C0E26248ED300320CD8 /* ContentView.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXVariantGroup section */ 19F16C1426248ED800320CD8 /* LaunchScreen.storyboard */ = { isa = PBXVariantGroup; children = ( 87D907CB263C43EB001320B1 /* fr */, 87D907CC263C441F001320B1 /* en */, ); name = LaunchScreen.storyboard; sourceTree = ""; }; 872BD1F7262EBFF6000DD92F /* localizable.strings */ = { isa = PBXVariantGroup; children = ( 872BD1F6262EBFF6000DD92F /* en */, 872BD1F9262EC02A000DD92F /* fr */, ); name = localizable.strings; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ 19F16C1826248ED800320CD8 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; CLANG_CXX_LIBRARY = "libc++"; 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 = 14.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; }; 19F16C1926248ED800320CD8 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; CLANG_CXX_LIBRARY = "libc++"; 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 = 14.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; }; 19F16C1B26248ED800320CD8 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 64B87546166B5285BEEDE7A3 /* Pods-Test.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; DEVELOPMENT_ASSET_PATHS = "\"Test/Preview Content\""; ENABLE_PREVIEWS = YES; INFOPLIST_FILE = Test/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); PRODUCT_BUNDLE_IDENTIFIER = fabernovel.Test; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; 19F16C1C26248ED800320CD8 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 5E65D4943489279AC0F84B66 /* Pods-Test.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; DEVELOPMENT_ASSET_PATHS = "\"Test/Preview Content\""; ENABLE_PREVIEWS = YES; INFOPLIST_FILE = Test/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); PRODUCT_BUNDLE_IDENTIFIER = fabernovel.Test; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 19F16C0126248ED300320CD8 /* Build configuration list for PBXProject "Test" */ = { isa = XCConfigurationList; buildConfigurations = ( 19F16C1826248ED800320CD8 /* Debug */, 19F16C1926248ED800320CD8 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 19F16C1A26248ED800320CD8 /* Build configuration list for PBXNativeTarget "Test" */ = { isa = XCConfigurationList; buildConfigurations = ( 19F16C1B26248ED800320CD8 /* Debug */, 19F16C1C26248ED800320CD8 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = 19F16BFE26248ED300320CD8 /* Project object */; }