|
@@ -13,6 +13,14 @@
|
|
|
2F60458D288D787F008F005E /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60457B288D787E008F005E /* ContentView.swift */; };
|
|
|
2F60458E288D787F008F005E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2F60457C288D787F008F005E /* Assets.xcassets */; };
|
|
|
2F60458F288D787F008F005E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2F60457C288D787F008F005E /* Assets.xcassets */; };
|
|
|
+ 2F604599288D7E00008F005E /* ChatView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F604598288D7E00008F005E /* ChatView.swift */; };
|
|
|
+ 2F60459A288D7E00008F005E /* ChatView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F604598288D7E00008F005E /* ChatView.swift */; };
|
|
|
+ 2F60459C288D8000008F005E /* MessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60459B288D8000008F005E /* MessageView.swift */; };
|
|
|
+ 2F60459D288D8000008F005E /* MessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60459B288D8000008F005E /* MessageView.swift */; };
|
|
|
+ 2F60459F288D869B008F005E /* ChatListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60459E288D869B008F005E /* ChatListView.swift */; };
|
|
|
+ 2F6045A0288D869C008F005E /* ChatListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60459E288D869B008F005E /* ChatListView.swift */; };
|
|
|
+ 2F6045A5288E19ED008F005E /* KeyboardReadable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F6045A4288E19ED008F005E /* KeyboardReadable.swift */; };
|
|
|
+ 2F6045A6288E19ED008F005E /* KeyboardReadable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F6045A4288E19ED008F005E /* KeyboardReadable.swift */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
@@ -22,6 +30,10 @@
|
|
|
2F604581288D787F008F005E /* Chat.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Chat.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
2F604587288D787F008F005E /* Chat.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Chat.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
2F604589288D787F008F005E /* macOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = macOS.entitlements; sourceTree = "<group>"; };
|
|
|
+ 2F604598288D7E00008F005E /* ChatView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatView.swift; sourceTree = "<group>"; };
|
|
|
+ 2F60459B288D8000008F005E /* MessageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageView.swift; sourceTree = "<group>"; };
|
|
|
+ 2F60459E288D869B008F005E /* ChatListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatListView.swift; sourceTree = "<group>"; };
|
|
|
+ 2F6045A4288E19ED008F005E /* KeyboardReadable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyboardReadable.swift; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -56,6 +68,10 @@
|
|
|
children = (
|
|
|
2F60457A288D787E008F005E /* ChatApp.swift */,
|
|
|
2F60457B288D787E008F005E /* ContentView.swift */,
|
|
|
+ 2F60459E288D869B008F005E /* ChatListView.swift */,
|
|
|
+ 2F604598288D7E00008F005E /* ChatView.swift */,
|
|
|
+ 2F60459B288D8000008F005E /* MessageView.swift */,
|
|
|
+ 2F6045A4288E19ED008F005E /* KeyboardReadable.swift */,
|
|
|
2F60457C288D787F008F005E /* Assets.xcassets */,
|
|
|
);
|
|
|
path = Shared;
|
|
@@ -176,7 +192,11 @@
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
+ 2F60459C288D8000008F005E /* MessageView.swift in Sources */,
|
|
|
+ 2F60459F288D869B008F005E /* ChatListView.swift in Sources */,
|
|
|
+ 2F6045A5288E19ED008F005E /* KeyboardReadable.swift in Sources */,
|
|
|
2F60458C288D787F008F005E /* ContentView.swift in Sources */,
|
|
|
+ 2F604599288D7E00008F005E /* ChatView.swift in Sources */,
|
|
|
2F60458A288D787F008F005E /* ChatApp.swift in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
@@ -185,7 +205,11 @@
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
+ 2F60459D288D8000008F005E /* MessageView.swift in Sources */,
|
|
|
+ 2F6045A0288D869C008F005E /* ChatListView.swift in Sources */,
|
|
|
+ 2F6045A6288E19ED008F005E /* KeyboardReadable.swift in Sources */,
|
|
|
2F60458D288D787F008F005E /* ContentView.swift in Sources */,
|
|
|
+ 2F60459A288D7E00008F005E /* ChatView.swift in Sources */,
|
|
|
2F60458B288D787F008F005E /* ChatApp.swift in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
@@ -243,6 +267,8 @@
|
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 12.0;
|
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
|
MTL_FAST_MATH = YES;
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
@@ -295,6 +321,8 @@
|
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 12.0;
|
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
MTL_FAST_MATH = YES;
|
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
@@ -315,9 +343,10 @@
|
|
|
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
|
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
|
|
|
+ INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeRight UIInterfaceOrientationLandscapeLeft";
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
|
- IPHONEOS_DEPLOYMENT_TARGET = 15.5;
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
|
"@executable_path/Frameworks",
|
|
@@ -345,9 +374,10 @@
|
|
|
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
|
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
|
|
|
+ INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeRight UIInterfaceOrientationLandscapeLeft";
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
|
- IPHONEOS_DEPLOYMENT_TARGET = 15.5;
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 15.0;
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
|
"@executable_path/Frameworks",
|
|
@@ -381,7 +411,7 @@
|
|
|
"$(inherited)",
|
|
|
"@executable_path/../Frameworks",
|
|
|
);
|
|
|
- MACOSX_DEPLOYMENT_TARGET = 12.3;
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 12.0;
|
|
|
MARKETING_VERSION = 1.0;
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = sertrsv.Chat;
|
|
|
PRODUCT_NAME = Chat;
|
|
@@ -409,7 +439,7 @@
|
|
|
"$(inherited)",
|
|
|
"@executable_path/../Frameworks",
|
|
|
);
|
|
|
- MACOSX_DEPLOYMENT_TARGET = 12.3;
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 12.0;
|
|
|
MARKETING_VERSION = 1.0;
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = sertrsv.Chat;
|
|
|
PRODUCT_NAME = Chat;
|