From 03248d9b246ba670109b331a14d72d5495cfdfcd Mon Sep 17 00:00:00 2001 From: "Benjamin Scholtysik (Reimold)" Date: Tue, 13 Sep 2016 15:14:45 -0700 Subject: [PATCH] removing unnecessary linking and add comment to all features xcconfig --- Support/allfeatures.xcconfig | 2 ++ Support/module_default.modulemap | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Support/allfeatures.xcconfig b/Support/allfeatures.xcconfig index 1ee4e5e8f4..0c75ac3d1e 100644 --- a/Support/allfeatures.xcconfig +++ b/Support/allfeatures.xcconfig @@ -1 +1,3 @@ #include "release.xcconfig" + +// We don't have to specify usage of the features for the "AllFeatures"-config as the default in the feautre-config-header is "1". \ No newline at end of file diff --git a/Support/module_default.modulemap b/Support/module_default.modulemap index ff2e41f468..35b5a52e4c 100644 --- a/Support/module_default.modulemap +++ b/Support/module_default.modulemap @@ -4,9 +4,7 @@ framework module HockeySDK { export * module * { export * } - link framework "AssetsLibrary" link framework "CoreTelephony" - link framework "CoreText" link framework "CoreGraphics" link framework "Foundation" link framework "MobileCoreServices"