This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from remotezip import RemoteZip | |
import requests | |
import concurrent.futures | |
def ipsw_api(endpoint): | |
return requests.get('https://api.ipsw.me/v4/' + endpoint).json() | |
def process_firmware(firmware): | |
try: | |
with RemoteZip(firmware['url']) as zip: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/bilousoleksandr/ncmanager | |
ncmanager write _SYSTEM_CENTER_:com.apple.SoftwareUpdateNotification -n false |