Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from bitstadium/develop
Browse files Browse the repository at this point in the history
Update with HockeySDK-iOS 4.1.2
  • Loading branch information
Benjamin Scholtysik (Reimold) committed Oct 6, 2016
2 parents e6a33d2 + 23ce4c4 commit 1ac9ed0
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Classes/BITAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
[BITHockeyManager sharedHockeyManager].authenticator.restrictApplicationUsage = NO;

// optionally enable logging to get more information about states.
[BITHockeyManager sharedHockeyManager].debugLogEnabled = YES;
[BITHockeyManager sharedHockeyManager].logLevel = BITLogLevelVerbose;

[[BITHockeyManager sharedHockeyManager] startManager];

Expand Down
11 changes: 10 additions & 1 deletion HockeySDK-iOSDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
isa = PBXProject;
attributes = {
CLASSPREFIX = CNS;
LastUpgradeCheck = 0720;
LastUpgradeCheck = 0800;
TargetAttributes = {
1E9A624315504F2E00EE7C9D = {
DevelopmentTeam = 5Z97G9NZQ6;
Expand Down Expand Up @@ -711,11 +711,14 @@
baseConfigurationReference = 1E754E8016221BFB0070AB92 /* HockeyDemo.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
Expand Down Expand Up @@ -771,11 +774,14 @@
baseConfigurationReference = 1E754E8016221BFB0070AB92 /* HockeyDemo.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
Expand Down Expand Up @@ -808,11 +814,14 @@
baseConfigurationReference = 1E754E8016221BFB0070AB92 /* HockeyDemo.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
Expand Down
2 changes: 1 addition & 1 deletion Resources/HockeyDemo.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include "../Vendor/HockeySDK/Support/HockeySDK.xcconfig"
#include "../Vendor/HockeySDK/Support/HockeySDKBase.xcconfig"
2 changes: 1 addition & 1 deletion Vendor/HockeySDK
Submodule HockeySDK updated 124 files
2 changes: 1 addition & 1 deletion iOSDemo-Today/TodayViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ - (void)viewDidLoad {
[[BITHockeyManager sharedHockeyManager] configureWithIdentifier:@"fd51a3647d651add2171dd59d3b6e5ec"];

// optionally enable logging to get more information about states.
[BITHockeyManager sharedHockeyManager].debugLogEnabled = YES;
[BITHockeyManager sharedHockeyManager].logLevel = BITLogLevelVerbose;
[BITHockeyManager sharedHockeyManager].crashManager.crashManagerStatus = BITCrashManagerStatusAutoSend;


Expand Down

0 comments on commit 1ac9ed0

Please sign in to comment.