mirror of
https://github.com/nab138/isideload.git
synced 2026-03-02 22:46:15 +01:00
Add set_force_sidestore_app_group
This commit is contained in:
@@ -3,7 +3,7 @@ name = "isideload"
|
||||
description = "Sideload iOS/iPadOS applications"
|
||||
license = "MPL-2.0"
|
||||
authors = ["Nicholas Sharp <nab@nabdev.me>"]
|
||||
version = "0.1.19"
|
||||
version = "0.1.20"
|
||||
edition = "2024"
|
||||
repository = "https://github.com/nab138/isideload"
|
||||
documentation = "https://docs.rs/isideload"
|
||||
|
||||
@@ -103,4 +103,9 @@ impl<'a> SideloadConfiguration<'a> {
|
||||
self.revoke_cert = revoke_cert;
|
||||
self
|
||||
}
|
||||
|
||||
pub fn set_force_sidestore_app_group(mut self, force: bool) -> Self {
|
||||
self.force_sidestore_app_group = force;
|
||||
self
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user