multiprocessing.Queue() python method sandbox problem

multiprocessing.Queue() method of python getting "PermissionError: [Errno 1] Operation not permitted" error if it is sandboxed:

CODE:

import multiprocessing

tensorflow_coordinates_queue = multiprocessing.Queue()

ERROR:

./test_temp9 
Traceback (most recent call last):
  File "/Applications/test_temp9.app/Contents/MacOS/test_temp9.py", line 4, in <module>
  File "/Applications/test_temp9.app/Contents/MacOS/multiprocessing/context.py", line 103, in Queue
  File "/Applications/test_temp9.app/Contents/MacOS/multiprocessing/queues.py", line 43, in __init__
  File "/Applications/test_temp9.app/Contents/MacOS/multiprocessing/context.py", line 68, in Lock
  File "/Applications/test_temp9.app/Contents/MacOS/multiprocessing/synchronize.py", line 162, in __init__
  File "/Applications/test_temp9.app/Contents/MacOS/multiprocessing/synchronize.py", line 57, in __init__
PermissionError: [Errno 1] Operation not permitted

BUNDELED WITH NUITKA:

echo *** | sudo -S  python3.9 -m nuitka --run --standalone --macos-disable-console --macos-create-app-bundle --macos-app-mode=ui-element --enable-plugin=pyside6 --macos-app-icon=icons/app_icon.png --include-data-dir=icons=icons  test_temp9.py

SIGNED WITH FOLLOWING SH:

#!/bin/sh
#
# Creates ./dist/HelloAppStore.app
#

APP_PATH="/Applications/test_temp9.app"
SIGNING_IDENTITY_APP="Developer ID Application: Emre Guenaydin (xxx)"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libtheoraenc.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libtheoraenc.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libp11-kit.0.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libp11-kit.0.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libhwy.1.0.5.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libhwy.1.0.5.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/unicodedata.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/unicodedata.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libvmaf.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libvmaf.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libSvtAv1Enc.1.6.0.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libSvtAv1Enc.1.6.0.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/test_camera"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/test_camera"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/test_camera"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_random.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_random.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/zlib.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/zlib.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libvorbisenc.2.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libvorbisenc.2.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libcjson.1.7.16.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libcjson.1.7.16.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libavcodec.60.3.100.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libavcodec.60.3.100.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libgnutls.30.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libgnutls.30.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_sha1.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_sha1.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libwebp.7.1.7.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libwebp.7.1.7.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libmbedcrypto.3.4.1.dylib"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libmbedcrypto.3.4.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libx264.164.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libx264.164.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_sha256.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_sha256.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libswscale.7.1.100.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libswscale.7.1.100.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_statistics.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_statistics.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libtasn1.6.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libtasn1.6.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libsoxr.0.1.2.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libsoxr.0.1.2.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/Python"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/Python"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libjxl.0.8.2.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libjxl.0.8.2.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libidn2.0.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libidn2.0.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_hk.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_hk.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/array.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/array.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/termios.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/termios.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libX11.6.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libX11.6.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_opcode.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_opcode.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/math.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/math.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/mmap.so"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/mmap.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/liblcms2.2.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/liblcms2.2.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libtheoradec.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libtheoradec.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libpng16.16.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libpng16.16.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/select.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/select.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libssl.1.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libssl.1.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libavformat.60.3.100.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libavformat.60.3.100.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libssl.3.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libssl.3.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_iso2022.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_iso2022.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libmp3lame.0.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libmp3lame.0.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libxcb.1.1.0.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libxcb.1.1.0.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_kr.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_kr.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libogg.0.8.5.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libogg.0.8.5.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libdav1d.6.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libdav1d.6.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_blake2.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_blake2.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libfreetype.6.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libfreetype.6.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libcrypto.3.dylib"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libcrypto.3.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/grp.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/grp.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libbrotlienc.1.0.9.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libbrotlienc.1.0.9.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_datetime.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_datetime.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libXau.6.0.0.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libXau.6.0.0.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_sha512.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_sha512.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libx265.199.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libx265.199.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_lzma.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_lzma.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_bz2.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_bz2.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libsodium.23.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libsodium.23.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libopencore-amrnb.0.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libopencore-amrnb.0.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_ssl.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_ssl.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_tw.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_tw.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/librav1e.0.6.6.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/librav1e.0.6.6.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/librist.4.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/librist.4.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libsharpyuv.0.0.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libsharpyuv.0.0.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libgfortran.5.dylib"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libgfortran.5.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_scproxy.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_scproxy.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libsrt.1.5.2.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libsrt.1.5.2.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libintl.8.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libintl.8.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libaom.3.6.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libaom.3.6.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/binascii.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/binascii.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_ctypes.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_ctypes.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libsnappy.1.1.10.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libsnappy.1.1.10.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_struct.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_struct.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libhogweed.6.8.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libhogweed.6.8.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libXdmcp.6.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libXdmcp.6.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libfontconfig.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libfontconfig.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libnettle.8.8.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libnettle.8.8.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_md5.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_md5.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libvpx.8.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libvpx.8.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_socket.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_socket.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libvorbis.0.dylib"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libvorbis.0.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_jp.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_jp.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_cn.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_cn.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libopenjp2.2.5.0.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libopenjp2.2.5.0.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libswresample.4.10.100.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libswresample.4.10.100.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/liblzma.5.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/liblzma.5.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_hashlib.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_hashlib.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_heapq.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_heapq.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/pyexpat.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/pyexpat.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libunistring.5.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libunistring.5.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libbrotlidec.1.0.9.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libbrotlidec.1.0.9.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libzmq.5.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libzmq.5.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_pickle.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_pickle.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_posixsubprocess.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_posixsubprocess.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libspeex.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libspeex.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libavutil.58.2.100.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libavutil.58.2.100.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libbrotlicommon.1.0.9.dylib"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libbrotlicommon.1.0.9.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libcrypto.1.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libcrypto.1.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libopencore-amrwb.0.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libopencore-amrwb.0.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libquadmath.0.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libquadmath.0.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libgcc_s.1.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libgcc_s.1.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libbluray.2.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libbluray.2.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_multibytecodec.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_multibytecodec.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_decimal.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_decimal.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libgmp.10.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libgmp.10.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libopenblas64_.0.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libopenblas64_.0.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_csv.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_csv.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libaribb24.0.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libaribb24.0.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_sha3.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_sha3.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libopus.0.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libopus.0.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_contextvars.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_contextvars.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libwebpmux.3.0.12.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libwebpmux.3.0.12.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/cv2/cv2.so"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/cv2/cv2.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/numpy/core/_multiarray_umath.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/numpy/core/_multiarray_umath.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/numpy/core/_multiarray_tests.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/numpy/core/_multiarray_tests.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/numpy/linalg/_umath_linalg.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/numpy/linalg/_umath_linalg.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/numpy/fft/_pocketfft_internal.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/numpy/fft/_pocketfft_internal.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/numpy/random/bit_generator.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/numpy/random/bit_generator.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/numpy/random/_bounded_integers.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/numpy/random/_bounded_integers.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/numpy/random/mtrand.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/numpy/random/mtrand.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/numpy/random/_generator.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/numpy/random/_generator.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/numpy/random/_mt19937.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/numpy/random/_mt19937.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/numpy/random/_sfc64.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/numpy/random/_sfc64.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/numpy/random/_philox.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/numpy/random/_philox.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/numpy/random/_pcg64.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/numpy/random/_pcg64.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/numpy/random/_common.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/numpy/random/_common.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/yaml/_yaml.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/yaml/_yaml.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/unicodedata.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/unicodedata.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_random.so"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_random.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/zlib.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/zlib.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_sha1.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_sha1.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_sha256.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_sha256.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_statistics.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_statistics.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/Python"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/Python"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_hk.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_hk.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/array.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/array.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_opcode.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_opcode.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/math.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/math.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/mmap.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/mmap.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_posixshmem.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_posixshmem.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/select.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/select.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libssl.1.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libssl.1.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_iso2022.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_iso2022.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_kr.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_kr.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_blake2.so"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_blake2.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/grp.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/grp.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_datetime.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_datetime.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_sha512.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_sha512.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_lzma.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_lzma.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_bz2.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_bz2.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_multiprocessing.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_multiprocessing.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_ssl.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_ssl.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_tw.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_tw.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/binascii.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/binascii.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_ctypes.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_ctypes.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_struct.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_struct.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/test_temp9"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/test_temp9"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/test_temp9"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_md5.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_md5.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_socket.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_socket.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_jp.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_jp.so"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_cn.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_cn.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_hashlib.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_hashlib.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_heapq.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_heapq.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/pyexpat.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/pyexpat.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_pickle.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_pickle.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_posixsubprocess.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_posixsubprocess.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libcrypto.1.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libcrypto.1.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_multibytecodec.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_multibytecodec.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_decimal.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_decimal.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_csv.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_csv.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_sha3.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_sha3.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_contextvars.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_contextvars.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_queue.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_queue.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

exit 0

#!/bin/sh
#
# Creates ./dist/HelloAppStore.app
#

APP_PATH="/Applications/test_temp9.app"
SIGNING_IDENTITY_APP="Developer ID Application: Emre Guenaydin (xxx)"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
exit 0
#!/bin/sh
#
# Creates ./dist/HelloAppStore.app
#

APP_PATH="/Applications/test_simple_foundation.app"
SIGNING_IDENTITY_APP="Developer ID Application: Emre Guenaydin (93DS7PC26P)"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/unicodedata.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/unicodedata.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_random.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_random.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/zlib.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/zlib.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_sha1.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_sha1.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_sha256.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_sha256.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_statistics.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_statistics.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/Python"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/Python"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_hk.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_hk.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/array.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/array.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_opcode.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_opcode.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/math.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/math.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/mmap.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/mmap.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_posixshmem.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_posixshmem.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/select.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/select.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libssl.1.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libssl.1.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_iso2022.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_iso2022.so"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_kr.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_kr.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_blake2.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_blake2.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/grp.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/grp.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_datetime.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_datetime.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_sha512.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_sha512.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_lzma.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_lzma.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_bz2.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_bz2.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_multiprocessing.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_multiprocessing.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_ssl.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_ssl.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_tw.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_tw.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/binascii.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/binascii.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_ctypes.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_ctypes.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_struct.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_struct.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/test_temp9"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/test_temp9"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/test_temp9"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_md5.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_md5.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_socket.so"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_socket.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_jp.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_jp.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_cn.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_codecs_cn.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_hashlib.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_hashlib.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_heapq.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_heapq.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/pyexpat.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/pyexpat.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_pickle.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_pickle.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_posixsubprocess.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_posixsubprocess.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libcrypto.1.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/libcrypto.1.1.dylib"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_multibytecodec.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_multibytecodec.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_decimal.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_decimal.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_csv.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_csv.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_sha3.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_sha3.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_contextvars.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_contextvars.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_queue.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/_queue.so"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"
codesign -s "$SIGNING_IDENTITY_APP"  --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags   \
    "$APP_PATH/Contents/MacOS/xxx"

APP_PATH="/Users/emre/Documents/MrProtect/tests/test_temp9.app"
SIGNING_IDENTITY_APP="Apple Distribution: Emre Guenaydin (xxx)"

codesign -s  "$SIGNING_IDENTITY_APP" --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags,runtime  \
    "$APP_PATH/Contents/MacOS/test_temp9"

SIGNING_IDENTITY_APP="Developer ID Application: Emre Guenaydin (93DS7PC26P)"

codesign -s  "$SIGNING_IDENTITY_APP" --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags,runtime  \
    "$APP_PATH/Contents/MacOS/test_temp9"
exit 0

ENTITLEMENTS:

	com.apple.security.cs.allow-jit
	
	com.apple.security.network.client
	
	com.apple.security.cs.allow-unsigned-executable-memory
	
	com.apple.security.cs.disable-library-validation
	
	com.apple.security.device.camera
	
	com.apple.security.personal-information.photos-library
	



Answered by DTS Engineer in 801678022

It’s hard to answer this without knowing which specific Apple API is returning that error. However, it seems likely that this Python module is using either Posix or System V IPC, and there are special rules for getting those to work within the App Sandbox. For example, for Posix semaphores, the path you pass in must be of the form GGG/UUU, where GGG in an app group and UUU is a unique identifier of your choosing.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

By the way, in synchronize.py", line 57 going to following line.

sl = self._semlock = _multiprocessing.SemLock(
                    kind, value, maxvalue, self._make_name(),
                    unlink_now)

I guess it is trying to reach a shared memory. there are some discussion about this SemLock method permission problems in internet but I could not find a proper solution in internet.

It’s hard to answer this without knowing which specific Apple API is returning that error. However, it seems likely that this Python module is using either Posix or System V IPC, and there are special rules for getting those to work within the App Sandbox. For example, for Posix semaphores, the path you pass in must be of the form GGG/UUU, where GGG in an app group and UUU is a unique identifier of your choosing.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

multiprocessing.Queue() python method sandbox problem
 
 
Q