Remove Feedback feature from hockey config

This commit is contained in:
Benjamin Scholtysik (Reimold)
2016-09-11 14:49:30 -07:00
parent ed71c3bebe
commit 00d586c8e9
5 changed files with 10 additions and 4 deletions

View File

@@ -26,10 +26,15 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
/**
* This is the template feature config that is used for debug builds and during development.
* For the Distribution target, we are using separate configs that will be copied over in our build script.
*/
#ifndef HockeySDK_HockeySDKFeatureConfig_h
#define HockeySDK_HockeySDKFeatureConfig_h
/**
* If true, include support for handling crash reports
*

File diff suppressed because one or more lines are too long

View File

@@ -53,7 +53,7 @@
* _Default_: Enabled
*/
#ifndef HOCKEYSDK_FEATURE_FEEDBACK
# define HOCKEYSDK_FEATURE_FEEDBACK 1
# define HOCKEYSDK_FEATURE_FEEDBACK 0
#endif /* HOCKEYSDK_FEATURE_FEEDBACK */

View File

@@ -10,7 +10,6 @@ framework module HockeySDK {
link framework "CoreGraphics"
link framework "Foundation"
link framework "MobileCoreServices"
link framework "Photos"
link framework "QuartzCore"
link framework "QuickLook"
link framework "Security"

View File

@@ -1,4 +1,6 @@
#include "buildnumber.xcconfig"
OTHER_LDFLAGS=$(inherited) -framework CrashReporter -framework AssetsLibrary -framework CoreTelephony -framework CoreText -framework CoreGraphics -framework Foundation -framework MobileCoreServices -framework QuartzCore -framework QuickLook -framework Security -framework SystemConfiguration -framework UIKit -lc++ -lz
OTHER_CFLAGS[sdk=iphoneos9.*] = $(HOCKEYSDK_WARNING_FLAGS) -fembed-bitcode
OTHER_CFLAGS[sdk=iphonesimulator9.*] = $(HOCKEYSDK_WARNING_FLAGS) -fembed-bitcode-marker