-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
91c0eb3
commit 91a9816
Showing
88 changed files
with
4,100 additions
and
7,354 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,37 @@ | ||
_____ _ _ | ||
| _ |___ _ _| |_|___ ___ | ||
_____ _ _ | ||
| _ |___ _ _| |_|___ ___ | ||
| | | | | | | | -_| | ||
|__|__|_|_|_ |_|_|_|_|___| | ||
|___| | ||
## Anyline Cordova Example App ## | ||
|
||
|
||
### Quick Start - Setup | ||
|
||
Copy the plugin to a new folder in your example App folder or elsewhere, just not in the same folder es the examples | ||
folder (so when you locally add the plugin, it won't recursively add itself). | ||
|___| | ||
|
||
#### Add Plugin | ||
## Anyline Cordova Example App ## | ||
|
||
npm: | ||
``` | ||
cordova plugin add io-anyline-cordova | ||
``` | ||
local: | ||
``` | ||
cordova plugin add path/to/local/plugin | ||
``` | ||
This example Cordova app for Android and iOS integrates the `io-anyline-cordova` plugin, and showcases the | ||
different scanning possibilities that come with Anyline. | ||
|
||
#### Add platform | ||
### Quick Start | ||
|
||
Android: | ||
``` | ||
cordova platform add [email protected] | ||
npm run reinstall | ||
``` | ||
|
||
iOS: | ||
``` | ||
cordova platform add ios@5.0.0 | ||
npm run reinstall-ios | ||
``` | ||
|
||
#### Run it | ||
See **package.json** for more commands. | ||
|
||
``` | ||
cordova run android --device | ||
``` | ||
|
||
### Running The Example App | ||
|
||
Android: | ||
``` | ||
cordova run android --device | ||
``` | ||
cordova run ios --device | ||
|
||
iOS: | ||
``` | ||
cordova run ios --device | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"ios": { | ||
"debug": { | ||
"developmentTeam": "35RHL53WRE" | ||
}, | ||
"release": { | ||
"developmentTeam": "35RHL53WRE" | ||
} | ||
} | ||
} |
Oops, something went wrong.