plotline-engage 1.0.0

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 (41) hide show
  1. package/.gitattributes +1 -0
  2. package/README.md +12 -0
  3. package/android/build/.transforms/a955cbcc6504c298c9f5bfa3f2809639/results.bin +1 -0
  4. package/android/build/.transforms/a955cbcc6504c298c9f5bfa3f2809639/transformed/classes/classes.dex +0 -0
  5. package/android/build/generated/source/buildConfig/debug/com/reactnativeplotline/BuildConfig.java +10 -0
  6. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml +9 -0
  7. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json +18 -0
  8. package/android/build/intermediates/aar_metadata/debug/aar-metadata.properties +4 -0
  9. package/android/build/intermediates/annotation_processor_list/debug/annotationProcessors.json +1 -0
  10. package/android/build/intermediates/compile_library_classes_jar/debug/classes.jar +0 -0
  11. package/android/build/intermediates/compile_r_class_jar/debug/R.jar +0 -0
  12. package/android/build/intermediates/compile_symbol_list/debug/R.txt +2045 -0
  13. package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +2 -0
  14. package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +2 -0
  15. package/android/build/intermediates/incremental/packageDebugAssets/merger.xml +2 -0
  16. package/android/build/intermediates/incremental/packageDebugResources/compile-file-map.properties +1 -0
  17. package/android/build/intermediates/incremental/packageDebugResources/merger.xml +2 -0
  18. package/android/build/intermediates/javac/debug/classes/com/reactnativeplotline/BuildConfig.class +0 -0
  19. package/android/build/intermediates/javac/debug/classes/com/reactnativeplotline/RNPlotline$1.class +0 -0
  20. package/android/build/intermediates/javac/debug/classes/com/reactnativeplotline/RNPlotline.class +0 -0
  21. package/android/build/intermediates/javac/debug/classes/com/reactnativeplotline/RNPlotlinePackage.class +0 -0
  22. package/android/build/intermediates/local_only_symbol_list/debug/R-def.txt +2 -0
  23. package/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt +11 -0
  24. package/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml +9 -0
  25. package/android/build/intermediates/navigation_json/debug/navigation.json +1 -0
  26. package/android/build/intermediates/packaged_manifests/debug/output-metadata.json +18 -0
  27. package/android/build/intermediates/runtime_library_classes_jar/debug/classes.jar +0 -0
  28. package/android/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt +1538 -0
  29. package/android/build/outputs/logs/manifest-merger-debug-report.txt +25 -0
  30. package/android/build.gradle +44 -0
  31. package/android/src/main/AndroidManifest.xml +5 -0
  32. package/android/src/main/java/com/reactnativeplotline/RNPlotline.java +297 -0
  33. package/android/src/main/java/com/reactnativeplotline/RNPlotlinePackage.java +29 -0
  34. package/index.d.ts +11 -0
  35. package/index.js +43 -0
  36. package/ios/RNPlotline.h +11 -0
  37. package/ios/RNPlotline.m +64 -0
  38. package/ios/RNPlotline.xcodeproj/project.pbxproj +259 -0
  39. package/ios/RNPlotline.xcworkspace/contents.xcworkspacedata +9 -0
  40. package/package.json +23 -0
  41. package/plotline-insights.podspec +22 -0
@@ -0,0 +1,259 @@
1
+ // !$*UTF8*$!
2
+ {
3
+ archiveVersion = 1;
4
+ classes = {
5
+ };
6
+ objectVersion = 46;
7
+ objects = {
8
+
9
+ /* Begin PBXBuildFile section */
10
+ B3E7B58A1CC2AC0600A0062D /* RNPlotline.m in Sources */ = {isa = PBXBuildFile; fileRef = B3E7B5891CC2AC0600A0062D /* RNPlotline.m */; };
11
+ /* End PBXBuildFile section */
12
+
13
+ /* Begin PBXCopyFilesBuildPhase section */
14
+ 58B511D91A9E6C8500147676 /* CopyFiles */ = {
15
+ isa = PBXCopyFilesBuildPhase;
16
+ buildActionMask = 2147483647;
17
+ dstPath = "include/$(PRODUCT_NAME)";
18
+ dstSubfolderSpec = 16;
19
+ files = (
20
+ );
21
+ runOnlyForDeploymentPostprocessing = 0;
22
+ };
23
+ /* End PBXCopyFilesBuildPhase section */
24
+
25
+ /* Begin PBXFileReference section */
26
+ 134814201AA4EA6300B7C361 /* libRNPlotline.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNPlotline.a; sourceTree = BUILT_PRODUCTS_DIR; };
27
+ B3E7B5881CC2AC0600A0062D /* RNPlotline.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNPlotline.h; sourceTree = "<group>"; };
28
+ B3E7B5891CC2AC0600A0062D /* RNPlotline.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNPlotline.m; sourceTree = "<group>"; };
29
+ /* End PBXFileReference section */
30
+
31
+ /* Begin PBXFrameworksBuildPhase section */
32
+ 58B511D81A9E6C8500147676 /* Frameworks */ = {
33
+ isa = PBXFrameworksBuildPhase;
34
+ buildActionMask = 2147483647;
35
+ files = (
36
+ );
37
+ runOnlyForDeploymentPostprocessing = 0;
38
+ };
39
+ /* End PBXFrameworksBuildPhase section */
40
+
41
+ /* Begin PBXGroup section */
42
+ 134814211AA4EA7D00B7C361 /* Products */ = {
43
+ isa = PBXGroup;
44
+ children = (
45
+ 134814201AA4EA6300B7C361 /* libRNPlotline.a */,
46
+ );
47
+ name = Products;
48
+ sourceTree = "<group>";
49
+ };
50
+ 58B511D21A9E6C8500147676 = {
51
+ isa = PBXGroup;
52
+ children = (
53
+ B3E7B5881CC2AC0600A0062D /* RNPlotline.h */,
54
+ B3E7B5891CC2AC0600A0062D /* RNPlotline.m */,
55
+ 134814211AA4EA7D00B7C361 /* Products */,
56
+ );
57
+ sourceTree = "<group>";
58
+ };
59
+ /* End PBXGroup section */
60
+
61
+ /* Begin PBXNativeTarget section */
62
+ 58B511DA1A9E6C8500147676 /* RNPlotline */ = {
63
+ isa = PBXNativeTarget;
64
+ buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNPlotline" */;
65
+ buildPhases = (
66
+ 58B511D71A9E6C8500147676 /* Sources */,
67
+ 58B511D81A9E6C8500147676 /* Frameworks */,
68
+ 58B511D91A9E6C8500147676 /* CopyFiles */,
69
+ );
70
+ buildRules = (
71
+ );
72
+ dependencies = (
73
+ );
74
+ name = RNPlotline;
75
+ productName = RCTDataManager;
76
+ productReference = 134814201AA4EA6300B7C361 /* libRNPlotline.a */;
77
+ productType = "com.apple.product-type.library.static";
78
+ };
79
+ /* End PBXNativeTarget section */
80
+
81
+ /* Begin PBXProject section */
82
+ 58B511D31A9E6C8500147676 /* Project object */ = {
83
+ isa = PBXProject;
84
+ attributes = {
85
+ LastUpgradeCheck = 0830;
86
+ ORGANIZATIONNAME = Facebook;
87
+ TargetAttributes = {
88
+ 58B511DA1A9E6C8500147676 = {
89
+ CreatedOnToolsVersion = 6.1.1;
90
+ };
91
+ };
92
+ };
93
+ buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNPlotline" */;
94
+ compatibilityVersion = "Xcode 3.2";
95
+ developmentRegion = English;
96
+ hasScannedForEncodings = 0;
97
+ knownRegions = (
98
+ en,
99
+ );
100
+ mainGroup = 58B511D21A9E6C8500147676;
101
+ productRefGroup = 58B511D21A9E6C8500147676;
102
+ projectDirPath = "";
103
+ projectRoot = "";
104
+ targets = (
105
+ 58B511DA1A9E6C8500147676 /* RNPlotline */,
106
+ );
107
+ };
108
+ /* End PBXProject section */
109
+
110
+ /* Begin PBXSourcesBuildPhase section */
111
+ 58B511D71A9E6C8500147676 /* Sources */ = {
112
+ isa = PBXSourcesBuildPhase;
113
+ buildActionMask = 2147483647;
114
+ files = (
115
+ B3E7B58A1CC2AC0600A0062D /* RNPlotline.m in Sources */,
116
+ );
117
+ runOnlyForDeploymentPostprocessing = 0;
118
+ };
119
+ /* End PBXSourcesBuildPhase section */
120
+
121
+ /* Begin XCBuildConfiguration section */
122
+ 58B511ED1A9E6C8500147676 /* Debug */ = {
123
+ isa = XCBuildConfiguration;
124
+ buildSettings = {
125
+ ALWAYS_SEARCH_USER_PATHS = NO;
126
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
127
+ CLANG_CXX_LIBRARY = "libc++";
128
+ CLANG_ENABLE_MODULES = YES;
129
+ CLANG_ENABLE_OBJC_ARC = YES;
130
+ CLANG_WARN_BOOL_CONVERSION = YES;
131
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
132
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
133
+ CLANG_WARN_EMPTY_BODY = YES;
134
+ CLANG_WARN_ENUM_CONVERSION = YES;
135
+ CLANG_WARN_INFINITE_RECURSION = YES;
136
+ CLANG_WARN_INT_CONVERSION = YES;
137
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
138
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
139
+ CLANG_WARN_UNREACHABLE_CODE = YES;
140
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
141
+ COPY_PHASE_STRIP = NO;
142
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
143
+ ENABLE_TESTABILITY = YES;
144
+ GCC_C_LANGUAGE_STANDARD = gnu99;
145
+ GCC_DYNAMIC_NO_PIC = NO;
146
+ GCC_NO_COMMON_BLOCKS = YES;
147
+ GCC_OPTIMIZATION_LEVEL = 0;
148
+ GCC_PREPROCESSOR_DEFINITIONS = (
149
+ "DEBUG=1",
150
+ "$(inherited)",
151
+ );
152
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
153
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
154
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
155
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
156
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
157
+ GCC_WARN_UNUSED_FUNCTION = YES;
158
+ GCC_WARN_UNUSED_VARIABLE = YES;
159
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
160
+ MTL_ENABLE_DEBUG_INFO = YES;
161
+ ONLY_ACTIVE_ARCH = YES;
162
+ SDKROOT = iphoneos;
163
+ };
164
+ name = Debug;
165
+ };
166
+ 58B511EE1A9E6C8500147676 /* Release */ = {
167
+ isa = XCBuildConfiguration;
168
+ buildSettings = {
169
+ ALWAYS_SEARCH_USER_PATHS = NO;
170
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
171
+ CLANG_CXX_LIBRARY = "libc++";
172
+ CLANG_ENABLE_MODULES = YES;
173
+ CLANG_ENABLE_OBJC_ARC = YES;
174
+ CLANG_WARN_BOOL_CONVERSION = YES;
175
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
176
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
177
+ CLANG_WARN_EMPTY_BODY = YES;
178
+ CLANG_WARN_ENUM_CONVERSION = YES;
179
+ CLANG_WARN_INFINITE_RECURSION = YES;
180
+ CLANG_WARN_INT_CONVERSION = YES;
181
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
182
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
183
+ CLANG_WARN_UNREACHABLE_CODE = YES;
184
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
185
+ COPY_PHASE_STRIP = YES;
186
+ ENABLE_NS_ASSERTIONS = NO;
187
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
188
+ GCC_C_LANGUAGE_STANDARD = gnu99;
189
+ GCC_NO_COMMON_BLOCKS = YES;
190
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
191
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
192
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
193
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
194
+ GCC_WARN_UNUSED_FUNCTION = YES;
195
+ GCC_WARN_UNUSED_VARIABLE = YES;
196
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
197
+ MTL_ENABLE_DEBUG_INFO = NO;
198
+ SDKROOT = iphoneos;
199
+ VALIDATE_PRODUCT = YES;
200
+ };
201
+ name = Release;
202
+ };
203
+ 58B511F01A9E6C8500147676 /* Debug */ = {
204
+ isa = XCBuildConfiguration;
205
+ buildSettings = {
206
+ HEADER_SEARCH_PATHS = (
207
+ "$(inherited)",
208
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
209
+ "$(SRCROOT)/../../../React/**",
210
+ "$(SRCROOT)/../../react-native/React/**",
211
+ );
212
+ LIBRARY_SEARCH_PATHS = "$(inherited)";
213
+ OTHER_LDFLAGS = "-ObjC";
214
+ PRODUCT_NAME = RNPlotline;
215
+ SKIP_INSTALL = YES;
216
+ };
217
+ name = Debug;
218
+ };
219
+ 58B511F11A9E6C8500147676 /* Release */ = {
220
+ isa = XCBuildConfiguration;
221
+ buildSettings = {
222
+ HEADER_SEARCH_PATHS = (
223
+ "$(inherited)",
224
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
225
+ "$(SRCROOT)/../../../React/**",
226
+ "$(SRCROOT)/../../react-native/React/**",
227
+ );
228
+ LIBRARY_SEARCH_PATHS = "$(inherited)";
229
+ OTHER_LDFLAGS = "-ObjC";
230
+ PRODUCT_NAME = RNPlotline;
231
+ SKIP_INSTALL = YES;
232
+ };
233
+ name = Release;
234
+ };
235
+ /* End XCBuildConfiguration section */
236
+
237
+ /* Begin XCConfigurationList section */
238
+ 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNPlotline" */ = {
239
+ isa = XCConfigurationList;
240
+ buildConfigurations = (
241
+ 58B511ED1A9E6C8500147676 /* Debug */,
242
+ 58B511EE1A9E6C8500147676 /* Release */,
243
+ );
244
+ defaultConfigurationIsVisible = 0;
245
+ defaultConfigurationName = Release;
246
+ };
247
+ 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNPlotline" */ = {
248
+ isa = XCConfigurationList;
249
+ buildConfigurations = (
250
+ 58B511F01A9E6C8500147676 /* Debug */,
251
+ 58B511F11A9E6C8500147676 /* Release */,
252
+ );
253
+ defaultConfigurationIsVisible = 0;
254
+ defaultConfigurationName = Release;
255
+ };
256
+ /* End XCConfigurationList section */
257
+ };
258
+ rootObject = 58B511D31A9E6C8500147676 /* Project object */;
259
+ }
@@ -0,0 +1,9 @@
1
+ // !$*UTF8*$!
2
+ <?xml version="1.0" encoding="UTF-8"?>
3
+ <Workspace
4
+ version = "1.0">
5
+ <FileRef
6
+ location = "group:RNPlotline.xcodeproj">
7
+ </FileRef>
8
+ </Workspace>
9
+
package/package.json ADDED
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "plotline-engage",
3
+ "version": "1.0.0",
4
+ "description": "React Native plugin for Plotline",
5
+ "scripts": {
6
+ "test": "echo \"Error: no test specified\" && exit 1"
7
+ },
8
+ "keywords": [
9
+ "react-native",
10
+ "plotline",
11
+ "product",
12
+ "user-survey"
13
+ ],
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "https://github.com/plotline-insights/plotline-insights.git"
17
+ },
18
+ "author": "Plotline",
19
+ "license": "BSD-3",
20
+ "peerDependencies": {
21
+ "react-native": ">= 0.41.2"
22
+ }
23
+ }
@@ -0,0 +1,22 @@
1
+ require 'json'
2
+
3
+ package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
4
+
5
+ Pod::Spec.new do |s|
6
+ s.name = package['name']
7
+ s.version = package['version']
8
+ s.summary = package['description']
9
+ s.license = package['license']
10
+ s.authors = package['author']
11
+ s.homepage = package['repository']['url']
12
+ s.platform = :ios, "9.0"
13
+ s.ios.deployment_target = '9.0'
14
+
15
+ s.source = { :git => package['repository']['url'] }
16
+ s.source_files = "ios/**/*.{h,m}"
17
+
18
+ s.dependency 'React'
19
+ s.dependency 'Plotline2'
20
+ end
21
+
22
+