diff --git a/build-macosx/editor.entitlements b/build-macosx/editor.entitlements deleted file mode 100644 index 5496f65..0000000 --- a/build-macosx/editor.entitlements +++ /dev/null @@ -1,12 +0,0 @@ - - - - - com.apple.security.device.audio-input - - com.apple.security.device.camera - - com.apple.security.cs.disable-library-validation - - - diff --git a/build-macosx/editor_mono.entitlements b/build-macosx/editor_mono.entitlements deleted file mode 100644 index c61c287..0000000 --- a/build-macosx/editor_mono.entitlements +++ /dev/null @@ -1,18 +0,0 @@ - - - - - com.apple.security.cs.allow-dyld-environment-variables - - com.apple.security.cs.allow-jit - - com.apple.security.cs.allow-unsigned-executable-memory - - com.apple.security.cs.disable-library-validation - - com.apple.security.device.audio-input - - com.apple.security.device.camera - - - diff --git a/build-release.sh b/build-release.sh index 16e882f..d7a492f 100755 --- a/build-release.sh +++ b/build-release.sh @@ -42,7 +42,7 @@ sign_macos() { fi scp "${_reldir}/${_binname}.zip" "${OSX_HOST}:${_osx_tmpdir}" - scp "${basedir}/build-macosx/${_entitlements}" "${OSX_HOST}:${_osx_tmpdir}" + scp "${basedir}/git/misc/dist/osx/${_entitlements}" "${OSX_HOST}:${_osx_tmpdir}" ssh "${OSX_HOST}" " cd ${_osx_tmpdir} && \ unzip ${_binname}.zip && \