jiaqi-xiao / FPSIndicator

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Objective-C 56.4%Language:Logos 32.7%Language:Makefile 9.1%Language:Shell 1.8%