You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Proper limitation of functionality on non-Mac platforms #396
14
14
* Embedded docs and versioning info for easier debugging #395
15
+
* Specify a subset of J2ObjC libraries to link to #433
16
+
* Map individual Java files to a separate version used only for J2ObjC translation #455
17
+
* Projects no longer need to guarantee the Java plugin is applied before the J2ObjC Gradle plugin #453
18
+
19
+
Breaking changes/functionality:
15
20
* Default supported architectures reduced to modern devices only (arm64, armv7, x86_64) #448
21
+
* Production (main sourceSet) and test code are now translated and built separately #474
22
+
*`J2objcConfig.filenameCollisionCheck` is now named `forceFilenameCollisionCheck`,
23
+
and defaults true only when using `--no-package-directories`#470
16
24
17
25
Code quality:
26
+
* A small number of [common open-source Java libraries](https://github.com/j2objc-contrib/j2objc-common-libs-e2e-test) are being built end-to-end with the J2ObjC Gradle plugin
18
27
* Continuous integration on Mac #406 and on Windows #401
19
28
* Added end to end tests on OSX (running j2objc) #409#411 etc.
0 commit comments