Skip to content

Offer automatic and dynamic library

Compare
Choose a tag to compare
@hannesoid hannesoid released this 12 Sep 15:18
· 13 commits to main since this release
b5cdf29
  • The default AppReceiptValidator Library is now not of type .dynamic anymore #86
  • This may break existing embeddings because if the library is interpreted as static, then there is nothing to embed. In this case remove it from the embedded frameworks and Xcode should be happy.
  • If you need .dynamic because of other (duplicate symbol…) linking errors, replace all references/embeddings with AppReceiptValidatorDynamic
  • The Module name is AppReceiptValidator in both cases so import statements should remain the same.