Skip to content

Commit

Permalink
Add Example by type
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeasmine committed Sep 13, 2021
1 parent 2d52130 commit 10b82cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ Arguments:
* APPID - Optional. OneSignal App ID. Not yet used for iOS installs.

Example Usage
`bin/onesignal install-sdk --type ios ../MyAppDir MyApp objc`
`bin/onesignal install-sdk --type android ../MyAppDir app/src/main/java/com/onesignal/testapplication/BaseApp.java java <APPID>`
* iOS: `bin/onesignal install-sdk --type ios ../MyAppDir MyApp objc`
* Android: `bin/onesignal install-sdk --type android ../MyAppDir app/src/main/java/com/onesignal/testapplication/BaseApp.java java <APPID>`

0 comments on commit 10b82cc

Please sign in to comment.