Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gregfrasco committed Sep 13, 2017
1 parent 509080b commit 3d38418
Show file tree
Hide file tree
Showing 76 changed files with 567 additions and 600 deletions.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ Desktop.ini
example/**
images/*
*.tgz

tsconfig.json
tslint.json
typings/*
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ This is an Ionic wrapper of the [cordova-plugin-hockeyapp](https://github.com/bi
- [License](#license)

## Supported Ionic Platforms
Ionic 2 & 3 are fully supported, the latest version of Ionic that was tested is v3.0.1.
Ionic 2 & 3 are fully supported, the latest version of Ionic that was tested is v3.6.1.

## Getting Started
Start by creating a [HockeyApp account](http://hockeyapp.net/) and register your app with the service.

### Install the official [HockeyApp plugin](https://github.com/bitstadium/HockeySDK-Cordova) by running this command:
```bash
ionic plugin add cordova-plugin-hockeyapp@latest --save
ionic cordova plugin add cordova-plugin-hockeyapp@latest
```

### Install ionic-hockeyapp
Expand Down Expand Up @@ -98,7 +98,8 @@ If you want to make an improvement, please feel free to fork this repo and submi

Possible enhancements:
- Update HockeyApp start command to add Login Mode.
- Make library promise based.
- ~~Make library promise based~~. Added in v0.1.4


## License

Expand Down
17 changes: 0 additions & 17 deletions example/.editorconfig

This file was deleted.

34 changes: 0 additions & 34 deletions example/.gitignore

This file was deleted.

41 changes: 0 additions & 41 deletions example/config.xml

This file was deleted.

6 changes: 0 additions & 6 deletions example/ionic.config.json

This file was deleted.

60 changes: 0 additions & 60 deletions example/package.json

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed example/resources/icon.png
Binary file not shown.
Binary file removed example/resources/ios/icon/icon-40.png
Binary file not shown.
Binary file removed example/resources/ios/icon/[email protected]
Binary file not shown.
Binary file removed example/resources/ios/icon/[email protected]
Binary file not shown.
Binary file removed example/resources/ios/icon/icon-50.png
Binary file not shown.
Binary file removed example/resources/ios/icon/[email protected]
Binary file not shown.
Binary file removed example/resources/ios/icon/icon-60.png
Binary file not shown.
Binary file removed example/resources/ios/icon/[email protected]
Diff not rendered.
Binary file removed example/resources/ios/icon/[email protected]
Diff not rendered.
Binary file removed example/resources/ios/icon/icon-72.png
Diff not rendered.
Binary file removed example/resources/ios/icon/[email protected]
Diff not rendered.
Binary file removed example/resources/ios/icon/icon-76.png
Diff not rendered.
Binary file removed example/resources/ios/icon/[email protected]
Diff not rendered.
Binary file removed example/resources/ios/icon/[email protected]
Diff not rendered.
Binary file removed example/resources/ios/icon/icon-small.png
Diff not rendered.
Binary file removed example/resources/ios/icon/[email protected]
Diff not rendered.
Binary file removed example/resources/ios/icon/[email protected]
Diff not rendered.
Binary file removed example/resources/ios/icon/icon.png
Diff not rendered.
Binary file removed example/resources/ios/icon/[email protected]
Diff not rendered.
Diff not rendered.
Binary file removed example/resources/ios/splash/Default-667h.png
Diff not rendered.
Binary file removed example/resources/ios/splash/Default-736h.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed example/resources/ios/splash/Default@2x~iphone.png
Diff not rendered.
Binary file removed example/resources/ios/splash/Default~iphone.png
Diff not rendered.
Binary file removed example/resources/splash.png
Diff not rendered.
35 changes: 0 additions & 35 deletions example/src/app/app.component.ts

This file was deleted.

1 change: 0 additions & 1 deletion example/src/app/app.html

This file was deleted.

31 changes: 0 additions & 31 deletions example/src/app/app.module.ts

This file was deleted.

16 changes: 0 additions & 16 deletions example/src/app/app.scss

This file was deleted.

5 changes: 0 additions & 5 deletions example/src/app/main.ts

This file was deleted.

Binary file removed example/src/assets/icon/favicon.ico
Binary file not shown.
14 changes: 0 additions & 14 deletions example/src/declarations.d.ts

This file was deleted.

41 changes: 0 additions & 41 deletions example/src/index.html

This file was deleted.

13 changes: 0 additions & 13 deletions example/src/manifest.json

This file was deleted.

34 changes: 0 additions & 34 deletions example/src/pages/home/home.html

This file was deleted.

Loading

0 comments on commit 3d38418

Please sign in to comment.