I use FlextoTheos to convert my flex 2 patch to tweak.xm .. but nothing appears when i try to paste on tweak.xm or any where.. (Device model - SE 10.3.3 jb with doubleh3lix )command i used is ftt -tsp0 ( 0 is my patch number) tell me if im doing wrong.. also want requests please someone help me convert my patch to tweak.xm..
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>patches</key>
<array>
<dict>
<key>UUID</key>
<string>53751435-BC42-4A56-9058-C279DC48FA42</string>
<key>appIdentifier</key>
<string>com.my.app</string>
<key>appVersion</key>
<string>1.0</string>
<key>name</key>
<string>My App patch</string>
<key>switchedOn</key>
<true/>
<key>units</key>
<array>
<dict>
<key>methodObjc</key>
<dict>
<key>className</key>
<string>TipsView</string>
<key>displayName</key>
<string>-(id) initWithFrame:(CGRect)</string>
<key>prefix</key>
<string>-</string>
<key>selector</key>
<string>initWithFrame:</string>
<key>typeEncoding</key>
<string>@48@0:8{CGRect={CGPoint=dd}{CGSize=dd}}16</string>
</dict>
<key>name</key>
<string>Unit for -(id) initWithFrame:(CGRect)</string>
<key>overrides</key>
<array>
<dict>
<key>argument</key>
<integer>0</integer>
<key>type</key>
<dict>
<key>subtype</key>
<integer>1</integer>
<key>type</key>
<integer>1</integer>
</dict>
<key>value</key>
<dict>
<key>type</key>
<integer>1</integer>
<key>value</key>
<string>500</string>
</dict>
</dict>
</array>
</dict>
</array>
</dict>
</array>
</dict>
</plist>