react-native-acoustic-mobile-push-ios-notification-service-beta 3.9.28

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.
package/README.md ADDED
@@ -0,0 +1,22 @@
1
+ # react-native-acoustic-mobile-push-ios-notification-service-beta
2
+ Optional Campaign plugin for notification service feature.
3
+
4
+ ### Plugin Dependencies
5
+ react-native-acoustic-mobile-push-beta
6
+ react-native-acoustic-mobile-push-inapp-beta
7
+ react-native-acoustic-mobile-push-inbox-beta
8
+ ----
9
+
10
+ [Overview](https://developer.goacoustic.com/acoustic-campaign/docs/add-the-react-native-plug-in-to-your-app#overview)
11
+ ---
12
+
13
+ ## Install
14
+ Add `react-native-acoustic-mobile-push-ios-notification-service-beta` to the project.
15
+
16
+ ```shell yarn
17
+ yarn add react-native-acoustic-mobile-push-ios-notification-service-beta
18
+ ```
19
+
20
+ ```shell npm
21
+ npm i react-native-acoustic-mobile-push-ios-notification-service-beta
22
+ ```
package/index.js ADDED
@@ -0,0 +1,7 @@
1
+ // main index.js
2
+
3
+ import { NativeModules } from 'react-native';
4
+
5
+ const { IosNotificationService } = NativeModules;
6
+
7
+ export default IosNotificationService;
@@ -0,0 +1,7 @@
1
+ // IosNotificationService.h
2
+
3
+ #import <React/RCTBridgeModule.h>
4
+
5
+ @interface IosNotificationService : NSObject <RCTBridgeModule>
6
+
7
+ @end
@@ -0,0 +1,10 @@
1
+ // IosNotificationService.m
2
+
3
+ #import "IosNotificationService.h"
4
+
5
+
6
+ @implementation IosNotificationService
7
+
8
+ RCT_EXPORT_MODULE()
9
+
10
+ @end
@@ -0,0 +1,281 @@
1
+ // !$*UTF8*$!
2
+ {
3
+ archiveVersion = 1;
4
+ classes = {
5
+ };
6
+ objectVersion = 46;
7
+ objects = {
8
+
9
+ /* Begin PBXCopyFilesBuildPhase section */
10
+ 58B511D91A9E6C8500147676 /* CopyFiles */ = {
11
+ isa = PBXCopyFilesBuildPhase;
12
+ buildActionMask = 2147483647;
13
+ dstPath = "include/$(PRODUCT_NAME)";
14
+ dstSubfolderSpec = 16;
15
+ files = (
16
+ );
17
+ runOnlyForDeploymentPostprocessing = 0;
18
+ };
19
+ /* End PBXCopyFilesBuildPhase section */
20
+
21
+ /* Begin PBXFileReference section */
22
+ 134814201AA4EA6300B7C361 /* libIosNotificationService.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libIosNotificationService.a; sourceTree = BUILT_PRODUCTS_DIR; };
23
+ /* End PBXFileReference section */
24
+
25
+ /* Begin PBXFrameworksBuildPhase section */
26
+ 58B511D81A9E6C8500147676 /* Frameworks */ = {
27
+ isa = PBXFrameworksBuildPhase;
28
+ buildActionMask = 2147483647;
29
+ files = (
30
+ );
31
+ runOnlyForDeploymentPostprocessing = 0;
32
+ };
33
+ /* End PBXFrameworksBuildPhase section */
34
+
35
+ /* Begin PBXGroup section */
36
+ 134814211AA4EA7D00B7C361 /* Products */ = {
37
+ isa = PBXGroup;
38
+ children = (
39
+ 134814201AA4EA6300B7C361 /* libIosNotificationService.a */,
40
+ );
41
+ name = Products;
42
+ sourceTree = "<group>";
43
+ };
44
+ 58B511D21A9E6C8500147676 = {
45
+ isa = PBXGroup;
46
+ children = (
47
+ 134814211AA4EA7D00B7C361 /* Products */,
48
+ );
49
+ sourceTree = "<group>";
50
+ };
51
+ /* End PBXGroup section */
52
+
53
+ /* Begin PBXNativeTarget section */
54
+ 58B511DA1A9E6C8500147676 /* IosNotificationService */ = {
55
+ isa = PBXNativeTarget;
56
+ buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "IosNotificationService" */;
57
+ buildPhases = (
58
+ 58B511D71A9E6C8500147676 /* Sources */,
59
+ 58B511D81A9E6C8500147676 /* Frameworks */,
60
+ 58B511D91A9E6C8500147676 /* CopyFiles */,
61
+ );
62
+ buildRules = (
63
+ );
64
+ dependencies = (
65
+ );
66
+ name = IosNotificationService;
67
+ productName = RCTDataManager;
68
+ productReference = 134814201AA4EA6300B7C361 /* libIosNotificationService.a */;
69
+ productType = "com.apple.product-type.library.static";
70
+ };
71
+ /* End PBXNativeTarget section */
72
+
73
+ /* Begin PBXProject section */
74
+ 58B511D31A9E6C8500147676 /* Project object */ = {
75
+ isa = PBXProject;
76
+ attributes = {
77
+ LastUpgradeCheck = 0920;
78
+ ORGANIZATIONNAME = Facebook;
79
+ TargetAttributes = {
80
+ 58B511DA1A9E6C8500147676 = {
81
+ CreatedOnToolsVersion = 6.1.1;
82
+ };
83
+ };
84
+ };
85
+ buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "IosNotificationService" */;
86
+ compatibilityVersion = "Xcode 3.2";
87
+ developmentRegion = en;
88
+ hasScannedForEncodings = 0;
89
+ knownRegions = (
90
+ en,
91
+ Base,
92
+ );
93
+ mainGroup = 58B511D21A9E6C8500147676;
94
+ productRefGroup = 58B511D21A9E6C8500147676;
95
+ projectDirPath = "";
96
+ projectRoot = "";
97
+ targets = (
98
+ 58B511DA1A9E6C8500147676 /* IosNotificationService */,
99
+ );
100
+ };
101
+ /* End PBXProject section */
102
+
103
+ /* Begin PBXSourcesBuildPhase section */
104
+ 58B511D71A9E6C8500147676 /* Sources */ = {
105
+ isa = PBXSourcesBuildPhase;
106
+ buildActionMask = 2147483647;
107
+ files = (
108
+ );
109
+ runOnlyForDeploymentPostprocessing = 0;
110
+ };
111
+ /* End PBXSourcesBuildPhase section */
112
+
113
+ /* Begin XCBuildConfiguration section */
114
+ 58B511ED1A9E6C8500147676 /* Debug */ = {
115
+ isa = XCBuildConfiguration;
116
+ buildSettings = {
117
+ ALWAYS_SEARCH_USER_PATHS = NO;
118
+ CLANG_ANALYZER_NONNULL = YES;
119
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
120
+ CLANG_CXX_LIBRARY = "libc++";
121
+ CLANG_ENABLE_MODULES = YES;
122
+ CLANG_ENABLE_OBJC_ARC = YES;
123
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
124
+ CLANG_WARN_BOOL_CONVERSION = YES;
125
+ CLANG_WARN_COMMA = YES;
126
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
127
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
128
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
129
+ CLANG_WARN_EMPTY_BODY = YES;
130
+ CLANG_WARN_ENUM_CONVERSION = YES;
131
+ CLANG_WARN_INFINITE_RECURSION = YES;
132
+ CLANG_WARN_INT_CONVERSION = YES;
133
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
134
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
135
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
136
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
137
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
138
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
139
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
140
+ CLANG_WARN_UNREACHABLE_CODE = YES;
141
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
142
+ COPY_PHASE_STRIP = NO;
143
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
144
+ ENABLE_TESTABILITY = YES;
145
+ GCC_C_LANGUAGE_STANDARD = gnu99;
146
+ GCC_DYNAMIC_NO_PIC = NO;
147
+ GCC_NO_COMMON_BLOCKS = YES;
148
+ GCC_OPTIMIZATION_LEVEL = 0;
149
+ GCC_PREPROCESSOR_DEFINITIONS = (
150
+ "DEBUG=1",
151
+ "$(inherited)",
152
+ );
153
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
154
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
155
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
156
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
157
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
158
+ GCC_WARN_UNUSED_FUNCTION = YES;
159
+ GCC_WARN_UNUSED_VARIABLE = YES;
160
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
161
+ LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
162
+ LIBRARY_SEARCH_PATHS = (
163
+ "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
164
+ "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
165
+ "\"$(inherited)\"",
166
+ );
167
+ MTL_ENABLE_DEBUG_INFO = YES;
168
+ ONLY_ACTIVE_ARCH = YES;
169
+ SDKROOT = iphoneos;
170
+ };
171
+ name = Debug;
172
+ };
173
+ 58B511EE1A9E6C8500147676 /* Release */ = {
174
+ isa = XCBuildConfiguration;
175
+ buildSettings = {
176
+ ALWAYS_SEARCH_USER_PATHS = NO;
177
+ CLANG_ANALYZER_NONNULL = YES;
178
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
179
+ CLANG_CXX_LIBRARY = "libc++";
180
+ CLANG_ENABLE_MODULES = YES;
181
+ CLANG_ENABLE_OBJC_ARC = YES;
182
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
183
+ CLANG_WARN_BOOL_CONVERSION = YES;
184
+ CLANG_WARN_COMMA = YES;
185
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
186
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
187
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
188
+ CLANG_WARN_EMPTY_BODY = YES;
189
+ CLANG_WARN_ENUM_CONVERSION = YES;
190
+ CLANG_WARN_INFINITE_RECURSION = YES;
191
+ CLANG_WARN_INT_CONVERSION = YES;
192
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
193
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
194
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
195
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
196
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
197
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
198
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
199
+ CLANG_WARN_UNREACHABLE_CODE = YES;
200
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
201
+ COPY_PHASE_STRIP = YES;
202
+ ENABLE_NS_ASSERTIONS = NO;
203
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
204
+ GCC_C_LANGUAGE_STANDARD = gnu99;
205
+ GCC_NO_COMMON_BLOCKS = YES;
206
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
207
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
208
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
209
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
210
+ GCC_WARN_UNUSED_FUNCTION = YES;
211
+ GCC_WARN_UNUSED_VARIABLE = YES;
212
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
213
+ LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
214
+ LIBRARY_SEARCH_PATHS = (
215
+ "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
216
+ "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
217
+ "\"$(inherited)\"",
218
+ );
219
+ MTL_ENABLE_DEBUG_INFO = NO;
220
+ SDKROOT = iphoneos;
221
+ VALIDATE_PRODUCT = YES;
222
+ };
223
+ name = Release;
224
+ };
225
+ 58B511F01A9E6C8500147676 /* Debug */ = {
226
+ isa = XCBuildConfiguration;
227
+ buildSettings = {
228
+ HEADER_SEARCH_PATHS = (
229
+ "$(inherited)",
230
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
231
+ "$(SRCROOT)/../../../React/**",
232
+ "$(SRCROOT)/../../react-native/React/**",
233
+ );
234
+ LIBRARY_SEARCH_PATHS = "$(inherited)";
235
+ OTHER_LDFLAGS = "-ObjC";
236
+ PRODUCT_NAME = IosNotificationService;
237
+ SKIP_INSTALL = YES;
238
+ };
239
+ name = Debug;
240
+ };
241
+ 58B511F11A9E6C8500147676 /* Release */ = {
242
+ isa = XCBuildConfiguration;
243
+ buildSettings = {
244
+ HEADER_SEARCH_PATHS = (
245
+ "$(inherited)",
246
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
247
+ "$(SRCROOT)/../../../React/**",
248
+ "$(SRCROOT)/../../react-native/React/**",
249
+ );
250
+ LIBRARY_SEARCH_PATHS = "$(inherited)";
251
+ OTHER_LDFLAGS = "-ObjC";
252
+ PRODUCT_NAME = IosNotificationService;
253
+ SKIP_INSTALL = YES;
254
+ };
255
+ name = Release;
256
+ };
257
+ /* End XCBuildConfiguration section */
258
+
259
+ /* Begin XCConfigurationList section */
260
+ 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "IosNotificationService" */ = {
261
+ isa = XCConfigurationList;
262
+ buildConfigurations = (
263
+ 58B511ED1A9E6C8500147676 /* Debug */,
264
+ 58B511EE1A9E6C8500147676 /* Release */,
265
+ );
266
+ defaultConfigurationIsVisible = 0;
267
+ defaultConfigurationName = Release;
268
+ };
269
+ 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "IosNotificationService" */ = {
270
+ isa = XCConfigurationList;
271
+ buildConfigurations = (
272
+ 58B511F01A9E6C8500147676 /* Debug */,
273
+ 58B511F11A9E6C8500147676 /* Release */,
274
+ );
275
+ defaultConfigurationIsVisible = 0;
276
+ defaultConfigurationName = Release;
277
+ };
278
+ /* End XCConfigurationList section */
279
+ };
280
+ rootObject = 58B511D31A9E6C8500147676 /* Project object */;
281
+ }
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Workspace
3
+ version = "1.0">
4
+ <FileRef
5
+ location = "group:IosNotificationService.xcodeproj">
6
+ </FileRef>
7
+ </Workspace>
package/ios/Podfile ADDED
@@ -0,0 +1,60 @@
1
+ # React Native requirements
2
+ puts "Remove node_modules"
3
+ output = `rm -rf ../node_modules/`
4
+ puts output
5
+ output = `rm -rf node_modules/`
6
+ puts output
7
+
8
+ puts "Remove yarn.lock"
9
+ output = `rm -rf ../yarn.lock`
10
+ puts output
11
+ output = `rm -rf yarn.lock`
12
+ puts output
13
+
14
+ puts "Install yarn tool"
15
+ output = `brew install yarn`
16
+ puts output
17
+
18
+ puts "Install react native directory and sources"
19
+ output = `cd .. && yarn install`
20
+ puts output
21
+
22
+ install! 'cocoapods', :disable_input_output_paths => true
23
+ require_relative '../node_modules/react-native/scripts/react_native_pods'
24
+ require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
25
+
26
+ platform :ios, '12.4'
27
+
28
+ target 'IosNotificationService' do
29
+ use_frameworks! :linkage => :static
30
+ config = use_native_modules!
31
+
32
+ use_react_native!(
33
+ :path => config[:reactNativePath],
34
+ # to enable hermes on iOS, change `false` to `true` and then install pods
35
+ :hermes_enabled => false
36
+ )
37
+
38
+ # Enables Flipper.
39
+ #
40
+ # Note that if you have use_frameworks! enabled, Flipper will not work and
41
+ # you should disable the next line.
42
+ # use_flipper!()
43
+
44
+ # post_install do |installer|
45
+ # react_native_post_install(installer)
46
+ # end
47
+ end
48
+
49
+ post_install do |installer|
50
+ installer.pods_project.targets.each do |target|
51
+ puts "Target: #{target.name}"
52
+ target.build_configurations.each do |config|
53
+ config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.4'
54
+ config.build_settings["ONLY_ACTIVE_ARCH"] = "YES"
55
+ end
56
+ end
57
+ installer.pods_project.build_configurations.each do |config|
58
+ config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
59
+ end
60
+ end
package/package.json ADDED
@@ -0,0 +1,39 @@
1
+ {
2
+ "author": "Acoustic, L.P.",
3
+ "dependencies": {
4
+ "chalk": "^2.4.2",
5
+ "ncp": "^2.0.0",
6
+ "plist": "^3.0.1",
7
+ "xcode": "^2.0.0",
8
+ "xml2js": "^0.4.19"
9
+ },
10
+ "description": "BETA: Acoustic Mobile Push iOS Notification Plugin",
11
+ "devDependencies": {
12
+ "jetifier": "^1.6.3",
13
+ "react-native": "0.72.6"
14
+ },
15
+ "homepage": "https://github.com/aipoweredmarketer/ca-mce-react-native",
16
+ "keywords": [
17
+ "react-native",
18
+ "ios",
19
+ "android",
20
+ "mobile push ios notification",
21
+ "Campaign"
22
+ ],
23
+ "license": "See license in ../../../license.txt",
24
+ "main": "index.js",
25
+ "name": "react-native-acoustic-mobile-push-ios-notification-service-beta",
26
+ "peerDependencies": {
27
+
28
+ },
29
+ "repository": {
30
+ "directory": "plugins/react-native-acoustic-mobile-push-ios-notification-service",
31
+ "type": "git",
32
+ "url": "https://github.com/aipoweredmarketer/ca-mce-react-native"
33
+ },
34
+ "scripts": {
35
+ "test": "echo \"Error: no test specified\" && exit 1"
36
+ },
37
+ "summary": "react-native ios android mobile push Campaign",
38
+ "version": "3.9.28"
39
+ }
@@ -0,0 +1,38 @@
1
+ require 'json'
2
+
3
+ package = JSON.parse(File.read('package.json'))
4
+ mobilePushConfig = JSON.parse(File.read('../../CampaignConfig.json'))
5
+ repository = package["repository"]["url"]
6
+ useRelease = mobilePushConfig["useRelease"]
7
+ dependencyName = useRelease ? 'AcousticMobilePushNotification' : 'AcousticMobilePushNotificationDebug'
8
+ iOSVersion = mobilePushConfig["iOSVersion"]
9
+ dependencyVersion = iOSVersion.to_s.empty? ? "" : ", #{iOSVersion}"
10
+
11
+ puts "*********react-native-acoustic-mobile-push-ios-notification-service.podspec*********"
12
+ puts "mobilePushConfig:"
13
+ # puts JSON.pretty_generate(mobilePushConfig)
14
+ puts "repository:#{repository}"
15
+ puts "useRelease:#{useRelease}"
16
+ puts "dependencyName:#{dependencyName}"
17
+ puts "dependencyVersion:#{dependencyVersion}"
18
+ puts "mobilePushDependency:#{dependencyName}#{dependencyVersion}"
19
+ puts "***************************************************************"
20
+
21
+ Pod::Spec.new do |s|
22
+ s.name = package["name"]
23
+ s.version = package["version"]
24
+ s.description = package["description"]
25
+ s.homepage = package["homepage"]
26
+ s.summary = package["summary"]
27
+ s.license = package["license"]
28
+ s.authors = package["author"]
29
+ s.platforms = { :ios => "12.4" }
30
+
31
+ s.source = { :git => repository, :tag => s.version }
32
+ s.preserve_paths = 'README.md', 'package.json', '*.js'
33
+ s.source_files = "ios/**/*.{h,m}"
34
+
35
+ s.dependency 'React'
36
+ s.xcconfig = { 'HEADER_SEARCH_PATHS' => '../../../ios/Pods/** ' }
37
+ s.dependency "#{dependencyName}#{dependencyVersion}"
38
+ end