diff --git a/.github/workflows/security_scan.yml b/.github/workflows/security_scan.yml index ab7ebac..f04e9c5 100644 --- a/.github/workflows/security_scan.yml +++ b/.github/workflows/security_scan.yml @@ -1,4 +1,7 @@ name: Security Scan +permissions: + security-events: write + contents: write on: push: @@ -11,27 +14,22 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Set up Python uses: actions/setup-python@v4 with: python-version: '3.x' - - name: Install dependencies run: | python -m pip install --upgrade pip pip install -r requirements.txt pip install safety bandit - - name: Run Safety check run: safety check -r requirements.txt continue-on-error: true - - name: Run Bandit run: bandit -r . -f custom continue-on-error: true - - - name: Run Trivy vulnerability scanner in repo mode + - name: Run Trivy vulnerability scanner uses: aquasecurity/trivy-action@0.20.0 with: scan-type: 'fs' @@ -39,8 +37,7 @@ jobs: format: 'sarif' output: 'trivy-results.sarif' severity: 'CRITICAL' - - - name: Upload Trivy scan results to GitHub Security tab + - name: Upload Trivy scan results uses: github/codeql-action/upload-sarif@v3 with: - sarif_file: 'trivy-results.sarif' + sarif_file: 'trivy-results.sarif' \ No newline at end of file diff --git a/.gitignore b/.gitignore index 5caedf3..0f9213c 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,6 @@ resources/* ## installer MORagentsWindowsInstaller MORagentsWindowsInstaller.zip + +## app +MORagents.app diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/Python b/build_assets/macOS/MORagents.app/Contents/Frameworks/Python deleted file mode 120000 index e485e13..0000000 --- a/build_assets/macOS/MORagents.app/Contents/Frameworks/Python +++ /dev/null @@ -1 +0,0 @@ -Python.framework/Versions/3.11/Python \ No newline at end of file diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/Python.framework/Python b/build_assets/macOS/MORagents.app/Contents/Frameworks/Python.framework/Python deleted file mode 120000 index be75854..0000000 --- a/build_assets/macOS/MORagents.app/Contents/Frameworks/Python.framework/Python +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/Python \ No newline at end of file diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/Python.framework/Resources b/build_assets/macOS/MORagents.app/Contents/Frameworks/Python.framework/Resources deleted file mode 120000 index 953ee36..0000000 --- a/build_assets/macOS/MORagents.app/Contents/Frameworks/Python.framework/Resources +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/Resources \ No newline at end of file diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/Python.framework/Versions/3.11/Python b/build_assets/macOS/MORagents.app/Contents/Frameworks/Python.framework/Versions/3.11/Python deleted file mode 100755 index e734fa3..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/Python.framework/Versions/3.11/Python and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/Python.framework/Versions/3.11/Resources/Info.plist b/build_assets/macOS/MORagents.app/Contents/Frameworks/Python.framework/Versions/3.11/Resources/Info.plist deleted file mode 100644 index 653ba7b..0000000 --- a/build_assets/macOS/MORagents.app/Contents/Frameworks/Python.framework/Versions/3.11/Resources/Info.plist +++ /dev/null @@ -1,28 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleExecutable - Python - CFBundleGetInfoString - Python Runtime and Library - CFBundleIdentifier - org.python.python - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - Python - CFBundlePackageType - FMWK - CFBundleShortVersionString - 3.11.9, (c) 2001-2023 Python Software Foundation. - CFBundleLongVersionString - 3.11.9, (c) 2001-2023 Python Software Foundation. - CFBundleSignature - ???? - CFBundleVersion - 3.11.9 - - diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/Python.framework/Versions/3.11/_CodeSignature/CodeResources b/build_assets/macOS/MORagents.app/Contents/Frameworks/Python.framework/Versions/3.11/_CodeSignature/CodeResources deleted file mode 100644 index f5201d5..0000000 --- a/build_assets/macOS/MORagents.app/Contents/Frameworks/Python.framework/Versions/3.11/_CodeSignature/CodeResources +++ /dev/null @@ -1,128 +0,0 @@ - - - - - files - - Resources/Info.plist - - V34aaXzEpRJ2DIzEhy/IxEvsXqA= - - - files2 - - Resources/Info.plist - - hash2 - - TdALsl+p8JFfb+D7L2lIlHLO1ByMBpeQxHv1z1Rn5L8= - - - - rules - - ^Resources/ - - ^Resources/.*\.lproj/ - - optional - - weight - 1000 - - ^Resources/.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Resources/Base\.lproj/ - - weight - 1010 - - ^version.plist$ - - - rules2 - - .*\.dSYM($|/) - - weight - 11 - - ^(.*/)?\.DS_Store$ - - omit - - weight - 2000 - - ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ - - nested - - weight - 10 - - ^.* - - ^Info\.plist$ - - omit - - weight - 20 - - ^PkgInfo$ - - omit - - weight - 20 - - ^Resources/ - - weight - 20 - - ^Resources/.*\.lproj/ - - optional - - weight - 1000 - - ^Resources/.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Resources/Base\.lproj/ - - weight - 1010 - - ^[^/]+$ - - nested - - weight - 10 - - ^embedded\.provisionprofile$ - - weight - 20 - - ^version\.plist$ - - weight - 20 - - - - diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/Python.framework/Versions/Current b/build_assets/macOS/MORagents.app/Contents/Frameworks/Python.framework/Versions/Current deleted file mode 120000 index 902b2c9..0000000 --- a/build_assets/macOS/MORagents.app/Contents/Frameworks/Python.framework/Versions/Current +++ /dev/null @@ -1 +0,0 @@ -3.11 \ No newline at end of file diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/base_library.zip b/build_assets/macOS/MORagents.app/Contents/Frameworks/base_library.zip deleted file mode 120000 index 89ddc93..0000000 --- a/build_assets/macOS/MORagents.app/Contents/Frameworks/base_library.zip +++ /dev/null @@ -1 +0,0 @@ -../Resources/base_library.zip \ No newline at end of file diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_bisect.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_bisect.cpython-311-darwin.so deleted file mode 100755 index 6798a91..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_bisect.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_blake2.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_blake2.cpython-311-darwin.so deleted file mode 100755 index 54d6cd1..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_blake2.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_bz2.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_bz2.cpython-311-darwin.so deleted file mode 100755 index 95bc276..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_bz2.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_codecs_cn.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_codecs_cn.cpython-311-darwin.so deleted file mode 100755 index ebfeeef..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_codecs_cn.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_codecs_hk.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_codecs_hk.cpython-311-darwin.so deleted file mode 100755 index 984151a..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_codecs_hk.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_codecs_iso2022.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_codecs_iso2022.cpython-311-darwin.so deleted file mode 100755 index dc409ba..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_codecs_iso2022.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_codecs_jp.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_codecs_jp.cpython-311-darwin.so deleted file mode 100755 index 38b2679..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_codecs_jp.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_codecs_kr.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_codecs_kr.cpython-311-darwin.so deleted file mode 100755 index b6f7ccb..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_codecs_kr.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_codecs_tw.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_codecs_tw.cpython-311-darwin.so deleted file mode 100755 index 0545a0e..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_codecs_tw.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_contextvars.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_contextvars.cpython-311-darwin.so deleted file mode 100755 index fb46fd4..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_contextvars.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_csv.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_csv.cpython-311-darwin.so deleted file mode 100755 index 355db2c..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_csv.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_datetime.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_datetime.cpython-311-darwin.so deleted file mode 100755 index 826edf5..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_datetime.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_decimal.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_decimal.cpython-311-darwin.so deleted file mode 100755 index c9a39e1..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_decimal.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_hashlib.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_hashlib.cpython-311-darwin.so deleted file mode 100755 index eadcafe..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_hashlib.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_heapq.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_heapq.cpython-311-darwin.so deleted file mode 100755 index df8aade..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_heapq.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_lzma.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_lzma.cpython-311-darwin.so deleted file mode 100755 index adfbb15..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_lzma.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_md5.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_md5.cpython-311-darwin.so deleted file mode 100755 index 6f77cb5..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_md5.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_multibytecodec.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_multibytecodec.cpython-311-darwin.so deleted file mode 100755 index db87c2e..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_multibytecodec.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_opcode.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_opcode.cpython-311-darwin.so deleted file mode 100755 index 8d7b2d2..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_opcode.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_pickle.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_pickle.cpython-311-darwin.so deleted file mode 100755 index 10b16e8..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_pickle.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_posixsubprocess.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_posixsubprocess.cpython-311-darwin.so deleted file mode 100755 index 64c4e3e..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_posixsubprocess.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_random.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_random.cpython-311-darwin.so deleted file mode 100755 index 325efd7..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_random.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_scproxy.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_scproxy.cpython-311-darwin.so deleted file mode 100755 index 2c5e57f..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_scproxy.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_sha1.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_sha1.cpython-311-darwin.so deleted file mode 100755 index 184ae13..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_sha1.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_sha256.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_sha256.cpython-311-darwin.so deleted file mode 100755 index 82aff96..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_sha256.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_sha3.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_sha3.cpython-311-darwin.so deleted file mode 100755 index b57973f..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_sha3.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_sha512.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_sha512.cpython-311-darwin.so deleted file mode 100755 index f595726..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_sha512.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_socket.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_socket.cpython-311-darwin.so deleted file mode 100755 index 5ec2b04..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_socket.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_ssl.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_ssl.cpython-311-darwin.so deleted file mode 100755 index 71b4f7d..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_ssl.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_statistics.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_statistics.cpython-311-darwin.so deleted file mode 100755 index 5bf100e..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_statistics.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_struct.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_struct.cpython-311-darwin.so deleted file mode 100755 index c2b0e78..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_struct.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_typing.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_typing.cpython-311-darwin.so deleted file mode 100755 index 9a3beaa..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/_typing.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/array.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/array.cpython-311-darwin.so deleted file mode 100755 index c51e5d9..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/array.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/binascii.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/binascii.cpython-311-darwin.so deleted file mode 100755 index 9bf61c7..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/binascii.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/fcntl.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/fcntl.cpython-311-darwin.so deleted file mode 100755 index 9fd0042..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/fcntl.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/grp.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/grp.cpython-311-darwin.so deleted file mode 100755 index b874135..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/grp.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/math.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/math.cpython-311-darwin.so deleted file mode 100755 index 2b22563..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/math.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/pyexpat.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/pyexpat.cpython-311-darwin.so deleted file mode 100755 index 9170583..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/pyexpat.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/resource.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/resource.cpython-311-darwin.so deleted file mode 100755 index 652b814..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/resource.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/select.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/select.cpython-311-darwin.so deleted file mode 100755 index 4cce59e..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/select.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/termios.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/termios.cpython-311-darwin.so deleted file mode 100755 index 6f58b8f..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/termios.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/unicodedata.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/unicodedata.cpython-311-darwin.so deleted file mode 100755 index aee61ea..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/unicodedata.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/zlib.cpython-311-darwin.so b/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/zlib.cpython-311-darwin.so deleted file mode 100755 index 4533871..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/lib-dynload/zlib.cpython-311-darwin.so and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/libcrypto.3.dylib b/build_assets/macOS/MORagents.app/Contents/Frameworks/libcrypto.3.dylib deleted file mode 100755 index 3c841b5..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/libcrypto.3.dylib and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/liblzma.5.dylib b/build_assets/macOS/MORagents.app/Contents/Frameworks/liblzma.5.dylib deleted file mode 100755 index 7db7017..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/liblzma.5.dylib and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/libmpdec.4.dylib b/build_assets/macOS/MORagents.app/Contents/Frameworks/libmpdec.4.dylib deleted file mode 100755 index e356217..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/libmpdec.4.dylib and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Frameworks/libssl.3.dylib b/build_assets/macOS/MORagents.app/Contents/Frameworks/libssl.3.dylib deleted file mode 100755 index 85d19a3..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Frameworks/libssl.3.dylib and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Info.plist b/build_assets/macOS/MORagents.app/Contents/Info.plist deleted file mode 100644 index 127cf0e..0000000 --- a/build_assets/macOS/MORagents.app/Contents/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDisplayName - MORagents - CFBundleExecutable - MORagents - CFBundleIconFile - moragents.icns - CFBundleIdentifier - com.liquidtensor.moragents - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - MORagents - CFBundlePackageType - APPL - CFBundleShortVersionString - 0.0.0 - NSHighResolutionCapable - - - diff --git a/build_assets/macOS/MORagents.app/Contents/MacOS/MORagents b/build_assets/macOS/MORagents.app/Contents/MacOS/MORagents deleted file mode 100755 index 402dc34..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/MacOS/MORagents and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Resources/Python b/build_assets/macOS/MORagents.app/Contents/Resources/Python deleted file mode 120000 index e485e13..0000000 --- a/build_assets/macOS/MORagents.app/Contents/Resources/Python +++ /dev/null @@ -1 +0,0 @@ -Python.framework/Versions/3.11/Python \ No newline at end of file diff --git a/build_assets/macOS/MORagents.app/Contents/Resources/Python.framework b/build_assets/macOS/MORagents.app/Contents/Resources/Python.framework deleted file mode 120000 index 34ca7ea..0000000 --- a/build_assets/macOS/MORagents.app/Contents/Resources/Python.framework +++ /dev/null @@ -1 +0,0 @@ -../Frameworks/Python.framework \ No newline at end of file diff --git a/build_assets/macOS/MORagents.app/Contents/Resources/base_library.zip b/build_assets/macOS/MORagents.app/Contents/Resources/base_library.zip deleted file mode 100644 index 241b01c..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Resources/base_library.zip and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/Resources/lib-dynload b/build_assets/macOS/MORagents.app/Contents/Resources/lib-dynload deleted file mode 120000 index 5319f7a..0000000 --- a/build_assets/macOS/MORagents.app/Contents/Resources/lib-dynload +++ /dev/null @@ -1 +0,0 @@ -../Frameworks/lib-dynload \ No newline at end of file diff --git a/build_assets/macOS/MORagents.app/Contents/Resources/libcrypto.3.dylib b/build_assets/macOS/MORagents.app/Contents/Resources/libcrypto.3.dylib deleted file mode 120000 index cc14f15..0000000 --- a/build_assets/macOS/MORagents.app/Contents/Resources/libcrypto.3.dylib +++ /dev/null @@ -1 +0,0 @@ -../Frameworks/libcrypto.3.dylib \ No newline at end of file diff --git a/build_assets/macOS/MORagents.app/Contents/Resources/liblzma.5.dylib b/build_assets/macOS/MORagents.app/Contents/Resources/liblzma.5.dylib deleted file mode 120000 index fbed50f..0000000 --- a/build_assets/macOS/MORagents.app/Contents/Resources/liblzma.5.dylib +++ /dev/null @@ -1 +0,0 @@ -../Frameworks/liblzma.5.dylib \ No newline at end of file diff --git a/build_assets/macOS/MORagents.app/Contents/Resources/libmpdec.4.dylib b/build_assets/macOS/MORagents.app/Contents/Resources/libmpdec.4.dylib deleted file mode 120000 index 21d144b..0000000 --- a/build_assets/macOS/MORagents.app/Contents/Resources/libmpdec.4.dylib +++ /dev/null @@ -1 +0,0 @@ -../Frameworks/libmpdec.4.dylib \ No newline at end of file diff --git a/build_assets/macOS/MORagents.app/Contents/Resources/libssl.3.dylib b/build_assets/macOS/MORagents.app/Contents/Resources/libssl.3.dylib deleted file mode 120000 index 4651492..0000000 --- a/build_assets/macOS/MORagents.app/Contents/Resources/libssl.3.dylib +++ /dev/null @@ -1 +0,0 @@ -../Frameworks/libssl.3.dylib \ No newline at end of file diff --git a/build_assets/macOS/MORagents.app/Contents/Resources/moragents.icns b/build_assets/macOS/MORagents.app/Contents/Resources/moragents.icns deleted file mode 100644 index bd05d78..0000000 Binary files a/build_assets/macOS/MORagents.app/Contents/Resources/moragents.icns and /dev/null differ diff --git a/build_assets/macOS/MORagents.app/Contents/_CodeSignature/CodeResources b/build_assets/macOS/MORagents.app/Contents/_CodeSignature/CodeResources deleted file mode 100644 index 2d4b94e..0000000 --- a/build_assets/macOS/MORagents.app/Contents/_CodeSignature/CodeResources +++ /dev/null @@ -1,616 +0,0 @@ - - - - - files - - Resources/base_library.zip - - IS1VtlvSrysxLHoNY08e2LTAths= - - Resources/moragents.icns - - 9nAN5Ww73gWkts/lCfj9eohp/Ww= - - - files2 - - Frameworks/Python - - symlink - Python.framework/Versions/3.11/Python - - Frameworks/Python.framework - - cdhash - - A1ZSa7QwzxfBtgARhMzuuvRDJsA= - - requirement - identifier "org.python.python" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/base_library.zip - - symlink - ../Resources/base_library.zip - - Frameworks/lib-dynload/_bisect.cpython-311-darwin.so - - cdhash - - a9L5PZ7D3tS7mEXjX3go+xBBBzU= - - requirement - identifier "_bisect.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_blake2.cpython-311-darwin.so - - cdhash - - JO+rqD4/5sCJ49BI8PfthSRQPoY= - - requirement - identifier "_blake2.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_bz2.cpython-311-darwin.so - - cdhash - - 2zPo0SGvr3iCt42LyeMbyZ9PRbA= - - requirement - identifier "_bz2.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_codecs_cn.cpython-311-darwin.so - - cdhash - - 0aZ6HxwXyQ0YjKpNIMAWvf1TmGk= - - requirement - identifier "_codecs_cn.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_codecs_hk.cpython-311-darwin.so - - cdhash - - WTOUUaxw0S5CYaa6gNrmbHoDJlI= - - requirement - identifier "_codecs_hk.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_codecs_iso2022.cpython-311-darwin.so - - cdhash - - fjPbCTgvW7zInPk48/nX1td9tcg= - - requirement - identifier "_codecs_iso2022.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_codecs_jp.cpython-311-darwin.so - - cdhash - - +paked5eaY0QSBYCnxJG334zBsg= - - requirement - identifier "_codecs_jp.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_codecs_kr.cpython-311-darwin.so - - cdhash - - XT6BaBL42ZccSn3m800DWIYBRFs= - - requirement - identifier "_codecs_kr.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_codecs_tw.cpython-311-darwin.so - - cdhash - - M7E9qAv9gmULGwJxLjp0auXtJiQ= - - requirement - identifier "_codecs_tw.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_contextvars.cpython-311-darwin.so - - cdhash - - FKrEpOUaDpv7b35q9+AU/aMDA+c= - - requirement - identifier "_contextvars.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_csv.cpython-311-darwin.so - - cdhash - - sQjwzfAcRL4Qrnl/3LFjuS3Crjo= - - requirement - identifier "_csv.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_datetime.cpython-311-darwin.so - - cdhash - - sgzkBEmqvuC6s+W9npnyEVCcW9w= - - requirement - identifier "_datetime.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_decimal.cpython-311-darwin.so - - cdhash - - NM64mhqiVLs3XIbP04hnO77kKaw= - - requirement - identifier "_decimal.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_hashlib.cpython-311-darwin.so - - cdhash - - w+2+oGeYUZPyoeNH29J9eF7JMbc= - - requirement - identifier "_hashlib.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_heapq.cpython-311-darwin.so - - cdhash - - Rwj4koCBDkIe55Ue8Z6A5Ml0yd8= - - requirement - identifier "_heapq.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_lzma.cpython-311-darwin.so - - cdhash - - kiRv0/MdHrgtmhXFdOCHgWJ2uJU= - - requirement - identifier "_lzma.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_md5.cpython-311-darwin.so - - cdhash - - uCE0tAVZGWYhp0Oe4MaBxrq51zQ= - - requirement - identifier "_md5.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_multibytecodec.cpython-311-darwin.so - - cdhash - - 0DqK6kkrSLtL+VMTlMaUsdr2k1g= - - requirement - identifier "_multibytecodec.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_opcode.cpython-311-darwin.so - - cdhash - - NgXWdadJDL0FHKEh11iP95PL9ZQ= - - requirement - identifier "_opcode.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_pickle.cpython-311-darwin.so - - cdhash - - 4D658Yw3LJ77hQemSSHlDrdMHjY= - - requirement - identifier "_pickle.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_posixsubprocess.cpython-311-darwin.so - - cdhash - - HIebyK2xiqYwgs272vOCqP/Nurc= - - requirement - identifier "_posixsubprocess.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_random.cpython-311-darwin.so - - cdhash - - sE7ItPIFe6TUZejMiWDCTVN70ng= - - requirement - identifier "_random.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_scproxy.cpython-311-darwin.so - - cdhash - - YcaQQ6IhFEmcgdiHjGmlr6hRQIM= - - requirement - identifier "_scproxy.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_sha1.cpython-311-darwin.so - - cdhash - - J9whwvzD7VnmseSFhV8fp9OA/VI= - - requirement - identifier "_sha1.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_sha256.cpython-311-darwin.so - - cdhash - - E/pmbqfpLEuyYM8aMBftZRh5dw4= - - requirement - identifier "_sha256.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_sha3.cpython-311-darwin.so - - cdhash - - NmWij7YVE0M2nUs9XZGzv0OWzj0= - - requirement - identifier "_sha3.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_sha512.cpython-311-darwin.so - - cdhash - - lPEAnBiLvZY9DCXykfu9d0xfgfU= - - requirement - identifier "_sha512.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_socket.cpython-311-darwin.so - - cdhash - - y1BXtpEw9aOYtFT6l9ZlAoiDqVo= - - requirement - identifier "_socket.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_ssl.cpython-311-darwin.so - - cdhash - - Kjzabf6+maOvZUTWsBWKrYAzkO4= - - requirement - identifier "_ssl.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_statistics.cpython-311-darwin.so - - cdhash - - JW2gZbV+8dRoqgHMtj1NL8dnE80= - - requirement - identifier "_statistics.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_struct.cpython-311-darwin.so - - cdhash - - 5UH/M0Yt24N3swD/rBmT5lKrOe0= - - requirement - identifier "_struct.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/_typing.cpython-311-darwin.so - - cdhash - - vCUR84fM32WUlFK6j/xxHbUezcA= - - requirement - identifier "_typing.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/array.cpython-311-darwin.so - - cdhash - - AeQhgF1JetTJ/C0B19NItsbatVA= - - requirement - identifier "array.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/binascii.cpython-311-darwin.so - - cdhash - - NTr0oJt/gKDQzGRJvl70sKYu47g= - - requirement - identifier "binascii.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/fcntl.cpython-311-darwin.so - - cdhash - - DgnOnUXfuucRMHSmMmWGZs0EX5s= - - requirement - identifier "fcntl.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/grp.cpython-311-darwin.so - - cdhash - - b+yp3rebVFRT+JNvlmXPrEq6GKc= - - requirement - identifier "grp.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/math.cpython-311-darwin.so - - cdhash - - OFGpnDuFpWztXTjGM209yAzo6Jg= - - requirement - identifier "math.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/pyexpat.cpython-311-darwin.so - - cdhash - - wCvLfssi5QJEw/8NnASa9k5IhDw= - - requirement - identifier "pyexpat.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/resource.cpython-311-darwin.so - - cdhash - - 9Uf/mb4y7Y2K3jC0TpT55m5rD4g= - - requirement - identifier "resource.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/select.cpython-311-darwin.so - - cdhash - - bp80lEsUnzkBfBPXujY2lwAFylg= - - requirement - identifier "select.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/termios.cpython-311-darwin.so - - cdhash - - uhXx4nr9PYxtLQI1MRfZlMkUl6g= - - requirement - identifier "termios.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/unicodedata.cpython-311-darwin.so - - cdhash - - LlGTLpWCJ0uFY4omEfZHkB5N2hw= - - requirement - identifier "unicodedata.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/lib-dynload/zlib.cpython-311-darwin.so - - cdhash - - n5WmiLtWUnu3a2gV2tvW2yW4l7I= - - requirement - identifier "zlib.cpython-311-darwin" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/libcrypto.3.dylib - - cdhash - - bmegX+B7PeaeEGpFI5BDVptfecI= - - requirement - identifier "libcrypto.3" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/liblzma.5.dylib - - cdhash - - 1FRS30QBmju5vzIHqDNcw1OYULk= - - requirement - identifier "liblzma.5" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/libmpdec.4.dylib - - cdhash - - fm06OLkQd4GUI2GhR3ynkD0leiY= - - requirement - identifier "libmpdec.4" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Frameworks/libssl.3.dylib - - cdhash - - ZD9iKktH53KOE7Ky/cyQmFhYnxA= - - requirement - identifier "libssl.3" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ZQN244GMTD - - Resources/Python - - symlink - Python.framework/Versions/3.11/Python - - Resources/Python.framework - - symlink - ../Frameworks/Python.framework - - Resources/base_library.zip - - hash2 - - LM2oh/dWfTQvy0sewywdjHjTxh73eG2ySkklFF7SC/4= - - - Resources/lib-dynload - - symlink - ../Frameworks/lib-dynload - - Resources/libcrypto.3.dylib - - symlink - ../Frameworks/libcrypto.3.dylib - - Resources/liblzma.5.dylib - - symlink - ../Frameworks/liblzma.5.dylib - - Resources/libmpdec.4.dylib - - symlink - ../Frameworks/libmpdec.4.dylib - - Resources/libssl.3.dylib - - symlink - ../Frameworks/libssl.3.dylib - - Resources/moragents.icns - - hash2 - - AXbbYYlsdnXtGQLSAQiKk4a1WD/JMby6OiXtkN/AmjI= - - - - rules - - ^Resources/ - - ^Resources/.*\.lproj/ - - optional - - weight - 1000 - - ^Resources/.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Resources/Base\.lproj/ - - weight - 1010 - - ^version.plist$ - - - rules2 - - .*\.dSYM($|/) - - weight - 11 - - ^(.*/)?\.DS_Store$ - - omit - - weight - 2000 - - ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ - - nested - - weight - 10 - - ^.* - - ^Info\.plist$ - - omit - - weight - 20 - - ^PkgInfo$ - - omit - - weight - 20 - - ^Resources/ - - weight - 20 - - ^Resources/.*\.lproj/ - - optional - - weight - 1000 - - ^Resources/.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Resources/Base\.lproj/ - - weight - 1010 - - ^[^/]+$ - - nested - - weight - 10 - - ^embedded\.provisionprofile$ - - weight - 20 - - ^version\.plist$ - - weight - 20 - - - -