Skip to content

Commit

Permalink
* OneSignal updated to v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkimitsa committed Sep 16, 2023
1 parent a2ac785 commit 331e9ea
Show file tree
Hide file tree
Showing 161 changed files with 7,002 additions and 1,976 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ v1.33.0 - in development
| [InMobi](inmobi/) | 10.1.4 |
| [IronSource](ironsource/) | 7.3.1 |
| [Lottie](lottie/) | 4.2.0 |
| [OneSignal](onesignal/) | 3.12.4 |
| [OneSignal](onesignal/) | 5.0.1 |
| [Pollfish](pollfish/) | 6.4.1 |
| [SAMKeychain](samkeychain/) | 1.5.3 |
| [Singular](singular/) | 12.0.6 |
Expand Down
1 change: 1 addition & 0 deletions onesignal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

| RoboPods Version | OneSignal Version |
|------------------|-------------------|
| 1.33.0 | 5.0.1 |
| 1.30.0 | 3.12.4 |
| 1.27.0 | 3.12.1 |
| 1.24.0 | 3.11.2 |
Expand Down
37 changes: 27 additions & 10 deletions onesignal/ios/README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,43 @@
# OneSignal iOS
# - `OneSignal iOS

## Sample app

[Link](https://github.com/dkimitsa/robovm-samples/tree/alt/robopods/onesignal/ios)
[Link](https://github.com/dkimitsa/robovm-samples/tree/alt/robopods/- `OneSignal/ios)

## Install Instructions

### 3rd party native framework
This RoboPod requires you to add the following native frameworks:
- `OneSignal.framework`
- `OneSignalCore.framework`
- `OneSignalOutcomes.framework`

These can be downloaded from github release page.
- OneSignalFramework
- OneSignalCore
- OneSignalOSCore
- OneSignalNotifications
- OneSignalOutcomes
- OneSignalUser

Optional frameworks:
- OneSignalExtension
- OneSignalInAppMessages
- OneSignalLocation
These frameworks are not included into pod's `robovm.xml` and has to be added to application one if required:
```
<config>
...
<frameworks>
<framework>OneSignalExtension</framework>
<framework>OneSignalInAppMessages</framework>
<framework>OneSignalLocation</framework>
</frameworks>
</config>
```

### to use this pod configure your `robovm.xml`

```
<config>
...
<frameworkPaths>
<path>libs</path> <!-- path where OneSignal.framework is located -->
<path>libs</path> <!-- path where - `OneSignal.framework is located -->
</frameworkPaths>
</config>
```
Expand All @@ -35,10 +52,10 @@ repositories {
}
dependencies {
... other dependencies ...
implementation "io.github.dkimitsa.robovm:robopods-onesignal-ios:$altpodsVersion"
implementation "io.github.dkimitsa.robovm:robopods-- `OneSignal-ios:$altpodsVersion"
}
```

## OneSignal home page
## - `OneSignal home page

[Link](https://github.com/OneSignal/OneSignal-iOS-SDK)
2 changes: 1 addition & 1 deletion onesignal/ios/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</parent>

<artifactId>robopods-onesignal-ios</artifactId>
<name>RoboPods OneSignal iOS v3.12.4</name>
<name>RoboPods OneSignal iOS v5.0.1</name>
<packaging>jar</packaging>

<licenses>
Expand Down
Loading

0 comments on commit 331e9ea

Please sign in to comment.