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

Commit

Permalink
Merge pull request #41 from bitstadium/version_bump
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
lostintangent committed Apr 8, 2016
2 parents 2a3d177 + a43010b commit 6c3d3ed
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 29 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cordova-plugin-hockeyapp",
"version": "2.2.1",
"description": "Cordova HockeyApp Plugin for android and ios. hockeyapp sdk versions ios: 4.1.0 and android: 4.1.0",
"version": "2.2.2",
"description": "Cordova plugin for HockeyApp",
"cordova": {
"id": "cordova-plugin-hockeyapp",
"platforms": [
Expand All @@ -20,12 +20,6 @@
"cordova-android",
"cordova-ios"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Paul Panserrieu <paul@42loops.com>",
"license": "Apache-2.0",
"bugs": {
Expand Down
33 changes: 12 additions & 21 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,29 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-hockeyapp"
xmlns:android="http://schemas.android.com/apk/res/android"
version="2.2.1">
<plugin id="cordova-plugin-hockeyapp" version="2.2.2" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>HockeyApp</name>
<description>Cordova HockeyApp Plugin for android and ios. (hockeyapp sdk versions ios: 4.1.0 and android: 4.1.0)</description>
<description>Cordova plugin for HockeyApp</description>
<license>Apache 2.0</license>
<keywords>cordova,hockeyapp</keywords>
<author>Paul Panserrieu</author>

<repo>https://github.com/peutetre/cordova-plugin-hockeyapp.git</repo>
<issue>https://github.com/peutetre/cordova-plugin-hockeyapp/issues</issue>

<repo>https://github.com/bitstadium/HockeySDK-Cordova</repo>
<issue>https://github.com/bitstadium/HockeySDK-Cordova/issues</issue>

<engines>
<engine name="cordova" version=">=3.0.0" />
<engine name="cordova-android" version=">=4.0.0" />
<engine name="cordova-ios" version=">=3.8.0" />
</engines>

<access origin="*.hockeyapp.net" />

<js-module src="www/hockeyapp.js" name="HockeyApp">
<clobbers target="hockeyapp" />
</js-module>

<access origin="*.hockeyapp.net" />

<!-- android -->

<platform name="android">
<config-file target="res/xml/config.xml" parent="/*">
<feature name="HockeyApp">
Expand All @@ -46,15 +40,13 @@ xmlns:android="http://schemas.android.com/apk/res/android"
<source-file src="src/android/HockeyApp.java" target-dir="src/com/zengularity/cordova/hockeyapp" />
<resource-file src="src/android/HockeySDK-Android/libs/HockeySDK-4.1.0-alpha.2.aar" target="libs/HockeySDK-4.1.0-alpha.2.aar" />
</platform>

<!-- ios -->

<platform name="ios">
<config-file target="config.xml" parent="/*">
<feature name="HockeyApp">
<param name="ios-package" value="HockeyApp"/>
</feature>
</config-file>

<header-file src="src/ios/HockeyApp.h" />
<source-file src="src/ios/HockeyApp.m" />
<resource-file src="src/ios/HockeySDK.embeddedframework/HockeySDK.framework/Resources/HockeySDKResources.bundle" />
Expand All @@ -75,5 +67,4 @@ xmlns:android="http://schemas.android.com/apk/res/android"
<framework src="SystemConfiguration.framework" />
<framework src="UIKit.framework" />
</platform>

</plugin>
</plugin>

0 comments on commit 6c3d3ed

Please sign in to comment.