diff --git a/.gitignore b/.gitignore index 9c5c511..c0df8e7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,13 +4,17 @@ /jdm.properties /tmp /derbyDB/ +/build.sign +developer_log.json +.DS_Store debug-benchmark.json *.zip *.patch .VSCodeCounter* build.properties hs_err_pid*.log +private.properties .DS_Store # deb packaging diff --git a/build.xml b/build.xml index 4979318..4ef5189 100644 --- a/build.xml +++ b/build.xml @@ -121,7 +121,13 @@ - + + + + @@ -222,7 +228,7 @@ - + @@ -241,7 +247,7 @@ - + @@ -256,6 +262,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -280,8 +389,10 @@ + + diff --git a/entitlements.plist b/entitlements.plist new file mode 100644 index 0000000..9acbcfa --- /dev/null +++ b/entitlements.plist @@ -0,0 +1,12 @@ + + + + + com.apple.security.cs.allow-jit + + com.apple.security.cs.allow-unsigned-executable-memory + + com.apple.security.cs.disable-library-validation + + + \ No newline at end of file diff --git a/pkg/macos/JDM.icns b/pkg/macos/images/JDiskMark.icns similarity index 100% rename from pkg/macos/JDM.icns rename to pkg/macos/images/JDiskMark.icns