Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 37b10f8

Browse files
author
Benjamin Scholtysik (Reimold)
authored
Merge pull request #42 from bitstadium/release/5.1.0-with-ios-sdk-5.1.1
Release/5.1.0 with ios sdk 5.1.1
2 parents a83b19d + facbb11 commit 37b10f8

File tree

8 files changed

+12
-6
lines changed

8 files changed

+12
-6
lines changed

ExampleGame/Assets/HockeyAppUnityIOS/HockeyAppUnity-Scripts/HockeyAppIOS.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,9 @@ protected virtual IEnumerator SendLogs (List<string> logs)
313313
if (Debug.isDebugBuild)
314314
Debug.Log ("Failed to delete exception log: " + e);
315315
}
316+
} else {
317+
if (Debug.isDebugBuild)
318+
Debug.Log ("Crash sending error: " + www.error);
316319
}
317320
}
318321
}
@@ -463,4 +466,4 @@ public void OnHandleUnresolvedException (object sender, System.UnhandledExceptio
463466
}
464467
#endif
465468
}
466-
}
469+
}
Binary file not shown.
Binary file not shown.

Plugins/HockeyAppUnityIOS/HockeyAppUnity-Scripts/HockeyAppIOS.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,9 @@ protected virtual IEnumerator SendLogs (List<string> logs)
313313
if (Debug.isDebugBuild)
314314
Debug.Log ("Failed to delete exception log: " + e);
315315
}
316+
} else {
317+
if (Debug.isDebugBuild)
318+
Debug.Log ("Crash sending error: " + www.error);
316319
}
317320
}
318321
}
@@ -463,4 +466,4 @@ public void OnHandleUnresolvedException (object sender, System.UnhandledExceptio
463466
}
464467
#endif
465468
}
466-
}
469+
}
Binary file not shown.
-112 Bytes
Binary file not shown.

UnityPluginSources/HockeyAppUnity.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1BC1D0621952EBB1006E61BD /* BITUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BC1D0611952EBB1006E61BD /* BITUtils.m */; };
1111
1BC5D65718D71C66008CB6F8 /* HockeyAppUnity.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 1BC5D65618D71C66008CB6F8 /* HockeyAppUnity.h */; };
1212
1BC5D65918D71C66008CB6F8 /* HockeyAppUnity.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BC5D65818D71C66008CB6F8 /* HockeyAppUnity.m */; };
13-
B293A3D21FE0CE7F009657C0 /* HockeySDK-5.1.0.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B293A3D11FE0CE7F009657C0 /* HockeySDK-5.1.0.a */; };
13+
B2669D401FE26B7E00E44F60 /* HockeySDK-5.1.1.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B2669D3F1FE26B7D00E44F60 /* HockeySDK-5.1.1.a */; };
1414
/* End PBXBuildFile section */
1515

1616
/* Begin PBXCopyFilesBuildPhase section */
@@ -54,7 +54,7 @@
5454
6ED5D7441EC47A2C0090BE1B /* HockeySDKEnums.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HockeySDKEnums.h; sourceTree = "<group>"; };
5555
6ED5D7451EC47A2C0090BE1B /* HockeySDKFeatureConfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HockeySDKFeatureConfig.h; sourceTree = "<group>"; };
5656
6ED5D7461EC47A2C0090BE1B /* HockeySDKNullability.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HockeySDKNullability.h; sourceTree = "<group>"; };
57-
B293A3D11FE0CE7F009657C0 /* HockeySDK-5.1.0.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = "HockeySDK-5.1.0.a"; sourceTree = "<group>"; };
57+
B2669D3F1FE26B7D00E44F60 /* HockeySDK-5.1.1.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = "HockeySDK-5.1.1.a"; sourceTree = "<group>"; };
5858
B2EAAF861F7E1A3400EA4546 /* BITFeedbackActivity.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BITFeedbackActivity.h; sourceTree = "<group>"; };
5959
B2EAAF871F7E1A3400EA4546 /* BITFeedbackComposeViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BITFeedbackComposeViewController.h; sourceTree = "<group>"; };
6060
B2EAAF881F7E1A3400EA4546 /* BITFeedbackComposeViewControllerDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BITFeedbackComposeViewControllerDelegate.h; sourceTree = "<group>"; };
@@ -68,7 +68,7 @@
6868
isa = PBXFrameworksBuildPhase;
6969
buildActionMask = 2147483647;
7070
files = (
71-
B293A3D21FE0CE7F009657C0 /* HockeySDK-5.1.0.a in Frameworks */,
71+
B2669D401FE26B7E00E44F60 /* HockeySDK-5.1.1.a in Frameworks */,
7272
);
7373
runOnlyForDeploymentPostprocessing = 0;
7474
};
@@ -78,7 +78,7 @@
7878
1B7F995118D7512100B4A8FA /* HockeySDK */ = {
7979
isa = PBXGroup;
8080
children = (
81-
B293A3D11FE0CE7F009657C0 /* HockeySDK-5.1.0.a */,
81+
B2669D3F1FE26B7D00E44F60 /* HockeySDK-5.1.1.a */,
8282
6ED5D7321EC47A2C0090BE1B /* BITAuthenticator.h */,
8383
6ED5D7331EC47A2C0090BE1B /* BITCrashAttachment.h */,
8484
6ED5D7341EC47A2C0090BE1B /* BITCrashDetails.h */,

0 commit comments

Comments
 (0)