Skip to content

Commit

Permalink
chore(ios): enable cross platform import feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
autoreleasefool committed Oct 24, 2024
1 parent 444ad37 commit 35f6b97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extension FeatureFlag {
public static let highestScorePossible = Self(name: "highestScorePossible", introduced: "2024-08-14", stage: .development)
public static let badges = Self(name: "badges", introduced: "2024-10-03", stage: .development)
public static let automaticBackups = Self(name: "automaticBackups", introduced: "2024-10-05", stage: .development)
public static let crossPlatformImports = Self(name: "crossPlatformImports", introduced: "2024-10-17", stage: .development)
public static let crossPlatformImports = Self(name: "crossPlatformImports", introduced: "2024-10-17", stage: .release)

public static let allFlags: [Self] = [
.alleyAndGearAverages,
Expand Down

0 comments on commit 35f6b97

Please sign in to comment.