Vexil icon indicating copy to clipboard operation
Vexil copied to clipboard

Vexil (named for Vexillology) is a Swift package for managing feature flags (also called feature toggles) in a flexible, multi-provider way.

Results 16 Vexil issues
Sort by recently updated
recently updated
newest added

**Vexil version:** 2.2.0 **Swift version:** `swift-driver version: 1.26.21 Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)` **Environment:** Xcode 13.2.1 – Xcode 13.4 ### ✅ Checklist - [x] If possible, I've reproduced the...

bug

Swift supports a number of additional platforms such as Windows, [Android](https://github.com/apple/swift/blob/main/docs/Android.md) and WebASM. We should expand support for the core Vexil product to as many of these as we can...

enhancement

Being able to specify a date via a flag will help with the customisation of apps particularly when dates are used for app features / functionality.

enhancement

Vexillographer is entirely written using SwiftUI, so we should be able to support any additional platforms that SwiftUI supports, such as tvOS and watchOS. But only for flag types where...

enhancement

Vexil can't be compiled for visionOS because of conditional imports. **Vexil version:** `2.2.2` **Swift version:** `swift-driver version: 1.87.2 Apple Swift version 5.9 (swiftlang-5.9.2.1.6 clang-1500.1.0.1.1)` **Environment:** Xcode 15.1 beta, macOS Sonoma...

bug

We've noticed that on first launch after a fresh install of a settings app that uses Vexil, boolean flags display a toggle switch, but tapping it appears to do nothing....

bug

I feel like it'd be neat to have native / in-library support for other types of data storage types. Such as FirebaseRemote Config, Launch Darkly, or even GRDB, etc. If...

enhancement

In the documentation it is stated that we recommend that the view/Vexillographer be contained in its own app. This requires the user to setup an App Group, and then set...

enhancement

Standard commit to update CI to the latest Xcode versions available to us

ci

### 📒 Description I noticed that in the [DocC](https://vexil.unsignedapps.com/documentation/vexillographer/) that instead of `AppFlags.self` there was `AppFlags.swift`. This is just a tiny PR to correct that. ### 🔍 Detailed Design N/A...