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: preference_bundles_cont.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Let's go through it one by one.
34
34
- This returns the specifiers because that is needed as the method is not of the type `void` (which does not need to return anything).
35
35
36
36
This also allows the developer to make cells manually, you would need to add the specifier manually through `PSSpecifier` and then add it to the `_specifiers` array.
37
-
- Further information about this can be found near the bottom of https://iphonedev.wiki/index.php/Preferences_specifier_plist.
37
+
- Further information about this can be found near the bottom of https://theapplewiki.com/wiki/Dev:Preferences_specifier_plist.
38
38
39
39
Linking the preference bundle to the tweak can also be found in my preference bundle examples page: https://github.com/NightwindDev/Preference-Bundle-Example#linking-cells-to-tweak.
0 commit comments