mirror of
https://github.com/mitmproxy/mitmproxy.git
synced 2024-11-26 23:00:40 +00:00
wip
This commit is contained in:
parent
288d5b1227
commit
0dea0812dd
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -28,6 +28,11 @@ jobs:
|
||||
env:
|
||||
CI_BUILD_KEY: ${{ secrets.CI_BUILD_KEY }}
|
||||
steps:
|
||||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
env:
|
||||
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
|
||||
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
@ -155,7 +155,7 @@ def macos_app(
|
||||
_pyinstaller("onedir.spec")
|
||||
_test_binaries(TEMP_DIR / "pyinstaller/out/mitmproxy.app/Contents/MacOS")
|
||||
|
||||
if keychain:
|
||||
if False:
|
||||
assert isinstance(team_id, str)
|
||||
assert isinstance(apple_id, str)
|
||||
assert isinstance(password, str)
|
||||
|
@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
import faulthandler
|
||||
import signal
|
||||
import sys
|
||||
faulthandler.enable()
|
||||
faulthandler.register(signal.SIGUSR1.value)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user