mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 22:46:14 +01:00
Make plist macro public
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
name = "idevice"
|
||||
description = "A Rust library to interact with services on iOS devices."
|
||||
authors = ["Jackson Coxson"]
|
||||
version = "0.1.42"
|
||||
version = "0.1.43"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
documentation = "https://docs.rs/idevice"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#[cfg(feature = "pair")]
|
||||
mod ca;
|
||||
pub mod pairing_file;
|
||||
mod plist_macro;
|
||||
pub mod plist_macro;
|
||||
pub mod provider;
|
||||
mod sni;
|
||||
#[cfg(feature = "tunnel_tcp_stack")]
|
||||
|
||||
Reference in New Issue
Block a user