Skip to content

Commit

Permalink
eliminate warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Polshcha committed Apr 18, 2019
1 parent 31b5664 commit 83bac4b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion PushwooshInboxUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Pod::Spec.new do |s|

s.name = "PushwooshInboxUI"
s.version = "5.8.6"
s.version = "5.8.7"
s.summary = "Pushwoosh Inbox UI library by Pushwoosh."
s.platform = :ios
s.ios.deployment_target = '8.0'
Expand Down
8 changes: 4 additions & 4 deletions PushwooshInboxUI/PushwooshInboxUI.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 5.8.6;
CURRENT_PROJECT_VERSION = 5.8.7;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -675,7 +675,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 5.8.6;
CURRENT_PROJECT_VERSION = 5.8.7;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -705,7 +705,7 @@
DEFINES_MODULE = YES;
DEPLOYMENT_POSTPROCESSING = NO;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 5.8.6;
DYLIB_CURRENT_VERSION = 5.8.7;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = PushwooshInboxUI/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand All @@ -727,7 +727,7 @@
DEFINES_MODULE = YES;
DEPLOYMENT_POSTPROCESSING = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 5.8.6;
DYLIB_CURRENT_VERSION = 5.8.7;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = PushwooshInboxUI/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand Down
2 changes: 1 addition & 1 deletion PushwooshInboxUI/PushwooshInboxUI/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.8.6</string>
<string>5.8.7</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion PushwooshInboxUI/PushwooshInboxUI/Public/PWIInboxUI.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#import "PWIInboxStyle.h"
#import "PWIInboxViewController.h"

NSString * const PushwooshInboxUIVersion = @"5.8.6";
NSString * const PushwooshInboxUIVersion = @"5.8.7";

@implementation PWIInboxUI

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import "PWIPushwooshHelper.h"
#import "PushwooshInboxUI.h"

#define kPushwooshVersionPrefix @"5.5"
#define kPushwooshVersionPrefix @"5."
#define kPushwooshVersion @"5.5+"
#define kIntegrateSDKLink @"http://docs.pushwoosh.com/docs/native-ios-sdk"

Expand Down

0 comments on commit 83bac4b

Please sign in to comment.