Skip to content

Commit

Permalink
Pushwoosh iOS SDK 6.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pushwoosh authored and pushwoosh committed Nov 27, 2024
1 parent 11e6b58 commit 96b1bf1
Show file tree
Hide file tree
Showing 131 changed files with 14,460 additions and 1,370 deletions.
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ body:
attributes:
label: Steps to Reproduce
description: Describe all the steps needed to reproduce the issue. If an issue is only reproducible under particular circumstances, put all required details here. E.g., if a push is not shown only for a specific API request, provide the full request body. Or, if an issue is reproducible with a particular Rich Media, deep link, etc. — specify it.
placeholder: |
placeholder: |
1. Open the app;
2. Switch it to the background;
3. Received notification with "root_params" causes the app to crash.
Expand All @@ -59,6 +59,8 @@ body:
label: Your Pushwoosh iOS SDK version
description: Your iOS SDK version which was integrated to the app. You may find it on the [releases page](https://github.com/Pushwoosh/pushwoosh-ios-sdk/releases)
options:
- 6.7.10
- 6.7.10
- 6.7.9
- 6.7.8
- 6.7.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#endif

#define PUSHWOOSH_VERSION @"6.7.9"
#define PUSHWOOSH_VERSION @"6.7.10"


@class Pushwoosh, PWMessage, PWNotificationCenterDelegateProxy;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@import Foundation;
@import ObjectiveC;
#endif

Expand Down Expand Up @@ -304,9 +305,11 @@ SWIFT_CLASS("_TtC18PushwooshFramework23PushwooshLiveActivities")
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end

@class NSString;

SWIFT_CLASS("_TtC18PushwooshFramework42PushwooshLiveActivitiesImplementationSetup")
@interface PushwooshLiveActivitiesImplementationSetup : NSObject
+ (void)defaultStart:(NSString * _Nonnull)activityId attributes:(NSDictionary<NSString *, id> * _Nonnull)attributes content:(NSDictionary<NSString *, id> * _Nonnull)content SWIFT_AVAILABILITY(ios,introduced=16.1);
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#endif

#define PUSHWOOSH_VERSION @"6.7.9"
#define PUSHWOOSH_VERSION @"6.7.10"


@class Pushwoosh, PWMessage, PWNotificationCenterDelegateProxy;
Expand Down
Loading

0 comments on commit 96b1bf1

Please sign in to comment.