|
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 | [](https://travis-ci.org/rwbutler/FeatureFlags)
|
4 | 4 | [](http://cocoapods.org/pods/Featureflags)
|
|
11 | 11 |
|
12 | 12 | FeatureFlags makes it easy to configure feature flags, A/B and MVT tests via a JSON file which may be bundled with your app or hosted remotely. For remotely-hosted configuration files, you may enable / disable features without another release to the App Store, update the percentages of users in A/B test groups or even roll out a feature previously under A/B test to 100% of your users once you have decided that the feature is ready for prime time.
|
13 | 13 |
|
14 |
| -To learn more about how to use FeatureFlags, take a look at the [keynote presentation](https://github.com/rwbutler/FeatureFlags/blob/master/docs/presentations/feature-flags.pdf), check out the [blog post](https://medium.com/@rwbutler/feature-flags-a-b-testing-mvt-on-ios-718339ac7aa1), or make use of the table of contents below: |
| 14 | +To learn more about how to use FeatureFlags, take a look at the [keynote presentation](https://github.com/rwbutler/FeatureFlags/blob/main/docs/presentations/feature-flags.pdf), check out the [blog post](https://medium.com/@rwbutler/feature-flags-a-b-testing-mvt-on-ios-718339ac7aa1), or make use of the table of contents below: |
15 | 15 |
|
16 | 16 | - [Features](#features)
|
17 | 17 | - [Installation](#installation)
|
@@ -519,11 +519,11 @@ FeatureFlags.pushFeatureFlags(delegate: self, navigationController: navigationCo
|
519 | 519 | ```
|
520 | 520 |
|
521 | 521 |
|
522 |
| - |
| 522 | + |
523 | 523 |
|
524 | 524 | Should you need further information on the state of each feature flag / test, you may use 3D Touch to peek / pop more information.
|
525 | 525 |
|
526 |
| - |
| 526 | + |
527 | 527 |
|
528 | 528 | ### Refreshing Configuration
|
529 | 529 |
|
@@ -579,7 +579,7 @@ FeatureFlags is available under the MIT license. See the [LICENSE file](./LICENS
|
579 | 579 |
|
580 | 580 | |[Cheats](https://github.com/rwbutler/Cheats) |[Connectivity](https://github.com/rwbutler/Connectivity) | [FeatureFlags](https://github.com/rwbutler/FeatureFlags) | [Skylark](https://github.com/rwbutler/Skylark) | [TypographyKit](https://github.com/rwbutler/TypographyKit) | [Updates](https://github.com/rwbutler/Updates) |
|
581 | 581 | |:-------------------------:|:-------------------------:|:-------------------------:|:-------------------------:|:-------------------------:|:-------------------------:|
|
582 |
| -|[](https://github.com/rwbutler/Cheats) |[](https://github.com/rwbutler/Connectivity) | [](https://github.com/rwbutler/FeatureFlags) | [](https://github.com/rwbutler/Skylark) | [](https://github.com/rwbutler/TypographyKit) | [](https://github.com/rwbutler/Updates) |
| 582 | +|[](https://github.com/rwbutler/Cheats) |[](https://github.com/rwbutler/Connectivity) | [](https://github.com/rwbutler/FeatureFlags) | [](https://github.com/rwbutler/Skylark) | [](https://github.com/rwbutler/TypographyKit) | [](https://github.com/rwbutler/Updates) |
583 | 583 |
|
584 | 584 | ### Tools
|
585 | 585 |
|
|
0 commit comments