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"