You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/advanced/balance.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ It is required that the file structures in the two storages are exactly the same
22
22
23
23
Different network disks can be used, but the file directories must be consistent.
24
24
25
+
- If the network disk mounted on the main display is inconsistent with the directory tree of the network disk mounted on the load and an error is returned after modifying the network disk mounted on the main display, you can solve it by yourself to keep the directory files of the network disk on the load consistent.
26
+
25
27
### how to use
26
28
27
29
One storage can be added normally, and the other storage can be added with the mount path of `the first storage mount path + .balance + any other content`.
Copy file name to clipboardExpand all lines: docs/guide/advanced/ipa.md
+73-1Lines changed: 73 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@ star: true
18
18
19
19
# IPA install
20
20
21
+
22
+
23
+
## 1. IPA native installation
24
+
21
25
You can directly upload the ipa file.
22
26
23
27
But for **ios>=16**, you need to name the ipa file: `original file [email protected]`, that is, you need to add `@bundle-identifier` on the original basis, in which `bundle-identifier` is the `CFBundleIdentifier` of Info.plist in the IPA package. Such as:
@@ -61,4 +65,72 @@ Recommended to use [ipa-renamer](https://github.com/Xhofe/ipa-renamer) to rename
Devices that support the installation of TrollStore (jailbroken devices are not explained here)
77
+
78
+
The device that supports the installation of TrollStore is up to the iPhone 13 series device system version not greater than `stable version 15.4.1``beta version 15.6 beta 1 - 5`
79
+
80
+
If you are an iPhone 14, the factory system version is too high. For other details, please check the table below.
0 commit comments