RevenueCat / purchases-ios

In-app purchases and subscriptions made easy. Support for iOS, watchOS, tvOS, macOS, and visionOS.
https://www.revenuecat.com/
MIT License
2.22k stars 295 forks source link

Paywalls Tester: Enable Example Paywalls in Release Mode #3885

Closed jamesrb1 closed 2 months ago

jamesrb1 commented 2 months ago

The paywalls examples weren't showing up when compiled in release mode. Enabling it meant making a bunch of more internal things public via the preprocessing script. TestData is no longer #ifdef DEBUGed out, but most of its data is still #ifdef DEBUG, and when it's compiled with an internal modifier and thus nothing uses it, I'd expect what remains to be stripped away during linking.

RevenueCat-Danger-Bot commented 2 months ago
1 Message
:book: Size increase: 5.68 KB

Generated by :no_entry_sign: Danger