Bläddra i källkod

Added README.md

Sergey 2 år sedan
förälder
incheckning
7fcc726465
2 ändrade filer med 5 tillägg och 0 borttagningar
  1. 2 0
      Chat.xcodeproj/project.pbxproj
  2. 3 0
      README.md

+ 2 - 0
Chat.xcodeproj/project.pbxproj

@@ -69,6 +69,7 @@
 		2FCB75E628A425580097BD1D /* RoomsListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomsListView.swift; sourceTree = "<group>"; };
 		2FCB75E928A425900097BD1D /* RoomsListViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomsListViewModel.swift; sourceTree = "<group>"; };
 		2FCB75EC28A42B1E0097BD1D /* ChatViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatViewModel.swift; sourceTree = "<group>"; };
+		2FF4F6B328B3BF4900BB62E1 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
 /* End PBXFileReference section */
 
 /* Begin PBXFrameworksBuildPhase section */
@@ -94,6 +95,7 @@
 		2F604574288D787E008F005E = {
 			isa = PBXGroup;
 			children = (
+				2FF4F6B328B3BF4900BB62E1 /* README.md */,
 				2F604579288D787E008F005E /* Shared */,
 				2F604588288D787F008F005E /* macOS */,
 				2F604582288D787F008F005E /* Products */,

+ 3 - 0
README.md

@@ -0,0 +1,3 @@
+# iOS/iPadOS XMPP Chat
+
+It is a open XMPP client for iPhone and iPad.