Fix macOS deployment

This commit is contained in:
Jonas Kvinge
2021-03-18 00:52:04 +01:00
parent 8193be36e5
commit 6fb48af598
7 changed files with 127 additions and 18 deletions

View File

@@ -136,6 +136,6 @@ QSet<QString> codesignBundle(const QString &identity,
void codesign(const QString &identity, const QString &appBundlePath);
void createDiskImage(const QString &appBundlePath, const QString &filesystemType);
void fixupFramework(const QString &appBundlePath);
bool FinalCheck(const QString &appBundlePath);
#endif