File tree 1 file changed +27
-1
lines changed
1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change 270
270
</plugins >
271
271
</build >
272
272
</profile >
273
-
273
+
274
274
<profile >
275
275
<id >mac64</id >
276
276
<build >
296
296
</plugins >
297
297
</build >
298
298
</profile >
299
+
300
+ <profile >
301
+ <id >macm1</id >
302
+ <build >
303
+ <plugins >
304
+ <plugin >
305
+ <groupId >org.eclipse.tycho</groupId >
306
+ <artifactId >target-platform-configuration</artifactId >
307
+ <version >${tycho.version} </version >
308
+ <configuration >
309
+ <!-- configure the p2 target environments for multi-platform build -->
310
+ <!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
311
+ spec -->
312
+ <environments >
313
+ <!-- Mac aarch64 -->
314
+ <environment >
315
+ <os >macosx</os >
316
+ <ws >cocoa</ws >
317
+ <arch >aarch64</arch >
318
+ </environment >
319
+ </environments >
320
+ </configuration >
321
+ </plugin >
322
+ </plugins >
323
+ </build >
324
+ </profile >
299
325
300
326
<profile >
301
327
<id >latest</id >
You can’t perform that action at this time.
0 commit comments