mirror of
https://github.com/Lakr233/vphone-cli.git
synced 2026-09-05 17:14:28 +00:00
feat: Add vphoned modules, consolidate menus, and SwiftUI App Browser
- Add vphoned modules: accessibility, apps, clipboard, settings, url - Consolidate menus into Connect (file browser, keychain, devmode, ping, clipboard, settings, location, battery) and Apps (app browser, open URL, install IPA) - Simplify CLI to manifest-only config (remove individual CLI flags) - Add SwiftUI App Browser window with filter/search/scroll table - Fix Location and Battery submenu items missing titles - Remove broken foreground app detection and launch/terminate commands
This commit is contained in:
@@ -176,22 +176,12 @@ vm_new:
|
||||
|
||||
boot: bundle vphoned
|
||||
cd $(VM_DIR) && "$(CURDIR)/$(BUNDLE_BIN)" \
|
||||
--config ./config.plist \
|
||||
--rom ./AVPBooter.vresearch1.bin \
|
||||
--disk ./Disk.img \
|
||||
--nvram ./nvram.bin \
|
||||
--sep-rom ./AVPSEPBooter.vresearch1.bin \
|
||||
--sep-storage ./SEPStorage
|
||||
--config ./config.plist
|
||||
|
||||
boot_dfu: build
|
||||
cd $(VM_DIR) && "$(CURDIR)/$(BINARY)" \
|
||||
--config ./config.plist \
|
||||
--rom ./AVPBooter.vresearch1.bin \
|
||||
--disk ./Disk.img \
|
||||
--nvram ./nvram.bin \
|
||||
--sep-rom ./AVPSEPBooter.vresearch1.bin \
|
||||
--sep-storage ./SEPStorage \
|
||||
--no-graphics --dfu
|
||||
--dfu
|
||||
|
||||
# ═══════════════════════════════════════════════════════════════════
|
||||
# Firmware pipeline
|
||||
|
||||
Reference in New Issue
Block a user