Skip to content

Commit

Permalink
Pushwoosh iOS SDK 6.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
PushwooshCI committed Oct 23, 2024
1 parent cd70107 commit 3a603e2
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#endif

#define PUSHWOOSH_VERSION @"6.7.6"
#define PUSHWOOSH_VERSION @"6.7.7"


@class Pushwoosh, PWMessage, PWNotificationCenterDelegateProxy;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#endif

#define PUSHWOOSH_VERSION @"6.7.6"
#define PUSHWOOSH_VERSION @"6.7.7"


@class Pushwoosh, PWMessage, PWNotificationCenterDelegateProxy;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#endif

#define PUSHWOOSH_VERSION @"6.7.6"
#define PUSHWOOSH_VERSION @"6.7.7"


@class Pushwoosh, PWMessage, PWNotificationCenterDelegateProxy;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#endif

#define PUSHWOOSH_VERSION @"6.7.6"
#define PUSHWOOSH_VERSION @"6.7.7"


@class Pushwoosh, PWMessage, PWNotificationCenterDelegateProxy;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</data>
<key>Headers/PushwooshFramework.h</key>
<data>
JpPhUaderE6i32sW+/v5evqtJz0=
KHSvOSyECLMGyU6Jf9FIoUbwnRY=
</data>
<key>Info.plist</key>
<data>
Expand Down Expand Up @@ -210,7 +210,7 @@
<dict>
<key>hash2</key>
<data>
sDXEv7OQjss/ShZbZbEkhIXE0CgPWm2U6m0mx9qUEXw=
Yv/l0GMka/KKvkYtif8ePnHzKR7H2sRBwC9pNCuAm+g=
</data>
</dict>
<key>Modules/PushwooshFramework.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
Expand Down
14 changes: 7 additions & 7 deletions XCFramework/PushwooshGeozones.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,34 +23,34 @@
</dict>
<dict>
<key>BinaryPath</key>
<string>PushwooshGeozones.framework/PushwooshGeozones</string>
<string>PushwooshGeozones.framework/Versions/A/PushwooshGeozones</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>PushwooshGeozones.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>PushwooshGeozones.framework/Versions/A/PushwooshGeozones</string>
<string>PushwooshGeozones.framework/PushwooshGeozones</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>PushwooshGeozones.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
2 changes: 1 addition & 1 deletion iOS_SDK/Pushwoosh/Pushwoosh.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion iOS_SDK/Pushwoosh/Pushwoosh/Public/PushwooshFramework.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#endif

#define PUSHWOOSH_VERSION @"6.7.6"
#define PUSHWOOSH_VERSION @"6.7.7"


@class Pushwoosh, PWMessage, PWNotificationCenterDelegateProxy;
Expand Down
2 changes: 1 addition & 1 deletion iOS_SDK/Pushwoosh/Pushwoosh/Utils/Mobile/PWUtils.ios.m
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion iOS_SDK/Pushwoosh/PushwooshXCFramework.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3a603e2

Please sign in to comment.