Skip to content

Commit

Permalink
* HelpShift updated to v10.3.1 (no api changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkimitsa committed Aug 3, 2024
1 parent 2998ac9 commit 58b5dc0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ v1.43.0 - in development
| [Facebook](facebook/) | 17.0.2 |
| [Firebase](firebase/) | 11.0.0 |
| [Fyber](fyber/) | 8.3.1 |
| [HelpShiftX](helpshift/) | 10.3.0 |
| [HelpShiftX](helpshift/) | 10.3.1 |
| [InMobi](inmobi/) | 10.7.4 |
| [IronSource](ironsource/) | 8.1.1 |
| [Lottie](lottie/) | 4.5.0 |
Expand Down
2 changes: 1 addition & 1 deletion helpshift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| RoboPods Version | HelpShift Version |
|------------------|-------------------|
| 1.35.0 | 10.3.0 |
| 1.35.0-1.43.0 | 10.3.0-10.3.1 |
| 1.33.0 | 10.2.3 |
| 1.29.0 | 10.2.2 |
| 1.19.0 | 7.11.2 |
Expand Down
2 changes: 1 addition & 1 deletion helpshift/ios/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</parent>

<artifactId>robopods-helpshift-ios</artifactId>
<name>RoboPods HelpShift iOS v10.3.0</name>
<name>RoboPods HelpShift iOS v10.3.1</name>
<packaging>jar</packaging>

<licenses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import <HelpshiftX/HelpshiftDelegate.h>
#import <HelpshiftX/HelpshiftProactiveAPIConfigCollectorDelegate.h>
#import "HelpshiftDelegate.h"
#import "HelpshiftProactiveAPIConfigCollectorDelegate.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down Expand Up @@ -253,7 +253,6 @@ __attribute__((deprecated("Use handleNotificationWithUserInfoDictionary:(NSDicti
* Ex. 10.2.2
* @return SDK version
*/

+ (NSString *) sdkVersion;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ FOUNDATION_EXPORT const unsigned char HelpshiftXVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <HelpshiftX/PublicHeader.h>

#import <HelpshiftX/Helpshift.h>
#import "Helpshift.h"

0 comments on commit 58b5dc0

Please sign in to comment.