summaryrefslogtreecommitdiffstats
path: root/src/macdeployqt/shared/shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/macdeployqt/shared/shared.h')
-rw-r--r--src/macdeployqt/shared/shared.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/macdeployqt/shared/shared.h b/src/macdeployqt/shared/shared.h
index a6d58607c..2368b370d 100644
--- a/src/macdeployqt/shared/shared.h
+++ b/src/macdeployqt/shared/shared.h
@@ -84,6 +84,7 @@ public:
QStringList deployedFrameworks;
QSet<QString> rpathsUsed;
bool useLoaderPath;
+ bool isFramework;
};
inline QDebug operator<<(QDebug debug, const ApplicationBundleInfo &info);
@@ -112,6 +113,7 @@ void codesignFile(const QString &identity, const QString &filePath);
QSet<QString> codesignBundle(const QString &identity, const QString &appBundlePath);
void codesign(const QString &identity, const QString &appBundlePath);
void createDiskImage(const QString &appBundlePath);
+void fixupFramework(const QString &appBundlePath);
#endif