Command:
$ fastboot helpOutput:
usage: fastboot [OPTION...] COMMAND...
flashing:Command:
$ fastboot helpOutput:
usage: fastboot [OPTION...] COMMAND...
flashing:| import fs = require("fs-extra") | |
| import path = require("path") | |
| import net = require("net") | |
| import https = require("https") | |
| import child = require("child_process") | |
| import util = require("util") | |
| import WebSocket = require("ws") | |
| import brotli = require("brotli") | |
| import mysql2 = require("mysql2/promise") | |
| import sqlite3 = require("better-sqlite3") |
| from pprint import pprint | |
| from random import shuffle | |
| from typing import Set, List | |
| class LaunchComponent: | |
| id: str | |
| required: Set[str] | |
| def __init__(self, id, required=None): |
| // ReSharper disable MemberCanBePrivate.Global | |
| // ReSharper disable UnusedType.Global | |
| // ReSharper disable ClassNeverInstantiated.Global | |
| // ReSharper disable ParameterTypeCanBeEnumerable.Local | |
| // ReSharper disable ReturnTypeCanBeEnumerable.Local | |
| using System.Diagnostics; | |
| using System.Text; | |
| namespace SystemFSub; |
Personal notes building zig 0.15.0-dev.xxxx on Macbook M3 Max
20250731 Sequoia 15.6, latest XCode Commandline Tools, homebrew-installed LLVM 20.1.8 (llvm@20)
This way of building probably works on all Apple Silicon Macs, but you must check other models yourself. I keep a list of some successful M3 Max builds here
Some Intel Macs should also work (default homebrew path is the only significant difference). But I don't test that anymore.
| # author: Bluefissure | |
| # License: MIT License | |
| # Description: Fixes Palworld brokwn save files corrupted by someone existing the guild | |
| # Based on the work of https://github.com/cheahjs/palworld-save-tools/releases/tag/v0.13.0 | |
| import argparse | |
| import codecs | |
| import os | |
| import json | |
| from lib.gvas import GvasFile |
Apple restricted the access to Xcode LLM (Predictive code completion) feature on China models of Mac. This guide provides a way to bypass that restriction. It's verified on macOS 15.0 Beta (24A5264n), but there is no guarentee that it will always work on later macOS versions.
csrutil enable --without debug command in recovery mode).