mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-28 07:57:38 +01:00
minimuxer: fix some wrapper methods
This commit is contained in:
@@ -62,7 +62,7 @@ func yeetAppAFC(_ bundleId: String, _ rawBytes: Data) throws {
|
|||||||
|
|
||||||
func installIPA(_ bundleId: String) throws {
|
func installIPA(_ bundleId: String) throws {
|
||||||
#if targetEnvironment(simulator)
|
#if targetEnvironment(simulator)
|
||||||
print("installIPA(\(bundleId), \(rawBytes)) is no-op on simulator")
|
print("installIPA(\(bundleId)) is no-op on simulator")
|
||||||
#else
|
#else
|
||||||
try minimuxer.install_ipa(bundleId)
|
try minimuxer.install_ipa(bundleId)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user