How to run Critical Ops on iOS 9.3.x or below! [Working as of 15/08/18]
What you will need:
- Cydia/Jailbreak
- A Computer
- 7-Zip/WinRAR
- AppSync Unified (Repo: http://cydia.iphonecake.com/)
Instructions:
Step 1: Download the application from iTunes (If you decide to download the .IPA straight to your PC; recommended).
Step 2: If you downloaded the application from iTunes, head over to "C:\Users\(TheNameOfTheUser)\Music\iTunes\iTunes Media\Mobile Applications", find the application and drag the .IPA to your desktop.
Step 3: Right-click on the .IPA, and either open archive(r) with 7-Zip (or WinRAR).
Step 4: Open the Payload folder, then criticalops.app and then scroll down till you find the Info.plist. Double-click on the file and open it with a text editor.
Step 5: Now inside the text editor, search for MinimumOSVersion
And you should find something similar to this:
<key>UIStatusBarHidden</key>
<true/>
<key>MinimumOSVersion</key>
<string>10.0</string>
<key>FacebookAppID</key>
All you will need to do is change the number in between the <string></string>, to the iOS version you are on. So for me, I would change the 10.0 to 9.3.3.
This is what mine will look like:
<key>UIStatusBarHidden</key>
<true/>
<key>MinimumOSVersion</key>
<string>9.3.3</string>
<key>FacebookAppID</key>
Step 5: Now save your modifications and close your Notepad window. 7-Zip/WinRAR will then ask you whether you want to update the modified Info.plist inside the archive. Click on OK.
Step 6: Now install the .IPA using either iFunBox, iTools etc.
I believe you can also use the LowerInstall tweak, but I wouldn't recommend it. Enjoy!