mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-03-19 05:43:53 +00:00
Remove Feedback feature from hockey config
This commit is contained in:
@@ -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
@@ -53,7 +53,7 @@
|
||||
* _Default_: Enabled
|
||||
*/
|
||||
#ifndef HOCKEYSDK_FEATURE_FEEDBACK
|
||||
# define HOCKEYSDK_FEATURE_FEEDBACK 1
|
||||
# define HOCKEYSDK_FEATURE_FEEDBACK 0
|
||||
#endif /* HOCKEYSDK_FEATURE_FEEDBACK */
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user