Skip to content

Commit

Permalink
* Singular updated to v12.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dkimitsa committed Sep 7, 2024
1 parent a8d8bab commit 95de473
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 340 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ v1.44.0 - in development
| [OneSignal](onesignal/) | 5.2.4 |
| [Pollfish](pollfish/) | 6.5.0 |
| [SAMKeychain](samkeychain/) | 1.5.3 |
| [Singular](singular/) | 12.4.4 |
| [Singular](singular/) | 12.5.0 |
| [Tenjin](tenjin/) | 1.14.4 |
| [UnityAds](unityads/) | 4.12.2 |
| [YouTubePlayer](youtube/) | 1.0.4 |
Expand Down
2 changes: 1 addition & 1 deletion singular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| RoboPods Version | Singular Version |
|------------------|------------------|
| 1.38.0-1.43.0 | 12.3.2-12.4.2 |
| 1.38.0-1.44.0 | 12.3.2-12.5.0 |
| 1.35.0 | 12.2.0 |
| 1.33.0 | 12.1.1 |
| 1.32.0 | 12.0.6 |
Expand Down
2 changes: 1 addition & 1 deletion singular/ios/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</parent>

<artifactId>robopods-singular-ios</artifactId>
<name>RoboPods Singular SDK iOS v12.4.4</name>
<name>RoboPods Singular SDK iOS v12.5.0</name>
<packaging>jar</packaging>

<licenses>
Expand Down
37 changes: 0 additions & 37 deletions singular/ios/src/main/bro-gen/Singular.lib/Headers/Attributes.h

This file was deleted.

28 changes: 0 additions & 28 deletions singular/ios/src/main/bro-gen/Singular.lib/Headers/Events.h

This file was deleted.

161 changes: 0 additions & 161 deletions singular/ios/src/main/bro-gen/Singular.lib/Headers/Singular.h

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -199,14 +199,19 @@ public Singular() {}
public static native void setGender(String gender);
@Method(selector = "setAge:")
public static native void setAge(NSObject age);
@Deprecated
@Method(selector = "batchInterval")
public static native int batchInterval();
@Deprecated
@Method(selector = "setBatchInterval:")
public static native void setBatchInterval(int interval);
@Deprecated
@Method(selector = "batchesEvents")
public static native boolean batchesEvents();
@Deprecated
@Method(selector = "setBatchesEvents:")
public static native void setBatchesEvents(boolean v);
@Deprecated
@Method(selector = "sendAllBatches")
public static native void sendAllBatches();
@Method(selector = "revenue:")
Expand Down

0 comments on commit 95de473

Please sign in to comment.