Browse Source

Added package XMPPFramework

Sergey 2 years ago
parent
commit
e8c635abf7
1 changed files with 35 additions and 0 deletions
  1. 35 0
      Chat.xcodeproj/project.pbxproj

+ 35 - 0
Chat.xcodeproj/project.pbxproj

@@ -21,6 +21,8 @@
 		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 */; };
+		2F6045A9288E9B2C008F005E /* XMPPFramework in Frameworks */ = {isa = PBXBuildFile; productRef = 2F6045A8288E9B2C008F005E /* XMPPFramework */; };
+		2F6045AB288E9B2C008F005E /* XMPPFrameworkSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 2F6045AA288E9B2C008F005E /* XMPPFrameworkSwift */; };
 /* End PBXBuildFile section */
 
 /* Begin PBXFileReference section */
@@ -41,6 +43,8 @@
 			isa = PBXFrameworksBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
+				2F6045AB288E9B2C008F005E /* XMPPFrameworkSwift in Frameworks */,
+				2F6045A9288E9B2C008F005E /* XMPPFramework in Frameworks */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -110,6 +114,10 @@
 			dependencies = (
 			);
 			name = "Chat (iOS)";
+			packageProductDependencies = (
+				2F6045A8288E9B2C008F005E /* XMPPFramework */,
+				2F6045AA288E9B2C008F005E /* XMPPFrameworkSwift */,
+			);
 			productName = "Chat (iOS)";
 			productReference = 2F604581288D787F008F005E /* Chat.app */;
 			productType = "com.apple.product-type.application";
@@ -158,6 +166,9 @@
 				Base,
 			);
 			mainGroup = 2F604574288D787E008F005E;
+			packageReferences = (
+				2F6045A7288E9B2C008F005E /* XCRemoteSwiftPackageReference "XMPPFramework" */,
+			);
 			productRefGroup = 2F604582288D787F008F005E /* Products */;
 			projectDirPath = "";
 			projectRoot = "";
@@ -480,6 +491,30 @@
 			defaultConfigurationName = Release;
 		};
 /* End XCConfigurationList section */
+
+/* Begin XCRemoteSwiftPackageReference section */
+		2F6045A7288E9B2C008F005E /* XCRemoteSwiftPackageReference "XMPPFramework" */ = {
+			isa = XCRemoteSwiftPackageReference;
+			repositoryURL = "https://github.com/robbiehanson/XMPPFramework.git";
+			requirement = {
+				branch = master;
+				kind = branch;
+			};
+		};
+/* End XCRemoteSwiftPackageReference section */
+
+/* Begin XCSwiftPackageProductDependency section */
+		2F6045A8288E9B2C008F005E /* XMPPFramework */ = {
+			isa = XCSwiftPackageProductDependency;
+			package = 2F6045A7288E9B2C008F005E /* XCRemoteSwiftPackageReference "XMPPFramework" */;
+			productName = XMPPFramework;
+		};
+		2F6045AA288E9B2C008F005E /* XMPPFrameworkSwift */ = {
+			isa = XCSwiftPackageProductDependency;
+			package = 2F6045A7288E9B2C008F005E /* XCRemoteSwiftPackageReference "XMPPFramework" */;
+			productName = XMPPFrameworkSwift;
+		};
+/* End XCSwiftPackageProductDependency section */
 	};
 	rootObject = 2F604575288D787E008F005E /* Project object */;
 }