Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CollectiveHealth-gists/43c1fddcb28e39ff35ec83316da4f8de to your computer and use it in GitHub Desktop.
Save CollectiveHealth-gists/43c1fddcb28e39ff35ec83316da4f8de to your computer and use it in GitHub Desktop.
Testing iOS at Collective Health: A flags file
enum LaunchArguments {
/// Reset our defaults, deletes the persistent store, and clears
/// keychain on launch
static let ResetDefaults = "ResetDefaults"
/// Turn off all animations
static let NoAnimations = "NoAnimations"
/// Get Care Search Result
static let GetCareSearchResult = "GetCareSearchResult"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment