Skip to content

Commit

Permalink
enable module stability (#2572)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayahariv authored Nov 5, 2019
1 parent c99a443 commit caa7ecf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xcconfigs/Project_Release.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ STRIP_INSTALLED_PRODUCT = YES // Strip debug symbols
SWIFT_COMPILATION_MODE = wholemodule // Swift Compilation Mode
SWIFT_OPTIMIZATION_LEVEL = -O // Optimize for Speed
VALIDATE_PRODUCT = YES // Perform validation checks on the product

BUILD_LIBRARY_FOR_DISTRIBUTION = YES // enable module stability
2 changes: 2 additions & 0 deletions xcconfigs/Project_Release_EE.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ CBL_SWIFT_MODULEMAP_FILE = Swift/CouchbaseLiteSwift-EE.modulemap

GCC_PREPROCESSOR_DEFINITIONS = ${GCC_PREPROCESSOR_DEFINITIONS_DEF} COUCHBASE_ENTERPRISE
OTHER_SWIFT_FLAGS = -DCOUCHBASE_ENTERPRISE

BUILD_LIBRARY_FOR_DISTRIBUTION = YES // enable module stability

0 comments on commit caa7ecf

Please sign in to comment.