react-native-firework-sdk 2.1.0 → 2.2.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 (184) hide show
  1. package/FireworkVideoUI.xcframework/Info.plist +40 -0
  2. package/FireworkVideoUI.xcframework/ios-arm64/FireworkVideoUI.framework/FireworkVideoUI +0 -0
  3. package/FireworkVideoUI.xcframework/ios-arm64/FireworkVideoUI.framework/Headers/FireworkVideoUI-Swift.h +280 -0
  4. package/FireworkVideoUI.xcframework/ios-arm64/FireworkVideoUI.framework/Headers/FireworkVideoUI.h +18 -0
  5. package/FireworkVideoUI.xcframework/ios-arm64/FireworkVideoUI.framework/Info.plist +0 -0
  6. package/FireworkVideoUI.xcframework/ios-arm64/FireworkVideoUI.framework/Modules/FireworkVideoUI.swiftmodule/arm64-apple-ios.abi.json +1327 -0
  7. package/FireworkVideoUI.xcframework/ios-arm64/FireworkVideoUI.framework/Modules/FireworkVideoUI.swiftmodule/arm64-apple-ios.private.swiftinterface +41 -0
  8. package/FireworkVideoUI.xcframework/ios-arm64/FireworkVideoUI.framework/Modules/FireworkVideoUI.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  9. package/FireworkVideoUI.xcframework/ios-arm64/FireworkVideoUI.framework/Modules/FireworkVideoUI.swiftmodule/arm64-apple-ios.swiftinterface +41 -0
  10. package/FireworkVideoUI.xcframework/ios-arm64/FireworkVideoUI.framework/Modules/module.modulemap +11 -0
  11. package/FireworkVideoUI.xcframework/ios-arm64_x86_64-simulator/FireworkVideoUI.framework/FireworkVideoUI +0 -0
  12. package/FireworkVideoUI.xcframework/ios-arm64_x86_64-simulator/FireworkVideoUI.framework/Headers/FireworkVideoUI-Swift.h +556 -0
  13. package/FireworkVideoUI.xcframework/ios-arm64_x86_64-simulator/FireworkVideoUI.framework/Headers/FireworkVideoUI.h +18 -0
  14. package/FireworkVideoUI.xcframework/ios-arm64_x86_64-simulator/FireworkVideoUI.framework/Info.plist +0 -0
  15. package/FireworkVideoUI.xcframework/ios-arm64_x86_64-simulator/FireworkVideoUI.framework/Modules/FireworkVideoUI.swiftmodule/arm64-apple-ios-simulator.abi.json +1327 -0
  16. package/FireworkVideoUI.xcframework/ios-arm64_x86_64-simulator/FireworkVideoUI.framework/Modules/FireworkVideoUI.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +41 -0
  17. package/FireworkVideoUI.xcframework/ios-arm64_x86_64-simulator/FireworkVideoUI.framework/Modules/FireworkVideoUI.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  18. package/FireworkVideoUI.xcframework/ios-arm64_x86_64-simulator/FireworkVideoUI.framework/Modules/FireworkVideoUI.swiftmodule/arm64-apple-ios-simulator.swiftinterface +41 -0
  19. package/FireworkVideoUI.xcframework/ios-arm64_x86_64-simulator/FireworkVideoUI.framework/Modules/FireworkVideoUI.swiftmodule/x86_64-apple-ios-simulator.abi.json +1327 -0
  20. package/FireworkVideoUI.xcframework/ios-arm64_x86_64-simulator/FireworkVideoUI.framework/Modules/FireworkVideoUI.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +41 -0
  21. package/FireworkVideoUI.xcframework/ios-arm64_x86_64-simulator/FireworkVideoUI.framework/Modules/FireworkVideoUI.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  22. package/FireworkVideoUI.xcframework/ios-arm64_x86_64-simulator/FireworkVideoUI.framework/Modules/FireworkVideoUI.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +41 -0
  23. package/FireworkVideoUI.xcframework/ios-arm64_x86_64-simulator/FireworkVideoUI.framework/Modules/module.modulemap +11 -0
  24. package/FireworkVideoUI.xcframework/ios-arm64_x86_64-simulator/FireworkVideoUI.framework/_CodeSignature/CodeResources +245 -0
  25. package/README.md +1 -1
  26. package/android/build.gradle +1 -2
  27. package/android/src/main/java/com/fireworksdk/bridge/components/videofeed/FWVideoFeed.kt +6 -0
  28. package/android/src/main/java/com/fireworksdk/bridge/components/videofeed/StoryBlockFrameLayout.kt +6 -0
  29. package/android/src/main/java/com/fireworksdk/bridge/models/FWAdBadgeConfigModelDeserializer.kt +3 -3
  30. package/android/src/main/java/com/fireworksdk/bridge/models/FWEventName.kt +3 -0
  31. package/android/src/main/java/com/fireworksdk/bridge/models/FWFontInfoModelDeserializer.kt +1 -1
  32. package/android/src/main/java/com/fireworksdk/bridge/models/FWProductInfoViewConfigurationDeserializer.kt +10 -6
  33. package/android/src/main/java/com/fireworksdk/bridge/models/FWSDKInitOptionsModelDeserializer.kt +3 -3
  34. package/android/src/main/java/com/fireworksdk/bridge/models/FWShoppingCtaResultDeserializer.kt +2 -2
  35. package/android/src/main/java/com/fireworksdk/bridge/models/FWVideoFeedConfigModelDeserializer.kt +14 -12
  36. package/android/src/main/java/com/fireworksdk/bridge/models/FWVideoFeedPropsModel.kt +1 -0
  37. package/android/src/main/java/com/fireworksdk/bridge/models/FWVideoFeedPropsModelDeserializer.kt +11 -7
  38. package/android/src/main/java/com/fireworksdk/bridge/models/FWVideoFeedSource.kt +1 -0
  39. package/android/src/main/java/com/fireworksdk/bridge/models/FWVideoPlaybackDetails.kt +8 -8
  40. package/android/src/main/java/com/fireworksdk/bridge/models/FWVideoPlayerConfigModel.kt +1 -0
  41. package/android/src/main/java/com/fireworksdk/bridge/models/FWVideoPlayerConfigModelDeserializer.kt +19 -12
  42. package/android/src/main/java/com/fireworksdk/bridge/models/FWVideoShoppingProductDeserializer.kt +11 -11
  43. package/android/src/main/java/com/fireworksdk/bridge/reactnative/manager/FWStoryBlockManager.kt +5 -0
  44. package/android/src/main/java/com/fireworksdk/bridge/reactnative/manager/FWVideoFeedManager.kt +5 -0
  45. package/android/src/main/java/com/fireworksdk/bridge/reactnative/module/FWLiveStreamModule.kt +45 -4
  46. package/android/src/main/java/com/fireworksdk/bridge/reactnative/module/FWVideoShoppingModule.kt +2 -0
  47. package/android/src/main/java/com/fireworksdk/bridge/reactnative/module/FireworkSDKModule.kt +112 -36
  48. package/android/src/main/java/com/fireworksdk/bridge/reactnative/utils/FWEventUtils.kt +7 -4
  49. package/android/src/main/java/com/fireworksdk/bridge/utils/FWConfigUtil.kt +26 -32
  50. package/android/src/main/java/com/fireworksdk/bridge/utils/FWGlobalDataUtil.kt +6 -0
  51. package/ios/Components/StoryBlock.swift +5 -6
  52. package/ios/Components/StoryBlockManager.m +1 -0
  53. package/ios/Components/StoryBlockManager.swift +4 -0
  54. package/ios/Components/VideoFeed.swift +12 -8
  55. package/ios/Components/VideoFeedManager.m +1 -0
  56. package/ios/Components/VideoFeedManager.swift +4 -0
  57. package/ios/Components/VideoPlayerConfiguration.swift +1 -0
  58. package/ios/FireworkSdk.xcodeproj/project.pbxproj +261 -471
  59. package/ios/FireworkVideoUI/FireworkVideoUI/FireworkVideoUI.docc/FireworkVideoUI.md +13 -0
  60. package/ios/FireworkVideoUI/FireworkVideoUI/FireworkVideoUI.h +18 -0
  61. package/ios/FireworkVideoUI/FireworkVideoUI/Sources/AppLanguage/AppLanguageManager.swift +147 -0
  62. package/ios/{Utils/AppLanguage/Bundle+FWSwizzle.swift → FireworkVideoUI/FireworkVideoUI/Sources/AppLanguage/Extensions/Foundation/Bundle+AppLanguage.swift} +7 -7
  63. package/ios/{Utils/AppLanguage/NumberFormatter+FWSwizzle.swift → FireworkVideoUI/FireworkVideoUI/Sources/AppLanguage/Extensions/Foundation/NumberFormatter+AppLanguage.swift} +5 -5
  64. package/ios/{Utils/AppLanguage/URLSession+FWSwizzle.swift → FireworkVideoUI/FireworkVideoUI/Sources/AppLanguage/Extensions/Foundation/URLSession+AppLanguage.swift} +7 -7
  65. package/ios/{Utils/AppLanguage/UIImageView+FWSwizzle.swift → FireworkVideoUI/FireworkVideoUI/Sources/AppLanguage/Extensions/UIKit/UIImageView+AppLanguage.swift} +8 -8
  66. package/ios/{Utils/AppLanguage/UILabel+FWSwizzle.swift → FireworkVideoUI/FireworkVideoUI/Sources/AppLanguage/Extensions/UIKit/UILabel+AppLanguage.swift} +17 -17
  67. package/ios/{Utils/AppLanguage/UITextField+FWSwizzle.swift → FireworkVideoUI/FireworkVideoUI/Sources/AppLanguage/Extensions/UIKit/UITextField+AppLanguage.swift} +16 -16
  68. package/ios/{Utils/AppLanguage/UITextView+FWSwizzle.swift → FireworkVideoUI/FireworkVideoUI/Sources/AppLanguage/Extensions/UIKit/UITextView+AppLanguage.swift} +16 -16
  69. package/ios/{Utils/AppLanguage/UIView+FWSwizzle.swift → FireworkVideoUI/FireworkVideoUI/Sources/AppLanguage/Extensions/UIKit/UIView+AppLanguage.swift} +7 -7
  70. package/ios/{Utils/AppLanguage/UIViewController+FWSwizzle.swift → FireworkVideoUI/FireworkVideoUI/Sources/AppLanguage/Extensions/UIKit/UIViewController+AppLanguage.swift} +19 -5
  71. package/ios/{Utils/AppLanguage/UIWindow+FWSwizzle.swift → FireworkVideoUI/FireworkVideoUI/Sources/AppLanguage/Extensions/UIKit/UIWindow+AppLanguage.swift} +5 -5
  72. package/ios/{Utils/AppLanguage/FWLanguageUtil.swift → FireworkVideoUI/FireworkVideoUI/Sources/AppLanguage/LanguageUtil.swift} +4 -4
  73. package/ios/FireworkVideoUI/FireworkVideoUI/Sources/LayoutFlip/Extensions/Foundation/NSObject+LayoutFlip.swift +42 -0
  74. package/ios/FireworkVideoUI/FireworkVideoUI/Sources/LayoutFlip/Extensions/UIKit/CALayer+LayoutFlip.swift +160 -0
  75. package/ios/FireworkVideoUI/FireworkVideoUI/Sources/LayoutFlip/Extensions/UIKit/UILabel+LayoutFlip.swift +35 -0
  76. package/ios/FireworkVideoUI/FireworkVideoUI/Sources/LayoutFlip/Extensions/UIKit/UIView+LayoutFlip.swift +199 -0
  77. package/ios/FireworkVideoUI/FireworkVideoUI/Sources/LayoutFlip/LayoutFlipManager.swift +59 -0
  78. package/ios/{Utils/Extensions/DispatchQueue+FWOnce.swift → FireworkVideoUI/FireworkVideoUI/Sources/Utils/Extensions/Foundation/DispatchQueue+Once.swift} +4 -4
  79. package/ios/FireworkVideoUI/FireworkVideoUI/Sources/Utils/Extensions/Foundation/String+Base64.swift +18 -0
  80. package/ios/{Utils/Extensions/UIView+FWUIHierarchy.swift → FireworkVideoUI/FireworkVideoUI/Sources/Utils/Extensions/UIKit/UIView+UIHierarchy.swift} +4 -5
  81. package/ios/{Utils/FWSwizzleUtil.swift → FireworkVideoUI/FireworkVideoUI/Sources/Utils/Swizzle.swift} +2 -2
  82. package/ios/FireworkVideoUI/FireworkVideoUI.xcodeproj/project.pbxproj +766 -0
  83. package/ios/FireworkVideoUI/FireworkVideoUI.xcworkspace/contents.xcworkspacedata +10 -0
  84. package/ios/FireworkVideoUI/FireworkVideoUI.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
  85. package/ios/FireworkVideoUI/FireworkVideoUITests/FireworkVideoUITests.swift +37 -0
  86. package/ios/FireworkVideoUI/Podfile +15 -0
  87. package/ios/FireworkVideoUI/Podfile.lock +16 -0
  88. package/ios/Models/NativeToRN/FireworkEventName.swift +4 -0
  89. package/ios/Models/NativeToRN/FireworkSDK+Json.swift +5 -1
  90. package/ios/Models/RNToNative/RCTConvert+StoryBlock.swift +2 -1
  91. package/ios/Models/RNToNative/RCTConvert+VideoFeed.swift +2 -1
  92. package/ios/Modules/FWNavigatorModule/FWNavigatorModule.swift +8 -100
  93. package/ios/Modules/FireworkSDKModule/FireworkSDKModule+EventTracking.swift +34 -16
  94. package/ios/Modules/FireworkSDKModule/FireworkSDKModule.swift +23 -7
  95. package/ios/Modules/FireworkSDKModule/SDKInitOptions.swift +0 -1
  96. package/ios/Modules/LiveStream/LiveStreamModule.swift +1 -0
  97. package/ios/Modules/Shopping/ProductInfoViewConfiguration.swift +0 -8
  98. package/ios/Modules/Shopping/ShoppingModule.swift +0 -18
  99. package/ios/Support/MultiHostStreaming/FWMultiHostStreaming.podspec +4 -6
  100. package/ios/Utils/Extensions/Swizzle/UINavigationController+FWSwizzle.swift +4 -1
  101. package/ios/scripts/react_native_firework_sdk_pods.rb +22 -26
  102. package/lib/commonjs/FireworkSDK.js +40 -17
  103. package/lib/commonjs/FireworkSDK.js.map +1 -1
  104. package/lib/commonjs/LiveStream.js +2 -2
  105. package/lib/commonjs/LiveStream.js.map +1 -1
  106. package/lib/commonjs/VideoShopping.js +1 -1
  107. package/lib/commonjs/VideoShopping.js.map +1 -1
  108. package/lib/commonjs/components/StoryBlock.js +9 -9
  109. package/lib/commonjs/components/StoryBlock.js.map +1 -1
  110. package/lib/commonjs/components/VideoFeed.js +6 -4
  111. package/lib/commonjs/components/VideoFeed.js.map +1 -1
  112. package/lib/commonjs/index.js.map +1 -1
  113. package/lib/commonjs/models/FWEventName.js +1 -0
  114. package/lib/commonjs/models/FWEventName.js.map +1 -1
  115. package/lib/commonjs/models/VideoPlaybackEventName.js +3 -0
  116. package/lib/commonjs/models/VideoPlaybackEventName.js.map +1 -1
  117. package/lib/module/FireworkSDK.js +39 -17
  118. package/lib/module/FireworkSDK.js.map +1 -1
  119. package/lib/module/LiveStream.js +2 -2
  120. package/lib/module/LiveStream.js.map +1 -1
  121. package/lib/module/VideoShopping.js +1 -1
  122. package/lib/module/VideoShopping.js.map +1 -1
  123. package/lib/module/components/StoryBlock.js +9 -7
  124. package/lib/module/components/StoryBlock.js.map +1 -1
  125. package/lib/module/components/VideoFeed.js +6 -4
  126. package/lib/module/components/VideoFeed.js.map +1 -1
  127. package/lib/module/index.js.map +1 -1
  128. package/lib/module/models/FWEventName.js +1 -0
  129. package/lib/module/models/FWEventName.js.map +1 -1
  130. package/lib/module/models/VideoPlaybackEventName.js +3 -0
  131. package/lib/module/models/VideoPlaybackEventName.js.map +1 -1
  132. package/lib/typescript/FireworkSDK.d.ts +8 -4
  133. package/lib/typescript/LiveStream.d.ts +2 -2
  134. package/lib/typescript/VideoShopping.d.ts +1 -1
  135. package/lib/typescript/components/StoryBlock.d.ts +7 -0
  136. package/lib/typescript/components/VideoFeed.d.ts +7 -0
  137. package/lib/typescript/index.d.ts +2 -2
  138. package/lib/typescript/models/FWEventName.d.ts +1 -0
  139. package/lib/typescript/models/ProductInfoViewConfiguration.d.ts +0 -31
  140. package/lib/typescript/models/SDKInitOptions.d.ts +6 -1
  141. package/lib/typescript/models/StoryBlockSource.d.ts +1 -1
  142. package/lib/typescript/models/VideoFeedSource.d.ts +1 -1
  143. package/lib/typescript/models/VideoPlaybackDetails.d.ts +16 -0
  144. package/lib/typescript/models/VideoPlaybackEventName.d.ts +13 -1
  145. package/lib/typescript/models/VideoPlayerConfiguration.d.ts +4 -0
  146. package/package.json +7 -2
  147. package/react-native-firework-sdk.podspec +10 -5
  148. package/src/FireworkSDK.ts +41 -15
  149. package/src/LiveStream.ts +2 -2
  150. package/src/VideoShopping.ts +1 -1
  151. package/src/components/StoryBlock.tsx +12 -3
  152. package/src/components/VideoFeed.tsx +12 -4
  153. package/src/index.ts +0 -2
  154. package/src/models/FWEventName.ts +1 -0
  155. package/src/models/ProductInfoViewConfiguration.ts +0 -32
  156. package/src/models/SDKInitOptions.ts +6 -1
  157. package/src/models/StoryBlockSource.ts +2 -1
  158. package/src/models/VideoFeedSource.ts +2 -1
  159. package/src/models/VideoPlaybackDetails.ts +16 -0
  160. package/src/models/VideoPlaybackEventName.ts +13 -1
  161. package/src/models/VideoPlayerConfiguration.ts +4 -0
  162. package/ios/Utils/AppLanguage/FWAppLanguageManager.swift +0 -139
  163. package/ios/Utils/FWRTL/Classes/Manager/FWRTLManager.h +0 -25
  164. package/ios/Utils/FWRTL/Classes/Manager/FWRTLManager.m +0 -75
  165. package/ios/Utils/FWRTL/Classes/UICategories/CALayer+FWRTL.h +0 -21
  166. package/ios/Utils/FWRTL/Classes/UICategories/CALayer+FWRTL.m +0 -124
  167. package/ios/Utils/FWRTL/Classes/UICategories/FWRTLRemoteViewControllerAdaptor.h +0 -11
  168. package/ios/Utils/FWRTL/Classes/UICategories/FWRTLRemoteViewControllerAdaptor.m +0 -86
  169. package/ios/Utils/FWRTL/Classes/UICategories/FWRTLWhiteListManager.h +0 -16
  170. package/ios/Utils/FWRTL/Classes/UICategories/FWRTLWhiteListManager.m +0 -55
  171. package/ios/Utils/FWRTL/Classes/UICategories/UILabel+FWRTL.h +0 -18
  172. package/ios/Utils/FWRTL/Classes/UICategories/UILabel+FWRTL.m +0 -39
  173. package/ios/Utils/FWRTL/Classes/UICategories/UIView+FWRTL.h +0 -54
  174. package/ios/Utils/FWRTL/Classes/UICategories/UIView+FWRTL.m +0 -141
  175. package/ios/Utils/FWRTL/Classes/UICategories/UIWindow+FWRTL.h +0 -16
  176. package/ios/Utils/FWRTL/Classes/UICategories/UIWindow+FWRTL.m +0 -20
  177. package/ios/Utils/FWRTL/Classes/Utils/FWRTLDefinitions.h +0 -52
  178. package/ios/Utils/FWRTL/Classes/Utils/NSObject+FWRTLReloadBlock.h +0 -19
  179. package/ios/Utils/FWRTL/Classes/Utils/NSObject+FWRTLReloadBlock.m +0 -49
  180. package/ios/Utils/FWRTL/Classes/Utils/NSString+FWRTL.h +0 -21
  181. package/ios/Utils/FWRTL/Classes/Utils/NSString+FWRTL.m +0 -38
  182. package/ios/Utils/FWRTL/Classes/Utils/UIImage+FWRTL.h +0 -18
  183. package/ios/Utils/FWRTL/Classes/Utils/UIImage+FWRTL.m +0 -43
  184. /package/ios/Support/MultiHostStreaming/{src → Sources}/MultiHostStreamingSDK.swift +0 -0
@@ -7,113 +7,77 @@
7
7
  objects = {
8
8
 
9
9
  /* Begin PBXBuildFile section */
10
- 892C397229B82757003BDD99 /* SDKInitOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892C397129B82757003BDD99 /* SDKInitOptions.swift */; };
11
- 89335CA628E29D3A00B84BC7 /* TrackPurchaseParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89335CA528E29D3A00B84BC7 /* TrackPurchaseParameters.swift */; };
12
- 8953CF5E2993E0D200F7413E /* UINavigationController+FWSwizzle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8953CF5D2993E0D200F7413E /* UINavigationController+FWSwizzle.swift */; };
13
- 8953CF602993E3B200F7413E /* FWSwizzleUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8953CF5F2993E3B200F7413E /* FWSwizzleUtil.swift */; };
14
- 8953CF622993E44E00F7413E /* DispatchQueue+FWOnce.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8953CF612993E44E00F7413E /* DispatchQueue+FWOnce.swift */; };
15
- 8953CF6C2993FAAB00F7413E /* FWSwizzleLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 8953CF6B2993FAAB00F7413E /* FWSwizzleLoader.m */; };
16
- 896A8EB928E3DCCA007E51F8 /* AdConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 896A8EB828E3DCCA007E51F8 /* AdConfiguration.swift */; };
17
- 8975235E2817DEEE0070EBB6 /* VideoFeedManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 897523592817DEEE0070EBB6 /* VideoFeedManager.swift */; };
18
- 8975235F2817DEEE0070EBB6 /* VideoFeedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8975235A2817DEEE0070EBB6 /* VideoFeedConfiguration.swift */; };
19
- 897523602817DEEE0070EBB6 /* VideoFeed.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8975235B2817DEEE0070EBB6 /* VideoFeed.swift */; };
20
- 897523612817DEEE0070EBB6 /* VideoPlayerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8975235C2817DEEE0070EBB6 /* VideoPlayerConfiguration.swift */; };
21
- 897523622817DEEE0070EBB6 /* VideoFeedManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8975235D2817DEEE0070EBB6 /* VideoFeedManager.m */; };
22
- 897523872817DEF80070EBB6 /* UIViewController+AttachChild.swift in Sources */ = {isa = PBXBuildFile; fileRef = 897523652817DEF80070EBB6 /* UIViewController+AttachChild.swift */; };
23
- 897523882817DEF80070EBB6 /* UIView+Constraints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 897523662817DEF80070EBB6 /* UIView+Constraints.swift */; };
24
- 897523892817DEF80070EBB6 /* String+Color.swift in Sources */ = {isa = PBXBuildFile; fileRef = 897523672817DEF80070EBB6 /* String+Color.swift */; };
25
- 8975238A2817DEF80070EBB6 /* UIView+ParentViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 897523682817DEF80070EBB6 /* UIView+ParentViewController.swift */; };
26
- 8975238B2817DEF80070EBB6 /* RCTConvert+FireworkSDKModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8975236B2817DEF80070EBB6 /* RCTConvert+FireworkSDKModule.swift */; };
27
- 8975238C2817DEF80070EBB6 /* RCTConvert+Shopping.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8975236C2817DEF80070EBB6 /* RCTConvert+Shopping.swift */; };
28
- 8975238D2817DEF80070EBB6 /* RCTConvert+VideoFeed.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8975236D2817DEF80070EBB6 /* RCTConvert+VideoFeed.swift */; };
29
- 8975238E2817DEF80070EBB6 /* FireworkSDK+Json.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8975236F2817DEF80070EBB6 /* FireworkSDK+Json.swift */; };
30
- 8975238F2817DEF80070EBB6 /* FireworkEventName.swift in Sources */ = {isa = PBXBuildFile; fileRef = 897523702817DEF80070EBB6 /* FireworkEventName.swift */; };
31
- 897523902817DEF80070EBB6 /* FWNavigatorProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 897523732817DEF80070EBB6 /* FWNavigatorProtocol.swift */; };
32
- 897523912817DEF80070EBB6 /* FWNavigatorContainerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 897523742817DEF80070EBB6 /* FWNavigatorContainerViewController.swift */; };
33
- 897523922817DEF80070EBB6 /* FWNavigatorModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 897523752817DEF80070EBB6 /* FWNavigatorModule.swift */; };
34
- 897523932817DEF80070EBB6 /* FWNavigatorModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 897523762817DEF80070EBB6 /* FWNavigatorModule.m */; };
35
- 897523942817DEF80070EBB6 /* FWCartViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 897523782817DEF80070EBB6 /* FWCartViewController.swift */; };
36
- 897523952817DEF80070EBB6 /* ShoppingModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 897523792817DEF80070EBB6 /* ShoppingModule.m */; };
37
- 897523962817DEF80070EBB6 /* ProductInfoViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8975237A2817DEF80070EBB6 /* ProductInfoViewConfiguration.swift */; };
38
- 897523972817DEF80070EBB6 /* Product.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8975237B2817DEF80070EBB6 /* Product.swift */; };
39
- 897523982817DEF80070EBB6 /* ShoppingModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8975237C2817DEF80070EBB6 /* ShoppingModule.swift */; };
40
- 8975239A2817DEF80070EBB6 /* FireworkSDKModule+EventTracking.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8975237F2817DEF80070EBB6 /* FireworkSDKModule+EventTracking.swift */; };
41
- 8975239B2817DEF80070EBB6 /* FireworkSDKModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 897523802817DEF80070EBB6 /* FireworkSDKModule.swift */; };
42
- 8975239C2817DEF80070EBB6 /* AdBadgeConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 897523812817DEF80070EBB6 /* AdBadgeConfiguration.swift */; };
43
- 8975239D2817DEF80070EBB6 /* FireworkSDKModule+CTA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 897523822817DEF80070EBB6 /* FireworkSDKModule+CTA.swift */; };
44
- 8975239E2817DEF80070EBB6 /* FireworkSDKModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 897523832817DEF80070EBB6 /* FireworkSDKModule.m */; };
45
- 8975239F2817DEF80070EBB6 /* LiveStreamModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 897523852817DEF80070EBB6 /* LiveStreamModule.swift */; };
46
- 897523A02817DEF80070EBB6 /* LiveStreamModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 897523862817DEF80070EBB6 /* LiveStreamModule.m */; };
47
- 89D6BBF929ACE2DC00C8AA2A /* FontInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89D6BBF829ACE2DC00C8AA2A /* FontInfo.swift */; };
48
- 89DF27DD28A53A77003F3CCB /* StoryBlock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89DF27DA28A53A77003F3CCB /* StoryBlock.swift */; };
49
- 89DF27DE28A53A77003F3CCB /* StoryBlockManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89DF27DB28A53A77003F3CCB /* StoryBlockManager.swift */; };
50
- 89DF27DF28A53A77003F3CCB /* StoryBlockManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 89DF27DC28A53A77003F3CCB /* StoryBlockManager.m */; };
51
- 89DF27E128A53A89003F3CCB /* RCTConvert+StoryBlock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89DF27E028A53A89003F3CCB /* RCTConvert+StoryBlock.swift */; };
52
- 894FAD7129BAD4C4000FB51A /* UIImage+FWRTL.m in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD1729BAD4C3000FB51A /* UIImage+FWRTL.m */; };
53
- 894FAD7229BAD4C4000FB51A /* NSString+FWRTL.m in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD1829BAD4C3000FB51A /* NSString+FWRTL.m */; };
54
- 894FAD7329BAD4C4000FB51A /* NSObject+FWRTLReloadBlock.m in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD1929BAD4C3000FB51A /* NSObject+FWRTLReloadBlock.m */; };
55
- 894FAD7429BAD4C4000FB51A /* FWRTLManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD1F29BAD4C3000FB51A /* FWRTLManager.m */; };
56
- 894FAD7529BAD4C4000FB51A /* FWRTLRemoteViewControllerAdaptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD2229BAD4C3000FB51A /* FWRTLRemoteViewControllerAdaptor.m */; };
57
- 894FAD7629BAD4C4000FB51A /* UIView+FWRTL.m in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD2829BAD4C3000FB51A /* UIView+FWRTL.m */; };
58
- 894FAD7729BAD4C4000FB51A /* FWRTLWhiteListManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD2A29BAD4C3000FB51A /* FWRTLWhiteListManager.m */; };
59
- 894FAD7829BAD4C4000FB51A /* UIWindow+FWRTL.m in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD2B29BAD4C3000FB51A /* UIWindow+FWRTL.m */; };
60
- 894FAD7929BAD4C4000FB51A /* UILabel+FWRTL.m in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD2C29BAD4C3000FB51A /* UILabel+FWRTL.m */; };
61
- 894FAD7A29BAD4C4000FB51A /* CALayer+FWRTL.m in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD2D29BAD4C3000FB51A /* CALayer+FWRTL.m */; };
62
- 894FAD7B29BAD4C4000FB51A /* UIView+FWUIHierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD2F29BAD4C3000FB51A /* UIView+FWUIHierarchy.swift */; };
63
- 894FAD7C29BAD4C4000FB51A /* UIViewController+AttachChild.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD3029BAD4C3000FB51A /* UIViewController+AttachChild.swift */; };
64
- 894FAD7D29BAD4C4000FB51A /* UIView+Constraints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD3129BAD4C3000FB51A /* UIView+Constraints.swift */; };
65
- 894FAD7F29BAD4C4000FB51A /* UINavigationController+FWSwizzle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD3429BAD4C3000FB51A /* UINavigationController+FWSwizzle.swift */; };
66
- 894FAD8029BAD4C4000FB51A /* String+Color.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD3529BAD4C3000FB51A /* String+Color.swift */; };
67
- 894FAD8129BAD4C4000FB51A /* DispatchQueue+FWOnce.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD3629BAD4C3000FB51A /* DispatchQueue+FWOnce.swift */; };
68
- 894FAD8229BAD4C4000FB51A /* FWSwizzleLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD3729BAD4C3000FB51A /* FWSwizzleLoader.m */; };
69
- 894FAD8329BAD4C4000FB51A /* UITextView+FWSwizzle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD3929BAD4C3000FB51A /* UITextView+FWSwizzle.swift */; };
70
- 894FAD8429BAD4C4000FB51A /* FWAppLanguageManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD3A29BAD4C3000FB51A /* FWAppLanguageManager.swift */; };
71
- 894FAD8529BAD4C4000FB51A /* UITextField+FWSwizzle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD3B29BAD4C3000FB51A /* UITextField+FWSwizzle.swift */; };
72
- 894FAD8629BAD4C4000FB51A /* UIWindow+FWSwizzle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD3C29BAD4C3000FB51A /* UIWindow+FWSwizzle.swift */; };
73
- 894FAD8729BAD4C4000FB51A /* UILabel+FWSwizzle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD3D29BAD4C3000FB51A /* UILabel+FWSwizzle.swift */; };
74
- 894FAD8829BAD4C4000FB51A /* FWLanguageUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD3E29BAD4C3000FB51A /* FWLanguageUtil.swift */; };
75
- 894FAD8929BAD4C4000FB51A /* UIImageView+FWSwizzle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD3F29BAD4C3000FB51A /* UIImageView+FWSwizzle.swift */; };
76
- 894FAD8A29BAD4C4000FB51A /* NumberFormatter+FWSwizzle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD4029BAD4C3000FB51A /* NumberFormatter+FWSwizzle.swift */; };
77
- 894FAD8B29BAD4C4000FB51A /* UIViewController+FWSwizzle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD4129BAD4C3000FB51A /* UIViewController+FWSwizzle.swift */; };
78
- 894FAD8C29BAD4C4000FB51A /* Bundle+FWSwizzle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD4229BAD4C3000FB51A /* Bundle+FWSwizzle.swift */; };
79
- 894FAD8D29BAD4C4000FB51A /* URLSession+FWSwizzle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD4329BAD4C3000FB51A /* URLSession+FWSwizzle.swift */; };
80
- 894FAD8E29BAD4C4000FB51A /* FWSwizzleUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD4429BAD4C3000FB51A /* FWSwizzleUtil.swift */; };
81
- 894FAD8F29BAD4C4000FB51A /* FWSwizzleLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD4529BAD4C3000FB51A /* FWSwizzleLoader.swift */; };
82
- 894FAD9029BAD4C4000FB51A /* FontInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD4829BAD4C3000FB51A /* FontInfo.swift */; };
83
- 894FAD9129BAD4C4000FB51A /* RCTConvert+StoryBlock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD4A29BAD4C3000FB51A /* RCTConvert+StoryBlock.swift */; };
84
- 894FAD9229BAD4C4000FB51A /* RCTConvert+FireworkSDKModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD4B29BAD4C3000FB51A /* RCTConvert+FireworkSDKModule.swift */; };
85
- 894FAD9329BAD4C4000FB51A /* RCTConvert+Shopping.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD4C29BAD4C3000FB51A /* RCTConvert+Shopping.swift */; };
86
- 894FAD9429BAD4C4000FB51A /* RCTConvert+VideoFeed.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD4D29BAD4C3000FB51A /* RCTConvert+VideoFeed.swift */; };
87
- 894FAD9529BAD4C4000FB51A /* FireworkSDK+Json.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD4F29BAD4C3000FB51A /* FireworkSDK+Json.swift */; };
88
- 894FAD9629BAD4C4000FB51A /* FireworkEventName.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD5029BAD4C3000FB51A /* FireworkEventName.swift */; };
89
- 894FAD9729BAD4C4000FB51A /* StoryBlock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD5229BAD4C3000FB51A /* StoryBlock.swift */; };
90
- 894FAD9829BAD4C4000FB51A /* VideoFeedManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD5329BAD4C3000FB51A /* VideoFeedManager.swift */; };
91
- 894FAD9929BAD4C4000FB51A /* AdConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD5429BAD4C3000FB51A /* AdConfiguration.swift */; };
92
- 894FAD9A29BAD4C4000FB51A /* StoryBlockManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD5529BAD4C3000FB51A /* StoryBlockManager.swift */; };
93
- 894FAD9B29BAD4C4000FB51A /* StoryBlockManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD5629BAD4C3000FB51A /* StoryBlockManager.m */; };
94
- 894FAD9C29BAD4C4000FB51A /* VideoFeedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD5729BAD4C3000FB51A /* VideoFeedConfiguration.swift */; };
95
- 894FAD9D29BAD4C4000FB51A /* VideoFeed.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD5829BAD4C3000FB51A /* VideoFeed.swift */; };
96
- 894FAD9E29BAD4C4000FB51A /* VideoPlayerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD5929BAD4C3000FB51A /* VideoPlayerConfiguration.swift */; };
97
- 894FAD9F29BAD4C4000FB51A /* VideoFeedManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD5A29BAD4C3000FB51A /* VideoFeedManager.m */; };
98
- 894FADA029BAD4C4000FB51A /* FWNavigatorProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD5D29BAD4C3000FB51A /* FWNavigatorProtocol.swift */; };
99
- 894FADA129BAD4C4000FB51A /* FWNavigatorContainerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD5E29BAD4C3000FB51A /* FWNavigatorContainerViewController.swift */; };
100
- 894FADA229BAD4C4000FB51A /* FWNavigatorModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD5F29BAD4C3000FB51A /* FWNavigatorModule.swift */; };
101
- 894FADA329BAD4C4000FB51A /* FWNavigatorModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD6029BAD4C4000FB51A /* FWNavigatorModule.m */; };
102
- 894FADA429BAD4C4000FB51A /* ShoppingModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD6229BAD4C4000FB51A /* ShoppingModule.m */; };
103
- 894FADA529BAD4C4000FB51A /* FWCartViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD6329BAD4C4000FB51A /* FWCartViewController.swift */; };
104
- 894FADA629BAD4C4000FB51A /* ProductInfoViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD6429BAD4C4000FB51A /* ProductInfoViewConfiguration.swift */; };
105
- 894FADA729BAD4C4000FB51A /* Product.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD6529BAD4C4000FB51A /* Product.swift */; };
106
- 894FADA829BAD4C4000FB51A /* ShoppingModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD6629BAD4C4000FB51A /* ShoppingModule.swift */; };
107
- 894FADA929BAD4C4000FB51A /* TrackPurchaseParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD6829BAD4C4000FB51A /* TrackPurchaseParameters.swift */; };
108
- 894FADAA29BAD4C4000FB51A /* FireworkSDKModule+EventTracking.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD6929BAD4C4000FB51A /* FireworkSDKModule+EventTracking.swift */; };
109
- 894FADAB29BAD4C4000FB51A /* FireworkSDKModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD6A29BAD4C4000FB51A /* FireworkSDKModule.swift */; };
110
- 894FADAC29BAD4C4000FB51A /* AdBadgeConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD6B29BAD4C4000FB51A /* AdBadgeConfiguration.swift */; };
111
- 894FADAD29BAD4C4000FB51A /* FireworkSDKModule+CTA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD6C29BAD4C4000FB51A /* FireworkSDKModule+CTA.swift */; };
112
- 894FADAE29BAD4C4000FB51A /* FireworkSDKModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD6D29BAD4C4000FB51A /* FireworkSDKModule.m */; };
113
- 894FADAF29BAD4C4000FB51A /* LiveStreamModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD6F29BAD4C4000FB51A /* LiveStreamModule.swift */; };
114
- 894FADB029BAD4C4000FB51A /* LiveStreamModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 894FAD7029BAD4C4000FB51A /* LiveStreamModule.m */; };
115
- 8966951029BC465600B91A3D /* UIView+FWSwizzle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8966950F29BC465600B91A3D /* UIView+FWSwizzle.swift */; };
116
- 8967687F29C8209A009A9463 /* ShoppingCTAResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8967687E29C8209A009A9463 /* ShoppingCTAResult.swift */; };
10
+ 89291F4529ED9D9B00EC1FA2 /* StoryBlock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F0F29ED9D9B00EC1FA2 /* StoryBlock.swift */; };
11
+ 89291F4629ED9D9B00EC1FA2 /* VideoFeedManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F1029ED9D9B00EC1FA2 /* VideoFeedManager.swift */; };
12
+ 89291F4729ED9D9B00EC1FA2 /* AdConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F1129ED9D9B00EC1FA2 /* AdConfiguration.swift */; };
13
+ 89291F4829ED9D9B00EC1FA2 /* StoryBlockManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F1229ED9D9B00EC1FA2 /* StoryBlockManager.swift */; };
14
+ 89291F4929ED9D9B00EC1FA2 /* StoryBlockManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 89291F1329ED9D9B00EC1FA2 /* StoryBlockManager.m */; };
15
+ 89291F4A29ED9D9B00EC1FA2 /* VideoFeedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F1429ED9D9B00EC1FA2 /* VideoFeedConfiguration.swift */; };
16
+ 89291F4B29ED9D9B00EC1FA2 /* VideoFeed.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F1529ED9D9B00EC1FA2 /* VideoFeed.swift */; };
17
+ 89291F4C29ED9D9B00EC1FA2 /* VideoPlayerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F1629ED9D9B00EC1FA2 /* VideoPlayerConfiguration.swift */; };
18
+ 89291F4D29ED9D9B00EC1FA2 /* VideoFeedManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 89291F1729ED9D9B00EC1FA2 /* VideoFeedManager.m */; };
19
+ 89291F4E29ED9D9B00EC1FA2 /* FWNavigatorProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F1A29ED9D9B00EC1FA2 /* FWNavigatorProtocol.swift */; };
20
+ 89291F4F29ED9D9B00EC1FA2 /* FWNavigatorContainerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F1B29ED9D9B00EC1FA2 /* FWNavigatorContainerViewController.swift */; };
21
+ 89291F5029ED9D9B00EC1FA2 /* FWNavigatorModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F1C29ED9D9B00EC1FA2 /* FWNavigatorModule.swift */; };
22
+ 89291F5129ED9D9B00EC1FA2 /* FWNavigatorModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 89291F1D29ED9D9B00EC1FA2 /* FWNavigatorModule.m */; };
23
+ 89291F5229ED9D9B00EC1FA2 /* ShoppingModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 89291F1F29ED9D9B00EC1FA2 /* ShoppingModule.m */; };
24
+ 89291F5329ED9D9B00EC1FA2 /* FWCartViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F2029ED9D9B00EC1FA2 /* FWCartViewController.swift */; };
25
+ 89291F5429ED9D9B00EC1FA2 /* ProductInfoViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F2129ED9D9B00EC1FA2 /* ProductInfoViewConfiguration.swift */; };
26
+ 89291F5529ED9D9B00EC1FA2 /* ShoppingCTAResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F2229ED9D9B00EC1FA2 /* ShoppingCTAResult.swift */; };
27
+ 89291F5629ED9D9B00EC1FA2 /* Product.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F2329ED9D9B00EC1FA2 /* Product.swift */; };
28
+ 89291F5729ED9D9B00EC1FA2 /* ShoppingModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F2429ED9D9B00EC1FA2 /* ShoppingModule.swift */; };
29
+ 89291F5829ED9D9B00EC1FA2 /* TrackPurchaseParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F2629ED9D9B00EC1FA2 /* TrackPurchaseParameters.swift */; };
30
+ 89291F5929ED9D9B00EC1FA2 /* SDKInitOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F2729ED9D9B00EC1FA2 /* SDKInitOptions.swift */; };
31
+ 89291F5A29ED9D9B00EC1FA2 /* FireworkSDKModule+EventTracking.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F2829ED9D9B00EC1FA2 /* FireworkSDKModule+EventTracking.swift */; };
32
+ 89291F5B29ED9D9B00EC1FA2 /* FireworkSDKModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F2929ED9D9B00EC1FA2 /* FireworkSDKModule.swift */; };
33
+ 89291F5C29ED9D9B00EC1FA2 /* AdBadgeConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F2A29ED9D9B00EC1FA2 /* AdBadgeConfiguration.swift */; };
34
+ 89291F5D29ED9D9B00EC1FA2 /* FireworkSDKModule+CTA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F2B29ED9D9B00EC1FA2 /* FireworkSDKModule+CTA.swift */; };
35
+ 89291F5E29ED9D9B00EC1FA2 /* FireworkSDKModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 89291F2C29ED9D9B00EC1FA2 /* FireworkSDKModule.m */; };
36
+ 89291F5F29ED9D9B00EC1FA2 /* LiveStreamModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F2E29ED9D9B00EC1FA2 /* LiveStreamModule.swift */; };
37
+ 89291F6029ED9D9B00EC1FA2 /* LiveStreamModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 89291F2F29ED9D9B00EC1FA2 /* LiveStreamModule.m */; };
38
+ 89291F6129ED9D9B00EC1FA2 /* FontInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F3229ED9D9B00EC1FA2 /* FontInfo.swift */; };
39
+ 89291F6229ED9D9B00EC1FA2 /* RCTConvert+StoryBlock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F3429ED9D9B00EC1FA2 /* RCTConvert+StoryBlock.swift */; };
40
+ 89291F6329ED9D9B00EC1FA2 /* RCTConvert+FireworkSDKModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F3529ED9D9B00EC1FA2 /* RCTConvert+FireworkSDKModule.swift */; };
41
+ 89291F6429ED9D9B00EC1FA2 /* RCTConvert+Shopping.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F3629ED9D9B00EC1FA2 /* RCTConvert+Shopping.swift */; };
42
+ 89291F6529ED9D9B00EC1FA2 /* RCTConvert+VideoFeed.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F3729ED9D9B00EC1FA2 /* RCTConvert+VideoFeed.swift */; };
43
+ 89291F6629ED9D9B00EC1FA2 /* FireworkSDK+Json.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F3929ED9D9B00EC1FA2 /* FireworkSDK+Json.swift */; };
44
+ 89291F6729ED9D9B00EC1FA2 /* FireworkEventName.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F3A29ED9D9B00EC1FA2 /* FireworkEventName.swift */; };
45
+ 89291F6829ED9D9B00EC1FA2 /* UIViewController+AttachChild.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F3E29ED9D9B00EC1FA2 /* UIViewController+AttachChild.swift */; };
46
+ 89291F6929ED9D9B00EC1FA2 /* UIView+Constraints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F3F29ED9D9B00EC1FA2 /* UIView+Constraints.swift */; };
47
+ 89291F6A29ED9D9B00EC1FA2 /* UINavigationController+FWSwizzle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F4129ED9D9B00EC1FA2 /* UINavigationController+FWSwizzle.swift */; };
48
+ 89291F6B29ED9D9B00EC1FA2 /* String+Color.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F4229ED9D9B00EC1FA2 /* String+Color.swift */; };
49
+ 89291F6C29ED9D9B00EC1FA2 /* FWSwizzleLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 89291F4329ED9D9B00EC1FA2 /* FWSwizzleLoader.m */; };
50
+ 89291F6D29ED9D9B00EC1FA2 /* FWSwizzleLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89291F4429ED9D9B00EC1FA2 /* FWSwizzleLoader.swift */; };
51
+ 897523872817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
52
+ 897523882817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
53
+ 897523892817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
54
+ 8975238A2817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
55
+ 8975238B2817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
56
+ 8975238C2817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
57
+ 8975238D2817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
58
+ 8975238E2817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
59
+ 8975238F2817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
60
+ 897523902817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
61
+ 897523912817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
62
+ 897523922817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
63
+ 897523932817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
64
+ 897523942817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
65
+ 897523952817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
66
+ 897523962817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
67
+ 897523972817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
68
+ 897523982817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
69
+ 8975239A2817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
70
+ 8975239B2817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
71
+ 8975239C2817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
72
+ 8975239D2817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
73
+ 8975239E2817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
74
+ 8975239F2817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
75
+ 897523A02817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
76
+ 89D6BBF929ACE2DC00C8AA2A /* (null) in Sources */ = {isa = PBXBuildFile; };
77
+ 89DF27DD28A53A77003F3CCB /* (null) in Sources */ = {isa = PBXBuildFile; };
78
+ 89DF27DE28A53A77003F3CCB /* (null) in Sources */ = {isa = PBXBuildFile; };
79
+ 89DF27DF28A53A77003F3CCB /* (null) in Sources */ = {isa = PBXBuildFile; };
80
+ 89DF27E128A53A89003F3CCB /* (null) in Sources */ = {isa = PBXBuildFile; };
117
81
  /* End PBXBuildFile section */
118
82
 
119
83
  /* Begin PBXCopyFilesBuildPhase section */
@@ -130,97 +94,49 @@
130
94
 
131
95
  /* Begin PBXFileReference section */
132
96
  1F6F718A2771B48100224AF3 /* FireworkSdk-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "FireworkSdk-Bridging-Header.h"; sourceTree = "<group>"; };
133
- 892C397129B82757003BDD99 /* SDKInitOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDKInitOptions.swift; sourceTree = "<group>"; };
134
- 89335CA528E29D3A00B84BC7 /* TrackPurchaseParameters.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TrackPurchaseParameters.swift; sourceTree = "<group>"; };
135
- 8953CF5D2993E0D200F7413E /* UINavigationController+FWSwizzle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UINavigationController+FWSwizzle.swift"; sourceTree = "<group>"; };
136
- 8953CF5F2993E3B200F7413E /* FWSwizzleUtil.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FWSwizzleUtil.swift; sourceTree = "<group>"; };
137
- 8953CF612993E44E00F7413E /* DispatchQueue+FWOnce.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "DispatchQueue+FWOnce.swift"; sourceTree = "<group>"; };
138
- 8953CF6A2993FAAB00F7413E /* FWSwizzleLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FWSwizzleLoader.h; sourceTree = "<group>"; };
139
- 8953CF6B2993FAAB00F7413E /* FWSwizzleLoader.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FWSwizzleLoader.m; sourceTree = "<group>"; };
140
- 896A8EB828E3DCCA007E51F8 /* AdConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AdConfiguration.swift; sourceTree = "<group>"; };
141
- 897523592817DEEE0070EBB6 /* VideoFeedManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoFeedManager.swift; sourceTree = "<group>"; };
142
- 8975235A2817DEEE0070EBB6 /* VideoFeedConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoFeedConfiguration.swift; sourceTree = "<group>"; };
143
- 8975235B2817DEEE0070EBB6 /* VideoFeed.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoFeed.swift; sourceTree = "<group>"; };
144
- 8975235C2817DEEE0070EBB6 /* VideoPlayerConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoPlayerConfiguration.swift; sourceTree = "<group>"; };
145
- 8975235D2817DEEE0070EBB6 /* VideoFeedManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VideoFeedManager.m; sourceTree = "<group>"; };
146
- 894FAD1329BAD4C3000FB51A /* FWSwizzleLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FWSwizzleLoader.h; sourceTree = "<group>"; };
147
- 894FAD1729BAD4C3000FB51A /* UIImage+FWRTL.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+FWRTL.m"; sourceTree = "<group>"; };
148
- 894FAD1829BAD4C3000FB51A /* NSString+FWRTL.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+FWRTL.m"; sourceTree = "<group>"; };
149
- 894FAD1929BAD4C3000FB51A /* NSObject+FWRTLReloadBlock.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSObject+FWRTLReloadBlock.m"; sourceTree = "<group>"; };
150
- 894FAD1A29BAD4C3000FB51A /* FWRTLDefinitions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FWRTLDefinitions.h; sourceTree = "<group>"; };
151
- 894FAD1B29BAD4C3000FB51A /* NSString+FWRTL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+FWRTL.h"; sourceTree = "<group>"; };
152
- 894FAD1C29BAD4C3000FB51A /* UIImage+FWRTL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+FWRTL.h"; sourceTree = "<group>"; };
153
- 894FAD1D29BAD4C3000FB51A /* NSObject+FWRTLReloadBlock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSObject+FWRTLReloadBlock.h"; sourceTree = "<group>"; };
154
- 894FAD1F29BAD4C3000FB51A /* FWRTLManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FWRTLManager.m; sourceTree = "<group>"; };
155
- 894FAD2029BAD4C3000FB51A /* FWRTLManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FWRTLManager.h; sourceTree = "<group>"; };
156
- 894FAD2229BAD4C3000FB51A /* FWRTLRemoteViewControllerAdaptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FWRTLRemoteViewControllerAdaptor.m; sourceTree = "<group>"; };
157
- 894FAD2329BAD4C3000FB51A /* UIView+FWRTL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+FWRTL.h"; sourceTree = "<group>"; };
158
- 894FAD2429BAD4C3000FB51A /* UIWindow+FWRTL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIWindow+FWRTL.h"; sourceTree = "<group>"; };
159
- 894FAD2529BAD4C3000FB51A /* FWRTLWhiteListManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FWRTLWhiteListManager.h; sourceTree = "<group>"; };
160
- 894FAD2629BAD4C3000FB51A /* CALayer+FWRTL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CALayer+FWRTL.h"; sourceTree = "<group>"; };
161
- 894FAD2729BAD4C3000FB51A /* UILabel+FWRTL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UILabel+FWRTL.h"; sourceTree = "<group>"; };
162
- 894FAD2829BAD4C3000FB51A /* UIView+FWRTL.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+FWRTL.m"; sourceTree = "<group>"; };
163
- 894FAD2929BAD4C3000FB51A /* FWRTLRemoteViewControllerAdaptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FWRTLRemoteViewControllerAdaptor.h; sourceTree = "<group>"; };
164
- 894FAD2A29BAD4C3000FB51A /* FWRTLWhiteListManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FWRTLWhiteListManager.m; sourceTree = "<group>"; };
165
- 894FAD2B29BAD4C3000FB51A /* UIWindow+FWRTL.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIWindow+FWRTL.m"; sourceTree = "<group>"; };
166
- 894FAD2C29BAD4C3000FB51A /* UILabel+FWRTL.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UILabel+FWRTL.m"; sourceTree = "<group>"; };
167
- 894FAD2D29BAD4C3000FB51A /* CALayer+FWRTL.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "CALayer+FWRTL.m"; sourceTree = "<group>"; };
168
- 894FAD2F29BAD4C3000FB51A /* UIView+FWUIHierarchy.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+FWUIHierarchy.swift"; sourceTree = "<group>"; };
169
- 894FAD3029BAD4C3000FB51A /* UIViewController+AttachChild.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIViewController+AttachChild.swift"; sourceTree = "<group>"; };
170
- 894FAD3129BAD4C3000FB51A /* UIView+Constraints.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+Constraints.swift"; sourceTree = "<group>"; };
171
- 894FAD3429BAD4C3000FB51A /* UINavigationController+FWSwizzle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UINavigationController+FWSwizzle.swift"; sourceTree = "<group>"; };
172
- 894FAD3529BAD4C3000FB51A /* String+Color.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+Color.swift"; sourceTree = "<group>"; };
173
- 894FAD3629BAD4C3000FB51A /* DispatchQueue+FWOnce.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "DispatchQueue+FWOnce.swift"; sourceTree = "<group>"; };
174
- 894FAD3729BAD4C3000FB51A /* FWSwizzleLoader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FWSwizzleLoader.m; sourceTree = "<group>"; };
175
- 894FAD3929BAD4C3000FB51A /* UITextView+FWSwizzle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UITextView+FWSwizzle.swift"; sourceTree = "<group>"; };
176
- 894FAD3A29BAD4C3000FB51A /* FWAppLanguageManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FWAppLanguageManager.swift; sourceTree = "<group>"; };
177
- 894FAD3B29BAD4C3000FB51A /* UITextField+FWSwizzle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UITextField+FWSwizzle.swift"; sourceTree = "<group>"; };
178
- 894FAD3C29BAD4C3000FB51A /* UIWindow+FWSwizzle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIWindow+FWSwizzle.swift"; sourceTree = "<group>"; };
179
- 894FAD3D29BAD4C3000FB51A /* UILabel+FWSwizzle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UILabel+FWSwizzle.swift"; sourceTree = "<group>"; };
180
- 894FAD3E29BAD4C3000FB51A /* FWLanguageUtil.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FWLanguageUtil.swift; sourceTree = "<group>"; };
181
- 894FAD3F29BAD4C3000FB51A /* UIImageView+FWSwizzle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIImageView+FWSwizzle.swift"; sourceTree = "<group>"; };
182
- 894FAD4029BAD4C3000FB51A /* NumberFormatter+FWSwizzle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NumberFormatter+FWSwizzle.swift"; sourceTree = "<group>"; };
183
- 894FAD4129BAD4C3000FB51A /* UIViewController+FWSwizzle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIViewController+FWSwizzle.swift"; sourceTree = "<group>"; };
184
- 894FAD4229BAD4C3000FB51A /* Bundle+FWSwizzle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Bundle+FWSwizzle.swift"; sourceTree = "<group>"; };
185
- 894FAD4329BAD4C3000FB51A /* URLSession+FWSwizzle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "URLSession+FWSwizzle.swift"; sourceTree = "<group>"; };
186
- 894FAD4429BAD4C3000FB51A /* FWSwizzleUtil.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FWSwizzleUtil.swift; sourceTree = "<group>"; };
187
- 894FAD4529BAD4C3000FB51A /* FWSwizzleLoader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FWSwizzleLoader.swift; sourceTree = "<group>"; };
188
- 894FAD4829BAD4C3000FB51A /* FontInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FontInfo.swift; sourceTree = "<group>"; };
189
- 894FAD4A29BAD4C3000FB51A /* RCTConvert+StoryBlock.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "RCTConvert+StoryBlock.swift"; sourceTree = "<group>"; };
190
- 894FAD4B29BAD4C3000FB51A /* RCTConvert+FireworkSDKModule.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "RCTConvert+FireworkSDKModule.swift"; sourceTree = "<group>"; };
191
- 894FAD4C29BAD4C3000FB51A /* RCTConvert+Shopping.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "RCTConvert+Shopping.swift"; sourceTree = "<group>"; };
192
- 894FAD4D29BAD4C3000FB51A /* RCTConvert+VideoFeed.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "RCTConvert+VideoFeed.swift"; sourceTree = "<group>"; };
193
- 894FAD4F29BAD4C3000FB51A /* FireworkSDK+Json.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "FireworkSDK+Json.swift"; sourceTree = "<group>"; };
194
- 894FAD5029BAD4C3000FB51A /* FireworkEventName.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FireworkEventName.swift; sourceTree = "<group>"; };
195
- 894FAD5229BAD4C3000FB51A /* StoryBlock.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StoryBlock.swift; sourceTree = "<group>"; };
196
- 894FAD5329BAD4C3000FB51A /* VideoFeedManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoFeedManager.swift; sourceTree = "<group>"; };
197
- 894FAD5429BAD4C3000FB51A /* AdConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AdConfiguration.swift; sourceTree = "<group>"; };
198
- 894FAD5529BAD4C3000FB51A /* StoryBlockManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StoryBlockManager.swift; sourceTree = "<group>"; };
199
- 894FAD5629BAD4C3000FB51A /* StoryBlockManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StoryBlockManager.m; sourceTree = "<group>"; };
200
- 894FAD5729BAD4C3000FB51A /* VideoFeedConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoFeedConfiguration.swift; sourceTree = "<group>"; };
201
- 894FAD5829BAD4C3000FB51A /* VideoFeed.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoFeed.swift; sourceTree = "<group>"; };
202
- 894FAD5929BAD4C3000FB51A /* VideoPlayerConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoPlayerConfiguration.swift; sourceTree = "<group>"; };
203
- 894FAD5A29BAD4C3000FB51A /* VideoFeedManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VideoFeedManager.m; sourceTree = "<group>"; };
204
- 894FAD5D29BAD4C3000FB51A /* FWNavigatorProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FWNavigatorProtocol.swift; sourceTree = "<group>"; };
205
- 894FAD5E29BAD4C3000FB51A /* FWNavigatorContainerViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FWNavigatorContainerViewController.swift; sourceTree = "<group>"; };
206
- 894FAD5F29BAD4C3000FB51A /* FWNavigatorModule.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FWNavigatorModule.swift; sourceTree = "<group>"; };
207
- 894FAD6029BAD4C4000FB51A /* FWNavigatorModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FWNavigatorModule.m; sourceTree = "<group>"; };
208
- 894FAD6229BAD4C4000FB51A /* ShoppingModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ShoppingModule.m; sourceTree = "<group>"; };
209
- 894FAD6329BAD4C4000FB51A /* FWCartViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FWCartViewController.swift; sourceTree = "<group>"; };
210
- 894FAD6429BAD4C4000FB51A /* ProductInfoViewConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProductInfoViewConfiguration.swift; sourceTree = "<group>"; };
211
- 894FAD6529BAD4C4000FB51A /* Product.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Product.swift; sourceTree = "<group>"; };
212
- 894FAD6629BAD4C4000FB51A /* ShoppingModule.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShoppingModule.swift; sourceTree = "<group>"; };
213
- 894FAD6829BAD4C4000FB51A /* TrackPurchaseParameters.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TrackPurchaseParameters.swift; sourceTree = "<group>"; };
214
- 894FAD6929BAD4C4000FB51A /* FireworkSDKModule+EventTracking.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "FireworkSDKModule+EventTracking.swift"; sourceTree = "<group>"; };
215
- 894FAD6A29BAD4C4000FB51A /* FireworkSDKModule.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FireworkSDKModule.swift; sourceTree = "<group>"; };
216
- 894FAD6B29BAD4C4000FB51A /* AdBadgeConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AdBadgeConfiguration.swift; sourceTree = "<group>"; };
217
- 894FAD6C29BAD4C4000FB51A /* FireworkSDKModule+CTA.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "FireworkSDKModule+CTA.swift"; sourceTree = "<group>"; };
218
- 894FAD6D29BAD4C4000FB51A /* FireworkSDKModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FireworkSDKModule.m; sourceTree = "<group>"; };
219
- 894FAD6F29BAD4C4000FB51A /* LiveStreamModule.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LiveStreamModule.swift; sourceTree = "<group>"; };
220
- 894FAD7029BAD4C4000FB51A /* LiveStreamModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LiveStreamModule.m; sourceTree = "<group>"; };
97
+ 89291F0F29ED9D9B00EC1FA2 /* StoryBlock.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StoryBlock.swift; sourceTree = "<group>"; };
98
+ 89291F1029ED9D9B00EC1FA2 /* VideoFeedManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoFeedManager.swift; sourceTree = "<group>"; };
99
+ 89291F1129ED9D9B00EC1FA2 /* AdConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AdConfiguration.swift; sourceTree = "<group>"; };
100
+ 89291F1229ED9D9B00EC1FA2 /* StoryBlockManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StoryBlockManager.swift; sourceTree = "<group>"; };
101
+ 89291F1329ED9D9B00EC1FA2 /* StoryBlockManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StoryBlockManager.m; sourceTree = "<group>"; };
102
+ 89291F1429ED9D9B00EC1FA2 /* VideoFeedConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoFeedConfiguration.swift; sourceTree = "<group>"; };
103
+ 89291F1529ED9D9B00EC1FA2 /* VideoFeed.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoFeed.swift; sourceTree = "<group>"; };
104
+ 89291F1629ED9D9B00EC1FA2 /* VideoPlayerConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoPlayerConfiguration.swift; sourceTree = "<group>"; };
105
+ 89291F1729ED9D9B00EC1FA2 /* VideoFeedManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VideoFeedManager.m; sourceTree = "<group>"; };
106
+ 89291F1A29ED9D9B00EC1FA2 /* FWNavigatorProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FWNavigatorProtocol.swift; sourceTree = "<group>"; };
107
+ 89291F1B29ED9D9B00EC1FA2 /* FWNavigatorContainerViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FWNavigatorContainerViewController.swift; sourceTree = "<group>"; };
108
+ 89291F1C29ED9D9B00EC1FA2 /* FWNavigatorModule.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FWNavigatorModule.swift; sourceTree = "<group>"; };
109
+ 89291F1D29ED9D9B00EC1FA2 /* FWNavigatorModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FWNavigatorModule.m; sourceTree = "<group>"; };
110
+ 89291F1F29ED9D9B00EC1FA2 /* ShoppingModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ShoppingModule.m; sourceTree = "<group>"; };
111
+ 89291F2029ED9D9B00EC1FA2 /* FWCartViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FWCartViewController.swift; sourceTree = "<group>"; };
112
+ 89291F2129ED9D9B00EC1FA2 /* ProductInfoViewConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProductInfoViewConfiguration.swift; sourceTree = "<group>"; };
113
+ 89291F2229ED9D9B00EC1FA2 /* ShoppingCTAResult.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShoppingCTAResult.swift; sourceTree = "<group>"; };
114
+ 89291F2329ED9D9B00EC1FA2 /* Product.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Product.swift; sourceTree = "<group>"; };
115
+ 89291F2429ED9D9B00EC1FA2 /* ShoppingModule.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShoppingModule.swift; sourceTree = "<group>"; };
116
+ 89291F2629ED9D9B00EC1FA2 /* TrackPurchaseParameters.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TrackPurchaseParameters.swift; sourceTree = "<group>"; };
117
+ 89291F2729ED9D9B00EC1FA2 /* SDKInitOptions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SDKInitOptions.swift; sourceTree = "<group>"; };
118
+ 89291F2829ED9D9B00EC1FA2 /* FireworkSDKModule+EventTracking.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "FireworkSDKModule+EventTracking.swift"; sourceTree = "<group>"; };
119
+ 89291F2929ED9D9B00EC1FA2 /* FireworkSDKModule.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FireworkSDKModule.swift; sourceTree = "<group>"; };
120
+ 89291F2A29ED9D9B00EC1FA2 /* AdBadgeConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AdBadgeConfiguration.swift; sourceTree = "<group>"; };
121
+ 89291F2B29ED9D9B00EC1FA2 /* FireworkSDKModule+CTA.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "FireworkSDKModule+CTA.swift"; sourceTree = "<group>"; };
122
+ 89291F2C29ED9D9B00EC1FA2 /* FireworkSDKModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FireworkSDKModule.m; sourceTree = "<group>"; };
123
+ 89291F2E29ED9D9B00EC1FA2 /* LiveStreamModule.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LiveStreamModule.swift; sourceTree = "<group>"; };
124
+ 89291F2F29ED9D9B00EC1FA2 /* LiveStreamModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LiveStreamModule.m; sourceTree = "<group>"; };
125
+ 89291F3229ED9D9B00EC1FA2 /* FontInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FontInfo.swift; sourceTree = "<group>"; };
126
+ 89291F3429ED9D9B00EC1FA2 /* RCTConvert+StoryBlock.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "RCTConvert+StoryBlock.swift"; sourceTree = "<group>"; };
127
+ 89291F3529ED9D9B00EC1FA2 /* RCTConvert+FireworkSDKModule.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "RCTConvert+FireworkSDKModule.swift"; sourceTree = "<group>"; };
128
+ 89291F3629ED9D9B00EC1FA2 /* RCTConvert+Shopping.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "RCTConvert+Shopping.swift"; sourceTree = "<group>"; };
129
+ 89291F3729ED9D9B00EC1FA2 /* RCTConvert+VideoFeed.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "RCTConvert+VideoFeed.swift"; sourceTree = "<group>"; };
130
+ 89291F3929ED9D9B00EC1FA2 /* FireworkSDK+Json.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "FireworkSDK+Json.swift"; sourceTree = "<group>"; };
131
+ 89291F3A29ED9D9B00EC1FA2 /* FireworkEventName.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FireworkEventName.swift; sourceTree = "<group>"; };
132
+ 89291F3C29ED9D9B00EC1FA2 /* FWSwizzleLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FWSwizzleLoader.h; sourceTree = "<group>"; };
133
+ 89291F3E29ED9D9B00EC1FA2 /* UIViewController+AttachChild.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIViewController+AttachChild.swift"; sourceTree = "<group>"; };
134
+ 89291F3F29ED9D9B00EC1FA2 /* UIView+Constraints.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+Constraints.swift"; sourceTree = "<group>"; };
135
+ 89291F4129ED9D9B00EC1FA2 /* UINavigationController+FWSwizzle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UINavigationController+FWSwizzle.swift"; sourceTree = "<group>"; };
136
+ 89291F4229ED9D9B00EC1FA2 /* String+Color.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+Color.swift"; sourceTree = "<group>"; };
137
+ 89291F4329ED9D9B00EC1FA2 /* FWSwizzleLoader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FWSwizzleLoader.m; sourceTree = "<group>"; };
138
+ 89291F4429ED9D9B00EC1FA2 /* FWSwizzleLoader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FWSwizzleLoader.swift; sourceTree = "<group>"; };
221
139
  894FADB229BAD571000FB51A /* libFireworkSdk.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libFireworkSdk.a; sourceTree = BUILT_PRODUCTS_DIR; };
222
- 8966950F29BC465600B91A3D /* UIView+FWSwizzle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIView+FWSwizzle.swift"; sourceTree = "<group>"; };
223
- 8967687E29C8209A009A9463 /* ShoppingCTAResult.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingCTAResult.swift; sourceTree = "<group>"; };
224
140
  897523632817DEF80070EBB6 /* react_native_firework_sdk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = react_native_firework_sdk.h; sourceTree = "<group>"; };
225
141
  /* End PBXFileReference section */
226
142
 
@@ -238,246 +154,156 @@
238
154
  58B511D21A9E6C8500147676 = {
239
155
  isa = PBXGroup;
240
156
  children = (
241
- 894FAD5129BAD4C3000FB51A /* Components */,
242
- 894FAD4629BAD4C3000FB51A /* Models */,
243
- 894FAD5B29BAD4C3000FB51A /* Modules */,
244
- 894FAD1229BAD4C3000FB51A /* Utils */,
157
+ 89291F0E29ED9D9B00EC1FA2 /* Components */,
158
+ 89291F3029ED9D9B00EC1FA2 /* Models */,
159
+ 89291F1829ED9D9B00EC1FA2 /* Modules */,
160
+ 89291F3B29ED9D9B00EC1FA2 /* Utils */,
245
161
  1F6F718A2771B48100224AF3 /* FireworkSdk-Bridging-Header.h */,
246
162
  897523632817DEF80070EBB6 /* react_native_firework_sdk.h */,
247
163
  894FADB229BAD571000FB51A /* libFireworkSdk.a */,
248
164
  );
249
165
  sourceTree = "<group>";
250
166
  };
251
- 894FAD1229BAD4C3000FB51A /* Utils */ = {
167
+ 89291F0E29ED9D9B00EC1FA2 /* Components */ = {
252
168
  isa = PBXGroup;
253
169
  children = (
254
- 894FAD1329BAD4C3000FB51A /* FWSwizzleLoader.h */,
255
- 894FAD1429BAD4C3000FB51A /* FWRTL */,
256
- 894FAD2E29BAD4C3000FB51A /* Extensions */,
257
- 894FAD3729BAD4C3000FB51A /* FWSwizzleLoader.m */,
258
- 894FAD3829BAD4C3000FB51A /* AppLanguage */,
259
- 894FAD4429BAD4C3000FB51A /* FWSwizzleUtil.swift */,
260
- 894FAD4529BAD4C3000FB51A /* FWSwizzleLoader.swift */,
170
+ 89291F0F29ED9D9B00EC1FA2 /* StoryBlock.swift */,
171
+ 89291F1029ED9D9B00EC1FA2 /* VideoFeedManager.swift */,
172
+ 89291F1129ED9D9B00EC1FA2 /* AdConfiguration.swift */,
173
+ 89291F1229ED9D9B00EC1FA2 /* StoryBlockManager.swift */,
174
+ 89291F1329ED9D9B00EC1FA2 /* StoryBlockManager.m */,
175
+ 89291F1429ED9D9B00EC1FA2 /* VideoFeedConfiguration.swift */,
176
+ 89291F1529ED9D9B00EC1FA2 /* VideoFeed.swift */,
177
+ 89291F1629ED9D9B00EC1FA2 /* VideoPlayerConfiguration.swift */,
178
+ 89291F1729ED9D9B00EC1FA2 /* VideoFeedManager.m */,
261
179
  );
262
- path = Utils;
263
- sourceTree = "<group>";
264
- };
265
- 894FAD1429BAD4C3000FB51A /* FWRTL */ = {
266
- isa = PBXGroup;
267
- children = (
268
- 894FAD1529BAD4C3000FB51A /* Classes */,
269
- );
270
- path = FWRTL;
271
- sourceTree = "<group>";
272
- };
273
- 894FAD1529BAD4C3000FB51A /* Classes */ = {
274
- isa = PBXGroup;
275
- children = (
276
- 894FAD1629BAD4C3000FB51A /* Utils */,
277
- 894FAD1E29BAD4C3000FB51A /* Manager */,
278
- 894FAD2129BAD4C3000FB51A /* UICategories */,
279
- );
280
- path = Classes;
281
- sourceTree = "<group>";
282
- };
283
- 894FAD1629BAD4C3000FB51A /* Utils */ = {
284
- isa = PBXGroup;
285
- children = (
286
- 894FAD1729BAD4C3000FB51A /* UIImage+FWRTL.m */,
287
- 894FAD1829BAD4C3000FB51A /* NSString+FWRTL.m */,
288
- 894FAD1929BAD4C3000FB51A /* NSObject+FWRTLReloadBlock.m */,
289
- 894FAD1A29BAD4C3000FB51A /* FWRTLDefinitions.h */,
290
- 894FAD1B29BAD4C3000FB51A /* NSString+FWRTL.h */,
291
- 894FAD1C29BAD4C3000FB51A /* UIImage+FWRTL.h */,
292
- 894FAD1D29BAD4C3000FB51A /* NSObject+FWRTLReloadBlock.h */,
293
- );
294
- path = Utils;
180
+ path = Components;
295
181
  sourceTree = "<group>";
296
182
  };
297
- 894FAD1E29BAD4C3000FB51A /* Manager */ = {
183
+ 89291F1829ED9D9B00EC1FA2 /* Modules */ = {
298
184
  isa = PBXGroup;
299
185
  children = (
300
- 894FAD1F29BAD4C3000FB51A /* FWRTLManager.m */,
301
- 894FAD2029BAD4C3000FB51A /* FWRTLManager.h */,
186
+ 89291F1929ED9D9B00EC1FA2 /* FWNavigatorModule */,
187
+ 89291F1E29ED9D9B00EC1FA2 /* Shopping */,
188
+ 89291F2529ED9D9B00EC1FA2 /* FireworkSDKModule */,
189
+ 89291F2D29ED9D9B00EC1FA2 /* LiveStream */,
302
190
  );
303
- path = Manager;
191
+ path = Modules;
304
192
  sourceTree = "<group>";
305
193
  };
306
- 894FAD2129BAD4C3000FB51A /* UICategories */ = {
194
+ 89291F1929ED9D9B00EC1FA2 /* FWNavigatorModule */ = {
307
195
  isa = PBXGroup;
308
196
  children = (
309
- 894FAD2229BAD4C3000FB51A /* FWRTLRemoteViewControllerAdaptor.m */,
310
- 894FAD2329BAD4C3000FB51A /* UIView+FWRTL.h */,
311
- 894FAD2429BAD4C3000FB51A /* UIWindow+FWRTL.h */,
312
- 894FAD2529BAD4C3000FB51A /* FWRTLWhiteListManager.h */,
313
- 894FAD2629BAD4C3000FB51A /* CALayer+FWRTL.h */,
314
- 894FAD2729BAD4C3000FB51A /* UILabel+FWRTL.h */,
315
- 894FAD2829BAD4C3000FB51A /* UIView+FWRTL.m */,
316
- 894FAD2929BAD4C3000FB51A /* FWRTLRemoteViewControllerAdaptor.h */,
317
- 894FAD2A29BAD4C3000FB51A /* FWRTLWhiteListManager.m */,
318
- 894FAD2B29BAD4C3000FB51A /* UIWindow+FWRTL.m */,
319
- 894FAD2C29BAD4C3000FB51A /* UILabel+FWRTL.m */,
320
- 894FAD2D29BAD4C3000FB51A /* CALayer+FWRTL.m */,
197
+ 89291F1A29ED9D9B00EC1FA2 /* FWNavigatorProtocol.swift */,
198
+ 89291F1B29ED9D9B00EC1FA2 /* FWNavigatorContainerViewController.swift */,
199
+ 89291F1C29ED9D9B00EC1FA2 /* FWNavigatorModule.swift */,
200
+ 89291F1D29ED9D9B00EC1FA2 /* FWNavigatorModule.m */,
321
201
  );
322
- path = UICategories;
202
+ path = FWNavigatorModule;
323
203
  sourceTree = "<group>";
324
204
  };
325
- 894FAD2E29BAD4C3000FB51A /* Extensions */ = {
205
+ 89291F1E29ED9D9B00EC1FA2 /* Shopping */ = {
326
206
  isa = PBXGroup;
327
207
  children = (
328
- 894FAD2F29BAD4C3000FB51A /* UIView+FWUIHierarchy.swift */,
329
- 894FAD3029BAD4C3000FB51A /* UIViewController+AttachChild.swift */,
330
- 894FAD3129BAD4C3000FB51A /* UIView+Constraints.swift */,
331
- 894FAD3229BAD4C3000FB51A /* Swizzle */,
332
- 894FAD3529BAD4C3000FB51A /* String+Color.swift */,
333
- 894FAD3629BAD4C3000FB51A /* DispatchQueue+FWOnce.swift */,
208
+ 89291F1F29ED9D9B00EC1FA2 /* ShoppingModule.m */,
209
+ 89291F2029ED9D9B00EC1FA2 /* FWCartViewController.swift */,
210
+ 89291F2129ED9D9B00EC1FA2 /* ProductInfoViewConfiguration.swift */,
211
+ 89291F2229ED9D9B00EC1FA2 /* ShoppingCTAResult.swift */,
212
+ 89291F2329ED9D9B00EC1FA2 /* Product.swift */,
213
+ 89291F2429ED9D9B00EC1FA2 /* ShoppingModule.swift */,
334
214
  );
335
- path = Extensions;
215
+ path = Shopping;
336
216
  sourceTree = "<group>";
337
217
  };
338
- 894FAD3229BAD4C3000FB51A /* Swizzle */ = {
218
+ 89291F2529ED9D9B00EC1FA2 /* FireworkSDKModule */ = {
339
219
  isa = PBXGroup;
340
220
  children = (
341
- 894FAD3429BAD4C3000FB51A /* UINavigationController+FWSwizzle.swift */,
221
+ 89291F2629ED9D9B00EC1FA2 /* TrackPurchaseParameters.swift */,
222
+ 89291F2729ED9D9B00EC1FA2 /* SDKInitOptions.swift */,
223
+ 89291F2829ED9D9B00EC1FA2 /* FireworkSDKModule+EventTracking.swift */,
224
+ 89291F2929ED9D9B00EC1FA2 /* FireworkSDKModule.swift */,
225
+ 89291F2A29ED9D9B00EC1FA2 /* AdBadgeConfiguration.swift */,
226
+ 89291F2B29ED9D9B00EC1FA2 /* FireworkSDKModule+CTA.swift */,
227
+ 89291F2C29ED9D9B00EC1FA2 /* FireworkSDKModule.m */,
342
228
  );
343
- path = Swizzle;
229
+ path = FireworkSDKModule;
344
230
  sourceTree = "<group>";
345
231
  };
346
- 894FAD3829BAD4C3000FB51A /* AppLanguage */ = {
232
+ 89291F2D29ED9D9B00EC1FA2 /* LiveStream */ = {
347
233
  isa = PBXGroup;
348
234
  children = (
349
- 894FAD3929BAD4C3000FB51A /* UITextView+FWSwizzle.swift */,
350
- 894FAD3A29BAD4C3000FB51A /* FWAppLanguageManager.swift */,
351
- 894FAD3B29BAD4C3000FB51A /* UITextField+FWSwizzle.swift */,
352
- 894FAD3C29BAD4C3000FB51A /* UIWindow+FWSwizzle.swift */,
353
- 894FAD3D29BAD4C3000FB51A /* UILabel+FWSwizzle.swift */,
354
- 894FAD3E29BAD4C3000FB51A /* FWLanguageUtil.swift */,
355
- 894FAD3F29BAD4C3000FB51A /* UIImageView+FWSwizzle.swift */,
356
- 894FAD4029BAD4C3000FB51A /* NumberFormatter+FWSwizzle.swift */,
357
- 894FAD4129BAD4C3000FB51A /* UIViewController+FWSwizzle.swift */,
358
- 894FAD4229BAD4C3000FB51A /* Bundle+FWSwizzle.swift */,
359
- 894FAD4329BAD4C3000FB51A /* URLSession+FWSwizzle.swift */,
360
- 8966950F29BC465600B91A3D /* UIView+FWSwizzle.swift */,
235
+ 89291F2E29ED9D9B00EC1FA2 /* LiveStreamModule.swift */,
236
+ 89291F2F29ED9D9B00EC1FA2 /* LiveStreamModule.m */,
361
237
  );
362
- path = AppLanguage;
238
+ path = LiveStream;
363
239
  sourceTree = "<group>";
364
240
  };
365
- 894FAD4629BAD4C3000FB51A /* Models */ = {
241
+ 89291F3029ED9D9B00EC1FA2 /* Models */ = {
366
242
  isa = PBXGroup;
367
243
  children = (
368
- 894FAD4729BAD4C3000FB51A /* Common */,
369
- 894FAD4929BAD4C3000FB51A /* RNToNative */,
370
- 894FAD4E29BAD4C3000FB51A /* NativeToRN */,
244
+ 89291F3129ED9D9B00EC1FA2 /* Common */,
245
+ 89291F3329ED9D9B00EC1FA2 /* RNToNative */,
246
+ 89291F3829ED9D9B00EC1FA2 /* NativeToRN */,
371
247
  );
372
248
  path = Models;
373
249
  sourceTree = "<group>";
374
250
  };
375
- 894FAD4729BAD4C3000FB51A /* Common */ = {
251
+ 89291F3129ED9D9B00EC1FA2 /* Common */ = {
376
252
  isa = PBXGroup;
377
253
  children = (
378
- 894FAD4829BAD4C3000FB51A /* FontInfo.swift */,
254
+ 89291F3229ED9D9B00EC1FA2 /* FontInfo.swift */,
379
255
  );
380
256
  path = Common;
381
257
  sourceTree = "<group>";
382
258
  };
383
- 894FAD4929BAD4C3000FB51A /* RNToNative */ = {
259
+ 89291F3329ED9D9B00EC1FA2 /* RNToNative */ = {
384
260
  isa = PBXGroup;
385
261
  children = (
386
- 894FAD4A29BAD4C3000FB51A /* RCTConvert+StoryBlock.swift */,
387
- 894FAD4B29BAD4C3000FB51A /* RCTConvert+FireworkSDKModule.swift */,
388
- 894FAD4C29BAD4C3000FB51A /* RCTConvert+Shopping.swift */,
389
- 894FAD4D29BAD4C3000FB51A /* RCTConvert+VideoFeed.swift */,
262
+ 89291F3429ED9D9B00EC1FA2 /* RCTConvert+StoryBlock.swift */,
263
+ 89291F3529ED9D9B00EC1FA2 /* RCTConvert+FireworkSDKModule.swift */,
264
+ 89291F3629ED9D9B00EC1FA2 /* RCTConvert+Shopping.swift */,
265
+ 89291F3729ED9D9B00EC1FA2 /* RCTConvert+VideoFeed.swift */,
390
266
  );
391
267
  path = RNToNative;
392
268
  sourceTree = "<group>";
393
269
  };
394
- 894FAD4E29BAD4C3000FB51A /* NativeToRN */ = {
270
+ 89291F3829ED9D9B00EC1FA2 /* NativeToRN */ = {
395
271
  isa = PBXGroup;
396
272
  children = (
397
- 894FAD4F29BAD4C3000FB51A /* FireworkSDK+Json.swift */,
398
- 894FAD5029BAD4C3000FB51A /* FireworkEventName.swift */,
273
+ 89291F3929ED9D9B00EC1FA2 /* FireworkSDK+Json.swift */,
274
+ 89291F3A29ED9D9B00EC1FA2 /* FireworkEventName.swift */,
399
275
  );
400
276
  path = NativeToRN;
401
277
  sourceTree = "<group>";
402
278
  };
403
- 894FAD5129BAD4C3000FB51A /* Components */ = {
279
+ 89291F3B29ED9D9B00EC1FA2 /* Utils */ = {
404
280
  isa = PBXGroup;
405
281
  children = (
406
- 894FAD5229BAD4C3000FB51A /* StoryBlock.swift */,
407
- 894FAD5329BAD4C3000FB51A /* VideoFeedManager.swift */,
408
- 894FAD5429BAD4C3000FB51A /* AdConfiguration.swift */,
409
- 894FAD5529BAD4C3000FB51A /* StoryBlockManager.swift */,
410
- 894FAD5629BAD4C3000FB51A /* StoryBlockManager.m */,
411
- 894FAD5729BAD4C3000FB51A /* VideoFeedConfiguration.swift */,
412
- 894FAD5829BAD4C3000FB51A /* VideoFeed.swift */,
413
- 894FAD5929BAD4C3000FB51A /* VideoPlayerConfiguration.swift */,
414
- 894FAD5A29BAD4C3000FB51A /* VideoFeedManager.m */,
282
+ 89291F3C29ED9D9B00EC1FA2 /* FWSwizzleLoader.h */,
283
+ 89291F3D29ED9D9B00EC1FA2 /* Extensions */,
284
+ 89291F4329ED9D9B00EC1FA2 /* FWSwizzleLoader.m */,
285
+ 89291F4429ED9D9B00EC1FA2 /* FWSwizzleLoader.swift */,
415
286
  );
416
- path = Components;
417
- sourceTree = "<group>";
418
- };
419
- 894FAD5B29BAD4C3000FB51A /* Modules */ = {
420
- isa = PBXGroup;
421
- children = (
422
- 894FAD5C29BAD4C3000FB51A /* FWNavigatorModule */,
423
- 894FAD6129BAD4C4000FB51A /* Shopping */,
424
- 894FAD6729BAD4C4000FB51A /* FireworkSDKModule */,
425
- 894FAD6E29BAD4C4000FB51A /* LiveStream */,
426
- );
427
- path = Modules;
428
- sourceTree = "<group>";
429
- };
430
- 894FAD5C29BAD4C3000FB51A /* FWNavigatorModule */ = {
431
- isa = PBXGroup;
432
- children = (
433
- 894FAD5D29BAD4C3000FB51A /* FWNavigatorProtocol.swift */,
434
- 894FAD5E29BAD4C3000FB51A /* FWNavigatorContainerViewController.swift */,
435
- 894FAD5F29BAD4C3000FB51A /* FWNavigatorModule.swift */,
436
- 894FAD6029BAD4C4000FB51A /* FWNavigatorModule.m */,
437
- );
438
- path = FWNavigatorModule;
439
- sourceTree = "<group>";
440
- };
441
- 894FAD6129BAD4C4000FB51A /* Shopping */ = {
442
- isa = PBXGroup;
443
- children = (
444
- 894FAD6229BAD4C4000FB51A /* ShoppingModule.m */,
445
- 894FAD6329BAD4C4000FB51A /* FWCartViewController.swift */,
446
- 894FAD6429BAD4C4000FB51A /* ProductInfoViewConfiguration.swift */,
447
- 894FAD6529BAD4C4000FB51A /* Product.swift */,
448
- 894FAD6629BAD4C4000FB51A /* ShoppingModule.swift */,
449
- 8967687E29C8209A009A9463 /* ShoppingCTAResult.swift */,
450
- );
451
- path = Shopping;
287
+ path = Utils;
452
288
  sourceTree = "<group>";
453
289
  };
454
- 894FAD6729BAD4C4000FB51A /* FireworkSDKModule */ = {
290
+ 89291F3D29ED9D9B00EC1FA2 /* Extensions */ = {
455
291
  isa = PBXGroup;
456
292
  children = (
457
- 89335CA528E29D3A00B84BC7 /* TrackPurchaseParameters.swift */,
458
- 8975237F2817DEF80070EBB6 /* FireworkSDKModule+EventTracking.swift */,
459
- 897523802817DEF80070EBB6 /* FireworkSDKModule.swift */,
460
- 897523812817DEF80070EBB6 /* AdBadgeConfiguration.swift */,
461
- 897523822817DEF80070EBB6 /* FireworkSDKModule+CTA.swift */,
462
- 897523832817DEF80070EBB6 /* FireworkSDKModule.m */,
463
- 892C397129B82757003BDD99 /* SDKInitOptions.swift */,
464
- 894FAD6829BAD4C4000FB51A /* TrackPurchaseParameters.swift */,
465
- 894FAD6929BAD4C4000FB51A /* FireworkSDKModule+EventTracking.swift */,
466
- 894FAD6A29BAD4C4000FB51A /* FireworkSDKModule.swift */,
467
- 894FAD6B29BAD4C4000FB51A /* AdBadgeConfiguration.swift */,
468
- 894FAD6C29BAD4C4000FB51A /* FireworkSDKModule+CTA.swift */,
469
- 894FAD6D29BAD4C4000FB51A /* FireworkSDKModule.m */,
293
+ 89291F3E29ED9D9B00EC1FA2 /* UIViewController+AttachChild.swift */,
294
+ 89291F3F29ED9D9B00EC1FA2 /* UIView+Constraints.swift */,
295
+ 89291F4029ED9D9B00EC1FA2 /* Swizzle */,
296
+ 89291F4229ED9D9B00EC1FA2 /* String+Color.swift */,
470
297
  );
471
- path = FireworkSDKModule;
298
+ path = Extensions;
472
299
  sourceTree = "<group>";
473
300
  };
474
- 894FAD6E29BAD4C4000FB51A /* LiveStream */ = {
301
+ 89291F4029ED9D9B00EC1FA2 /* Swizzle */ = {
475
302
  isa = PBXGroup;
476
303
  children = (
477
- 894FAD6F29BAD4C4000FB51A /* LiveStreamModule.swift */,
478
- 894FAD7029BAD4C4000FB51A /* LiveStreamModule.m */,
304
+ 89291F4129ED9D9B00EC1FA2 /* UINavigationController+FWSwizzle.swift */,
479
305
  );
480
- path = LiveStream;
306
+ path = Swizzle;
481
307
  sourceTree = "<group>";
482
308
  };
483
309
  /* End PBXGroup section */
@@ -537,113 +363,77 @@
537
363
  isa = PBXSourcesBuildPhase;
538
364
  buildActionMask = 2147483647;
539
365
  files = (
540
- 8975238A2817DEF80070EBB6 /* UIView+ParentViewController.swift in Sources */,
541
- 8975239B2817DEF80070EBB6 /* FireworkSDKModule.swift in Sources */,
542
- 897523952817DEF80070EBB6 /* ShoppingModule.m in Sources */,
543
- 89335CA628E29D3A00B84BC7 /* TrackPurchaseParameters.swift in Sources */,
544
- 897523A02817DEF80070EBB6 /* LiveStreamModule.m in Sources */,
545
- 8975238E2817DEF80070EBB6 /* FireworkSDK+Json.swift in Sources */,
546
- 8953CF5E2993E0D200F7413E /* UINavigationController+FWSwizzle.swift in Sources */,
547
- 89DF27E128A53A89003F3CCB /* RCTConvert+StoryBlock.swift in Sources */,
548
- 8953CF6C2993FAAB00F7413E /* FWSwizzleLoader.m in Sources */,
549
- 8975235F2817DEEE0070EBB6 /* VideoFeedConfiguration.swift in Sources */,
550
- 89D6BBF929ACE2DC00C8AA2A /* FontInfo.swift in Sources */,
551
- 897523612817DEEE0070EBB6 /* VideoPlayerConfiguration.swift in Sources */,
552
- 897523972817DEF80070EBB6 /* Product.swift in Sources */,
553
- 89DF27DD28A53A77003F3CCB /* StoryBlock.swift in Sources */,
554
- 89DF27DF28A53A77003F3CCB /* StoryBlockManager.m in Sources */,
555
- 897523932817DEF80070EBB6 /* FWNavigatorModule.m in Sources */,
556
- 897523922817DEF80070EBB6 /* FWNavigatorModule.swift in Sources */,
557
- 897523872817DEF80070EBB6 /* UIViewController+AttachChild.swift in Sources */,
558
- 897523902817DEF80070EBB6 /* FWNavigatorProtocol.swift in Sources */,
559
- 897523882817DEF80070EBB6 /* UIView+Constraints.swift in Sources */,
560
- 897523982817DEF80070EBB6 /* ShoppingModule.swift in Sources */,
561
- 892C397229B82757003BDD99 /* SDKInitOptions.swift in Sources */,
562
- 896A8EB928E3DCCA007E51F8 /* AdConfiguration.swift in Sources */,
563
- 8975239C2817DEF80070EBB6 /* AdBadgeConfiguration.swift in Sources */,
564
- 897523942817DEF80070EBB6 /* FWCartViewController.swift in Sources */,
565
- 8975239A2817DEF80070EBB6 /* FireworkSDKModule+EventTracking.swift in Sources */,
566
- 8975239E2817DEF80070EBB6 /* FireworkSDKModule.m in Sources */,
567
- 897523962817DEF80070EBB6 /* ProductInfoViewConfiguration.swift in Sources */,
568
- 8975238D2817DEF80070EBB6 /* RCTConvert+VideoFeed.swift in Sources */,
569
- 8975238C2817DEF80070EBB6 /* RCTConvert+Shopping.swift in Sources */,
570
- 897523602817DEEE0070EBB6 /* VideoFeed.swift in Sources */,
571
- 8975235E2817DEEE0070EBB6 /* VideoFeedManager.swift in Sources */,
572
- 8975239D2817DEF80070EBB6 /* FireworkSDKModule+CTA.swift in Sources */,
573
- 89DF27DE28A53A77003F3CCB /* StoryBlockManager.swift in Sources */,
574
- 8953CF622993E44E00F7413E /* DispatchQueue+FWOnce.swift in Sources */,
575
- 897523892817DEF80070EBB6 /* String+Color.swift in Sources */,
576
- 8953CF602993E3B200F7413E /* FWSwizzleUtil.swift in Sources */,
577
- 897523622817DEEE0070EBB6 /* VideoFeedManager.m in Sources */,
578
- 897523912817DEF80070EBB6 /* FWNavigatorContainerViewController.swift in Sources */,
579
- 8975238F2817DEF80070EBB6 /* FireworkEventName.swift in Sources */,
580
- 8975238B2817DEF80070EBB6 /* RCTConvert+FireworkSDKModule.swift in Sources */,
581
- 8975239F2817DEF80070EBB6 /* LiveStreamModule.swift in Sources */,
582
- 894FAD9629BAD4C4000FB51A /* FireworkEventName.swift in Sources */,
583
- 894FAD7629BAD4C4000FB51A /* UIView+FWRTL.m in Sources */,
584
- 894FAD7129BAD4C4000FB51A /* UIImage+FWRTL.m in Sources */,
585
- 894FAD7C29BAD4C4000FB51A /* UIViewController+AttachChild.swift in Sources */,
586
- 894FAD8729BAD4C4000FB51A /* UILabel+FWSwizzle.swift in Sources */,
587
- 894FAD8529BAD4C4000FB51A /* UITextField+FWSwizzle.swift in Sources */,
588
- 894FAD7D29BAD4C4000FB51A /* UIView+Constraints.swift in Sources */,
589
- 894FAD9129BAD4C4000FB51A /* RCTConvert+StoryBlock.swift in Sources */,
590
- 894FAD8629BAD4C4000FB51A /* UIWindow+FWSwizzle.swift in Sources */,
591
- 894FADAE29BAD4C4000FB51A /* FireworkSDKModule.m in Sources */,
592
- 894FADAA29BAD4C4000FB51A /* FireworkSDKModule+EventTracking.swift in Sources */,
593
- 894FAD8F29BAD4C4000FB51A /* FWSwizzleLoader.swift in Sources */,
594
- 894FAD8229BAD4C4000FB51A /* FWSwizzleLoader.m in Sources */,
595
- 894FAD8129BAD4C4000FB51A /* DispatchQueue+FWOnce.swift in Sources */,
596
- 894FAD9B29BAD4C4000FB51A /* StoryBlockManager.m in Sources */,
597
- 894FADB029BAD4C4000FB51A /* LiveStreamModule.m in Sources */,
598
- 894FADA829BAD4C4000FB51A /* ShoppingModule.swift in Sources */,
599
- 894FAD7B29BAD4C4000FB51A /* UIView+FWUIHierarchy.swift in Sources */,
600
- 894FADA029BAD4C4000FB51A /* FWNavigatorProtocol.swift in Sources */,
601
- 894FAD9929BAD4C4000FB51A /* AdConfiguration.swift in Sources */,
602
- 894FAD9D29BAD4C4000FB51A /* VideoFeed.swift in Sources */,
603
- 894FAD9729BAD4C4000FB51A /* StoryBlock.swift in Sources */,
604
- 894FAD9329BAD4C4000FB51A /* RCTConvert+Shopping.swift in Sources */,
605
- 894FAD9029BAD4C4000FB51A /* FontInfo.swift in Sources */,
606
- 894FAD7929BAD4C4000FB51A /* UILabel+FWRTL.m in Sources */,
607
- 894FAD7329BAD4C4000FB51A /* NSObject+FWRTLReloadBlock.m in Sources */,
608
- 894FAD7829BAD4C4000FB51A /* UIWindow+FWRTL.m in Sources */,
609
- 894FAD7A29BAD4C4000FB51A /* CALayer+FWRTL.m in Sources */,
610
- 894FAD7529BAD4C4000FB51A /* FWRTLRemoteViewControllerAdaptor.m in Sources */,
611
- 894FAD7229BAD4C4000FB51A /* NSString+FWRTL.m in Sources */,
612
- 894FADAC29BAD4C4000FB51A /* AdBadgeConfiguration.swift in Sources */,
613
- 894FADA729BAD4C4000FB51A /* Product.swift in Sources */,
614
- 894FADAF29BAD4C4000FB51A /* LiveStreamModule.swift in Sources */,
615
- 894FADA529BAD4C4000FB51A /* FWCartViewController.swift in Sources */,
616
- 894FAD8929BAD4C4000FB51A /* UIImageView+FWSwizzle.swift in Sources */,
617
- 894FADA629BAD4C4000FB51A /* ProductInfoViewConfiguration.swift in Sources */,
618
- 894FADA929BAD4C4000FB51A /* TrackPurchaseParameters.swift in Sources */,
619
- 894FADA329BAD4C4000FB51A /* FWNavigatorModule.m in Sources */,
620
- 894FAD9529BAD4C4000FB51A /* FireworkSDK+Json.swift in Sources */,
621
- 894FADAD29BAD4C4000FB51A /* FireworkSDKModule+CTA.swift in Sources */,
622
- 894FADA129BAD4C4000FB51A /* FWNavigatorContainerViewController.swift in Sources */,
623
- 894FADAB29BAD4C4000FB51A /* FireworkSDKModule.swift in Sources */,
624
- 8966951029BC465600B91A3D /* UIView+FWSwizzle.swift in Sources */,
625
- 894FAD8429BAD4C4000FB51A /* FWAppLanguageManager.swift in Sources */,
626
- 894FAD8E29BAD4C4000FB51A /* FWSwizzleUtil.swift in Sources */,
627
- 894FAD8B29BAD4C4000FB51A /* UIViewController+FWSwizzle.swift in Sources */,
628
- 894FAD9E29BAD4C4000FB51A /* VideoPlayerConfiguration.swift in Sources */,
629
- 894FAD9C29BAD4C4000FB51A /* VideoFeedConfiguration.swift in Sources */,
630
- 894FAD8329BAD4C4000FB51A /* UITextView+FWSwizzle.swift in Sources */,
631
- 894FAD7F29BAD4C4000FB51A /* UINavigationController+FWSwizzle.swift in Sources */,
632
- 894FAD7429BAD4C4000FB51A /* FWRTLManager.m in Sources */,
633
- 894FADA229BAD4C4000FB51A /* FWNavigatorModule.swift in Sources */,
634
- 894FAD9829BAD4C4000FB51A /* VideoFeedManager.swift in Sources */,
635
- 894FADA429BAD4C4000FB51A /* ShoppingModule.m in Sources */,
636
- 894FAD8029BAD4C4000FB51A /* String+Color.swift in Sources */,
637
- 894FAD9429BAD4C4000FB51A /* RCTConvert+VideoFeed.swift in Sources */,
638
- 894FAD8A29BAD4C4000FB51A /* NumberFormatter+FWSwizzle.swift in Sources */,
639
- 894FAD9229BAD4C4000FB51A /* RCTConvert+FireworkSDKModule.swift in Sources */,
640
- 8967687F29C8209A009A9463 /* ShoppingCTAResult.swift in Sources */,
641
- 894FAD9F29BAD4C4000FB51A /* VideoFeedManager.m in Sources */,
642
- 894FAD9A29BAD4C4000FB51A /* StoryBlockManager.swift in Sources */,
643
- 894FAD8829BAD4C4000FB51A /* FWLanguageUtil.swift in Sources */,
644
- 894FAD7729BAD4C4000FB51A /* FWRTLWhiteListManager.m in Sources */,
645
- 894FAD8D29BAD4C4000FB51A /* URLSession+FWSwizzle.swift in Sources */,
646
- 894FAD8C29BAD4C4000FB51A /* Bundle+FWSwizzle.swift in Sources */,
366
+ 8975238A2817DEF80070EBB6 /* (null) in Sources */,
367
+ 8975239B2817DEF80070EBB6 /* (null) in Sources */,
368
+ 897523952817DEF80070EBB6 /* (null) in Sources */,
369
+ 89291F6429ED9D9B00EC1FA2 /* RCTConvert+Shopping.swift in Sources */,
370
+ 89291F5529ED9D9B00EC1FA2 /* ShoppingCTAResult.swift in Sources */,
371
+ 89291F5829ED9D9B00EC1FA2 /* TrackPurchaseParameters.swift in Sources */,
372
+ 897523A02817DEF80070EBB6 /* (null) in Sources */,
373
+ 89291F5929ED9D9B00EC1FA2 /* SDKInitOptions.swift in Sources */,
374
+ 89291F4729ED9D9B00EC1FA2 /* AdConfiguration.swift in Sources */,
375
+ 8975238E2817DEF80070EBB6 /* (null) in Sources */,
376
+ 89291F5129ED9D9B00EC1FA2 /* FWNavigatorModule.m in Sources */,
377
+ 89DF27E128A53A89003F3CCB /* (null) in Sources */,
378
+ 89D6BBF929ACE2DC00C8AA2A /* (null) in Sources */,
379
+ 89291F5029ED9D9B00EC1FA2 /* FWNavigatorModule.swift in Sources */,
380
+ 89291F6C29ED9D9B00EC1FA2 /* FWSwizzleLoader.m in Sources */,
381
+ 897523972817DEF80070EBB6 /* (null) in Sources */,
382
+ 89291F4C29ED9D9B00EC1FA2 /* VideoPlayerConfiguration.swift in Sources */,
383
+ 89291F5E29ED9D9B00EC1FA2 /* FireworkSDKModule.m in Sources */,
384
+ 89291F5729ED9D9B00EC1FA2 /* ShoppingModule.swift in Sources */,
385
+ 89291F5D29ED9D9B00EC1FA2 /* FireworkSDKModule+CTA.swift in Sources */,
386
+ 89291F4529ED9D9B00EC1FA2 /* StoryBlock.swift in Sources */,
387
+ 89291F6529ED9D9B00EC1FA2 /* RCTConvert+VideoFeed.swift in Sources */,
388
+ 89DF27DD28A53A77003F3CCB /* (null) in Sources */,
389
+ 89291F4B29ED9D9B00EC1FA2 /* VideoFeed.swift in Sources */,
390
+ 89DF27DF28A53A77003F3CCB /* (null) in Sources */,
391
+ 897523932817DEF80070EBB6 /* (null) in Sources */,
392
+ 897523922817DEF80070EBB6 /* (null) in Sources */,
393
+ 89291F4A29ED9D9B00EC1FA2 /* VideoFeedConfiguration.swift in Sources */,
394
+ 897523872817DEF80070EBB6 /* (null) in Sources */,
395
+ 89291F4D29ED9D9B00EC1FA2 /* VideoFeedManager.m in Sources */,
396
+ 89291F6229ED9D9B00EC1FA2 /* RCTConvert+StoryBlock.swift in Sources */,
397
+ 897523902817DEF80070EBB6 /* (null) in Sources */,
398
+ 89291F5329ED9D9B00EC1FA2 /* FWCartViewController.swift in Sources */,
399
+ 89291F6B29ED9D9B00EC1FA2 /* String+Color.swift in Sources */,
400
+ 89291F6029ED9D9B00EC1FA2 /* LiveStreamModule.m in Sources */,
401
+ 89291F6629ED9D9B00EC1FA2 /* FireworkSDK+Json.swift in Sources */,
402
+ 89291F6129ED9D9B00EC1FA2 /* FontInfo.swift in Sources */,
403
+ 897523882817DEF80070EBB6 /* (null) in Sources */,
404
+ 897523982817DEF80070EBB6 /* (null) in Sources */,
405
+ 8975239C2817DEF80070EBB6 /* (null) in Sources */,
406
+ 89291F4929ED9D9B00EC1FA2 /* StoryBlockManager.m in Sources */,
407
+ 89291F4829ED9D9B00EC1FA2 /* StoryBlockManager.swift in Sources */,
408
+ 897523942817DEF80070EBB6 /* (null) in Sources */,
409
+ 8975239A2817DEF80070EBB6 /* (null) in Sources */,
410
+ 8975239E2817DEF80070EBB6 /* (null) in Sources */,
411
+ 89291F6929ED9D9B00EC1FA2 /* UIView+Constraints.swift in Sources */,
412
+ 897523962817DEF80070EBB6 /* (null) in Sources */,
413
+ 8975238D2817DEF80070EBB6 /* (null) in Sources */,
414
+ 89291F5429ED9D9B00EC1FA2 /* ProductInfoViewConfiguration.swift in Sources */,
415
+ 89291F6A29ED9D9B00EC1FA2 /* UINavigationController+FWSwizzle.swift in Sources */,
416
+ 89291F6329ED9D9B00EC1FA2 /* RCTConvert+FireworkSDKModule.swift in Sources */,
417
+ 89291F4E29ED9D9B00EC1FA2 /* FWNavigatorProtocol.swift in Sources */,
418
+ 89291F5B29ED9D9B00EC1FA2 /* FireworkSDKModule.swift in Sources */,
419
+ 89291F4629ED9D9B00EC1FA2 /* VideoFeedManager.swift in Sources */,
420
+ 89291F6829ED9D9B00EC1FA2 /* UIViewController+AttachChild.swift in Sources */,
421
+ 89291F5C29ED9D9B00EC1FA2 /* AdBadgeConfiguration.swift in Sources */,
422
+ 89291F5F29ED9D9B00EC1FA2 /* LiveStreamModule.swift in Sources */,
423
+ 8975238C2817DEF80070EBB6 /* (null) in Sources */,
424
+ 89291F5A29ED9D9B00EC1FA2 /* FireworkSDKModule+EventTracking.swift in Sources */,
425
+ 8975239D2817DEF80070EBB6 /* (null) in Sources */,
426
+ 89291F6D29ED9D9B00EC1FA2 /* FWSwizzleLoader.swift in Sources */,
427
+ 89DF27DE28A53A77003F3CCB /* (null) in Sources */,
428
+ 897523892817DEF80070EBB6 /* (null) in Sources */,
429
+ 89291F5629ED9D9B00EC1FA2 /* Product.swift in Sources */,
430
+ 897523912817DEF80070EBB6 /* (null) in Sources */,
431
+ 89291F4F29ED9D9B00EC1FA2 /* FWNavigatorContainerViewController.swift in Sources */,
432
+ 8975238F2817DEF80070EBB6 /* (null) in Sources */,
433
+ 89291F6729ED9D9B00EC1FA2 /* FireworkEventName.swift in Sources */,
434
+ 89291F5229ED9D9B00EC1FA2 /* ShoppingModule.m in Sources */,
435
+ 8975238B2817DEF80070EBB6 /* (null) in Sources */,
436
+ 8975239F2817DEF80070EBB6 /* (null) in Sources */,
647
437
  );
648
438
  runOnlyForDeploymentPostprocessing = 0;
649
439
  };