removing unnecessary linking and add comment to all features xcconfig

This commit is contained in:
Benjamin Scholtysik (Reimold)
2016-09-13 15:14:45 -07:00
parent 664bb00f53
commit 03248d9b24
2 changed files with 2 additions and 2 deletions

View File

@@ -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".

View File

@@ -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"