Add TF1+ tvOS tweak and docs

This commit is contained in:
√(noham)²
2026-04-10 21:06:13 +02:00
parent 2e08be66c0
commit f69c20fb2c
7 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#import <Foundation/Foundation.h>
%hook FWRequestConfiguration
- (id)initWithServerURL:(id)arg1 playerProfile:(id)arg2 {
return self;
}
%end