# mattt/GroundControl

Remote configuration for iOS

Repository: https://github.com/mattt/GroundControl
Canonical: https://ross.abutalabs.com/products/groundcontrol
Language: Objective-C
License: MIT
License Family: permissive
Archived: true
Last push: 2021-06-24T11:45:46+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5115, "days_push": 1896, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1931, forks 111 (observed 2026-08-28T04:05:56.166531+00:00)

## What it is
GroundControl is an Objective-C library for iOS that enables remote configuration of apps by fetching a plist file over HTTP and registering it with NSUserDefaults. It supports feature flags, A/B testing, and remote settings without downloading new code.

## Use cases
- remotely configure ios app settings
- add feature flags to an ios app
- run a/b tests without app store release
- show a remote message of the day in my app
- fetch remote defaults plist into nsuserdefaults

## When to choose
- you maintain a legacy Objective-C iOS app needing simple remote config via a static plist endpoint
- you want a minimal NSUserDefaults-based feature flag mechanism

## When to avoid
- you are starting a new project - the library is explicitly unmaintained since 2021
- you need a full-featured remote config service with targeting, rollout, or analytics
- your project is written in Swift or uses modern tooling

## Facets
- artifact type: library
- maturity: abandoned
- function: feature-flags, configuration-management, http-client
- domain: mobile-development, developer-tools
- platform: -
- tags: remote-config, nsuserdefaults, objective-c, ab-testing, plist, ios, mobile

## Member repositories
- mattt/GroundControl (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:56.166531+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:08:42.296861+00:00, confidence not recorded.
  - readme: https://github.com/mattt/GroundControl (fetched 2026-08-28T04:05:56.166531+00:00, sha f4c851b92a69)
- Data as of 2026-08-30T08:39:29.467469+00:00.
