Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/launchdarkly/hello-macos

Hello LaunchDarkly for macOS
https://github.com/launchdarkly/hello-macos

examples feature-flags feature-toggles launchdarkly launchdarkly-sdk macos managed-by-terraform sdk-examples swift

Last synced: 3 months ago
JSON representation

Hello LaunchDarkly for macOS

Lists

README

        

### LaunchDarkly Sample macOS Application ###

[![Build](https://github.com/launchdarkly/hello-macos/actions/workflows/ci.yml/badge.svg)](https://github.com/launchdarkly/hello-macos/actions/workflows/ci.yml)

We've built a simple macOS application that demonstrates how LaunchDarkly's SDK works. Below, you'll find the basic build procedure, but for more comprehensive instructions, you can visit your [Quickstart page](https://app.launchdarkly.com/quickstart#/).

##### Build instructions #####

1. Make sure you have [XCode](https://itunes.apple.com/us/app/xcode/id497799835?ls=1&mt=12) installed
2. Open `hello-macos.xcworkspace` in XCode
3. Copy the mobile key from your account settings page and the feature flag key from your LaunchDarkly dashboard into `AppDelegate.swift`
4. Run your application through XCode