summaryrefslogtreecommitdiff
path: root/pdf-over-gui/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-over-gui/pom.xml')
-rw-r--r--pdf-over-gui/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml
index 92ee112d..919ef1f7 100644
--- a/pdf-over-gui/pom.xml
+++ b/pdf-over-gui/pom.xml
@@ -586,6 +586,21 @@
<target.name>mac</target.name>
</properties>
</profile>
+ <profile>
+ <id>mac-64-3</id>
+ <activation>
+ <os>
+ <name>mac os x</name>
+ <arch>aarch64</arch>
+ </os>
+ </activation>
+ <properties>
+<!-- <swt.artifactId.32>org.eclipse.swt.cocoa.macosx</swt.artifactId.32>-->
+ <swt.artifactId.64>org.eclipse.swt.cocoa.macosx.aarch64</swt.artifactId.64>
+ <swt.artifactId>${swt.artifactId.64}</swt.artifactId>
+ <target.name>mac</target.name>
+ </properties>
+ </profile>
<profile>
<id>dummy-sign</id>