App service cpp example

This commit is contained in:
Jackson Coxson
2025-08-15 16:14:24 -06:00
parent 22e94e724f
commit 94a361eb4e
6 changed files with 538 additions and 5 deletions

View File

@@ -97,7 +97,7 @@ async fn main() {
let host = matches.get_one::<String>("host");
let provider =
match common::get_provider(udid, host, pairing_file, "debug-proxy-jkcoxson").await {
match common::get_provider(udid, host, pairing_file, "app_service-jkcoxson").await {
Ok(p) => p,
Err(e) => {
eprintln!("{e}");