mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-27 15:37:40 +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 {
|
||||
#if targetEnvironment(simulator)
|
||||
print("installIPA(\(bundleId), \(rawBytes)) is no-op on simulator")
|
||||
print("installIPA(\(bundleId)) is no-op on simulator")
|
||||
#else
|
||||
try minimuxer.install_ipa(bundleId)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user