Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file added .DS_Store
Binary file not shown.
167 changes: 157 additions & 10 deletions Flash Chat iOS13.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand All @@ -17,6 +17,14 @@
0B62818F235DF01000E35CAF /* LoginViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B62818E235DF01000E35CAF /* LoginViewController.swift */; };
0B628191235DF01B00E35CAF /* ChatViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B628190235DF01B00E35CAF /* ChatViewController.swift */; };
0B62819E235F0F4D00E35CAF /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 0B62819D235F0F4D00E35CAF /* README.md */; };
5261309707BD4990672CA10A /* Pods_Flash_Chat_iOS13.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 855D1392FA223A40866FB0DB /* Pods_Flash_Chat_iOS13.framework */; };
E2C8B0D02D218233006DAE32 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = E2C8B0CF2D218233006DAE32 /* GoogleService-Info.plist */; };
E2DAD3D52D2619CC005C5B21 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2DAD3D42D2619CC005C5B21 /* Constants.swift */; };
E2DAD3D82D261F28005C5B21 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2DAD3D72D261F28005C5B21 /* Message.swift */; };
E2DAD3DB2D262CEB005C5B21 /* MessageCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E2DAD3DA2D262CEB005C5B21 /* MessageCell.xib */; };
E2DAD3DC2D262CEB005C5B21 /* MessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2DAD3D92D262CEB005C5B21 /* MessageCell.swift */; };
E2E8466C2D210B89009AB056 /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2E8466B2D210B89009AB056 /* File.swift */; };
E2F651C82D28E7C800517A7A /* IQKeyboardManagerSwift in Frameworks */ = {isa = PBXBuildFile; productRef = E2F651C72D28E7C800517A7A /* IQKeyboardManagerSwift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -32,25 +40,47 @@
0B62818E235DF01000E35CAF /* LoginViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginViewController.swift; sourceTree = "<group>"; };
0B628190235DF01B00E35CAF /* ChatViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatViewController.swift; sourceTree = "<group>"; };
0B62819D235F0F4D00E35CAF /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
635EB23FFB9AF8D6B1004564 /* Pods-Flash Chat iOS13.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Flash Chat iOS13.debug.xcconfig"; path = "Target Support Files/Pods-Flash Chat iOS13/Pods-Flash Chat iOS13.debug.xcconfig"; sourceTree = "<group>"; };
855D1392FA223A40866FB0DB /* Pods_Flash_Chat_iOS13.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Flash_Chat_iOS13.framework; sourceTree = BUILT_PRODUCTS_DIR; };
9E8A7B405581D86B6C6659E5 /* Pods-Flash Chat iOS13.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Flash Chat iOS13.release.xcconfig"; path = "Target Support Files/Pods-Flash Chat iOS13/Pods-Flash Chat iOS13.release.xcconfig"; sourceTree = "<group>"; };
E2C8B0CF2D218233006DAE32 /* GoogleService-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
E2DAD3D42D2619CC005C5B21 /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
E2DAD3D72D261F28005C5B21 /* Message.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Message.swift; sourceTree = "<group>"; };
E2DAD3D92D262CEB005C5B21 /* MessageCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageCell.swift; sourceTree = "<group>"; };
E2DAD3DA2D262CEB005C5B21 /* MessageCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MessageCell.xib; sourceTree = "<group>"; };
E2E8466B2D210B89009AB056 /* File.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = File.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
0B628170235DEE8100E35CAF /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
5261309707BD4990672CA10A /* Pods_Flash_Chat_iOS13.framework in Frameworks */,
E2F651C82D28E7C800517A7A /* IQKeyboardManagerSwift in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
06510E370997FE4759E8E93B /* Pods */ = {
isa = PBXGroup;
children = (
635EB23FFB9AF8D6B1004564 /* Pods-Flash Chat iOS13.debug.xcconfig */,
9E8A7B405581D86B6C6659E5 /* Pods-Flash Chat iOS13.release.xcconfig */,
);
path = Pods;
sourceTree = "<group>";
};
0B62816A235DEE8100E35CAF = {
isa = PBXGroup;
children = (
0B62819D235F0F4D00E35CAF /* README.md */,
0B628175235DEE8100E35CAF /* Flash Chat iOS13 */,
0B628174235DEE8100E35CAF /* Products */,
06510E370997FE4759E8E93B /* Pods */,
69F03A279BBE5ED8C2A455B1 /* Frameworks */,
);
sourceTree = "<group>";
};
Expand All @@ -65,14 +95,14 @@
0B628175235DEE8100E35CAF /* Flash Chat iOS13 */ = {
isa = PBXGroup;
children = (
0B628176235DEE8100E35CAF /* AppDelegate.swift */,
0B628178235DEE8100E35CAF /* SceneDelegate.swift */,
0B628194235DF03A00E35CAF /* Models */,
0B628193235DF03400E35CAF /* Views */,
E2E846692D210ACF009AB056 /* Application */,
0B628192235DF02000E35CAF /* Controllers */,
0B62817F235DEE8400E35CAF /* Assets.xcassets */,
0B628181235DEE8400E35CAF /* LaunchScreen.storyboard */,
E2DAD3D62D261EF4005C5B21 /* Model */,
E2E846682D210AB9009AB056 /* Keep Note */,
E2E8466A2D210AE5009AB056 /* Resources */,
0B628193235DF03400E35CAF /* Views */,
0B628184235DEE8400E35CAF /* Info.plist */,
E2C8B0CF2D218233006DAE32 /* GoogleService-Info.plist */,
);
path = "Flash Chat iOS13";
sourceTree = "<group>";
Expand All @@ -84,6 +114,7 @@
0B62818C235DF00B00E35CAF /* RegisterViewController.swift */,
0B62818E235DF01000E35CAF /* LoginViewController.swift */,
0B628190235DF01B00E35CAF /* ChatViewController.swift */,
E2DAD3D42D2619CC005C5B21 /* Constants.swift */,
);
path = Controllers;
sourceTree = "<group>";
Expand All @@ -92,15 +123,52 @@
isa = PBXGroup;
children = (
0B62817C235DEE8100E35CAF /* Main.storyboard */,
E2DAD3D92D262CEB005C5B21 /* MessageCell.swift */,
E2DAD3DA2D262CEB005C5B21 /* MessageCell.xib */,
);
path = Views;
sourceTree = "<group>";
};
0B628194235DF03A00E35CAF /* Models */ = {
69F03A279BBE5ED8C2A455B1 /* Frameworks */ = {
isa = PBXGroup;
children = (
855D1392FA223A40866FB0DB /* Pods_Flash_Chat_iOS13.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
E2DAD3D62D261EF4005C5B21 /* Model */ = {
isa = PBXGroup;
children = (
E2DAD3D72D261F28005C5B21 /* Message.swift */,
);
path = Model;
sourceTree = "<group>";
};
E2E846682D210AB9009AB056 /* Keep Note */ = {
isa = PBXGroup;
children = (
E2E8466B2D210B89009AB056 /* File.swift */,
);
path = "Keep Note";
sourceTree = "<group>";
};
E2E846692D210ACF009AB056 /* Application */ = {
isa = PBXGroup;
children = (
0B628176235DEE8100E35CAF /* AppDelegate.swift */,
0B628178235DEE8100E35CAF /* SceneDelegate.swift */,
);
path = Application;
sourceTree = "<group>";
};
E2E8466A2D210AE5009AB056 /* Resources */ = {
isa = PBXGroup;
children = (
0B62817F235DEE8400E35CAF /* Assets.xcassets */,
0B628181235DEE8400E35CAF /* LaunchScreen.storyboard */,
);
path = Models;
path = Resources;
sourceTree = "<group>";
};
/* End PBXGroup section */
Expand All @@ -110,9 +178,11 @@
isa = PBXNativeTarget;
buildConfigurationList = 0B628187235DEE8400E35CAF /* Build configuration list for PBXNativeTarget "Flash Chat iOS13" */;
buildPhases = (
BD23EA54563754D09A02195A /* [CP] Check Pods Manifest.lock */,
0B62816F235DEE8100E35CAF /* Sources */,
0B628170235DEE8100E35CAF /* Frameworks */,
0B628171235DEE8100E35CAF /* Resources */,
BBF7AB9766D12DF2A8956053 /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand All @@ -129,8 +199,9 @@
0B62816B235DEE8100E35CAF /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = YES;
LastSwiftUpdateCheck = 1110;
LastUpgradeCheck = 1110;
LastUpgradeCheck = 1600;
ORGANIZATIONNAME = "Angela Yu";
TargetAttributes = {
0B628172235DEE8100E35CAF = {
Expand All @@ -147,6 +218,9 @@
Base,
);
mainGroup = 0B62816A235DEE8100E35CAF;
packageReferences = (
E2F651C62D28E7C800517A7A /* XCRemoteSwiftPackageReference "IQKeyboardManager" */,
);
productRefGroup = 0B628174235DEE8100E35CAF /* Products */;
projectDirPath = "";
projectRoot = "";
Expand All @@ -162,25 +236,73 @@
buildActionMask = 2147483647;
files = (
0B628183235DEE8400E35CAF /* LaunchScreen.storyboard in Resources */,
E2DAD3DB2D262CEB005C5B21 /* MessageCell.xib in Resources */,
0B628180235DEE8400E35CAF /* Assets.xcassets in Resources */,
E2C8B0D02D218233006DAE32 /* GoogleService-Info.plist in Resources */,
0B62819E235F0F4D00E35CAF /* README.md in Resources */,
0B62817E235DEE8100E35CAF /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
BBF7AB9766D12DF2A8956053 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Flash Chat iOS13/Pods-Flash Chat iOS13-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Flash Chat iOS13/Pods-Flash Chat iOS13-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Flash Chat iOS13/Pods-Flash Chat iOS13-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
BD23EA54563754D09A02195A /* [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-Flash Chat iOS13-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 */
0B62816F235DEE8100E35CAF /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0B62818B235DF00000E35CAF /* WelcomeViewController.swift in Sources */,
E2DAD3DC2D262CEB005C5B21 /* MessageCell.swift in Sources */,
0B628177235DEE8100E35CAF /* AppDelegate.swift in Sources */,
E2E8466C2D210B89009AB056 /* File.swift in Sources */,
E2DAD3D82D261F28005C5B21 /* Message.swift in Sources */,
0B628179235DEE8100E35CAF /* SceneDelegate.swift in Sources */,
0B62818F235DF01000E35CAF /* LoginViewController.swift in Sources */,
0B628191235DF01B00E35CAF /* ChatViewController.swift in Sources */,
0B62818D235DF00B00E35CAF /* RegisterViewController.swift in Sources */,
E2DAD3D52D2619CC005C5B21 /* Constants.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -232,6 +354,7 @@
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;
Expand All @@ -242,6 +365,7 @@
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
Expand Down Expand Up @@ -292,6 +416,7 @@
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;
Expand All @@ -302,6 +427,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
Expand All @@ -322,6 +448,7 @@
};
0B628188235DEE8400E35CAF /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 635EB23FFB9AF8D6B1004564 /* Pods-Flash Chat iOS13.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
Expand All @@ -340,6 +467,7 @@
};
0B628189235DEE8400E35CAF /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 9E8A7B405581D86B6C6659E5 /* Pods-Flash Chat iOS13.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
Expand Down Expand Up @@ -378,6 +506,25 @@
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
E2F651C62D28E7C800517A7A /* XCRemoteSwiftPackageReference "IQKeyboardManager" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/hackiftekhar/IQKeyboardManager";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 8.0.0;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
E2F651C72D28E7C800517A7A /* IQKeyboardManagerSwift */ = {
isa = XCSwiftPackageProductDependency;
package = E2F651C62D28E7C800517A7A /* XCRemoteSwiftPackageReference "IQKeyboardManager" */;
productName = IQKeyboardManagerSwift;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 0B62816B235DEE8100E35CAF /* Project object */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading