/FPSIndicator

iOS jailbreak Tweak that show real-time in-game framerate

Primary LanguageObjective-CMIT LicenseMIT

FPSIndicator

real-time fps indicator for ios games

编译指南

  1. 缺少Private Frameworks
ld: framework not found Preferences
clang: error: linker command failed with exit code 1 (use -v to see invocation)

新版的iPhoneOS SDK中,Preferences.framework已经被移除,需要从旧版的SDK中拷贝出来,放到/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/PrivateFrameworks/目录下。

  1. 缺少Alist

Special thanks