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 6c4256a commit a2c1685
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 a2c1685

Please sign in to comment.