Skip to content

Commit

Permalink
Merge pull request #18 from azerion/release/v5.0.0-cordova
Browse files Browse the repository at this point in the history
Updated cordova sdk to v5.0.0
  • Loading branch information
AleBles authored Mar 2, 2022
2 parents e82810e + 1b23e11 commit 19bf8cd
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ The Gamedock SDK is designed to give developers access to Gamedock Console funct

**IMPORTANT! If you are experiencing issues with missing scripts on some of our Editor prefabs, it is caused by Unity not importing properly some of it's components. In order to fix it please download [this](https://splashscreens.cdn.spilcloud.com/files/1574351079_Prefabs.zip) package and overwrite the folder "Assets/Gamedock/Editor/Prefabs".**

## Installation

**Cordova:**
```
npm install @gamedock/cordova
```

## Documentation
Documentation can be found <a href="https://azerion.github.io/gamedock-sdk/#/">here</a>

Expand Down
3 changes: 3 additions & 0 deletions cordova/release/gamedock-cordova-sdk-5.0.0.tgz
Git LFS file not shown
3 changes: 0 additions & 3 deletions cordova/release/gamedock-sdk-cordova-4.2.1.tgz

This file was deleted.

4 changes: 2 additions & 2 deletions docs/addingTheGamedockSDK.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ Example (including privacy policy / GDPR, Google Play Games and external id's fo

You can include the latest Cordova package by running the following commands into your main project folder:
~~~javascript
//Download the plugin from this [page](https://github.com/azerion/gamedock-sdk/releases) and include it manually into your project
cordova plugin add <path-where-you-downloaded-the-plugin>
//Add the project from the registry
cordova plugin add @gamedock/cordova-sdk

//If you have not yet create a build for your platform run
cordova platform add android
Expand Down
2 changes: 1 addition & 1 deletion docs/gettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Currently supported platforms/engines for Gamedock 5.0.0:
* Unity (Android, iOS, Standalone)
* Native Android
* Native iOS
* Cordova/Javascript (Android, iOS)

For the moment the following platform engines only support Gamedock 4.2.1
* AIR (Adobe Flash) (Android, iOS)
* Cordova/Javascript (Android, iOS)

Current versions of the modules used in the SDK:

Expand Down

0 comments on commit 19bf8cd

Please sign in to comment.