Skip to content

Commit

Permalink
DO NOT MERGE: Enabling of paywall components flag
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdholtz committed Dec 20, 2024
1 parent 774fc1f commit 75e3ac6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ var additionalCompilerFlags: [PackageDescription.SwiftSetting] = {
?? []
}()

// DO NOT MERGE: this is only for paywalls-v2-beta branch
additionalCompilerFlags += [.define("PAYWALL_COMPONENTS")]

var ciCompilerFlags: [PackageDescription.SwiftSetting] = [
// REPLACE_WITH_DEFINES_HERE
]
Expand Down

0 comments on commit 75e3ac6

Please sign in to comment.