Skip to content

Commit

Permalink
Pushwoosh Appcelerator Module 5.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Jan 16, 2018
1 parent 37ad869 commit d7aa410
Show file tree
Hide file tree
Showing 69 changed files with 11 additions and 15 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
2 changes: 1 addition & 1 deletion Module-Source/android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 5.5.2
version: 5.5.3
apiversion: 4
architectures: arm64-v8a armeabi-v7a x86
description: pushnotifications
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#import <UserNotifications/UserNotifications.h>
#endif

#define PUSHWOOSH_VERSION @"5.5.2"
#define PUSHWOOSH_VERSION @"5.5.3"


@class PushNotificationManager;
Expand Down Expand Up @@ -365,10 +365,9 @@ typedef void (^PushwooshErrorHandler)(NSError *error);
- (void)handlePushRegistration:(NSData *)devToken;
- (void)handlePushRegistrationString:(NSString *)deviceID;

//internal
- (void)handlePushRegistrationFailure:(NSError *)error;

//if the push is received while the app is running. internal
//if the push is received while the app is running.
- (BOOL)handlePushReceived:(NSDictionary *)userInfo;

/**
Expand Down
Binary file modified Module-Source/ios/Pushwoosh.framework/Versions/A/Pushwoosh
Binary file not shown.
2 changes: 1 addition & 1 deletion Module-Source/ios/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 5.5.2
version: 5.5.3
apiversion: 2
architectures: armv7 arm64 i386 x86_64
description: PushwooshModule
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 5.5.2
version: 5.5.3
apiversion: 4
architectures: arm64-v8a armeabi-v7a x86
description: pushnotifications
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 5.5.2
version: 5.5.3
apiversion: 2
architectures: armv7 arm64 i386 x86_64
description: PushwooshModule
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This flag is generated by the module build, do not change it.
TI_MODULE_VERSION=5.5.2
TI_MODULE_VERSION=5.5.3

//
// PLACE ANY BUILD DEFINITIONS IN THIS FILE AND THEY WILL BE
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 5.5.2
version: 5.5.3
apiversion: 4
architectures: arm64-v8a armeabi-v7a x86
description: pushnotifications
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,7 @@
<activity android:name='com.google.android.gms.common.api.GoogleApiActivity'
android:exported='false'
android:theme='@android:style/Theme.Translucent.NoTitleBar' />

<meta-data android:name="com.google.android.gms.version"
android:value="11400000" />


<meta-data android:name="com.pushwoosh.notification_service_extension"
android:value="com.pushwoosh.module.PushwooshNotificationServiceExtension" />

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 5.5.2
version: 5.5.3
apiversion: 2
architectures: armv7 arm64 i386 x86_64
description: PushwooshModule
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This flag is generated by the module build, do not change it.
TI_MODULE_VERSION=5.5.2
TI_MODULE_VERSION=5.5.3

//
// PLACE ANY BUILD DEFINITIONS IN THIS FILE AND THEY WILL BE
Expand Down

0 comments on commit d7aa410

Please sign in to comment.