This commit is contained in:
Jonathan Lin 2022-03-30 11:17:39 -04:00
Родитель dc77b94db4
Коммит 0d204d0e8c
2 изменённых файлов: 22 добавлений и 1 удалений

Просмотреть файл

@ -149,6 +149,16 @@
"dmg-advanced": "",
"hash": "037d473bc311e278d7aa0eae5de2d78e3eb97fa2a627c06bf913b5b8423203dd",
"type": "pkg"
}
},
{
"item": "remove pybobjc",
"version": "",
"url": "resources/remove-pyobjc.sh",
"filename": "",
"dmg-installer": "",
"dmg-advanced": "",
"hash": "bb04f027665f1d667070dc5c87105a2cb50e40df5e807b27c0a18a58e0490cbe",
"type": "shell"
},
]
}

11
resources/remove-pyobjc.sh Executable file
Просмотреть файл

@ -0,0 +1,11 @@
#!/bin/bash
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# remove pyobjc-framework-SystemConfigruation package
pip3 uninstall -y pyobjc-framework-SystemConfiguration
pip3 uninstall -y pyobjc-core
pip3 uninstall -y pyobjc-framework-Cocoa