From b2e204f488ff9c4ecb1fe820230c1c985a941624 Mon Sep 17 00:00:00 2001 From: dive Date: Wed, 6 Nov 2019 13:49:46 +0000 Subject: [PATCH] enabled BUILD_LIBRARY_FOR_DISTRIBUTION for Release configuration --- HyperLabel.xcodeproj/project.pbxproj | 1 + 1 file changed, 1 insertion(+) diff --git a/HyperLabel.xcodeproj/project.pbxproj b/HyperLabel.xcodeproj/project.pbxproj index 0861403..80078d1 100644 --- a/HyperLabel.xcodeproj/project.pbxproj +++ b/HyperLabel.xcodeproj/project.pbxproj @@ -400,6 +400,7 @@ 268F29AF2260E83A004E97D6 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + BUILD_LIBRARY_FOR_DISTRIBUTION = YES; CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic;