dont need that

This commit is contained in:
eevee
2024-04-30 10:38:00 +03:00
parent 2318ca194d
commit b710b1156b
@@ -1,12 +0,0 @@
import Orion
import UIKit
import StoreKit
// uncomment if you're building for jailbreak, cause ipa crashes:
// Fatal error: Error in tweak EeveeSpotify: Failed to hook method -[SKStoreReviewController requestReview:] (Could not hook method)
// Fatal error: Error in tweak EeveeSpotify: Failed to hook method -[SKStoreReviewController requestReviewInScene:] (Could not hook method)
// class SKStoreReviewControllerHook: ClassHook<SKStoreReviewController> {
// func requestReview() { }
// func requestReviewInScene(_ scene: UIWindowScene) { }
// }