@selligent-marketing-cloud/selligent-react-native 3.1.0 → 3.2.6

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 (184) hide show
  1. package/README.md +43 -1550
  2. package/RNSelligent.podspec +8 -15
  3. package/android/build.gradle +46 -79
  4. package/android/src/main/java/com/selligent/BroadcastEventType.java +4 -1
  5. package/android/src/main/java/com/selligent/ButtonAction.java +81 -0
  6. package/android/src/main/java/com/selligent/ButtonBroadcastEventDataParser.java +9 -3
  7. package/android/src/main/java/com/selligent/DeviceIdBroadcastEventDataParser.java +15 -0
  8. package/android/src/main/java/com/selligent/EventType.java +1 -1
  9. package/android/src/main/java/com/selligent/GCMTokenBroadcastEventDataParser.java +6 -1
  10. package/android/src/main/java/com/selligent/InAppMessageBroadcastEventDataParser.java +7 -1
  11. package/android/src/main/java/com/selligent/NotificationMessageBroadcastEventDataParser.java +19 -0
  12. package/android/src/main/java/com/selligent/RNSelligent.java +195 -56
  13. package/android/src/main/java/com/selligent/SMSettingsFactory.java +0 -1
  14. package/android/src/main/java/com/selligent/Settings.java +0 -9
  15. package/constants.d.ts +7 -33
  16. package/constants.js +51 -85
  17. package/documentation/README.md +826 -0
  18. package/helpers.js +5 -6
  19. package/index.android.js +8 -83
  20. package/index.d.ts +33 -43
  21. package/index.ios.js +25 -76
  22. package/index.js +153 -45
  23. package/ios/RNSelligentMapper.h +21 -0
  24. package/ios/RNSelligentMapper.m +151 -0
  25. package/ios/RNSelligentMobileSDK.xcframework/Info.plist +40 -0
  26. package/ios/RNSelligentMobileSDK.xcframework/ios-arm64/RNSelligentMobileSDK.framework/Headers/RNSelligentMobileSDK-Swift.h +350 -0
  27. package/ios/RNSelligentMobileSDK.xcframework/ios-arm64/RNSelligentMobileSDK.framework/Info.plist +0 -0
  28. package/ios/RNSelligentMobileSDK.xcframework/ios-arm64/RNSelligentMobileSDK.framework/Modules/RNSelligentMobileSDK.swiftmodule/arm64-apple-ios.abi.json +2603 -0
  29. package/ios/RNSelligentMobileSDK.xcframework/ios-arm64/RNSelligentMobileSDK.framework/Modules/RNSelligentMobileSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +59 -0
  30. package/ios/RNSelligentMobileSDK.xcframework/ios-arm64/RNSelligentMobileSDK.framework/Modules/RNSelligentMobileSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  31. package/ios/RNSelligentMobileSDK.xcframework/ios-arm64/RNSelligentMobileSDK.framework/Modules/RNSelligentMobileSDK.swiftmodule/arm64-apple-ios.swiftinterface +59 -0
  32. package/ios/RNSelligentMobileSDK.xcframework/ios-arm64/RNSelligentMobileSDK.framework/Modules/module.modulemap +4 -0
  33. package/ios/RNSelligentMobileSDK.xcframework/ios-arm64/RNSelligentMobileSDK.framework/RNSelligentMobileSDK +0 -0
  34. package/ios/RNSelligentMobileSDK.xcframework/ios-arm64/RNSelligentMobileSDK.framework/_CodeSignature/CodeResources +179 -0
  35. package/ios/RNSelligentMobileSDK.xcframework/ios-arm64_x86_64-simulator/RNSelligentMobileSDK.framework/Headers/RNSelligentMobileSDK-Swift.h +696 -0
  36. package/ios/RNSelligentMobileSDK.xcframework/ios-arm64_x86_64-simulator/RNSelligentMobileSDK.framework/Info.plist +0 -0
  37. package/ios/RNSelligentMobileSDK.xcframework/ios-arm64_x86_64-simulator/RNSelligentMobileSDK.framework/Modules/RNSelligentMobileSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +2603 -0
  38. package/ios/RNSelligentMobileSDK.xcframework/ios-arm64_x86_64-simulator/RNSelligentMobileSDK.framework/Modules/RNSelligentMobileSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +59 -0
  39. package/ios/RNSelligentMobileSDK.xcframework/ios-arm64_x86_64-simulator/RNSelligentMobileSDK.framework/Modules/RNSelligentMobileSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  40. package/ios/RNSelligentMobileSDK.xcframework/ios-arm64_x86_64-simulator/RNSelligentMobileSDK.framework/Modules/RNSelligentMobileSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +59 -0
  41. package/ios/RNSelligentMobileSDK.xcframework/ios-arm64_x86_64-simulator/RNSelligentMobileSDK.framework/Modules/RNSelligentMobileSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +2603 -0
  42. package/ios/RNSelligentMobileSDK.xcframework/ios-arm64_x86_64-simulator/RNSelligentMobileSDK.framework/Modules/RNSelligentMobileSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +59 -0
  43. package/ios/RNSelligentMobileSDK.xcframework/ios-arm64_x86_64-simulator/RNSelligentMobileSDK.framework/Modules/RNSelligentMobileSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  44. package/ios/RNSelligentMobileSDK.xcframework/ios-arm64_x86_64-simulator/RNSelligentMobileSDK.framework/Modules/RNSelligentMobileSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +59 -0
  45. package/ios/RNSelligentMobileSDK.xcframework/ios-arm64_x86_64-simulator/RNSelligentMobileSDK.framework/Modules/module.modulemap +4 -0
  46. package/ios/RNSelligentMobileSDK.xcframework/ios-arm64_x86_64-simulator/RNSelligentMobileSDK.framework/RNSelligentMobileSDK +0 -0
  47. package/ios/RNSelligentMobileSDK.xcframework/ios-arm64_x86_64-simulator/RNSelligentMobileSDK.framework/_CodeSignature/CodeResources +234 -0
  48. package/package.json +30 -11
  49. package/.gitattributes +0 -1
  50. package/CHANGELOG.md +0 -68
  51. package/android/README.md +0 -15
  52. package/android/build/generated/source/buildConfig/debug/com/selligent/BuildConfig.java +0 -12
  53. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml +0 -9
  54. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json +0 -18
  55. package/android/build/intermediates/aar_metadata/debug/aar-metadata.properties +0 -4
  56. package/android/build/intermediates/annotation_processor_list/debug/annotationProcessors.json +0 -1
  57. package/android/build/intermediates/compile_library_classes_jar/debug/classes.jar +0 -0
  58. package/android/build/intermediates/compile_r_class_jar/debug/R.jar +0 -0
  59. package/android/build/intermediates/compile_symbol_list/debug/R.txt +0 -6781
  60. package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +0 -1
  61. package/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +0 -2
  62. package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +0 -2
  63. package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +0 -2
  64. package/android/build/intermediates/incremental/packageDebugAssets/merger.xml +0 -2
  65. package/android/build/intermediates/javac/debug/classes/com/selligent/BroadcastDataFactory$1.class +0 -0
  66. package/android/build/intermediates/javac/debug/classes/com/selligent/BroadcastDataFactory.class +0 -0
  67. package/android/build/intermediates/javac/debug/classes/com/selligent/BroadcastEventDataParser.class +0 -0
  68. package/android/build/intermediates/javac/debug/classes/com/selligent/BroadcastEventType.class +0 -0
  69. package/android/build/intermediates/javac/debug/classes/com/selligent/BuildConfig.class +0 -0
  70. package/android/build/intermediates/javac/debug/classes/com/selligent/ButtonBroadcastEventDataParser.class +0 -0
  71. package/android/build/intermediates/javac/debug/classes/com/selligent/ClearCacheIntervalValue.class +0 -0
  72. package/android/build/intermediates/javac/debug/classes/com/selligent/Event.class +0 -0
  73. package/android/build/intermediates/javac/debug/classes/com/selligent/EventReceiver.class +0 -0
  74. package/android/build/intermediates/javac/debug/classes/com/selligent/EventType.class +0 -0
  75. package/android/build/intermediates/javac/debug/classes/com/selligent/GCMTokenBroadcastEventDataParser.class +0 -0
  76. package/android/build/intermediates/javac/debug/classes/com/selligent/InAppMessageBroadcastEventDataParser.class +0 -0
  77. package/android/build/intermediates/javac/debug/classes/com/selligent/InAppMessageRefreshType.class +0 -0
  78. package/android/build/intermediates/javac/debug/classes/com/selligent/RNSelligent$1.class +0 -0
  79. package/android/build/intermediates/javac/debug/classes/com/selligent/RNSelligent$2.class +0 -0
  80. package/android/build/intermediates/javac/debug/classes/com/selligent/RNSelligent$3.class +0 -0
  81. package/android/build/intermediates/javac/debug/classes/com/selligent/RNSelligent$4.class +0 -0
  82. package/android/build/intermediates/javac/debug/classes/com/selligent/RNSelligent$5.class +0 -0
  83. package/android/build/intermediates/javac/debug/classes/com/selligent/RNSelligent.class +0 -0
  84. package/android/build/intermediates/javac/debug/classes/com/selligent/RNSelligentPackage.class +0 -0
  85. package/android/build/intermediates/javac/debug/classes/com/selligent/RemoteMessageDisplayType.class +0 -0
  86. package/android/build/intermediates/javac/debug/classes/com/selligent/SMEventFactory$1.class +0 -0
  87. package/android/build/intermediates/javac/debug/classes/com/selligent/SMEventFactory.class +0 -0
  88. package/android/build/intermediates/javac/debug/classes/com/selligent/SMSettingsFactory.class +0 -0
  89. package/android/build/intermediates/javac/debug/classes/com/selligent/Settings.class +0 -0
  90. package/android/build/intermediates/local_only_symbol_list/debug/R-def.txt +0 -2
  91. package/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt +0 -11
  92. package/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml +0 -9
  93. package/android/build/intermediates/navigation_json/debug/navigation.json +0 -1
  94. package/android/build/intermediates/packaged_manifests/debug/output-metadata.json +0 -18
  95. package/android/build/intermediates/runtime_library_classes_jar/debug/classes.jar +0 -0
  96. package/android/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt +0 -5100
  97. package/android/build/outputs/logs/manifest-merger-debug-report.txt +0 -25
  98. package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
  99. package/android/libs/sdk-release.aar +0 -0
  100. package/documentation/add_json_file.png +0 -0
  101. package/documentation/add_lib_file.png +0 -0
  102. package/ios/BackgroundFetchResult.h +0 -5
  103. package/ios/ClearCacheInterval.h +0 -7
  104. package/ios/ClientSettings.h +0 -22
  105. package/ios/ClientSettings.m +0 -39
  106. package/ios/EnumMapper.h +0 -36
  107. package/ios/EnumMapper.m +0 -121
  108. package/ios/Event+SMEvent.h +0 -13
  109. package/ios/Event+SMEvent.m +0 -41
  110. package/ios/Event.h +0 -12
  111. package/ios/Event.m +0 -24
  112. package/ios/EventType.h +0 -7
  113. package/ios/InAppMessageRefreshType.h +0 -6
  114. package/ios/InAppMessageSettings.h +0 -9
  115. package/ios/InAppMessageSettings.m +0 -19
  116. package/ios/LocationAuthorisationStatus.h +0 -6
  117. package/ios/LocationAuthorisationType.h +0 -4
  118. package/ios/LogLevel.h +0 -9
  119. package/ios/NotificationButtonType.h +0 -15
  120. package/ios/ParsableObject.h +0 -5
  121. package/ios/RNSelligent.h +0 -22
  122. package/ios/RNSelligent.m +0 -347
  123. package/ios/RemoteMessageDisplayType.h +0 -5
  124. package/ios/SMManagerSetting+ClientSettings.h +0 -9
  125. package/ios/SMManagerSetting+ClientSettings.m +0 -73
  126. package/ios/SelligentLogger.h +0 -7
  127. package/ios/SelligentLogger.m +0 -9
  128. package/ios/SelligentReactNative.xcodeproj/project.pbxproj +0 -446
  129. package/ios/include/SMBaseMessage.h +0 -48
  130. package/ios/include/SMBlock.h +0 -21
  131. package/ios/include/SMClearCache.h +0 -34
  132. package/ios/include/SMContentAlignment.h +0 -27
  133. package/ios/include/SMDeviceInfos.h +0 -38
  134. package/ios/include/SMDisplayMode.h +0 -27
  135. package/ios/include/SMEvent.h +0 -69
  136. package/ios/include/SMEventUser.h +0 -20
  137. package/ios/include/SMEventUserLogin.h +0 -42
  138. package/ios/include/SMEventUserLogout.h +0 -42
  139. package/ios/include/SMEventUserRegistration.h +0 -42
  140. package/ios/include/SMEventUserUnregistration.h +0 -42
  141. package/ios/include/SMFailure.h +0 -19
  142. package/ios/include/SMHelper.h +0 -51
  143. package/ios/include/SMInAppContentHTMLViewController.h +0 -59
  144. package/ios/include/SMInAppContentImageViewController.h +0 -36
  145. package/ios/include/SMInAppContentMessage.h +0 -56
  146. package/ios/include/SMInAppContentStyleOptions.h +0 -511
  147. package/ios/include/SMInAppContentType.h +0 -35
  148. package/ios/include/SMInAppContentURLViewController.h +0 -36
  149. package/ios/include/SMInAppContentViewController.h +0 -31
  150. package/ios/include/SMInAppMessage.h +0 -51
  151. package/ios/include/SMInAppMessageType.h +0 -50
  152. package/ios/include/SMInAppRefreshType.h +0 -29
  153. package/ios/include/SMLink.h +0 -39
  154. package/ios/include/SMLog.h +0 -54
  155. package/ios/include/SMManager+DataTransaction.h +0 -33
  156. package/ios/include/SMManager+InAppContent.h +0 -170
  157. package/ios/include/SMManager+InAppMessage.h +0 -172
  158. package/ios/include/SMManager+Location.h +0 -41
  159. package/ios/include/SMManager+Log.h +0 -31
  160. package/ios/include/SMManager+RemoteNotification.h +0 -171
  161. package/ios/include/SMManager+SMEvent.h +0 -67
  162. package/ios/include/SMManager+SMLink.h +0 -44
  163. package/ios/include/SMManager+SilentPush.h +0 -53
  164. package/ios/include/SMManager+StyleOptions.h +0 -36
  165. package/ios/include/SMManager+UserNotification.h +0 -180
  166. package/ios/include/SMManager+ViewController.h +0 -45
  167. package/ios/include/SMManager.h +0 -69
  168. package/ios/include/SMManagerHelper.h +0 -18
  169. package/ios/include/SMManagerInAppMessageDelegate.h +0 -24
  170. package/ios/include/SMManagerSetting+Location.h +0 -27
  171. package/ios/include/SMManagerSetting.h +0 -180
  172. package/ios/include/SMManagerSettingIAC.h +0 -48
  173. package/ios/include/SMManagerSettingIAM.h +0 -49
  174. package/ios/include/SMManagerUniversalLinksDelegate.h +0 -23
  175. package/ios/include/SMMessage.h +0 -21
  176. package/ios/include/SMNSNotification.h +0 -81
  177. package/ios/include/SMNotificationAnnotationData.h +0 -33
  178. package/ios/include/SMNotificationButtonData.h +0 -20
  179. package/ios/include/SMNotificationButtonType.h +0 -90
  180. package/ios/include/SMNotificationMessage.h +0 -31
  181. package/ios/include/SMRemoteMessageDisplayType.h +0 -32
  182. package/ios/include/SMSuccess.h +0 -16
  183. package/ios/libSelligentMobile.a +0 -0
  184. package/trigger.yml +0 -9
@@ -1,446 +0,0 @@
1
- // !$*UTF8*$!
2
- {
3
- archiveVersion = 1;
4
- classes = {
5
- };
6
- objectVersion = 46;
7
- objects = {
8
-
9
- /* Begin PBXBuildFile section */
10
- 60698C70276254340003E3AD /* libSelligentMobile.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 60698C6F276254340003E3AD /* libSelligentMobile.a */; };
11
- B3E7B58A1CC2AC0600A0062D /* RNSelligent.m in Sources */ = {isa = PBXBuildFile; fileRef = B3E7B5891CC2AC0600A0062D /* RNSelligent.m */; };
12
- E5002D3320F5002A00F68509 /* ClientSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = E5002D3120F5002A00F68509 /* ClientSettings.m */; };
13
- E5002D3620F5004200F68509 /* SMManagerSetting+ClientSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = E5002D3520F5004200F68509 /* SMManagerSetting+ClientSettings.m */; };
14
- E5002D3920F500C200F68509 /* SelligentLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = E5002D3820F500C200F68509 /* SelligentLogger.m */; };
15
- E5002D3D20F5013300F68509 /* InAppMessageSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = E5002D3C20F5013200F68509 /* InAppMessageSettings.m */; };
16
- E5002D4120F5015A00F68509 /* EnumMapper.m in Sources */ = {isa = PBXBuildFile; fileRef = E5002D4020F5015A00F68509 /* EnumMapper.m */; };
17
- E51D949D20FE17F100069B07 /* Event.m in Sources */ = {isa = PBXBuildFile; fileRef = E51D949B20FE17F000069B07 /* Event.m */; };
18
- E51D949E20FE17F100069B07 /* Event+SMEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = E51D949C20FE17F000069B07 /* Event+SMEvent.m */; };
19
- /* End PBXBuildFile section */
20
-
21
- /* Begin PBXCopyFilesBuildPhase section */
22
- 58B511D91A9E6C8500147676 /* CopyFiles */ = {
23
- isa = PBXCopyFilesBuildPhase;
24
- buildActionMask = 2147483647;
25
- dstPath = "include/$(PRODUCT_NAME)";
26
- dstSubfolderSpec = 16;
27
- files = (
28
- );
29
- runOnlyForDeploymentPostprocessing = 0;
30
- };
31
- /* End PBXCopyFilesBuildPhase section */
32
-
33
- /* Begin PBXFileReference section */
34
- 134814201AA4EA6300B7C361 /* libRNSelligent.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNSelligent.a; sourceTree = BUILT_PRODUCTS_DIR; };
35
- 60698C6F276254340003E3AD /* libSelligentMobile.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libSelligentMobile.a; sourceTree = "<group>"; };
36
- B3E7B5881CC2AC0600A0062D /* RNSelligent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNSelligent.h; sourceTree = "<group>"; };
37
- B3E7B5891CC2AC0600A0062D /* RNSelligent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNSelligent.m; sourceTree = "<group>"; };
38
- E5002D3120F5002A00F68509 /* ClientSettings.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ClientSettings.m; sourceTree = "<group>"; };
39
- E5002D3220F5002A00F68509 /* ClientSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ClientSettings.h; sourceTree = "<group>"; };
40
- E5002D3420F5004200F68509 /* SMManagerSetting+ClientSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "SMManagerSetting+ClientSettings.h"; sourceTree = "<group>"; };
41
- E5002D3520F5004200F68509 /* SMManagerSetting+ClientSettings.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "SMManagerSetting+ClientSettings.m"; sourceTree = "<group>"; };
42
- E5002D3720F500C200F68509 /* SelligentLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SelligentLogger.h; sourceTree = "<group>"; };
43
- E5002D3820F500C200F68509 /* SelligentLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SelligentLogger.m; sourceTree = "<group>"; };
44
- E5002D3A20F5012300F68509 /* ParsableObject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ParsableObject.h; sourceTree = "<group>"; };
45
- E5002D3B20F5013200F68509 /* InAppMessageSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InAppMessageSettings.h; sourceTree = "<group>"; };
46
- E5002D3C20F5013200F68509 /* InAppMessageSettings.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = InAppMessageSettings.m; sourceTree = "<group>"; };
47
- E5002D3E20F5014900F68509 /* LogLevel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LogLevel.h; sourceTree = "<group>"; };
48
- E5002D3F20F5015A00F68509 /* EnumMapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EnumMapper.h; sourceTree = "<group>"; };
49
- E5002D4020F5015A00F68509 /* EnumMapper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EnumMapper.m; sourceTree = "<group>"; };
50
- E5002D4220F5018200F68509 /* InAppMessageRefreshType.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InAppMessageRefreshType.h; sourceTree = "<group>"; };
51
- E5002D4520F501A400F68509 /* ClearCacheInterval.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ClearCacheInterval.h; sourceTree = "<group>"; };
52
- E5002D4620F501A400F68509 /* NotificationButtonType.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NotificationButtonType.h; sourceTree = "<group>"; };
53
- E5002D4720F501B000F68509 /* BackgroundFetchResult.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BackgroundFetchResult.h; sourceTree = "<group>"; };
54
- E51D949B20FE17F000069B07 /* Event.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Event.m; sourceTree = "<group>"; };
55
- E51D949C20FE17F000069B07 /* Event+SMEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Event+SMEvent.m"; sourceTree = "<group>"; };
56
- E51D949F20FE180400069B07 /* Event.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Event.h; sourceTree = "<group>"; };
57
- E51D94A020FE181A00069B07 /* Event+SMEvent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Event+SMEvent.h"; sourceTree = "<group>"; };
58
- E51D94E820FF88DB00069B07 /* EventType.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EventType.h; sourceTree = "<group>"; };
59
- E58A8CAD20F32CB4005EA433 /* SMMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMMessage.h; sourceTree = "<group>"; };
60
- E58A8CAE20F32CB4005EA433 /* SMInAppContentMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMInAppContentMessage.h; sourceTree = "<group>"; };
61
- E58A8CAF20F32CB4005EA433 /* SMManagerSetting.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMManagerSetting.h; sourceTree = "<group>"; };
62
- E58A8CB020F32CB4005EA433 /* SMLink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMLink.h; sourceTree = "<group>"; };
63
- E58A8CB120F32CB4005EA433 /* SMEventUserLogin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMEventUserLogin.h; sourceTree = "<group>"; };
64
- E58A8CB220F32CB4005EA433 /* SMBlock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMBlock.h; sourceTree = "<group>"; };
65
- E58A8CB320F32CB4005EA433 /* SMInAppContentHTMLViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMInAppContentHTMLViewController.h; sourceTree = "<group>"; };
66
- E58A8CB420F32CB4005EA433 /* SMManager+DataTransaction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "SMManager+DataTransaction.h"; sourceTree = "<group>"; };
67
- E58A8CB520F32CB4005EA433 /* SMBaseMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMBaseMessage.h; sourceTree = "<group>"; };
68
- E58A8CB620F32CB4005EA433 /* SMManager+SilentPush.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "SMManager+SilentPush.h"; sourceTree = "<group>"; };
69
- E58A8CB720F32CB4005EA433 /* SMManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMManager.h; sourceTree = "<group>"; };
70
- E58A8CB820F32CB4005EA433 /* SMInAppRefreshType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMInAppRefreshType.h; sourceTree = "<group>"; };
71
- E58A8CB920F32CB4005EA433 /* SMManager+StyleOptions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "SMManager+StyleOptions.h"; sourceTree = "<group>"; };
72
- E58A8CBA20F32CB4005EA433 /* SMLog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMLog.h; sourceTree = "<group>"; };
73
- E58A8CBB20F32CB4005EA433 /* SMManager+Log.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "SMManager+Log.h"; sourceTree = "<group>"; };
74
- E58A8CBC20F32CB4005EA433 /* SMManagerSettingIAM.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMManagerSettingIAM.h; sourceTree = "<group>"; };
75
- E58A8CBD20F32CB4005EA433 /* SMInAppContentURLViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMInAppContentURLViewController.h; sourceTree = "<group>"; };
76
- E58A8CBE20F32CB4005EA433 /* SMManagerSettingIAC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMManagerSettingIAC.h; sourceTree = "<group>"; };
77
- E58A8CBF20F32CB4005EA433 /* SMInAppContentStyleOptions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMInAppContentStyleOptions.h; sourceTree = "<group>"; };
78
- E58A8CC020F32CB4005EA433 /* SMDeviceInfos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMDeviceInfos.h; sourceTree = "<group>"; };
79
- E58A8CC120F32CB4005EA433 /* SMNotificationButtonData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMNotificationButtonData.h; sourceTree = "<group>"; };
80
- E58A8CC220F32CB4005EA433 /* SMEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMEvent.h; sourceTree = "<group>"; };
81
- E58A8CC320F32CB4005EA433 /* SMEventUserRegistration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMEventUserRegistration.h; sourceTree = "<group>"; };
82
- E58A8CC420F32CB4005EA433 /* SMManager+SMEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "SMManager+SMEvent.h"; sourceTree = "<group>"; };
83
- E58A8CC520F32CB4005EA433 /* SMManagerHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMManagerHelper.h; sourceTree = "<group>"; };
84
- E58A8CC620F32CB4005EA433 /* SMNSNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMNSNotification.h; sourceTree = "<group>"; };
85
- E58A8CC720F32CB4005EA433 /* SMManager+UserNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "SMManager+UserNotification.h"; sourceTree = "<group>"; };
86
- E58A8CC820F32CB4005EA433 /* SMEventUserLogout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMEventUserLogout.h; sourceTree = "<group>"; };
87
- E58A8CC920F32CB4005EA433 /* SMDisplayMode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMDisplayMode.h; sourceTree = "<group>"; };
88
- E58A8CCA20F32CB4005EA433 /* SMEventUserUnregistration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMEventUserUnregistration.h; sourceTree = "<group>"; };
89
- E58A8CCB20F32CB4005EA433 /* SMFailure.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMFailure.h; sourceTree = "<group>"; };
90
- E58A8CCC20F32CB4005EA433 /* SMManager+InAppContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "SMManager+InAppContent.h"; sourceTree = "<group>"; };
91
- E58A8CCD20F32CB4005EA433 /* SMSuccess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMSuccess.h; sourceTree = "<group>"; };
92
- E58A8CCE20F32CB4005EA433 /* SMNotificationButtonType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMNotificationButtonType.h; sourceTree = "<group>"; };
93
- E58A8CCF20F32CB4005EA433 /* SMManager+InAppMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "SMManager+InAppMessage.h"; sourceTree = "<group>"; };
94
- E58A8CD020F32CB4005EA433 /* SMManager+RemoteNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "SMManager+RemoteNotification.h"; sourceTree = "<group>"; };
95
- E58A8CD120F32CB4005EA433 /* SMInAppContentType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMInAppContentType.h; sourceTree = "<group>"; };
96
- E58A8CD220F32CB4005EA433 /* SMClearCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMClearCache.h; sourceTree = "<group>"; };
97
- E58A8CD320F32CB4005EA433 /* SMContentAlignment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMContentAlignment.h; sourceTree = "<group>"; };
98
- E58A8CD420F32CB4005EA433 /* SMHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMHelper.h; sourceTree = "<group>"; };
99
- E58A8CD520F32CB4005EA433 /* SMInAppContentViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMInAppContentViewController.h; sourceTree = "<group>"; };
100
- E58A8CD720F32CB4005EA433 /* SMInAppContentImageViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMInAppContentImageViewController.h; sourceTree = "<group>"; };
101
- E58A8CD920F32CB4005EA433 /* SMEventUser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SMEventUser.h; sourceTree = "<group>"; };
102
- /* End PBXFileReference section */
103
-
104
- /* Begin PBXFrameworksBuildPhase section */
105
- 58B511D81A9E6C8500147676 /* Frameworks */ = {
106
- isa = PBXFrameworksBuildPhase;
107
- buildActionMask = 2147483647;
108
- files = (
109
- 60698C70276254340003E3AD /* libSelligentMobile.a in Frameworks */,
110
- );
111
- runOnlyForDeploymentPostprocessing = 0;
112
- };
113
- /* End PBXFrameworksBuildPhase section */
114
-
115
- /* Begin PBXGroup section */
116
- 134814211AA4EA7D00B7C361 /* Products */ = {
117
- isa = PBXGroup;
118
- children = (
119
- 134814201AA4EA6300B7C361 /* libRNSelligent.a */,
120
- );
121
- name = Products;
122
- sourceTree = "<group>";
123
- };
124
- 58B511D21A9E6C8500147676 = {
125
- isa = PBXGroup;
126
- children = (
127
- 60698C6F276254340003E3AD /* libSelligentMobile.a */,
128
- E58A8CAC20F32CB4005EA433 /* include */,
129
- E5002D3720F500C200F68509 /* SelligentLogger.h */,
130
- E5002D3820F500C200F68509 /* SelligentLogger.m */,
131
- B3E7B5881CC2AC0600A0062D /* RNSelligent.h */,
132
- B3E7B5891CC2AC0600A0062D /* RNSelligent.m */,
133
- E51D949F20FE180400069B07 /* Event.h */,
134
- E51D949B20FE17F000069B07 /* Event.m */,
135
- E51D94A020FE181A00069B07 /* Event+SMEvent.h */,
136
- E51D949C20FE17F000069B07 /* Event+SMEvent.m */,
137
- E5002D3220F5002A00F68509 /* ClientSettings.h */,
138
- E5002D3120F5002A00F68509 /* ClientSettings.m */,
139
- E5002D3420F5004200F68509 /* SMManagerSetting+ClientSettings.h */,
140
- E5002D3520F5004200F68509 /* SMManagerSetting+ClientSettings.m */,
141
- E5002D3A20F5012300F68509 /* ParsableObject.h */,
142
- E5002D3B20F5013200F68509 /* InAppMessageSettings.h */,
143
- E5002D3C20F5013200F68509 /* InAppMessageSettings.m */,
144
- E5002D3E20F5014900F68509 /* LogLevel.h */,
145
- E5002D4720F501B000F68509 /* BackgroundFetchResult.h */,
146
- E5002D4520F501A400F68509 /* ClearCacheInterval.h */,
147
- E5002D4620F501A400F68509 /* NotificationButtonType.h */,
148
- E5002D4220F5018200F68509 /* InAppMessageRefreshType.h */,
149
- E51D94E820FF88DB00069B07 /* EventType.h */,
150
- E5002D3F20F5015A00F68509 /* EnumMapper.h */,
151
- E5002D4020F5015A00F68509 /* EnumMapper.m */,
152
- 134814211AA4EA7D00B7C361 /* Products */,
153
- );
154
- sourceTree = "<group>";
155
- };
156
- E58A8CAC20F32CB4005EA433 /* include */ = {
157
- isa = PBXGroup;
158
- children = (
159
- E58A8CAD20F32CB4005EA433 /* SMMessage.h */,
160
- E58A8CAE20F32CB4005EA433 /* SMInAppContentMessage.h */,
161
- E58A8CAF20F32CB4005EA433 /* SMManagerSetting.h */,
162
- E58A8CB020F32CB4005EA433 /* SMLink.h */,
163
- E58A8CB120F32CB4005EA433 /* SMEventUserLogin.h */,
164
- E58A8CB220F32CB4005EA433 /* SMBlock.h */,
165
- E58A8CB320F32CB4005EA433 /* SMInAppContentHTMLViewController.h */,
166
- E58A8CB420F32CB4005EA433 /* SMManager+DataTransaction.h */,
167
- E58A8CB520F32CB4005EA433 /* SMBaseMessage.h */,
168
- E58A8CB620F32CB4005EA433 /* SMManager+SilentPush.h */,
169
- E58A8CB720F32CB4005EA433 /* SMManager.h */,
170
- E58A8CB820F32CB4005EA433 /* SMInAppRefreshType.h */,
171
- E58A8CB920F32CB4005EA433 /* SMManager+StyleOptions.h */,
172
- E58A8CBA20F32CB4005EA433 /* SMLog.h */,
173
- E58A8CBB20F32CB4005EA433 /* SMManager+Log.h */,
174
- E58A8CBC20F32CB4005EA433 /* SMManagerSettingIAM.h */,
175
- E58A8CBD20F32CB4005EA433 /* SMInAppContentURLViewController.h */,
176
- E58A8CBE20F32CB4005EA433 /* SMManagerSettingIAC.h */,
177
- E58A8CBF20F32CB4005EA433 /* SMInAppContentStyleOptions.h */,
178
- E58A8CC020F32CB4005EA433 /* SMDeviceInfos.h */,
179
- E58A8CC120F32CB4005EA433 /* SMNotificationButtonData.h */,
180
- E58A8CC220F32CB4005EA433 /* SMEvent.h */,
181
- E58A8CC320F32CB4005EA433 /* SMEventUserRegistration.h */,
182
- E58A8CC420F32CB4005EA433 /* SMManager+SMEvent.h */,
183
- E58A8CC520F32CB4005EA433 /* SMManagerHelper.h */,
184
- E58A8CC620F32CB4005EA433 /* SMNSNotification.h */,
185
- E58A8CC720F32CB4005EA433 /* SMManager+UserNotification.h */,
186
- E58A8CC820F32CB4005EA433 /* SMEventUserLogout.h */,
187
- E58A8CC920F32CB4005EA433 /* SMDisplayMode.h */,
188
- E58A8CCA20F32CB4005EA433 /* SMEventUserUnregistration.h */,
189
- E58A8CCB20F32CB4005EA433 /* SMFailure.h */,
190
- E58A8CCC20F32CB4005EA433 /* SMManager+InAppContent.h */,
191
- E58A8CCD20F32CB4005EA433 /* SMSuccess.h */,
192
- E58A8CCE20F32CB4005EA433 /* SMNotificationButtonType.h */,
193
- E58A8CCF20F32CB4005EA433 /* SMManager+InAppMessage.h */,
194
- E58A8CD020F32CB4005EA433 /* SMManager+RemoteNotification.h */,
195
- E58A8CD120F32CB4005EA433 /* SMInAppContentType.h */,
196
- E58A8CD220F32CB4005EA433 /* SMClearCache.h */,
197
- E58A8CD320F32CB4005EA433 /* SMContentAlignment.h */,
198
- E58A8CD420F32CB4005EA433 /* SMHelper.h */,
199
- E58A8CD520F32CB4005EA433 /* SMInAppContentViewController.h */,
200
- E58A8CD720F32CB4005EA433 /* SMInAppContentImageViewController.h */,
201
- E58A8CD920F32CB4005EA433 /* SMEventUser.h */,
202
- );
203
- path = include;
204
- sourceTree = "<group>";
205
- };
206
- /* End PBXGroup section */
207
-
208
- /* Begin PBXNativeTarget section */
209
- 58B511DA1A9E6C8500147676 /* RNSelligent */ = {
210
- isa = PBXNativeTarget;
211
- buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNSelligent" */;
212
- buildPhases = (
213
- 58B511D71A9E6C8500147676 /* Sources */,
214
- 58B511D81A9E6C8500147676 /* Frameworks */,
215
- 58B511D91A9E6C8500147676 /* CopyFiles */,
216
- );
217
- buildRules = (
218
- );
219
- dependencies = (
220
- );
221
- name = RNSelligent;
222
- productName = RCTDataManager;
223
- productReference = 134814201AA4EA6300B7C361 /* libRNSelligent.a */;
224
- productType = "com.apple.product-type.library.static";
225
- };
226
- /* End PBXNativeTarget section */
227
-
228
- /* Begin PBXProject section */
229
- 58B511D31A9E6C8500147676 /* Project object */ = {
230
- isa = PBXProject;
231
- attributes = {
232
- LastUpgradeCheck = 0920;
233
- ORGANIZATIONNAME = Facebook;
234
- TargetAttributes = {
235
- 58B511DA1A9E6C8500147676 = {
236
- CreatedOnToolsVersion = 6.1.1;
237
- LastSwiftMigration = 0930;
238
- };
239
- };
240
- };
241
- buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "SelligentReactNative" */;
242
- compatibilityVersion = "Xcode 3.2";
243
- developmentRegion = English;
244
- hasScannedForEncodings = 0;
245
- knownRegions = (
246
- English,
247
- en,
248
- );
249
- mainGroup = 58B511D21A9E6C8500147676;
250
- productRefGroup = 58B511D21A9E6C8500147676;
251
- projectDirPath = "";
252
- projectRoot = "";
253
- targets = (
254
- 58B511DA1A9E6C8500147676 /* RNSelligent */,
255
- );
256
- };
257
- /* End PBXProject section */
258
-
259
- /* Begin PBXSourcesBuildPhase section */
260
- 58B511D71A9E6C8500147676 /* Sources */ = {
261
- isa = PBXSourcesBuildPhase;
262
- buildActionMask = 2147483647;
263
- files = (
264
- E5002D3620F5004200F68509 /* SMManagerSetting+ClientSettings.m in Sources */,
265
- E51D949E20FE17F100069B07 /* Event+SMEvent.m in Sources */,
266
- E5002D4120F5015A00F68509 /* EnumMapper.m in Sources */,
267
- E5002D3D20F5013300F68509 /* InAppMessageSettings.m in Sources */,
268
- E5002D3920F500C200F68509 /* SelligentLogger.m in Sources */,
269
- B3E7B58A1CC2AC0600A0062D /* RNSelligent.m in Sources */,
270
- E5002D3320F5002A00F68509 /* ClientSettings.m in Sources */,
271
- E51D949D20FE17F100069B07 /* Event.m in Sources */,
272
- );
273
- runOnlyForDeploymentPostprocessing = 0;
274
- };
275
- /* End PBXSourcesBuildPhase section */
276
-
277
- /* Begin XCBuildConfiguration section */
278
- 58B511ED1A9E6C8500147676 /* Debug */ = {
279
- isa = XCBuildConfiguration;
280
- buildSettings = {
281
- ALWAYS_SEARCH_USER_PATHS = NO;
282
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
283
- CLANG_CXX_LIBRARY = "libc++";
284
- CLANG_ENABLE_MODULES = YES;
285
- CLANG_ENABLE_OBJC_ARC = YES;
286
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
287
- CLANG_WARN_BOOL_CONVERSION = YES;
288
- CLANG_WARN_COMMA = YES;
289
- CLANG_WARN_CONSTANT_CONVERSION = YES;
290
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
291
- CLANG_WARN_EMPTY_BODY = YES;
292
- CLANG_WARN_ENUM_CONVERSION = YES;
293
- CLANG_WARN_INFINITE_RECURSION = YES;
294
- CLANG_WARN_INT_CONVERSION = YES;
295
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
296
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
297
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
298
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
299
- CLANG_WARN_STRICT_PROTOTYPES = YES;
300
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
301
- CLANG_WARN_UNREACHABLE_CODE = YES;
302
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
303
- COPY_PHASE_STRIP = NO;
304
- ENABLE_STRICT_OBJC_MSGSEND = YES;
305
- ENABLE_TESTABILITY = YES;
306
- GCC_C_LANGUAGE_STANDARD = gnu99;
307
- GCC_DYNAMIC_NO_PIC = NO;
308
- GCC_NO_COMMON_BLOCKS = YES;
309
- GCC_OPTIMIZATION_LEVEL = 0;
310
- GCC_PREPROCESSOR_DEFINITIONS = (
311
- "DEBUG=1",
312
- "$(inherited)",
313
- );
314
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
315
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
316
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
317
- GCC_WARN_UNDECLARED_SELECTOR = YES;
318
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
319
- GCC_WARN_UNUSED_FUNCTION = YES;
320
- GCC_WARN_UNUSED_VARIABLE = YES;
321
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
322
- MTL_ENABLE_DEBUG_INFO = YES;
323
- ONLY_ACTIVE_ARCH = YES;
324
- SDKROOT = iphoneos;
325
- };
326
- name = Debug;
327
- };
328
- 58B511EE1A9E6C8500147676 /* Release */ = {
329
- isa = XCBuildConfiguration;
330
- buildSettings = {
331
- ALWAYS_SEARCH_USER_PATHS = NO;
332
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
333
- CLANG_CXX_LIBRARY = "libc++";
334
- CLANG_ENABLE_MODULES = YES;
335
- CLANG_ENABLE_OBJC_ARC = YES;
336
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
337
- CLANG_WARN_BOOL_CONVERSION = YES;
338
- CLANG_WARN_COMMA = YES;
339
- CLANG_WARN_CONSTANT_CONVERSION = YES;
340
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
341
- CLANG_WARN_EMPTY_BODY = YES;
342
- CLANG_WARN_ENUM_CONVERSION = YES;
343
- CLANG_WARN_INFINITE_RECURSION = YES;
344
- CLANG_WARN_INT_CONVERSION = YES;
345
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
346
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
347
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
348
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
349
- CLANG_WARN_STRICT_PROTOTYPES = YES;
350
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
351
- CLANG_WARN_UNREACHABLE_CODE = YES;
352
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
353
- COPY_PHASE_STRIP = YES;
354
- ENABLE_NS_ASSERTIONS = NO;
355
- ENABLE_STRICT_OBJC_MSGSEND = YES;
356
- GCC_C_LANGUAGE_STANDARD = gnu99;
357
- GCC_NO_COMMON_BLOCKS = YES;
358
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
359
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
360
- GCC_WARN_UNDECLARED_SELECTOR = YES;
361
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
362
- GCC_WARN_UNUSED_FUNCTION = YES;
363
- GCC_WARN_UNUSED_VARIABLE = YES;
364
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
365
- MTL_ENABLE_DEBUG_INFO = NO;
366
- SDKROOT = iphoneos;
367
- VALIDATE_PRODUCT = YES;
368
- };
369
- name = Release;
370
- };
371
- 58B511F01A9E6C8500147676 /* Debug */ = {
372
- isa = XCBuildConfiguration;
373
- buildSettings = {
374
- CLANG_ENABLE_MODULES = YES;
375
- HEADER_SEARCH_PATHS = (
376
- "$(inherited)",
377
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
378
- "$(SRCROOT)/../../../React/**",
379
- "$(SRCROOT)/../../react-native/React/**",
380
- "$(SRCROOT)",
381
- "${SRCROOT}/../../../ios/Pods/Headers/**",
382
- );
383
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
384
- LIBRARY_SEARCH_PATHS = (
385
- "$(inherited)",
386
- "$(PROJECT_DIR)",
387
- "$(PROJECT_DIR)/include",
388
- );
389
- OTHER_LDFLAGS = "-ObjC";
390
- PRODUCT_NAME = RNSelligent;
391
- SKIP_INSTALL = YES;
392
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
393
- SWIFT_VERSION = 3.0;
394
- };
395
- name = Debug;
396
- };
397
- 58B511F11A9E6C8500147676 /* Release */ = {
398
- isa = XCBuildConfiguration;
399
- buildSettings = {
400
- CLANG_ENABLE_MODULES = YES;
401
- HEADER_SEARCH_PATHS = (
402
- "$(inherited)",
403
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
404
- "$(SRCROOT)/../../../React/**",
405
- "$(SRCROOT)/../../react-native/React/**",
406
- "$(SRCROOT)",
407
- "${SRCROOT}/../../../ios/Pods/Headers/**",
408
- );
409
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
410
- LIBRARY_SEARCH_PATHS = (
411
- "$(inherited)",
412
- "$(PROJECT_DIR)",
413
- "$(PROJECT_DIR)/include",
414
- );
415
- OTHER_LDFLAGS = "-ObjC";
416
- PRODUCT_NAME = RNSelligent;
417
- SKIP_INSTALL = YES;
418
- SWIFT_VERSION = 3.0;
419
- };
420
- name = Release;
421
- };
422
- /* End XCBuildConfiguration section */
423
-
424
- /* Begin XCConfigurationList section */
425
- 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "SelligentReactNative" */ = {
426
- isa = XCConfigurationList;
427
- buildConfigurations = (
428
- 58B511ED1A9E6C8500147676 /* Debug */,
429
- 58B511EE1A9E6C8500147676 /* Release */,
430
- );
431
- defaultConfigurationIsVisible = 0;
432
- defaultConfigurationName = Release;
433
- };
434
- 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNSelligent" */ = {
435
- isa = XCConfigurationList;
436
- buildConfigurations = (
437
- 58B511F01A9E6C8500147676 /* Debug */,
438
- 58B511F11A9E6C8500147676 /* Release */,
439
- );
440
- defaultConfigurationIsVisible = 0;
441
- defaultConfigurationName = Release;
442
- };
443
- /* End XCConfigurationList section */
444
- };
445
- rootObject = 58B511D31A9E6C8500147676 /* Project object */;
446
- }
@@ -1,48 +0,0 @@
1
- //
2
- // SMBaseMessage.h
3
- // MobileSDK
4
- //
5
- // Created by Gilbert Schakal on 16/03/16.
6
- // Copyright (c) 2016 Selligent. All rights reserved.
7
- //
8
-
9
- #import <Foundation/Foundation.h>
10
-
11
- /*!
12
- * @discussion This is the Base class for message (push notif, in app message and in app content)
13
- */
14
- @interface SMBaseMessage : NSObject
15
-
16
- /*!
17
- * NSString instance providing the id of the message
18
- */
19
- @property (readonly, nonatomic) NSString *_Nullable idMessage;
20
-
21
- /*!
22
- * NSDate instance providing the creation date of the message
23
- *
24
- * @warning Deprecated - use receptionDate instead
25
- */
26
- @property (readonly, nonatomic) NSDate *_Nullable dateCreation __deprecated __deprecated_msg("Use receptionDate instead");
27
-
28
- /*!
29
- * NSDate instance providing the reception date on sdk side of the message
30
- */
31
- @property (readonly, nonatomic) NSDate *_Nullable receptionDate;
32
-
33
- /*!
34
- * NSDate instance providing the expiration date of the message
35
- */
36
- @property (readonly, nonatomic) NSDate *_Nullable expirationDate;
37
-
38
- /*!
39
- * NSDate instance providing the creation date of the message
40
- */
41
- @property (readonly, nonatomic) NSDate *_Nullable creationDate;
42
-
43
- /*!
44
- * bool instance infiorming if the message has already been displayed and viewed by user
45
- */
46
- @property (readonly, nonatomic) bool isViewed;
47
-
48
- @end
@@ -1,21 +0,0 @@
1
- //
2
- // SMBlock.h
3
- // MobileSDK
4
- //
5
- // Created by Gauthier Dumont on 23/06/15.
6
- // Copyright (c) 2015 Selligent. All rights reserved.
7
- //
8
-
9
-
10
-
11
- /**
12
- * @typedef type of block that will be triggered when an event has been succesfully sent
13
- * @param success a SMSuccess object
14
- */
15
- typedef void(^SMCompletionBlockSuccess)(SMSuccess *_Nullable success);
16
-
17
- /**
18
- * @typedef type of block that will be triggered when an event has failed to be sent
19
- * @param failure a SMFailure failure
20
- */
21
- typedef void(^SMCompletionBlockFailure)(SMFailure *_Nullable failure);
@@ -1,34 +0,0 @@
1
- //
2
- // SMClearCache.h
3
- // MobileSDK
4
- //
5
- // Created by Samy Ziat on 09/10/15.
6
- // Copyright (c) 2015 Selligent. All rights reserved.
7
- //
8
-
9
- /**
10
- * Enumeration used to define how often the SDK's cache should automaticaly clear itself
11
- */
12
- typedef NS_ENUM(NSInteger, SMClearCache) {
13
- /**
14
- * This is the default value.
15
- */
16
- kSMClearCache_Auto,
17
- /**
18
- * This explicitely disable the SDK-cache mechanism
19
- */
20
- kSMClearCache_None,
21
- /**
22
- * Clear the cache weekly
23
- */
24
- kSMClearCache_Week,
25
- /**
26
- * Clear the cache each month
27
- */
28
- kSMClearCache_Month,
29
- /**
30
- * Clear the cache every three months
31
- */
32
- kSMClearCache_Quarter,
33
- };
34
-
@@ -1,27 +0,0 @@
1
- //
2
- // SMContentAlignment.h
3
- // MobileSDK
4
- //
5
- // Created by Jean-Louis Delmarche on 04/05/16.
6
- // Copyright © 2016 Selligent. All rights reserved.
7
- //
8
-
9
- /**
10
- *
11
- */
12
- typedef NS_ENUM(NSInteger, SMContentAlignment) {
13
- /*!
14
- * The content will be left-aligned.
15
- */
16
- kSMAlignLeft ,
17
-
18
- /*!
19
- * The content will be right-aligned.
20
- */
21
- kSMAlignRight ,
22
-
23
- /*!
24
- * The content will be centered.
25
- */
26
- kSMAlignCenter
27
- };
@@ -1,38 +0,0 @@
1
- //
2
- // SMDeviceInfos.h
3
- // MobileSDK
4
- //
5
- // Created by Walter Tricknot on 07/02/2017.
6
- // Copyright © 2017 Selligent. All rights reserved.
7
- //
8
-
9
- #import <Foundation/Foundation.h>
10
-
11
- /*!
12
- */
13
- @interface SMDeviceInfos : NSObject
14
-
15
- /*!
16
- * Any External Id in your possession that you wish to transmit to the back-end
17
- *
18
- * @discussion NSString representing your external, custom identifier.
19
- * By default, it is an empty string
20
- */
21
- @property (nonatomic) NSString* _Nullable externalId;
22
-
23
- /*!
24
- * Create a generic deviceinfos object
25
- *
26
- * @return An SMDeviceInfos object
27
- */
28
- + (instancetype _Nullable ) defaultDeviceInfos;
29
-
30
- /*!
31
- * Create a deviceinfos object with an external id property already set with the value provided
32
- *
33
- * @param externalId An string containing the id you want to provide to the back-end
34
- * @return An SMDeviceInfos object
35
- */
36
- + (instancetype _Nullable ) deviceInfosWithExternalId:(NSString*_Nullable) externalId;
37
-
38
- @end
@@ -1,27 +0,0 @@
1
- //
2
- // SMDisplayMode.h
3
- // MobileSDK
4
- //
5
- // Created by Jean-Louis Delmarche on 25/05/16.
6
- // Copyright © 2016 Selligent. All rights reserved.
7
- //
8
-
9
- /*!
10
- *
11
- */
12
- typedef NS_ENUM(NSInteger, SMDisplayMode) {
13
- /*!
14
- * This explicitely sets the displayMode to unknown
15
- */
16
- kSMDisplayMode_Unknown = -1,
17
-
18
- /*!
19
- * Display only once
20
- */
21
- kSMDisplayMode_OnlyOnce = 0,
22
-
23
- /*!
24
- * Always display until replaced
25
- */
26
- kSMDisplayMode_UntilReplaced = 1
27
- };