Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.

Commit

Permalink
added some help files
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Hoeltke committed Mar 2, 2012
1 parent 3912dd8 commit eae63c2
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<artifactId>hockeyapp</artifactId>
<name>Hockeyapp Plugin</name>
<description>Uploads .ipa and .dsym files to www.hockeyapp.net</description>
<version>0.2.0-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
<packaging>hpi</packaging>

<!-- get every artifact through maven.glassfish.org, which proxies all the artifacts that we need -->
Expand All @@ -27,7 +27,7 @@
<url>https://github.com/ohoeltke/hockeyapp-plugin</url>
</scm>

<url>tbd</url>
<url>https://github.com/ohoeltke/hockeyapp-plugin</url>


<issueManagement>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<div>
Your hockeyapp apiToken.
Can be generated in your hockeyapp account settings and needs full access if you want your releases to be available for download.
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<div>
Your hockeyapp Public ID / App ID.
Can be found in hockeyapp project settings.
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<div>
Static build notes for hockeyapp.
Unused if you enable use changelog as build notes.
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<div>
Remove old versions from hockeyapp, to avoid quota to be exceeded.
Use Numbers of old versions to keep" to specify how many old versions should be available via hockeyapp.
Hockeyapp needs old versions for crashdumps, choose wisely.
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<div>
Enable if you want new versions to be available for download and installation.
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<div>
The path to the generated dsym.zip file.
eg. "MyApp/build/Beta-iphoneos/MyApp-Beta-${BUILD_NUMBER}.dsym.zip if your use ${BUILD_NUMBER} as technical version number (CFBundleShortVersionString).
<a href="https://github.com/ohoeltke/hockeyapp-plugin/issues/1">Currently hockeyapp does not like the zip files generated from xcode-plugin.</a>
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<div>
The path to the generated ipa file.
eg. "MyApp/build/Beta-iphoneos/MyApp-Beta-${BUILD_NUMBER}.ipa if your use ${BUILD_NUMBER} as technical version number (CFBundleShortVersionString).
</div>
6 changes: 0 additions & 6 deletions src/main/resources/hockeyapp/HockeyappRecorder/help-name.html

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<div>
Enable if you want hockeyapp to notify your team about new uploaded version.
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<div>
Number of old versions, which should be available via hockeyapp.
Hockeyapp needs old versions for crashdumps, choose wisely.
</div>
3 changes: 3 additions & 0 deletions src/main/resources/hockeyapp/HockeyappRecorder/help-tags.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<div>
Optional, restrict download to comma-separated list of tags.
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<div>
Enable if you want to use your scm changelog as releasenotes in hockeyapp version.
</div>

0 comments on commit eae63c2

Please sign in to comment.