--- a/HexFiend_2.xcodeproj/project.pbxproj	2022-04-03 23:20:02.000000000 +0900
+++ b/HexFiend_2.xcodeproj/project.pbxproj	2022-04-07 20:37:59.000000000 +0900
@@ -112,7 +112,6 @@
 		A59BC59C2002113F0066860F /* HFTemplateNode.m in Sources */ = {isa = PBXBuildFile; fileRef = A59BC59B2002113F0066860F /* HFTemplateNode.m */; };
 		A59BC59F2002E63C0066860F /* HFTemplateController.m in Sources */ = {isa = PBXBuildFile; fileRef = A59BC59E2002E63C0066860F /* HFTemplateController.m */; };
 		A59DFE67200BE7A800FEA540 /* BinaryTemplateController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A59DFE65200BE7A800FEA540 /* BinaryTemplateController.xib */; };
-		A5A34C1B26AD271900506AE7 /* Sparkle in Frameworks */ = {isa = PBXBuildFile; productRef = A5A34C1A26AD271900506AE7 /* Sparkle */; };
 		A5AE0C1D21E1D7570044014E /* HFColumnView.h in Headers */ = {isa = PBXBuildFile; fileRef = A5AE0C1B21E1D7570044014E /* HFColumnView.h */; settings = {ATTRIBUTES = (Public, ); }; };
 		A5AE0C1E21E1D7570044014E /* HFColumnView.m in Sources */ = {isa = PBXBuildFile; fileRef = A5AE0C1C21E1D7570044014E /* HFColumnView.m */; };
 		A5CEA41C20D5DF4400BCA488 /* HFStringEncoding.h in Headers */ = {isa = PBXBuildFile; fileRef = A5CEA41A20D5DF4400BCA488 /* HFStringEncoding.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -698,7 +697,6 @@
 				A5D8C8F220E9E58000103D60 /* libz.1.tbd in Frameworks */,
 				A59BC5942001FD0F0066860F /* Tcl.framework in Frameworks */,
 				795F46C314BAADB600EB2F7D /* DiskArbitration.framework in Frameworks */,
-				A5A34C1B26AD271900506AE7 /* Sparkle in Frameworks */,
 				8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
 				94ECCBC01BDF7DD2007FF44E /* HexFiend.framework in Frameworks */,
 			);
@@ -1495,7 +1493,6 @@
 			);
 			name = HexFiend_2;
 			packageProductDependencies = (
-				A5A34C1A26AD271900506AE7 /* Sparkle */,
 			);
 			productInstallPath = "$(HOME)/Applications";
 			productName = HexFiend_2;
@@ -1634,9 +1631,6 @@
 				Base,
 			);
 			mainGroup = 29B97314FDCFA39411CA2CEA /* HexFiend_2 */;
-			packageReferences = (
-				A5A34C1926AD271900506AE7 /* XCRemoteSwiftPackageReference "Sparkle" */,
-			);
 			projectDirPath = "";
 			projectRoot = ../..;
 			targets = (
@@ -2747,11 +2741,7 @@
 					"-fblocks",
 					"$(inherited)",
 				);
-				OTHER_LDFLAGS = (
-					"$(inherited)",
-					"-framework",
-					Sparkle,
-				);
+				OTHER_LDFLAGS = "$(inherited)";
 				PRODUCT_BUNDLE_IDENTIFIER = com.ridiculousfish.HexFiend;
 				PRODUCT_NAME = "Hex Fiend";
 				WRAPPER_EXTENSION = app;
@@ -2909,11 +2899,7 @@
 					"-fblocks",
 					"$(inherited)",
 				);
-				OTHER_LDFLAGS = (
-					"$(inherited)",
-					"-framework",
-					Sparkle,
-				);
+				OTHER_LDFLAGS = "$(inherited)";
 				PRODUCT_BUNDLE_IDENTIFIER = com.ridiculousfish.HexFiend;
 				PRODUCT_NAME = "Hex Fiend";
 				WRAPPER_EXTENSION = app;
@@ -3068,11 +3054,7 @@
 					"-fblocks",
 					"$(inherited)",
 				);
-				OTHER_LDFLAGS = (
-					"$(inherited)",
-					"-framework",
-					Sparkle,
-				);
+				OTHER_LDFLAGS = "$(inherited)";
 				PRODUCT_BUNDLE_IDENTIFIER = com.ridiculousfish.HexFiend;
 				PRODUCT_NAME = "Hex Fiend";
 				WRAPPER_EXTENSION = app;
@@ -3632,11 +3614,7 @@
 					"-fblocks",
 					"$(inherited)",
 				);
-				OTHER_LDFLAGS = (
-					"$(inherited)",
-					"-framework",
-					Sparkle,
-				);
+				OTHER_LDFLAGS = "$(inherited)";
 				PRODUCT_BUNDLE_IDENTIFIER = com.ridiculousfish.HexFiend;
 				PRODUCT_NAME = "Hex Fiend";
 				WRAPPER_EXTENSION = app;
@@ -3815,11 +3793,7 @@
 					"-fblocks",
 					"$(inherited)",
 				);
-				OTHER_LDFLAGS = (
-					"$(inherited)",
-					"-framework",
-					Sparkle,
-				);
+				OTHER_LDFLAGS = "$(inherited)";
 				PRODUCT_BUNDLE_IDENTIFIER = com.ridiculousfish.HexFiend;
 				PRODUCT_NAME = "Hex Fiend";
 				WRAPPER_EXTENSION = app;
@@ -3984,25 +3958,6 @@
 			defaultConfigurationName = Release;
 		};
 /* End XCConfigurationList section */
-
-/* Begin XCRemoteSwiftPackageReference section */
-		A5A34C1926AD271900506AE7 /* XCRemoteSwiftPackageReference "Sparkle" */ = {
-			isa = XCRemoteSwiftPackageReference;
-			repositoryURL = "https://github.com/sparkle-project/Sparkle";
-			requirement = {
-				kind = exactVersion;
-				version = 1.26.0;
-			};
-		};
-/* End XCRemoteSwiftPackageReference section */
-
-/* Begin XCSwiftPackageProductDependency section */
-		A5A34C1A26AD271900506AE7 /* Sparkle */ = {
-			isa = XCSwiftPackageProductDependency;
-			package = A5A34C1926AD271900506AE7 /* XCRemoteSwiftPackageReference "Sparkle" */;
-			productName = Sparkle;
-		};
-/* End XCSwiftPackageProductDependency section */
 	};
 	rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
 }
