iMessageClone/Training.xcodeproj/project.pbxproj

352 lines
15 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
193322BA28BABE4C00ECECB0 /* ChatModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 193322B928BABE4C00ECECB0 /* ChatModel.swift */; };
193322BC28BAC60900ECECB0 /* Date+Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 193322BB28BAC60900ECECB0 /* Date+Helpers.swift */; };
193322C028BAC92F00ECECB0 /* ChatsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 193322BF28BAC92F00ECECB0 /* ChatsViewModel.swift */; };
193322C228BACCDA00ECECB0 /* ChatView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 193322C128BACCDA00ECECB0 /* ChatView.swift */; };
C07D316878F6AA0353D447AC /* ChatRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = C07D3D7C6B2D53FDE2D935E0 /* ChatRow.swift */; };
C07D3754C665BEFBB6512D42 /* .gitignore in Resources */ = {isa = PBXBuildFile; fileRef = C07D3595FE6195CC1E0EF874 /* .gitignore */; };
C07D39C9FDC07D92EA4484E8 /* TrainingApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = C07D3FD47910198196A071C6 /* TrainingApp.swift */; };
C07D3B52F9476D6CBBDA9F86 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C07D39E44D0D6D8CEE7B119B /* ContentView.swift */; };
C07D3CE7CD14489A53B34593 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C07D3AC94044DC0078A9C96B /* Preview Assets.xcassets */; };
C07D3EC1DF66197FCF10B04A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C07D323607E19080E00F500C /* Assets.xcassets */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
193322B928BABE4C00ECECB0 /* ChatModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatModel.swift; sourceTree = "<group>"; };
193322BB28BAC60900ECECB0 /* Date+Helpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Date+Helpers.swift"; sourceTree = "<group>"; };
193322BF28BAC92F00ECECB0 /* ChatsViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatsViewModel.swift; sourceTree = "<group>"; };
193322C128BACCDA00ECECB0 /* ChatView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatView.swift; sourceTree = "<group>"; };
C07D306AC5D69BF90D6B7837 /* Training.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Training.app; sourceTree = BUILT_PRODUCTS_DIR; };
C07D323607E19080E00F500C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
C07D3595FE6195CC1E0EF874 /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = file.gitignore; path = .gitignore; sourceTree = "<group>"; };
C07D39E44D0D6D8CEE7B119B /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
C07D3AC94044DC0078A9C96B /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
C07D3D7C6B2D53FDE2D935E0 /* ChatRow.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChatRow.swift; sourceTree = "<group>"; };
C07D3FD47910198196A071C6 /* TrainingApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrainingApp.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
C07D35D9F1DE858A42F9EA17 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
C07D31B1964ABAA1A810E3AF /* Training */ = {
isa = PBXGroup;
children = (
C07D323607E19080E00F500C /* Assets.xcassets */,
C07D3D1BECC205B3E5399B3A /* Preview Content */,
C07D3FD47910198196A071C6 /* TrainingApp.swift */,
C07D39E44D0D6D8CEE7B119B /* ContentView.swift */,
C07D3D7C6B2D53FDE2D935E0 /* ChatRow.swift */,
193322B928BABE4C00ECECB0 /* ChatModel.swift */,
193322BB28BAC60900ECECB0 /* Date+Helpers.swift */,
193322BF28BAC92F00ECECB0 /* ChatsViewModel.swift */,
193322C128BACCDA00ECECB0 /* ChatView.swift */,
);
path = Training;
sourceTree = "<group>";
};
C07D371AFE61FD792BFD1B66 /* Products */ = {
isa = PBXGroup;
children = (
C07D306AC5D69BF90D6B7837 /* Training.app */,
);
name = Products;
sourceTree = "<group>";
};
C07D39A49118DB20FD6FC2F6 = {
isa = PBXGroup;
children = (
C07D371AFE61FD792BFD1B66 /* Products */,
C07D31B1964ABAA1A810E3AF /* Training */,
C07D3595FE6195CC1E0EF874 /* .gitignore */,
);
sourceTree = "<group>";
};
C07D3D1BECC205B3E5399B3A /* Preview Content */ = {
isa = PBXGroup;
children = (
C07D3AC94044DC0078A9C96B /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
C07D358237A92B11CC514E20 /* Training */ = {
isa = PBXNativeTarget;
buildConfigurationList = C07D3105791B837A22B25329 /* Build configuration list for PBXNativeTarget "Training" */;
buildPhases = (
C07D3E323FBC052ED49F708A /* Sources */,
C07D35D9F1DE858A42F9EA17 /* Frameworks */,
C07D3697D5A54CFD2B988BB1 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = Training;
productName = Training;
productReference = C07D306AC5D69BF90D6B7837 /* Training.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
C07D3850411372B23AADAF30 /* Project object */ = {
isa = PBXProject;
attributes = {
};
buildConfigurationList = C07D319DD8CBD07A95D69AAC /* Build configuration list for PBXProject "Training" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
);
mainGroup = C07D39A49118DB20FD6FC2F6;
productRefGroup = C07D371AFE61FD792BFD1B66 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
C07D358237A92B11CC514E20 /* Training */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
C07D3697D5A54CFD2B988BB1 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C07D3EC1DF66197FCF10B04A /* Assets.xcassets in Resources */,
C07D3CE7CD14489A53B34593 /* Preview Assets.xcassets in Resources */,
C07D3754C665BEFBB6512D42 /* .gitignore in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
C07D3E323FBC052ED49F708A /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
193322C028BAC92F00ECECB0 /* ChatsViewModel.swift in Sources */,
C07D39C9FDC07D92EA4484E8 /* TrainingApp.swift in Sources */,
C07D3B52F9476D6CBBDA9F86 /* ContentView.swift in Sources */,
C07D316878F6AA0353D447AC /* ChatRow.swift in Sources */,
193322C228BACCDA00ECECB0 /* ChatView.swift in Sources */,
193322BA28BABE4C00ECECB0 /* ChatModel.swift in Sources */,
193322BC28BAC60900ECECB0 /* Date+Helpers.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
C07D3289C94B96864CE471AD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Training/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 = mrtuxa.Training;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
C07D35A68F4E4FB5617ECC75 /* 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++17";
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 = 15.2;
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;
};
C07D36637BD8CF8F50D1DF55 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Training/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 = mrtuxa.Training;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
C07D3EBF265CF8C9E4BBA01B /* 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++17";
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 = 15.2;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
C07D3105791B837A22B25329 /* Build configuration list for PBXNativeTarget "Training" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C07D3289C94B96864CE471AD /* Debug */,
C07D36637BD8CF8F50D1DF55 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C07D319DD8CBD07A95D69AAC /* Build configuration list for PBXProject "Training" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C07D35A68F4E4FB5617ECC75 /* Debug */,
C07D3EBF265CF8C9E4BBA01B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = C07D3850411372B23AADAF30 /* Project object */;
}