Browse Source

Merge pull request #453 from kishikawakatsumi/module-stability

Module stability
Kishikawa Katsumi 5 years ago
parent
commit
8be43dfba4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Lib/Configurations/KeychainAccess.xcconfig

+ 1 - 0
Lib/Configurations/KeychainAccess.xcconfig

@@ -8,6 +8,7 @@ APPLICATION_EXTENSION_API_ONLY = YES;
 INFOPLIST_FILE = KeychainAccess/Info.plist;
 SKIP_INSTALL = YES;
 
+BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
 DEFINES_MODULE = YES;
 DYLIB_COMPATIBILITY_VERSION = 1;
 DYLIB_CURRENT_VERSION = 1;