mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Rename features to match mods
This commit is contained in:
@@ -54,9 +54,9 @@ debug_proxy = []
|
||||
dvt = ["dep:byteorder", "dep:ns-keyed-archive"]
|
||||
heartbeat = ["tokio/macros", "tokio/time"]
|
||||
installation_proxy = []
|
||||
sbservices = []
|
||||
springboardservices = []
|
||||
misagent = []
|
||||
mounter = ["dep:sha2"]
|
||||
mobile_image_mounter = ["dep:sha2"]
|
||||
location_simulation = []
|
||||
tcp = ["tokio/net"]
|
||||
tunnel_tcp_stack = ["dep:rand", "dep:futures", "tokio/fs"]
|
||||
@@ -79,7 +79,7 @@ full = [
|
||||
"heartbeat",
|
||||
"installation_proxy",
|
||||
"misagent",
|
||||
"mounter",
|
||||
"mobile_image_mounter",
|
||||
"usbmuxd",
|
||||
"xpc",
|
||||
"location_simulation",
|
||||
@@ -87,5 +87,5 @@ full = [
|
||||
"tunnel_tcp_stack",
|
||||
"tss",
|
||||
"tunneld",
|
||||
"sbservices",
|
||||
"springboardservices",
|
||||
]
|
||||
|
||||
@@ -17,12 +17,12 @@ pub mod installation_proxy;
|
||||
pub mod lockdown;
|
||||
#[cfg(feature = "misagent")]
|
||||
pub mod misagent;
|
||||
#[cfg(feature = "mounter")]
|
||||
#[cfg(feature = "mobile_image_mounter")]
|
||||
pub mod mobile_image_mounter;
|
||||
pub mod pairing_file;
|
||||
pub mod provider;
|
||||
mod sni;
|
||||
#[cfg(feature = "sbservices")]
|
||||
#[cfg(feature = "springboardservices")]
|
||||
pub mod springboardservices;
|
||||
#[cfg(feature = "tunnel_tcp_stack")]
|
||||
pub mod tcp;
|
||||
|
||||
Reference in New Issue
Block a user