pushwoosh-react-native-plugin 6.1.32 → 6.1.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/.github/ISSUE_TEMPLATE/bug_report.yml +1 -0
  2. package/package.json +1 -1
  3. package/pushwoosh-react-native-plugin.podspec +2 -2
  4. package/src/android/build.gradle +1 -1
  5. package/src/android/src/main/java/com/pushwoosh/reactnativeplugin/PushwooshNotificationServiceExtension.java +1 -1
  6. package/src/ios/PushwooshPlugin/Pushwoosh.h +7 -7
  7. package/src/ios/PushwooshPlugin/Pushwoosh.m +113 -45
  8. package/src/ios/PWAppDelegate.h +0 -20
  9. package/src/ios/PWGDPRManager.h +0 -46
  10. package/src/ios/PWIInboxStyle.h +0 -122
  11. package/src/ios/PWIInboxUI.h +0 -39
  12. package/src/ios/PWInAppManager.h +0 -176
  13. package/src/ios/PWInbox.h +0 -147
  14. package/src/ios/PWInlineInAppView.h +0 -26
  15. package/src/ios/PWLog.h +0 -23
  16. package/src/ios/PWMessaging.h +0 -20
  17. package/src/ios/PWNotificationExtensionManager.h +0 -49
  18. package/src/ios/PWRichMediaManager.h +0 -123
  19. package/src/ios/PWRichMediaStyle.h +0 -122
  20. package/src/ios/PushNotificationManager.h +0 -596
  21. package/src/ios/Pushwoosh.h +0 -684
  22. package/src/ios/PushwooshInboxBundle.bundle/Info.plist +0 -0
  23. package/src/ios/PushwooshInboxBundle.bundle/PWIInboxAttachmentViewController.nib +0 -0
  24. package/src/ios/PushwooshInboxBundle.bundle/PWIInboxMessageViewCell.nib +0 -0
  25. package/src/ios/PushwooshInboxBundle.bundle/PWIInboxViewController.nib +0 -0
  26. package/src/ios/PushwooshInboxBundle.bundle/errorMessage@2x.png +0 -0
  27. package/src/ios/PushwooshInboxBundle.bundle/inbox_icon.png +0 -0
  28. package/src/ios/PushwooshInboxBundle.bundle/noMessage@2x.png +0 -0
  29. package/src/ios/PushwooshInboxBundle.bundle/unread.png +0 -0
  30. package/src/ios/PushwooshInboxUI.h +0 -19
  31. package/src/ios/PushwooshPlugin.xcodeproj/project.pbxproj +0 -305
  32. package/src/ios/libPushwoosh.a +0 -0
  33. package/src/ios/libPushwooshInboxUI.a +0 -0
@@ -1,19 +0,0 @@
1
- //
2
- // PushwooshInboxUI.h
3
- // PushwooshInboxUI
4
- //
5
- // Created by Pushwoosh on 01/11/2017.
6
- // Copyright © 2017 Pushwoosh. All rights reserved.
7
- //
8
-
9
- #import <UIKit/UIKit.h>
10
-
11
- //! Project version number for PushwooshInboxUI.
12
- FOUNDATION_EXPORT double PushwooshInboxUIVersionNumber;
13
-
14
- //! Project version string for PushwooshInboxUI.
15
- FOUNDATION_EXPORT NSString * const PushwooshInboxUIVersion;
16
-
17
- #import "PWIInboxUI.h"
18
- #import "PWIInboxStyle.h"
19
-
@@ -1,305 +0,0 @@
1
- // !$*UTF8*$!
2
- {
3
- archiveVersion = 1;
4
- classes = {
5
- };
6
- objectVersion = 46;
7
- objects = {
8
-
9
- /* Begin PBXBuildFile section */
10
- 2A1A931C20D3BBF80073E61E /* libPushwooshInboxUI.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2A1A931A20D3BBF80073E61E /* libPushwooshInboxUI.a */; };
11
- 2A1A931D20D3BBF80073E61E /* libPushwoosh.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2A1A931B20D3BBF80073E61E /* libPushwoosh.a */; };
12
- 46ACA2A71D14079000717D7F /* PWEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 46ACA2A61D14079000717D7F /* PWEventDispatcher.m */; };
13
- 46D37B361D12BB4900D5EC47 /* Pushwoosh.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 46D37B351D12BB4900D5EC47 /* Pushwoosh.h */; };
14
- 46D37B381D12BB4900D5EC47 /* Pushwoosh.m in Sources */ = {isa = PBXBuildFile; fileRef = 46D37B371D12BB4900D5EC47 /* Pushwoosh.m */; };
15
- /* End PBXBuildFile section */
16
-
17
- /* Begin PBXCopyFilesBuildPhase section */
18
- 46D37B301D12BB4900D5EC47 /* CopyFiles */ = {
19
- isa = PBXCopyFilesBuildPhase;
20
- buildActionMask = 2147483647;
21
- dstPath = "include/$(PRODUCT_NAME)";
22
- dstSubfolderSpec = 16;
23
- files = (
24
- 46D37B361D12BB4900D5EC47 /* Pushwoosh.h in CopyFiles */,
25
- );
26
- runOnlyForDeploymentPostprocessing = 0;
27
- };
28
- /* End PBXCopyFilesBuildPhase section */
29
-
30
- /* Begin PBXFileReference section */
31
- 2A1A931A20D3BBF80073E61E /* libPushwooshInboxUI.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libPushwooshInboxUI.a; sourceTree = "<group>"; };
32
- 2A1A931B20D3BBF80073E61E /* libPushwoosh.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libPushwoosh.a; sourceTree = "<group>"; };
33
- 2A841C6B20590CCA007AAF5C /* PushwooshInboxUI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PushwooshInboxUI.h; sourceTree = SOURCE_ROOT; };
34
- 2A841C6C20590CCA007AAF5C /* PWIInboxStyle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PWIInboxStyle.h; sourceTree = SOURCE_ROOT; };
35
- 46ACA26D1D13D58900717D7F /* PushNotificationManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PushNotificationManager.h; sourceTree = SOURCE_ROOT; };
36
- 46ACA2A51D14079000717D7F /* PWEventDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PWEventDispatcher.h; sourceTree = "<group>"; };
37
- 46ACA2A61D14079000717D7F /* PWEventDispatcher.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PWEventDispatcher.m; sourceTree = "<group>"; };
38
- 46D37B321D12BB4900D5EC47 /* libPushwooshPlugin.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPushwooshPlugin.a; sourceTree = BUILT_PRODUCTS_DIR; };
39
- 46D37B351D12BB4900D5EC47 /* Pushwoosh.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Pushwoosh.h; sourceTree = "<group>"; };
40
- 46D37B371D12BB4900D5EC47 /* Pushwoosh.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Pushwoosh.m; sourceTree = "<group>"; };
41
- 5D980721240E293E000B0CDC /* PWInlineInAppView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PWInlineInAppView.h; sourceTree = SOURCE_ROOT; };
42
- 5DCC5C4C20A57D96008B0595 /* PWGDPRManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PWGDPRManager.h; sourceTree = SOURCE_ROOT; };
43
- 5DE2C7712404F92200DB2992 /* PushwooshInboxUI.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PushwooshInboxUI.h; sourceTree = SOURCE_ROOT; };
44
- 5DE2C7722404F92200DB2992 /* PWIInboxUI.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PWIInboxUI.h; sourceTree = SOURCE_ROOT; };
45
- 5DFB752223ED54DB001D0AFD /* PWInbox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PWInbox.h; sourceTree = SOURCE_ROOT; };
46
- A4CDCC841F78F55E00741E9F /* PWInAppManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PWInAppManager.h; sourceTree = SOURCE_ROOT; };
47
- /* End PBXFileReference section */
48
-
49
- /* Begin PBXFrameworksBuildPhase section */
50
- 46D37B2F1D12BB4900D5EC47 /* Frameworks */ = {
51
- isa = PBXFrameworksBuildPhase;
52
- buildActionMask = 2147483647;
53
- files = (
54
- 2A1A931D20D3BBF80073E61E /* libPushwoosh.a in Frameworks */,
55
- 2A1A931C20D3BBF80073E61E /* libPushwooshInboxUI.a in Frameworks */,
56
- );
57
- runOnlyForDeploymentPostprocessing = 0;
58
- };
59
- /* End PBXFrameworksBuildPhase section */
60
-
61
- /* Begin PBXGroup section */
62
- 46D37B291D12BB4900D5EC47 = {
63
- isa = PBXGroup;
64
- children = (
65
- 2A1A931B20D3BBF80073E61E /* libPushwoosh.a */,
66
- 2A1A931A20D3BBF80073E61E /* libPushwooshInboxUI.a */,
67
- 46D37B341D12BB4900D5EC47 /* PushwooshPlugin */,
68
- 46D37B331D12BB4900D5EC47 /* Products */,
69
- );
70
- sourceTree = "<group>";
71
- };
72
- 46D37B331D12BB4900D5EC47 /* Products */ = {
73
- isa = PBXGroup;
74
- children = (
75
- 46D37B321D12BB4900D5EC47 /* libPushwooshPlugin.a */,
76
- );
77
- name = Products;
78
- sourceTree = "<group>";
79
- };
80
- 46D37B341D12BB4900D5EC47 /* PushwooshPlugin */ = {
81
- isa = PBXGroup;
82
- children = (
83
- 5D980721240E293E000B0CDC /* PWInlineInAppView.h */,
84
- 5DE2C7712404F92200DB2992 /* PushwooshInboxUI.h */,
85
- 5DE2C7722404F92200DB2992 /* PWIInboxUI.h */,
86
- 5DFB752223ED54DB001D0AFD /* PWInbox.h */,
87
- 5DCC5C4C20A57D96008B0595 /* PWGDPRManager.h */,
88
- 2A841C6B20590CCA007AAF5C /* PushwooshInboxUI.h */,
89
- 2A841C6C20590CCA007AAF5C /* PWIInboxStyle.h */,
90
- A4CDCC841F78F55E00741E9F /* PWInAppManager.h */,
91
- 46ACA26D1D13D58900717D7F /* PushNotificationManager.h */,
92
- 46D37B351D12BB4900D5EC47 /* Pushwoosh.h */,
93
- 46D37B371D12BB4900D5EC47 /* Pushwoosh.m */,
94
- 46ACA2A51D14079000717D7F /* PWEventDispatcher.h */,
95
- 46ACA2A61D14079000717D7F /* PWEventDispatcher.m */,
96
- );
97
- path = PushwooshPlugin;
98
- sourceTree = "<group>";
99
- };
100
- /* End PBXGroup section */
101
-
102
- /* Begin PBXNativeTarget section */
103
- 46D37B311D12BB4900D5EC47 /* PushwooshPlugin */ = {
104
- isa = PBXNativeTarget;
105
- buildConfigurationList = 46D37B3B1D12BB4900D5EC47 /* Build configuration list for PBXNativeTarget "PushwooshPlugin" */;
106
- buildPhases = (
107
- 46D37B2E1D12BB4900D5EC47 /* Sources */,
108
- 46D37B2F1D12BB4900D5EC47 /* Frameworks */,
109
- 46D37B301D12BB4900D5EC47 /* CopyFiles */,
110
- );
111
- buildRules = (
112
- );
113
- dependencies = (
114
- );
115
- name = PushwooshPlugin;
116
- productName = PushwooshPlugin;
117
- productReference = 46D37B321D12BB4900D5EC47 /* libPushwooshPlugin.a */;
118
- productType = "com.apple.product-type.library.static";
119
- };
120
- /* End PBXNativeTarget section */
121
-
122
- /* Begin PBXProject section */
123
- 46D37B2A1D12BB4900D5EC47 /* Project object */ = {
124
- isa = PBXProject;
125
- attributes = {
126
- LastUpgradeCheck = 0720;
127
- ORGANIZATIONNAME = Pushwoosh;
128
- TargetAttributes = {
129
- 46D37B311D12BB4900D5EC47 = {
130
- CreatedOnToolsVersion = 7.2;
131
- };
132
- };
133
- };
134
- buildConfigurationList = 46D37B2D1D12BB4900D5EC47 /* Build configuration list for PBXProject "PushwooshPlugin" */;
135
- compatibilityVersion = "Xcode 3.2";
136
- developmentRegion = English;
137
- hasScannedForEncodings = 0;
138
- knownRegions = (
139
- English,
140
- en,
141
- );
142
- mainGroup = 46D37B291D12BB4900D5EC47;
143
- productRefGroup = 46D37B331D12BB4900D5EC47 /* Products */;
144
- projectDirPath = "";
145
- projectRoot = "";
146
- targets = (
147
- 46D37B311D12BB4900D5EC47 /* PushwooshPlugin */,
148
- );
149
- };
150
- /* End PBXProject section */
151
-
152
- /* Begin PBXSourcesBuildPhase section */
153
- 46D37B2E1D12BB4900D5EC47 /* Sources */ = {
154
- isa = PBXSourcesBuildPhase;
155
- buildActionMask = 2147483647;
156
- files = (
157
- 46ACA2A71D14079000717D7F /* PWEventDispatcher.m in Sources */,
158
- 46D37B381D12BB4900D5EC47 /* Pushwoosh.m in Sources */,
159
- );
160
- runOnlyForDeploymentPostprocessing = 0;
161
- };
162
- /* End PBXSourcesBuildPhase section */
163
-
164
- /* Begin XCBuildConfiguration section */
165
- 46D37B391D12BB4900D5EC47 /* Debug */ = {
166
- isa = XCBuildConfiguration;
167
- buildSettings = {
168
- ALWAYS_SEARCH_USER_PATHS = NO;
169
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
170
- CLANG_CXX_LIBRARY = "libc++";
171
- CLANG_ENABLE_MODULES = YES;
172
- CLANG_ENABLE_OBJC_ARC = YES;
173
- CLANG_WARN_BOOL_CONVERSION = YES;
174
- CLANG_WARN_CONSTANT_CONVERSION = YES;
175
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
176
- CLANG_WARN_EMPTY_BODY = YES;
177
- CLANG_WARN_ENUM_CONVERSION = YES;
178
- CLANG_WARN_INT_CONVERSION = YES;
179
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
180
- CLANG_WARN_UNREACHABLE_CODE = YES;
181
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
182
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
183
- COPY_PHASE_STRIP = NO;
184
- DEBUG_INFORMATION_FORMAT = dwarf;
185
- ENABLE_STRICT_OBJC_MSGSEND = YES;
186
- ENABLE_TESTABILITY = YES;
187
- GCC_C_LANGUAGE_STANDARD = gnu99;
188
- GCC_DYNAMIC_NO_PIC = NO;
189
- GCC_NO_COMMON_BLOCKS = YES;
190
- GCC_OPTIMIZATION_LEVEL = 0;
191
- GCC_PREPROCESSOR_DEFINITIONS = (
192
- "DEBUG=1",
193
- "$(inherited)",
194
- );
195
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
196
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
197
- GCC_WARN_UNDECLARED_SELECTOR = YES;
198
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
199
- GCC_WARN_UNUSED_FUNCTION = YES;
200
- GCC_WARN_UNUSED_VARIABLE = YES;
201
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
202
- MTL_ENABLE_DEBUG_INFO = YES;
203
- ONLY_ACTIVE_ARCH = YES;
204
- SDKROOT = iphoneos;
205
- };
206
- name = Debug;
207
- };
208
- 46D37B3A1D12BB4900D5EC47 /* Release */ = {
209
- isa = XCBuildConfiguration;
210
- buildSettings = {
211
- ALWAYS_SEARCH_USER_PATHS = NO;
212
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
213
- CLANG_CXX_LIBRARY = "libc++";
214
- CLANG_ENABLE_MODULES = YES;
215
- CLANG_ENABLE_OBJC_ARC = YES;
216
- CLANG_WARN_BOOL_CONVERSION = YES;
217
- CLANG_WARN_CONSTANT_CONVERSION = YES;
218
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
219
- CLANG_WARN_EMPTY_BODY = YES;
220
- CLANG_WARN_ENUM_CONVERSION = YES;
221
- CLANG_WARN_INT_CONVERSION = YES;
222
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
223
- CLANG_WARN_UNREACHABLE_CODE = YES;
224
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
225
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
226
- COPY_PHASE_STRIP = NO;
227
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
228
- ENABLE_NS_ASSERTIONS = NO;
229
- ENABLE_STRICT_OBJC_MSGSEND = YES;
230
- GCC_C_LANGUAGE_STANDARD = gnu99;
231
- GCC_NO_COMMON_BLOCKS = YES;
232
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
233
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
234
- GCC_WARN_UNDECLARED_SELECTOR = YES;
235
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
236
- GCC_WARN_UNUSED_FUNCTION = YES;
237
- GCC_WARN_UNUSED_VARIABLE = YES;
238
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
239
- MTL_ENABLE_DEBUG_INFO = NO;
240
- SDKROOT = iphoneos;
241
- VALIDATE_PRODUCT = YES;
242
- };
243
- name = Release;
244
- };
245
- 46D37B3C1D12BB4900D5EC47 /* Debug */ = {
246
- isa = XCBuildConfiguration;
247
- buildSettings = {
248
- FRAMEWORK_SEARCH_PATHS = (
249
- "$(inherited)",
250
- "$(PROJECT_DIR)",
251
- );
252
- HEADER_SEARCH_PATHS = "$(SRCROOT)/../../../react-native/React/**";
253
- LIBRARY_SEARCH_PATHS = (
254
- "$(inherited)",
255
- "$(PROJECT_DIR)",
256
- );
257
- OTHER_LDFLAGS = "-ObjC";
258
- PRODUCT_NAME = "$(TARGET_NAME)";
259
- SKIP_INSTALL = YES;
260
- };
261
- name = Debug;
262
- };
263
- 46D37B3D1D12BB4900D5EC47 /* Release */ = {
264
- isa = XCBuildConfiguration;
265
- buildSettings = {
266
- FRAMEWORK_SEARCH_PATHS = (
267
- "$(inherited)",
268
- "$(PROJECT_DIR)",
269
- );
270
- HEADER_SEARCH_PATHS = "$(SRCROOT)/../../../react-native/React/**";
271
- LIBRARY_SEARCH_PATHS = (
272
- "$(inherited)",
273
- "$(PROJECT_DIR)",
274
- );
275
- OTHER_LDFLAGS = "-ObjC";
276
- PRODUCT_NAME = "$(TARGET_NAME)";
277
- SKIP_INSTALL = YES;
278
- };
279
- name = Release;
280
- };
281
- /* End XCBuildConfiguration section */
282
-
283
- /* Begin XCConfigurationList section */
284
- 46D37B2D1D12BB4900D5EC47 /* Build configuration list for PBXProject "PushwooshPlugin" */ = {
285
- isa = XCConfigurationList;
286
- buildConfigurations = (
287
- 46D37B391D12BB4900D5EC47 /* Debug */,
288
- 46D37B3A1D12BB4900D5EC47 /* Release */,
289
- );
290
- defaultConfigurationIsVisible = 0;
291
- defaultConfigurationName = Release;
292
- };
293
- 46D37B3B1D12BB4900D5EC47 /* Build configuration list for PBXNativeTarget "PushwooshPlugin" */ = {
294
- isa = XCConfigurationList;
295
- buildConfigurations = (
296
- 46D37B3C1D12BB4900D5EC47 /* Debug */,
297
- 46D37B3D1D12BB4900D5EC47 /* Release */,
298
- );
299
- defaultConfigurationIsVisible = 0;
300
- defaultConfigurationName = Release;
301
- };
302
- /* End XCConfigurationList section */
303
- };
304
- rootObject = 46D37B2A1D12BB4900D5EC47 /* Project object */;
305
- }
Binary file
Binary file