diff --git a/Classes/BITHockeyManager.m b/Classes/BITHockeyManager.m index 984fc714..b869c633 100644 --- a/Classes/BITHockeyManager.m +++ b/Classes/BITHockeyManager.m @@ -52,11 +52,11 @@ + (BITHockeyManager *)sharedHockeyManager { return sharedInstance; } #else -+ (CNSHockeyManager *)sharedHockeyManager { - static CNSHockeyManager *hockeyManager = nil; ++ (BITHockeyManager *)sharedHockeyManager { + static BITHockeyManager *hockeyManager = nil; if (hockeyManager == nil) { - hockeyManager = [[CNSHockeyManager alloc] init]; + hockeyManager = [[BITHockeyManager alloc] init]; } return hockeyManager; diff --git a/README.md b/README.md index 2c6bf52b..40fe7bfa 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ This document describes how to integrate the HockeySDK-Mac into your app. The SD ## Release Notes +Version 1.0.2: + +- Include new PLCrashReporter version, which fixes a crash that can happen when the App/System is unloading images from a process + Version 1.0.1: - Fixed a App Store rejection cause (only happened if you don't submit with sandbox enabled!): settings data was written into ~/Library/net.hockeyapp.sdk.mac/, and is now written into ~/Library/Caches//net.hockeyapp.sdk.mac/ next to the queued crash reports diff --git a/Resources/HockeySDK-Info.plist b/Resources/HockeySDK-Info.plist index abe10735..4eea8d18 100644 --- a/Resources/HockeySDK-Info.plist +++ b/Resources/HockeySDK-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.1 + 1.0.2 CFBundleSignature ???? CFBundleVersion - 11 + 12 NSHumanReadableCopyright Copyright © 2012 HockeyApp, Bit Stadium GmbH. All rights reserved. NSPrincipalClass diff --git a/Resources/de.lproj/HockeySDK.strings b/Resources/de.lproj/HockeySDK.strings index 5a97f874..8d9d2eac 100644 --- a/Resources/de.lproj/HockeySDK.strings +++ b/Resources/de.lproj/HockeySDK.strings @@ -25,7 +25,7 @@ "UserDescriptionPlaceholder" = "Bitte beschreiben Sie hier die Schritte welche zu dem Problem geführt haben"; /* Problems Details Box Title */ -"ProblemDetailsTitle" = "Problem details and system configuration"; +"ProblemDetailsTitle" = "Problemdetails und Systemkonfiguration"; /* Privacy note text */ "PrivacyNote" = "Es werden keine personenbezogene Informationen mit diesem Bericht verschickt."; diff --git a/Support/HockeySDK.xcodeproj/project.pbxproj b/Support/HockeySDK.xcodeproj/project.pbxproj index 6daa5b3a..2618b14a 100644 --- a/Support/HockeySDK.xcodeproj/project.pbxproj +++ b/Support/HockeySDK.xcodeproj/project.pbxproj @@ -319,7 +319,7 @@ GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.6; + MACOSX_DEPLOYMENT_TARGET = 10.5; ONLY_ACTIVE_ARCH = NO; SDKROOT = macosx; }; @@ -339,7 +339,7 @@ GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.6; + MACOSX_DEPLOYMENT_TARGET = 10.5; SDKROOT = macosx; }; name = Release; diff --git a/Vendor/CrashReporter.framework.dSYM/Contents/Info.plist b/Vendor/CrashReporter.framework.dSYM/Contents/Info.plist index 78ecf7d7..d848dd9d 100644 --- a/Vendor/CrashReporter.framework.dSYM/Contents/Info.plist +++ b/Vendor/CrashReporter.framework.dSYM/Contents/Info.plist @@ -13,6 +13,6 @@ CFBundleSignature ???? CFBundleVersion - 1.2-beta1 + 1.2-beta2 diff --git a/Vendor/CrashReporter.framework.dSYM/Contents/Resources/DWARF/CrashReporter b/Vendor/CrashReporter.framework.dSYM/Contents/Resources/DWARF/CrashReporter index c4472275..09502e85 100644 Binary files a/Vendor/CrashReporter.framework.dSYM/Contents/Resources/DWARF/CrashReporter and b/Vendor/CrashReporter.framework.dSYM/Contents/Resources/DWARF/CrashReporter differ diff --git a/Vendor/CrashReporter.framework/Versions/A/CrashReporter b/Vendor/CrashReporter.framework/Versions/A/CrashReporter index f5e882d6..0b40b330 100755 Binary files a/Vendor/CrashReporter.framework/Versions/A/CrashReporter and b/Vendor/CrashReporter.framework/Versions/A/CrashReporter differ diff --git a/Vendor/CrashReporter.framework/Versions/A/Headers/PLCrashReportSystemInfo.h b/Vendor/CrashReporter.framework/Versions/A/Headers/PLCrashReportSystemInfo.h index 70167dfc..3dbcb722 100644 --- a/Vendor/CrashReporter.framework/Versions/A/Headers/PLCrashReportSystemInfo.h +++ b/Vendor/CrashReporter.framework/Versions/A/Headers/PLCrashReportSystemInfo.h @@ -87,8 +87,11 @@ typedef enum { /** ARMv7 */ PLCrashReportArchitectureARMv7 = 5, + /** ARMv7s */ + PLCrashReportArchitectureARMv7s = 6, + /** Unknown */ - PLCrashReportArchitectureUnknown = 6 + PLCrashReportArchitectureUnknown = 7 } PLCrashReportArchitecture; diff --git a/Vendor/CrashReporter.framework/Versions/A/Resources/Info.plist b/Vendor/CrashReporter.framework/Versions/A/Resources/Info.plist index 616c0f30..b19db104 100644 --- a/Vendor/CrashReporter.framework/Versions/A/Resources/Info.plist +++ b/Vendor/CrashReporter.framework/Versions/A/Resources/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 11E53 + 11G56 CFBundleDevelopmentRegion English CFBundleExecutable @@ -19,20 +19,20 @@ CFBundleSignature ???? CFBundleVersion - 1.2-beta1 + 1.2-beta2 DTCompiler DTPlatformBuild - 4E3002 + 4F1003 DTPlatformVersion GM DTSDKBuild - 11E52 + 12A264 DTSDKName - macosx10.7 + macosx10.8 DTXcode - 0433 + 0441 DTXcodeBuild - 4E3002 + 4F1003