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

Commit 214f5fd

Browse files
author
Christoph Wendt
committed
Merge branch 'release/1.0.7'
2 parents 9f39a0d + a220886 commit 214f5fd

File tree

278 files changed

+489
-236
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

278 files changed

+489
-236
lines changed

Documentation/08_disable_arc.png

-1.09 MB
Binary file not shown.

Documentation/Changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## Changelog
22

3+
### 1.0.7
4+
5+
* Update plugin to HockeySDK iOS 3.6.4
6+
* Fix broken interop & warnings in HockeyAppUnityWrapper.m (thanks to Andy Mroczkowski)
7+
* Fix exception handling
8+
* Report Error types
9+
* Update version numbers
10+
* Extend demo project
11+
312
### 1.0.6
413

514
* Fix 'Example Project'

ExampleGame/Assets/Editor.meta

100755100644
File mode changed.

ExampleGame/Assets/Editor/PostprocessBuildPlayer

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,32 @@
11
#!/usr/bin/env python
2+
#
3+
# Author: Christoph Wendt
4+
#
5+
# Version: 1.0.7
6+
#
7+
# Copyright (c) 2013-2015 HockeyApp, Bit Stadium GmbH.
8+
# All rights reserved.
9+
#
10+
# Permission is hereby granted, free of charge, to any person
11+
# obtaining a copy of this software and associated documentation
12+
# files (the "Software"), to deal in the Software without
13+
# restriction, including without limitation the rights to use,
14+
# copy, modify, merge, publish, distribute, sublicense, and/or sell
15+
# copies of the Software, and to permit persons to whom the
16+
# Software is furnished to do so, subject to the following
17+
# conditions:
18+
#
19+
# The above copyright notice and this permission notice shall be
20+
# included in all copies or substantial portions of the Software.
21+
#
22+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
23+
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
24+
# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
25+
# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
26+
# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
27+
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
28+
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
29+
# OTHER DEALINGS IN THE SOFTWARE.
230

331
import sys, os.path
432
import plistlib

ExampleGame/Assets/Editor/PostprocessBuildPlayer.meta

100755100644
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ExampleGame/Assets/Editor/mod_pbxproj.py.meta

100755100644
File mode changed.

ExampleGame/Assets/Editor/plistlib.py.meta

100755100644
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ExampleGame/Assets/HockeyAppUnityIOS.meta

100755100644
File mode changed.

ExampleGame/Assets/HockeyAppUnityIOS/ExamplePlugin.h.meta

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ExampleGame/Assets/HockeyAppUnityIOS/ExamplePluginWrapper.h.meta

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)