This commit is contained in:
2026-01-05 14:34:34 +02:00
parent f886350eb1
commit 2b91057589
8 changed files with 111 additions and 61 deletions

View File

@@ -26,13 +26,6 @@ public:
virtual CUtlString SignPackage( const char *szIpa, const char *szPassword ) = 0;
};
abstract_class IAppleDaemon
{
public:
virtual void SignPackage( const char *szIpa ) = 0;
};
#define APPLE_DAEMON_INTERFACE_VERSION "AppleDaemon001"
IAppleTool *AppleTool();