Skip to content
This repository was archived by the owner on Jun 24, 2021. It is now read-only.

Commit 61853fb

Browse files
authoredJun 24, 2021
Update README.md
1 parent 8637742 commit 61853fb

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed
 

Diff for: ‎README.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# GroundControl
22
**Remote configuration for iOS**
33

4+
> **Note**: This project is no longer being maintained.
5+
46
Many developers don't realize that they are allowed to remotely control the behavior of their app (provided that the application isn't downloading any new code).
57

68
GroundControl gives you a dead-simple way to remotely configure your app, allowing you to add things like [feature flags](http://code.flickr.com/blog/2009/12/02/flipping-out/), impromptu [A/B tests](http://en.wikipedia.org/wiki/A/B_testing), or a simple ["message of the day"](http://en.wikipedia.org/wiki/Motd_%28Unix%29).
79

810
It's built on top of [AFNetworking](https://github.com/afnetworking/afnetworking), and provides a single category on `NSUserDefaults` (just add `#import "NSUserDefaults+GroundControl.h"` to the top of any file you want to use it in).
911

10-
> This project is part of a series of open source libraries covering the mission-critical aspects of an iOS app's infrastructure. Be sure to check out its sister projects: [SkyLab](https://github.com/mattt/SkyLab), [CargoBay](https://github.com/mattt/CargoBay), [houston](https://github.com/mattt/houston), and [Orbiter](https://github.com/mattt/Orbiter).
11-
1212
## Client Code
1313

1414
```objective-c
@@ -104,13 +104,6 @@ app.get("/", function(request, response) {
104104
app.listen(port, host)
105105
```
106106

107-
## Contact
108-
109-
Mattt Thompson
110-
111-
- http://github.com/mattt
112-
- http://twitter.com/mattt
113-
114107
## License
115108

116109
GroundControl is available under the MIT license. See the LICENSE file for more info.

0 commit comments

Comments
 (0)