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: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,12 @@ Toggles is an elegant and powerful solution to feature flagging for Apple platfo
19
19
Feature flags (or feature toggles) are an important capability in modern applications. They allow apps to support different code paths and multiple features. Remote configuration of feature flags is what enables changing the behaviour of apps and the enabling/disabling of features without the need for expensive releases.
20
20
Feature flags are at the core of A/B testing and experimentation.
21
21
22
+
## Related Tools
23
+
24
+
-[ToggleGen](https://github.com/TogglesPlatform/ToggleGen): a tool to generate type-safe Swift code for Toggles
25
+
-[ToggleCipher](https://github.com/TogglesPlatform/ToggleCipher): a tool to encrypt and decrypt secure values for Toggles
26
+
-[JustTweakMigrator](https://github.com/TogglesPlatform/JustTweakMigrator): a tool to help migrate from [JustTweak](https://github.com/justeat/JustTweak) to Toggles
0 commit comments