Created
July 10, 2017 23:30
-
-
Save CollectiveHealth-gists/43c1fddcb28e39ff35ec83316da4f8de to your computer and use it in GitHub Desktop.
Testing iOS at Collective Health: A flags file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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