From 7008151d9366662b18a52150f2b1211aa993fb88 Mon Sep 17 00:00:00 2001 From: Aaron Madlon-Kay Date: Thu, 13 Jun 2019 21:58:19 +0900 Subject: [PATCH 2/3] Remove Sparkle --- Application/Resources/Platypus.xib | 7 ------- Platypus.xcodeproj/project.pbxproj | 6 ------ 2 files changed, 13 deletions(-) diff --git a/Application/Resources/Platypus.xib b/Application/Resources/Platypus.xib index 52b1e89..de73d7d 100644 --- a/Application/Resources/Platypus.xib +++ b/Application/Resources/Platypus.xib @@ -701,7 +701,6 @@ DQ - @@ -716,12 +715,6 @@ DQ - - - - - - diff --git a/Platypus.xcodeproj/project.pbxproj b/Platypus.xcodeproj/project.pbxproj index f718119..61e38e7 100755 --- a/Platypus.xcodeproj/project.pbxproj +++ b/Platypus.xcodeproj/project.pbxproj @@ -138,8 +138,6 @@ F4D0F2311C1DCEEE0065AD25 /* NSResponderNotifyingTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D0F2301C1DCEEE0065AD25 /* NSResponderNotifyingTableView.m */; }; F4DC075211F629A40043764E /* Documentation.html in Resources */ = {isa = PBXBuildFile; fileRef = F4DC074F11F629A40043764E /* Documentation.html */; }; F4E482C028BD61BC00F99216 /* Interpreter_Dart.png in Resources */ = {isa = PBXBuildFile; fileRef = F4E482BF28BD61BC00F99216 /* Interpreter_Dart.png */; }; - F4E482C428C42CA400F99216 /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F49DB78125727B05009B6257 /* Sparkle.framework */; }; - F4E482C528C42CA400F99216 /* Sparkle.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = F49DB78125727B05009B6257 /* Sparkle.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; F4ECE5891E5F04A4008CC395 /* UriSchemesListController.m in Sources */ = {isa = PBXBuildFile; fileRef = F4ECE5881E5F04A4008CC395 /* UriSchemesListController.m */; }; F4F2F3BA1BF96C5C00FE463C /* VDKQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = F4F2F3B91BF96C5C00FE463C /* VDKQueue.m */; }; F4FB338114FBFC7C00BAECEB /* License.html in Resources */ = {isa = PBXBuildFile; fileRef = F4FB338014FBFC7C00BAECEB /* License.html */; }; @@ -178,7 +176,6 @@ dstPath = ""; dstSubfolderSpec = 10; files = ( - F4E482C528C42CA400F99216 /* Sparkle.framework in Embed Frameworks */, ); name = "Embed Frameworks"; runOnlyForDeploymentPostprocessing = 0; @@ -317,7 +314,6 @@ F4975DBD1B2E71FC0099D16E /* SyntaxChecker.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = SyntaxChecker.xib; path = Application/Resources/SyntaxChecker.xib; sourceTree = ""; }; F497C7EB2205CE8400F68637 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; F498942024352DEE00051F43 /* Interpreter_Python_3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Interpreter_Python_3.png; sourceTree = ""; }; - F49DB78125727B05009B6257 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Sparkle.framework; path = Sparkle/Sparkle.framework; sourceTree = ""; }; F49DB78925727B24009B6257 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; F49DB78B25727B29009B6257 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; }; F49DB78D25727B2F009B6257 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; }; @@ -361,7 +357,6 @@ buildActionMask = 2147483647; files = ( F49DB78A25727B24009B6257 /* Cocoa.framework in Frameworks */, - F4E482C428C42CA400F99216 /* Sparkle.framework in Frameworks */, F49DB78E25727B2F009B6257 /* Security.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; @@ -468,7 +463,6 @@ F49DB78925727B24009B6257 /* Cocoa.framework */, F49DB78D25727B2F009B6257 /* Security.framework */, F49DB78B25727B29009B6257 /* WebKit.framework */, - F49DB78125727B05009B6257 /* Sparkle.framework */, ); name = Frameworks; sourceTree = ""; -- 2.50.1 (Apple Git-155)