diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 969b4ee2..a5a38a2f 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -59,6 +59,7 @@ 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.7
- 6.7.6
- 6.7.5
- 6.7.4
diff --git a/Framework/PushwooshFramework.framework/Versions/A/Headers/PushwooshFramework.h b/Framework/PushwooshFramework.framework/Versions/A/Headers/PushwooshFramework.h
index d135dc8c..1f9ea4ed 100644
--- a/Framework/PushwooshFramework.framework/Versions/A/Headers/PushwooshFramework.h
+++ b/Framework/PushwooshFramework.framework/Versions/A/Headers/PushwooshFramework.h
@@ -18,7 +18,7 @@
#endif
-#define PUSHWOOSH_VERSION @"6.7.6"
+#define PUSHWOOSH_VERSION @"6.7.7"
@class Pushwoosh, PWMessage, PWNotificationCenterDelegateProxy;
diff --git a/Framework/PushwooshFramework.framework/Versions/A/PushwooshFramework b/Framework/PushwooshFramework.framework/Versions/A/PushwooshFramework
index 4bb5367c..6e33fa0b 100644
Binary files a/Framework/PushwooshFramework.framework/Versions/A/PushwooshFramework and b/Framework/PushwooshFramework.framework/Versions/A/PushwooshFramework differ
diff --git a/XCFramework/PushwooshFramework.xcframework/ios-arm64/PushwooshFramework.framework/Headers/PushwooshFramework.h b/XCFramework/PushwooshFramework.xcframework/ios-arm64/PushwooshFramework.framework/Headers/PushwooshFramework.h
index d135dc8c..1f9ea4ed 100644
--- a/XCFramework/PushwooshFramework.xcframework/ios-arm64/PushwooshFramework.framework/Headers/PushwooshFramework.h
+++ b/XCFramework/PushwooshFramework.xcframework/ios-arm64/PushwooshFramework.framework/Headers/PushwooshFramework.h
@@ -18,7 +18,7 @@
#endif
-#define PUSHWOOSH_VERSION @"6.7.6"
+#define PUSHWOOSH_VERSION @"6.7.7"
@class Pushwoosh, PWMessage, PWNotificationCenterDelegateProxy;
diff --git a/XCFramework/PushwooshFramework.xcframework/ios-arm64/PushwooshFramework.framework/PushwooshFramework b/XCFramework/PushwooshFramework.xcframework/ios-arm64/PushwooshFramework.framework/PushwooshFramework
index 20561c1e..b6830acf 100755
Binary files a/XCFramework/PushwooshFramework.xcframework/ios-arm64/PushwooshFramework.framework/PushwooshFramework and b/XCFramework/PushwooshFramework.xcframework/ios-arm64/PushwooshFramework.framework/PushwooshFramework differ
diff --git a/XCFramework/PushwooshFramework.xcframework/ios-arm64_x86_64-maccatalyst/PushwooshFramework.framework/Versions/A/Headers/PushwooshFramework.h b/XCFramework/PushwooshFramework.xcframework/ios-arm64_x86_64-maccatalyst/PushwooshFramework.framework/Versions/A/Headers/PushwooshFramework.h
index d135dc8c..1f9ea4ed 100644
--- a/XCFramework/PushwooshFramework.xcframework/ios-arm64_x86_64-maccatalyst/PushwooshFramework.framework/Versions/A/Headers/PushwooshFramework.h
+++ b/XCFramework/PushwooshFramework.xcframework/ios-arm64_x86_64-maccatalyst/PushwooshFramework.framework/Versions/A/Headers/PushwooshFramework.h
@@ -18,7 +18,7 @@
#endif
-#define PUSHWOOSH_VERSION @"6.7.6"
+#define PUSHWOOSH_VERSION @"6.7.7"
@class Pushwoosh, PWMessage, PWNotificationCenterDelegateProxy;
diff --git a/XCFramework/PushwooshFramework.xcframework/ios-arm64_x86_64-maccatalyst/PushwooshFramework.framework/Versions/A/PushwooshFramework b/XCFramework/PushwooshFramework.xcframework/ios-arm64_x86_64-maccatalyst/PushwooshFramework.framework/Versions/A/PushwooshFramework
index 86475e88..74d3e971 100755
Binary files a/XCFramework/PushwooshFramework.xcframework/ios-arm64_x86_64-maccatalyst/PushwooshFramework.framework/Versions/A/PushwooshFramework and b/XCFramework/PushwooshFramework.xcframework/ios-arm64_x86_64-maccatalyst/PushwooshFramework.framework/Versions/A/PushwooshFramework differ
diff --git a/XCFramework/PushwooshFramework.xcframework/ios-arm64_x86_64-simulator/PushwooshFramework.framework/Headers/PushwooshFramework.h b/XCFramework/PushwooshFramework.xcframework/ios-arm64_x86_64-simulator/PushwooshFramework.framework/Headers/PushwooshFramework.h
index d135dc8c..1f9ea4ed 100644
--- a/XCFramework/PushwooshFramework.xcframework/ios-arm64_x86_64-simulator/PushwooshFramework.framework/Headers/PushwooshFramework.h
+++ b/XCFramework/PushwooshFramework.xcframework/ios-arm64_x86_64-simulator/PushwooshFramework.framework/Headers/PushwooshFramework.h
@@ -18,7 +18,7 @@
#endif
-#define PUSHWOOSH_VERSION @"6.7.6"
+#define PUSHWOOSH_VERSION @"6.7.7"
@class Pushwoosh, PWMessage, PWNotificationCenterDelegateProxy;
diff --git a/XCFramework/PushwooshFramework.xcframework/ios-arm64_x86_64-simulator/PushwooshFramework.framework/PushwooshFramework b/XCFramework/PushwooshFramework.xcframework/ios-arm64_x86_64-simulator/PushwooshFramework.framework/PushwooshFramework
index 46e2b5cc..a13f27d3 100755
Binary files a/XCFramework/PushwooshFramework.xcframework/ios-arm64_x86_64-simulator/PushwooshFramework.framework/PushwooshFramework and b/XCFramework/PushwooshFramework.xcframework/ios-arm64_x86_64-simulator/PushwooshFramework.framework/PushwooshFramework differ
diff --git a/XCFramework/PushwooshFramework.xcframework/ios-arm64_x86_64-simulator/PushwooshFramework.framework/_CodeSignature/CodeResources b/XCFramework/PushwooshFramework.xcframework/ios-arm64_x86_64-simulator/PushwooshFramework.framework/_CodeSignature/CodeResources
index a7c8d1fb..e49125ba 100644
--- a/XCFramework/PushwooshFramework.xcframework/ios-arm64_x86_64-simulator/PushwooshFramework.framework/_CodeSignature/CodeResources
+++ b/XCFramework/PushwooshFramework.xcframework/ios-arm64_x86_64-simulator/PushwooshFramework.framework/_CodeSignature/CodeResources
@@ -58,7 +58,7 @@
Headers/PushwooshFramework.h
- JpPhUaderE6i32sW+/v5evqtJz0=
+ KHSvOSyECLMGyU6Jf9FIoUbwnRY=
Info.plist
@@ -210,7 +210,7 @@
hash2
- sDXEv7OQjss/ShZbZbEkhIXE0CgPWm2U6m0mx9qUEXw=
+ Yv/l0GMka/KKvkYtif8ePnHzKR7H2sRBwC9pNCuAm+g=
Modules/PushwooshFramework.swiftmodule/arm64-apple-ios-simulator.abi.json
diff --git a/XCFramework/PushwooshGeozones.xcframework/Info.plist b/XCFramework/PushwooshGeozones.xcframework/Info.plist
index 60e70cc6..312696f1 100644
--- a/XCFramework/PushwooshGeozones.xcframework/Info.plist
+++ b/XCFramework/PushwooshGeozones.xcframework/Info.plist
@@ -23,34 +23,34 @@
BinaryPath
- PushwooshGeozones.framework/PushwooshGeozones
+ PushwooshGeozones.framework/Versions/A/PushwooshGeozones
LibraryIdentifier
- ios-arm64
+ ios-arm64_x86_64-maccatalyst
LibraryPath
PushwooshGeozones.framework
SupportedArchitectures
arm64
+ x86_64
SupportedPlatform
ios
+ SupportedPlatformVariant
+ maccatalyst
BinaryPath
- PushwooshGeozones.framework/Versions/A/PushwooshGeozones
+ PushwooshGeozones.framework/PushwooshGeozones
LibraryIdentifier
- ios-arm64_x86_64-maccatalyst
+ ios-arm64
LibraryPath
PushwooshGeozones.framework
SupportedArchitectures
arm64
- x86_64
SupportedPlatform
ios
- SupportedPlatformVariant
- maccatalyst
CFBundlePackageType
diff --git a/iOS_SDK/Pushwoosh/Pushwoosh.podspec b/iOS_SDK/Pushwoosh/Pushwoosh.podspec
index 9e5fc1da..eefba988 100644
--- a/iOS_SDK/Pushwoosh/Pushwoosh.podspec
+++ b/iOS_SDK/Pushwoosh/Pushwoosh.podspec
@@ -5,7 +5,7 @@
Pod::Spec.new do |s|
s.name = "Pushwoosh"
- s.version = "6.7.6"
+ s.version = "6.7.7"
s.summary = "Push notifications library by Pushwoosh."
s.platform = :ios
diff --git a/iOS_SDK/Pushwoosh/Pushwoosh/Public/PushwooshFramework.h b/iOS_SDK/Pushwoosh/Pushwoosh/Public/PushwooshFramework.h
index d135dc8c..1f9ea4ed 100644
--- a/iOS_SDK/Pushwoosh/Pushwoosh/Public/PushwooshFramework.h
+++ b/iOS_SDK/Pushwoosh/Pushwoosh/Public/PushwooshFramework.h
@@ -18,7 +18,7 @@
#endif
-#define PUSHWOOSH_VERSION @"6.7.6"
+#define PUSHWOOSH_VERSION @"6.7.7"
@class Pushwoosh, PWMessage, PWNotificationCenterDelegateProxy;
diff --git a/iOS_SDK/Pushwoosh/Pushwoosh/Utils/Mobile/PWUtils.ios.m b/iOS_SDK/Pushwoosh/Pushwoosh/Utils/Mobile/PWUtils.ios.m
index 1cff496e..6f1f5023 100644
--- a/iOS_SDK/Pushwoosh/Pushwoosh/Utils/Mobile/PWUtils.ios.m
+++ b/iOS_SDK/Pushwoosh/Pushwoosh/Utils/Mobile/PWUtils.ios.m
@@ -28,7 +28,7 @@ + (BOOL)isSystemVersionGreaterOrEqualTo:(NSString *)systemVersion {
}
+ (void)applicationOpenURL:(NSURL *)url {
- [[UIApplication sharedApplication] openURL:url];
+ [[UIApplication sharedApplication] openURL:url options:@{} completionHandler:nil];
}
+ (UIButton *)webViewCloseButton {
diff --git a/iOS_SDK/Pushwoosh/PushwooshXCFramework.podspec b/iOS_SDK/Pushwoosh/PushwooshXCFramework.podspec
index f20df069..f67b6d86 100644
--- a/iOS_SDK/Pushwoosh/PushwooshXCFramework.podspec
+++ b/iOS_SDK/Pushwoosh/PushwooshXCFramework.podspec
@@ -5,7 +5,7 @@
Pod::Spec.new do |s|
s.name = "PushwooshXCFramework"
- s.version = "6.7.6"
+ s.version = "6.7.7"
s.summary = "Push notifications library by Pushwoosh."
s.platform = :ios