kabiroberai / theos-jailed

A Theos module to develop jailed tweaks for iOS 8 and up
Other
365 stars 64 forks source link

how to creat info.plist for my tweak #56

Closed hadoiz closed 4 years ago

hadoiz commented 5 years ago

can i creat info.plist to makefile ? and what about libray.a files i can inculde it to and how thanx ?? i want to creat info.plist to add NSAllowsArbitraryLoads and about libray,a i need to creat appnext ads so its need library,a files

kabiroberai commented 4 years ago

Please see https://github.com/kabiroberai/theos-jailed/wiki/Usage#adding-resources – you can create an Info.plist file in your project's Resources directory with the required key, which will be merged with the app's Info.plist during packaging.