react-native-firework-sdk 2.2.5 → 2.3.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.
- package/FireworkVideoUI.xcframework/Info.plist +5 -5
- package/FireworkVideoUI.xcframework/ios-arm64/FireworkVideoUI.framework/FireworkVideoUI +0 -0
- package/FireworkVideoUI.xcframework/ios-arm64/FireworkVideoUI.framework/Info.plist +0 -0
- package/FireworkVideoUI.xcframework/ios-arm64/FireworkVideoUI.framework/Modules/FireworkVideoUI.swiftmodule/arm64-apple-ios.abi.json +2 -9
- package/FireworkVideoUI.xcframework/ios-arm64_x86_64-simulator/FireworkVideoUI.framework/FireworkVideoUI +0 -0
- package/FireworkVideoUI.xcframework/ios-arm64_x86_64-simulator/FireworkVideoUI.framework/Info.plist +0 -0
- package/FireworkVideoUI.xcframework/ios-arm64_x86_64-simulator/FireworkVideoUI.framework/Modules/FireworkVideoUI.swiftmodule/arm64-apple-ios-simulator.abi.json +2 -9
- package/FireworkVideoUI.xcframework/ios-arm64_x86_64-simulator/FireworkVideoUI.framework/Modules/FireworkVideoUI.swiftmodule/x86_64-apple-ios-simulator.abi.json +2 -9
- package/FireworkVideoUI.xcframework/ios-arm64_x86_64-simulator/FireworkVideoUI.framework/_CodeSignature/CodeResources +9 -9
- package/android/build.gradle +9 -39
- package/android/gradle/wrapper/gradle-wrapper.properties +1 -1
- package/android/gradle.properties +7 -5
- package/android/proguard-rules.pro +5 -26
- package/android/src/main/AndroidManifest.xml +0 -3
- package/android/src/main/java/com/fireworksdk/bridge/FireworkSDKPackage.kt +1 -1
- package/android/src/main/java/com/fireworksdk/bridge/components/base/FWBaseFragment.kt +10 -0
- package/android/src/main/java/com/fireworksdk/bridge/components/storyblock/StoryBlockFragment.kt +157 -0
- package/android/src/main/java/com/fireworksdk/bridge/components/storyblock/StoryBlockFrameLayout.kt +19 -0
- package/android/src/main/java/com/fireworksdk/bridge/components/videofeed/FWVideoFeed.kt +15 -5
- package/android/src/main/java/com/fireworksdk/bridge/models/FWAdBadgeConfigModel.kt +6 -7
- package/android/src/main/java/com/fireworksdk/bridge/models/FWAdBadgeConfigModelDeserializer.kt +5 -1
- package/android/src/main/java/com/fireworksdk/bridge/models/FWAdBadgeConfigModelSerializer.kt +22 -0
- package/android/src/main/java/com/fireworksdk/bridge/models/FWFontInfoModel.kt +3 -5
- package/android/src/main/java/com/fireworksdk/bridge/models/FWFontInfoModelDeserializer.kt +2 -1
- package/android/src/main/java/com/fireworksdk/bridge/models/FWFontInfoModelSerializer.kt +18 -0
- package/android/src/main/java/com/fireworksdk/bridge/models/FWGradientDrawableModel.kt +8 -0
- package/android/src/main/java/com/fireworksdk/bridge/models/FWGradientDrawableModelDeserializer.kt +35 -0
- package/android/src/main/java/com/fireworksdk/bridge/models/FWGradientDrawableModelSerializer.kt +27 -0
- package/android/src/main/java/com/fireworksdk/bridge/models/FWLiveStreamEventDetailsModel.kt +1 -5
- package/android/src/main/java/com/fireworksdk/bridge/models/FWLiveStreamMessageDetailsModel.kt +1 -5
- package/android/src/main/java/com/fireworksdk/bridge/models/FWProductInfoViewConfiguration.kt +5 -15
- package/android/src/main/java/com/fireworksdk/bridge/models/FWProductInfoViewConfigurationDeserializer.kt +2 -9
- package/android/src/main/java/com/fireworksdk/bridge/models/FWProductInfoViewConfigurationSerializer.kt +42 -0
- package/android/src/main/java/com/fireworksdk/bridge/models/FWSDKInitOptionsModel.kt +3 -5
- package/android/src/main/java/com/fireworksdk/bridge/models/FWSDKInitOptionsModelDeserializer.kt +2 -1
- package/android/src/main/java/com/fireworksdk/bridge/models/FWSDKInitOptionsModelSerializer.kt +20 -0
- package/android/src/main/java/com/fireworksdk/bridge/models/FWShoppingCtaResult.kt +3 -12
- package/android/src/main/java/com/fireworksdk/bridge/models/FWShoppingCtaResultDeserializer.kt +2 -13
- package/android/src/main/java/com/fireworksdk/bridge/models/FWShoppingCtaResultSerializer.kt +18 -0
- package/android/src/main/java/com/fireworksdk/bridge/models/FWVideoFeedConfigModel.kt +8 -9
- package/android/src/main/java/com/fireworksdk/bridge/models/FWVideoFeedConfigModelDeserializer.kt +17 -6
- package/android/src/main/java/com/fireworksdk/bridge/models/FWVideoFeedConfigModelSerializer.kt +59 -0
- package/android/src/main/java/com/fireworksdk/bridge/models/FWVideoFeedItemDetailsModel.kt +1 -5
- package/android/src/main/java/com/fireworksdk/bridge/models/FWVideoFeedPropsModel.kt +14 -15
- package/android/src/main/java/com/fireworksdk/bridge/models/FWVideoFeedPropsModelDeserializer.kt +14 -4
- package/android/src/main/java/com/fireworksdk/bridge/models/FWVideoFeedPropsModelSerializer.kt +56 -0
- package/android/src/main/java/com/fireworksdk/bridge/models/FWVideoPlaybackDetails.kt +11 -8
- package/android/src/main/java/com/fireworksdk/bridge/models/FWVideoPlayerConfigModel.kt +11 -12
- package/android/src/main/java/com/fireworksdk/bridge/models/FWVideoPlayerConfigModelDeserializer.kt +11 -7
- package/android/src/main/java/com/fireworksdk/bridge/models/FWVideoPlayerConfigModelSerializer.kt +63 -0
- package/android/src/main/java/com/fireworksdk/bridge/models/FWVideoShoppingProduct.kt +4 -11
- package/android/src/main/java/com/fireworksdk/bridge/models/FWVideoShoppingProductSerializer.kt +82 -0
- package/android/src/main/java/com/fireworksdk/bridge/models/enums/FWBadgeTextType.kt +18 -0
- package/android/src/main/java/com/fireworksdk/bridge/models/enums/FWCtaButtonTextValue.kt +18 -0
- package/android/src/main/java/com/fireworksdk/bridge/models/enums/FWCtaDelayType.kt +18 -0
- package/android/src/main/java/com/fireworksdk/bridge/models/{FWEventName.kt → enums/FWEventName.kt} +1 -1
- package/android/src/main/java/com/fireworksdk/bridge/models/enums/FWGradientDrawableOrientation.kt +24 -0
- package/android/src/main/java/com/fireworksdk/bridge/models/enums/FWPlayerLaunchBehavior.kt +18 -0
- package/android/src/main/java/com/fireworksdk/bridge/models/enums/FWPlayerStyle.kt +18 -0
- package/android/src/main/java/com/fireworksdk/bridge/models/enums/FWShoppingCtaResultRes.kt +19 -0
- package/android/src/main/java/com/fireworksdk/bridge/models/enums/FWSystemTypeface.kt +21 -0
- package/android/src/main/java/com/fireworksdk/bridge/models/enums/FWVideoCompleteAction.kt +18 -0
- package/android/src/main/java/com/fireworksdk/bridge/models/enums/FWVideoFeedMode.kt +19 -0
- package/android/src/main/java/com/fireworksdk/bridge/models/enums/FWVideoFeedSource.kt +22 -0
- package/android/src/main/java/com/fireworksdk/bridge/models/enums/FWVideoFeedTitlePosition.kt +19 -0
- package/android/src/main/java/com/fireworksdk/bridge/models/enums/FWVideoPlayerCTAWidth.kt +19 -0
- package/android/src/main/java/com/fireworksdk/bridge/reactnative/FWReactNativeSDK.kt +22 -0
- package/android/src/main/java/com/fireworksdk/bridge/reactnative/manager/FWStoryBlockManager.kt +61 -32
- package/android/src/main/java/com/fireworksdk/bridge/reactnative/manager/FWVideoFeedManager.kt +3 -2
- package/android/src/main/java/com/fireworksdk/bridge/reactnative/models/FWNavigatorInterface.kt +0 -1
- package/android/src/main/java/com/fireworksdk/bridge/reactnative/models/FWVideoShoppingInterface.kt +0 -1
- package/android/src/main/java/com/fireworksdk/bridge/reactnative/models/FireworkSDKInterface.kt +0 -2
- package/android/src/main/java/com/fireworksdk/bridge/reactnative/module/FWLiveStreamModule.kt +2 -2
- package/android/src/main/java/com/fireworksdk/bridge/reactnative/module/FWNavigatorModule.kt +0 -6
- package/android/src/main/java/com/fireworksdk/bridge/reactnative/module/FWVideoShoppingModule.kt +25 -32
- package/android/src/main/java/com/fireworksdk/bridge/reactnative/module/FireworkSDKModule.kt +24 -47
- package/android/src/main/java/com/fireworksdk/bridge/reactnative/utils/FWEventUtils.kt +17 -44
- package/android/src/main/java/com/fireworksdk/bridge/utils/FWBundleUtils.kt +46 -21
- package/android/src/main/java/com/fireworksdk/bridge/utils/FWConfigUtil.kt +165 -86
- package/android/src/main/java/com/fireworksdk/bridge/utils/FWFragmentUtil.kt +51 -0
- package/android/src/main/java/com/fireworksdk/bridge/utils/FWGlobalDataUtil.kt +1 -5
- package/android/src/main/java/com/fireworksdk/bridge/utils/FWLanguageUtil.kt +77 -80
- package/android/src/main/java/com/fireworksdk/bridge/utils/FWLiveStreamUtil.kt +17 -0
- package/android/src/main/java/com/fireworksdk/bridge/utils/FWSingletonHolder.kt +25 -0
- package/android/src/main/java/com/fireworksdk/bridge/utils/FWStatusBarUtil.kt +28 -0
- package/android/src/main/res/layout/fw_bridge_story_block.xml +5 -12
- package/ios/Components/VideoFeed.swift +39 -19
- package/ios/Components/VideoFeedConfiguration.swift +4 -5
- package/ios/Components/VideoFeedManager.swift +1 -1
- package/ios/Components/VideoPlayerConfiguration.swift +17 -0
- package/ios/FireworkSdk.xcodeproj/project.pbxproj +197 -205
- package/ios/FireworkVideoUI/FireworkVideoUI/Sources/AppLanguage/Extensions/Foundation/Bundle+AppLanguage.swift +23 -8
- package/ios/FireworkVideoUI/FireworkVideoUI/Sources/AppLanguage/Extensions/Foundation/URLSession+AppLanguage.swift +1 -18
- package/ios/FireworkVideoUI/FireworkVideoUI/Sources/AppLanguage/Extensions/UIKit/UIImageView+AppLanguage.swift +4 -1
- package/ios/Models/NativeToRN/FireworkEventName.swift +0 -1
- package/ios/Models/NativeToRN/FireworkSDK+Json.swift +1 -1
- package/ios/Modules/FWNavigatorModule/FWNavigatorModule.swift +6 -157
- package/ios/Modules/FireworkSDKModule/FireworkSDKModule+CTA.swift +1 -21
- package/ios/Modules/FireworkSDKModule/FireworkSDKModule.m +1 -2
- package/ios/Modules/FireworkSDKModule/FireworkSDKModule.swift +1 -12
- package/ios/Modules/LiveStream/LiveStreamModule.m +1 -1
- package/ios/Modules/LiveStream/LiveStreamModule.swift +4 -2
- package/ios/Modules/Shopping/FWCartViewController.swift +0 -75
- package/ios/Modules/Shopping/ShoppingModule.m +1 -3
- package/ios/Modules/Shopping/ShoppingModule.swift +12 -47
- package/ios/Utils/Extensions/Swizzle/UINavigationController+FWSwizzle.swift +1 -1
- package/lib/commonjs/FireworkSDK.js +31 -15
- package/lib/commonjs/FireworkSDK.js.map +1 -1
- package/lib/commonjs/LiveStream.js.map +1 -1
- package/lib/commonjs/VideoShopping.js +43 -30
- package/lib/commonjs/VideoShopping.js.map +1 -1
- package/lib/commonjs/components/StoryBlock.js +55 -15
- package/lib/commonjs/components/StoryBlock.js.map +1 -1
- package/lib/commonjs/components/VideoFeed.js +112 -24
- package/lib/commonjs/components/VideoFeed.js.map +1 -1
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/models/GradientDrawable.js +2 -0
- package/lib/commonjs/models/GradientDrawable.js.map +1 -0
- package/lib/commonjs/models/StoryBlockConfiguration.js +6 -0
- package/lib/commonjs/models/StoryBlockConfiguration.js.map +1 -0
- package/lib/commonjs/models/VideoPlayerCTADelay.js +2 -0
- package/lib/commonjs/models/VideoPlayerCTADelay.js.map +1 -0
- package/lib/commonjs/models/VideoPlayerCTAStyle.js +6 -0
- package/lib/commonjs/models/VideoPlayerCTAStyle.js.map +1 -0
- package/lib/commonjs/models/VideoPlayerCTAWidth.js +2 -0
- package/lib/commonjs/models/VideoPlayerCTAWidth.js.map +1 -0
- package/lib/commonjs/models/VideoPlayerCompleteAction.js +2 -0
- package/lib/commonjs/models/VideoPlayerCompleteAction.js.map +1 -0
- package/lib/commonjs/models/VideoPlayerStyle.js +2 -0
- package/lib/commonjs/models/VideoPlayerStyle.js.map +1 -0
- package/lib/commonjs/modules/LiveStreamModule.js.map +1 -1
- package/lib/commonjs/modules/ShoppingModule.js.map +1 -1
- package/lib/commonjs/utils/FWGlobalState.js +47 -0
- package/lib/commonjs/utils/FWGlobalState.js.map +1 -0
- package/lib/module/FireworkSDK.js +30 -14
- package/lib/module/FireworkSDK.js.map +1 -1
- package/lib/module/LiveStream.js.map +1 -1
- package/lib/module/VideoShopping.js +43 -29
- package/lib/module/VideoShopping.js.map +1 -1
- package/lib/module/components/StoryBlock.js +54 -15
- package/lib/module/components/StoryBlock.js.map +1 -1
- package/lib/module/components/VideoFeed.js +113 -24
- package/lib/module/components/VideoFeed.js.map +1 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/models/GradientDrawable.js +2 -0
- package/lib/module/models/GradientDrawable.js.map +1 -0
- package/lib/module/models/StoryBlockConfiguration.js +2 -0
- package/lib/module/models/StoryBlockConfiguration.js.map +1 -0
- package/lib/module/models/VideoPlayerCTADelay.js +2 -0
- package/lib/module/models/VideoPlayerCTADelay.js.map +1 -0
- package/lib/module/models/VideoPlayerCTAStyle.js +2 -0
- package/lib/module/models/VideoPlayerCTAStyle.js.map +1 -0
- package/lib/module/models/VideoPlayerCTAWidth.js +2 -0
- package/lib/module/models/VideoPlayerCTAWidth.js.map +1 -0
- package/lib/module/models/VideoPlayerCompleteAction.js +2 -0
- package/lib/module/models/VideoPlayerCompleteAction.js.map +1 -0
- package/lib/module/models/VideoPlayerStyle.js +2 -0
- package/lib/module/models/VideoPlayerStyle.js.map +1 -0
- package/lib/module/modules/LiveStreamModule.js.map +1 -1
- package/lib/module/modules/ShoppingModule.js.map +1 -1
- package/lib/module/utils/FWGlobalState.js +39 -0
- package/lib/module/utils/FWGlobalState.js.map +1 -0
- package/lib/typescript/FireworkSDK.d.ts +7 -7
- package/lib/typescript/LiveStream.d.ts +2 -2
- package/lib/typescript/VideoShopping.d.ts +17 -18
- package/lib/typescript/components/StoryBlock.d.ts +2 -0
- package/lib/typescript/components/VideoFeed.d.ts +7 -3
- package/lib/typescript/index.d.ts +10 -3
- package/lib/typescript/models/AdBadgeConfiguration.d.ts +9 -2
- package/lib/typescript/models/FWEvents.d.ts +9 -9
- package/lib/typescript/models/GradientDrawable.d.ts +5 -0
- package/lib/typescript/models/IOSFontInfo.d.ts +2 -0
- package/lib/typescript/models/ProductInfoViewConfiguration.d.ts +1 -1
- package/lib/typescript/models/StoryBlockConfiguration.d.ts +37 -0
- package/lib/typescript/models/VideoFeedConfiguration.d.ts +25 -4
- package/lib/typescript/models/VideoPlaybackDetails.d.ts +1 -0
- package/lib/typescript/models/VideoPlayerCTADelay.d.ts +11 -0
- package/lib/typescript/models/VideoPlayerCTAStyle.d.ts +21 -0
- package/lib/typescript/models/VideoPlayerCTAWidth.d.ts +1 -0
- package/lib/typescript/models/VideoPlayerCompleteAction.d.ts +1 -0
- package/lib/typescript/models/VideoPlayerConfiguration.d.ts +9 -34
- package/lib/typescript/models/VideoPlayerStyle.d.ts +1 -0
- package/lib/typescript/modules/LiveStreamModule.d.ts +1 -1
- package/lib/typescript/modules/ShoppingModule.d.ts +2 -3
- package/lib/typescript/utils/FWGlobalState.d.ts +10 -0
- package/package.json +5 -3
- package/react-native-firework-sdk.podspec +2 -1
- package/src/FireworkSDK.ts +47 -19
- package/src/LiveStream.ts +4 -2
- package/src/VideoShopping.ts +47 -39
- package/src/components/StoryBlock.tsx +66 -9
- package/src/components/VideoFeed.tsx +147 -23
- package/src/index.ts +14 -6
- package/src/models/AdBadgeConfiguration.ts +10 -2
- package/src/models/FWEvents.ts +11 -11
- package/src/models/GradientDrawable.ts +14 -0
- package/src/models/IOSFontInfo.ts +2 -0
- package/src/models/ProductInfoViewConfiguration.ts +1 -1
- package/src/models/StoryBlockConfiguration.ts +38 -0
- package/src/models/VideoFeedConfiguration.ts +25 -4
- package/src/models/VideoPlaybackDetails.ts +1 -0
- package/src/models/VideoPlayerCTADelay.ts +11 -0
- package/src/models/VideoPlayerCTAStyle.ts +22 -0
- package/src/models/VideoPlayerCTAWidth.ts +1 -0
- package/src/models/VideoPlayerCompleteAction.ts +1 -0
- package/src/models/VideoPlayerConfiguration.ts +9 -36
- package/src/models/VideoPlayerStyle.ts +1 -0
- package/src/modules/LiveStreamModule.ts +1 -1
- package/src/modules/ShoppingModule.ts +2 -3
- package/src/utils/FWGlobalState.ts +31 -0
- package/android/publish.gradle +0 -66
- package/android/src/main/java/com/fireworksdk/bridge/components/videofeed/StoryBlockFragment.kt +0 -129
- package/android/src/main/java/com/fireworksdk/bridge/components/videofeed/StoryBlockFrameLayout.kt +0 -90
- package/android/src/main/java/com/fireworksdk/bridge/constants/FWVideoPlayerConstant.kt +0 -39
- package/android/src/main/java/com/fireworksdk/bridge/models/FWSystemTypeface.kt +0 -9
- package/android/src/main/java/com/fireworksdk/bridge/models/FWVideoFeedModel.kt +0 -7
- package/android/src/main/java/com/fireworksdk/bridge/models/FWVideoFeedSource.kt +0 -10
- package/android/src/main/java/com/fireworksdk/bridge/models/FWVideoFeedTitlePosition.kt +0 -7
- package/android/src/main/java/com/fireworksdk/bridge/reactnative/pages/FWContainerActivity.kt +0 -53
- package/android/src/main/res/layout/fw_bridge_fragment_container.xml +0 -8
- package/ios/Modules/FWNavigatorModule/FWNavigatorContainerViewController.swift +0 -33
- package/ios/Modules/FWNavigatorModule/FWNavigatorProtocol.swift +0 -18
|
@@ -7,47 +7,6 @@
|
|
|
7
7
|
objects = {
|
|
8
8
|
|
|
9
9
|
/* Begin PBXBuildFile section */
|
|
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
10
|
897523872817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
52
11
|
897523882817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
53
12
|
897523892817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
@@ -73,6 +32,45 @@
|
|
|
73
32
|
8975239E2817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
74
33
|
8975239F2817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
75
34
|
897523A02817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
35
|
+
898873462A0A8E7E0089CD1C /* UIViewController+AttachChild.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873132A0A8E7E0089CD1C /* UIViewController+AttachChild.swift */; };
|
|
36
|
+
898873472A0A8E7E0089CD1C /* UIView+Constraints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873142A0A8E7E0089CD1C /* UIView+Constraints.swift */; };
|
|
37
|
+
898873482A0A8E7E0089CD1C /* UINavigationController+FWSwizzle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873162A0A8E7E0089CD1C /* UINavigationController+FWSwizzle.swift */; };
|
|
38
|
+
898873492A0A8E7E0089CD1C /* String+Color.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873172A0A8E7E0089CD1C /* String+Color.swift */; };
|
|
39
|
+
8988734A2A0A8E7E0089CD1C /* FWSwizzleLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 898873182A0A8E7E0089CD1C /* FWSwizzleLoader.m */; };
|
|
40
|
+
8988734B2A0A8E7E0089CD1C /* FWSwizzleLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873192A0A8E7E0089CD1C /* FWSwizzleLoader.swift */; };
|
|
41
|
+
8988734D2A0A8E7E0089CD1C /* FWNavigatorModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8988731D2A0A8E7E0089CD1C /* FWNavigatorModule.swift */; };
|
|
42
|
+
8988734E2A0A8E7E0089CD1C /* FWNavigatorModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 8988731E2A0A8E7E0089CD1C /* FWNavigatorModule.m */; };
|
|
43
|
+
8988734F2A0A8E7E0089CD1C /* ShoppingModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 898873202A0A8E7E0089CD1C /* ShoppingModule.m */; };
|
|
44
|
+
898873502A0A8E7E0089CD1C /* FWCartViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873212A0A8E7E0089CD1C /* FWCartViewController.swift */; };
|
|
45
|
+
898873512A0A8E7E0089CD1C /* ProductInfoViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873222A0A8E7E0089CD1C /* ProductInfoViewConfiguration.swift */; };
|
|
46
|
+
898873522A0A8E7E0089CD1C /* ShoppingCTAResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873232A0A8E7E0089CD1C /* ShoppingCTAResult.swift */; };
|
|
47
|
+
898873532A0A8E7E0089CD1C /* Product.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873242A0A8E7E0089CD1C /* Product.swift */; };
|
|
48
|
+
898873542A0A8E7E0089CD1C /* ShoppingModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873252A0A8E7E0089CD1C /* ShoppingModule.swift */; };
|
|
49
|
+
898873552A0A8E7E0089CD1C /* TrackPurchaseParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873272A0A8E7E0089CD1C /* TrackPurchaseParameters.swift */; };
|
|
50
|
+
898873562A0A8E7E0089CD1C /* SDKInitOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873282A0A8E7E0089CD1C /* SDKInitOptions.swift */; };
|
|
51
|
+
898873572A0A8E7E0089CD1C /* FireworkSDKModule+EventTracking.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873292A0A8E7E0089CD1C /* FireworkSDKModule+EventTracking.swift */; };
|
|
52
|
+
898873582A0A8E7E0089CD1C /* FireworkSDKModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8988732A2A0A8E7E0089CD1C /* FireworkSDKModule.swift */; };
|
|
53
|
+
898873592A0A8E7E0089CD1C /* AdBadgeConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8988732B2A0A8E7E0089CD1C /* AdBadgeConfiguration.swift */; };
|
|
54
|
+
8988735A2A0A8E7E0089CD1C /* FireworkSDKModule+CTA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8988732C2A0A8E7E0089CD1C /* FireworkSDKModule+CTA.swift */; };
|
|
55
|
+
8988735B2A0A8E7E0089CD1C /* FireworkSDKModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 8988732D2A0A8E7E0089CD1C /* FireworkSDKModule.m */; };
|
|
56
|
+
8988735C2A0A8E7E0089CD1C /* LiveStreamModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8988732F2A0A8E7E0089CD1C /* LiveStreamModule.swift */; };
|
|
57
|
+
8988735D2A0A8E7E0089CD1C /* LiveStreamModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 898873302A0A8E7E0089CD1C /* LiveStreamModule.m */; };
|
|
58
|
+
8988735E2A0A8E7E0089CD1C /* FontInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873332A0A8E7E0089CD1C /* FontInfo.swift */; };
|
|
59
|
+
8988735F2A0A8E7E0089CD1C /* RCTConvert+StoryBlock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873352A0A8E7E0089CD1C /* RCTConvert+StoryBlock.swift */; };
|
|
60
|
+
898873602A0A8E7E0089CD1C /* RCTConvert+FireworkSDKModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873362A0A8E7E0089CD1C /* RCTConvert+FireworkSDKModule.swift */; };
|
|
61
|
+
898873612A0A8E7E0089CD1C /* RCTConvert+Shopping.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873372A0A8E7E0089CD1C /* RCTConvert+Shopping.swift */; };
|
|
62
|
+
898873622A0A8E7E0089CD1C /* RCTConvert+VideoFeed.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873382A0A8E7E0089CD1C /* RCTConvert+VideoFeed.swift */; };
|
|
63
|
+
898873632A0A8E7E0089CD1C /* FireworkSDK+Json.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8988733A2A0A8E7E0089CD1C /* FireworkSDK+Json.swift */; };
|
|
64
|
+
898873642A0A8E7E0089CD1C /* FireworkEventName.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8988733B2A0A8E7E0089CD1C /* FireworkEventName.swift */; };
|
|
65
|
+
898873652A0A8E7E0089CD1C /* StoryBlock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8988733D2A0A8E7E0089CD1C /* StoryBlock.swift */; };
|
|
66
|
+
898873662A0A8E7E0089CD1C /* VideoFeedManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8988733E2A0A8E7E0089CD1C /* VideoFeedManager.swift */; };
|
|
67
|
+
898873672A0A8E7E0089CD1C /* AdConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8988733F2A0A8E7E0089CD1C /* AdConfiguration.swift */; };
|
|
68
|
+
898873682A0A8E7E0089CD1C /* StoryBlockManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873402A0A8E7E0089CD1C /* StoryBlockManager.swift */; };
|
|
69
|
+
898873692A0A8E7E0089CD1C /* StoryBlockManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 898873412A0A8E7E0089CD1C /* StoryBlockManager.m */; };
|
|
70
|
+
8988736A2A0A8E7E0089CD1C /* VideoFeedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873422A0A8E7E0089CD1C /* VideoFeedConfiguration.swift */; };
|
|
71
|
+
8988736B2A0A8E7E0089CD1C /* VideoFeed.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873432A0A8E7E0089CD1C /* VideoFeed.swift */; };
|
|
72
|
+
8988736C2A0A8E7E0089CD1C /* VideoPlayerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873442A0A8E7E0089CD1C /* VideoPlayerConfiguration.swift */; };
|
|
73
|
+
8988736D2A0A8E7E0089CD1C /* VideoFeedManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 898873452A0A8E7E0089CD1C /* VideoFeedManager.m */; };
|
|
76
74
|
89D6BBF929ACE2DC00C8AA2A /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
77
75
|
89DF27DD28A53A77003F3CCB /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
78
76
|
89DF27DE28A53A77003F3CCB /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
@@ -94,50 +92,48 @@
|
|
|
94
92
|
|
|
95
93
|
/* Begin PBXFileReference section */
|
|
96
94
|
1F6F718A2771B48100224AF3 /* FireworkSdk-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "FireworkSdk-Bridging-Header.h"; 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>"; };
|
|
139
95
|
894FADB229BAD571000FB51A /* libFireworkSdk.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libFireworkSdk.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
140
96
|
897523632817DEF80070EBB6 /* react_native_firework_sdk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = react_native_firework_sdk.h; sourceTree = "<group>"; };
|
|
97
|
+
898873112A0A8E7E0089CD1C /* FWSwizzleLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FWSwizzleLoader.h; sourceTree = "<group>"; };
|
|
98
|
+
898873132A0A8E7E0089CD1C /* UIViewController+AttachChild.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIViewController+AttachChild.swift"; sourceTree = "<group>"; };
|
|
99
|
+
898873142A0A8E7E0089CD1C /* UIView+Constraints.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+Constraints.swift"; sourceTree = "<group>"; };
|
|
100
|
+
898873162A0A8E7E0089CD1C /* UINavigationController+FWSwizzle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UINavigationController+FWSwizzle.swift"; sourceTree = "<group>"; };
|
|
101
|
+
898873172A0A8E7E0089CD1C /* String+Color.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+Color.swift"; sourceTree = "<group>"; };
|
|
102
|
+
898873182A0A8E7E0089CD1C /* FWSwizzleLoader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FWSwizzleLoader.m; sourceTree = "<group>"; };
|
|
103
|
+
898873192A0A8E7E0089CD1C /* FWSwizzleLoader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FWSwizzleLoader.swift; sourceTree = "<group>"; };
|
|
104
|
+
8988731D2A0A8E7E0089CD1C /* FWNavigatorModule.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FWNavigatorModule.swift; sourceTree = "<group>"; };
|
|
105
|
+
8988731E2A0A8E7E0089CD1C /* FWNavigatorModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FWNavigatorModule.m; sourceTree = "<group>"; };
|
|
106
|
+
898873202A0A8E7E0089CD1C /* ShoppingModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ShoppingModule.m; sourceTree = "<group>"; };
|
|
107
|
+
898873212A0A8E7E0089CD1C /* FWCartViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FWCartViewController.swift; sourceTree = "<group>"; };
|
|
108
|
+
898873222A0A8E7E0089CD1C /* ProductInfoViewConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProductInfoViewConfiguration.swift; sourceTree = "<group>"; };
|
|
109
|
+
898873232A0A8E7E0089CD1C /* ShoppingCTAResult.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShoppingCTAResult.swift; sourceTree = "<group>"; };
|
|
110
|
+
898873242A0A8E7E0089CD1C /* Product.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Product.swift; sourceTree = "<group>"; };
|
|
111
|
+
898873252A0A8E7E0089CD1C /* ShoppingModule.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShoppingModule.swift; sourceTree = "<group>"; };
|
|
112
|
+
898873272A0A8E7E0089CD1C /* TrackPurchaseParameters.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TrackPurchaseParameters.swift; sourceTree = "<group>"; };
|
|
113
|
+
898873282A0A8E7E0089CD1C /* SDKInitOptions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SDKInitOptions.swift; sourceTree = "<group>"; };
|
|
114
|
+
898873292A0A8E7E0089CD1C /* FireworkSDKModule+EventTracking.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "FireworkSDKModule+EventTracking.swift"; sourceTree = "<group>"; };
|
|
115
|
+
8988732A2A0A8E7E0089CD1C /* FireworkSDKModule.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FireworkSDKModule.swift; sourceTree = "<group>"; };
|
|
116
|
+
8988732B2A0A8E7E0089CD1C /* AdBadgeConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AdBadgeConfiguration.swift; sourceTree = "<group>"; };
|
|
117
|
+
8988732C2A0A8E7E0089CD1C /* FireworkSDKModule+CTA.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "FireworkSDKModule+CTA.swift"; sourceTree = "<group>"; };
|
|
118
|
+
8988732D2A0A8E7E0089CD1C /* FireworkSDKModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FireworkSDKModule.m; sourceTree = "<group>"; };
|
|
119
|
+
8988732F2A0A8E7E0089CD1C /* LiveStreamModule.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LiveStreamModule.swift; sourceTree = "<group>"; };
|
|
120
|
+
898873302A0A8E7E0089CD1C /* LiveStreamModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LiveStreamModule.m; sourceTree = "<group>"; };
|
|
121
|
+
898873332A0A8E7E0089CD1C /* FontInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FontInfo.swift; sourceTree = "<group>"; };
|
|
122
|
+
898873352A0A8E7E0089CD1C /* RCTConvert+StoryBlock.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "RCTConvert+StoryBlock.swift"; sourceTree = "<group>"; };
|
|
123
|
+
898873362A0A8E7E0089CD1C /* RCTConvert+FireworkSDKModule.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "RCTConvert+FireworkSDKModule.swift"; sourceTree = "<group>"; };
|
|
124
|
+
898873372A0A8E7E0089CD1C /* RCTConvert+Shopping.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "RCTConvert+Shopping.swift"; sourceTree = "<group>"; };
|
|
125
|
+
898873382A0A8E7E0089CD1C /* RCTConvert+VideoFeed.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "RCTConvert+VideoFeed.swift"; sourceTree = "<group>"; };
|
|
126
|
+
8988733A2A0A8E7E0089CD1C /* FireworkSDK+Json.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "FireworkSDK+Json.swift"; sourceTree = "<group>"; };
|
|
127
|
+
8988733B2A0A8E7E0089CD1C /* FireworkEventName.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FireworkEventName.swift; sourceTree = "<group>"; };
|
|
128
|
+
8988733D2A0A8E7E0089CD1C /* StoryBlock.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StoryBlock.swift; sourceTree = "<group>"; };
|
|
129
|
+
8988733E2A0A8E7E0089CD1C /* VideoFeedManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoFeedManager.swift; sourceTree = "<group>"; };
|
|
130
|
+
8988733F2A0A8E7E0089CD1C /* AdConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AdConfiguration.swift; sourceTree = "<group>"; };
|
|
131
|
+
898873402A0A8E7E0089CD1C /* StoryBlockManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StoryBlockManager.swift; sourceTree = "<group>"; };
|
|
132
|
+
898873412A0A8E7E0089CD1C /* StoryBlockManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StoryBlockManager.m; sourceTree = "<group>"; };
|
|
133
|
+
898873422A0A8E7E0089CD1C /* VideoFeedConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoFeedConfiguration.swift; sourceTree = "<group>"; };
|
|
134
|
+
898873432A0A8E7E0089CD1C /* VideoFeed.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoFeed.swift; sourceTree = "<group>"; };
|
|
135
|
+
898873442A0A8E7E0089CD1C /* VideoPlayerConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoPlayerConfiguration.swift; sourceTree = "<group>"; };
|
|
136
|
+
898873452A0A8E7E0089CD1C /* VideoFeedManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VideoFeedManager.m; sourceTree = "<group>"; };
|
|
141
137
|
/* End PBXFileReference section */
|
|
142
138
|
|
|
143
139
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -154,156 +150,154 @@
|
|
|
154
150
|
58B511D21A9E6C8500147676 = {
|
|
155
151
|
isa = PBXGroup;
|
|
156
152
|
children = (
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
153
|
+
8988733C2A0A8E7E0089CD1C /* Components */,
|
|
154
|
+
898873312A0A8E7E0089CD1C /* Models */,
|
|
155
|
+
8988731A2A0A8E7E0089CD1C /* Modules */,
|
|
156
|
+
898873102A0A8E7E0089CD1C /* Utils */,
|
|
161
157
|
1F6F718A2771B48100224AF3 /* FireworkSdk-Bridging-Header.h */,
|
|
162
158
|
897523632817DEF80070EBB6 /* react_native_firework_sdk.h */,
|
|
163
159
|
894FADB229BAD571000FB51A /* libFireworkSdk.a */,
|
|
164
160
|
);
|
|
165
161
|
sourceTree = "<group>";
|
|
166
162
|
};
|
|
167
|
-
|
|
163
|
+
898873102A0A8E7E0089CD1C /* Utils */ = {
|
|
168
164
|
isa = PBXGroup;
|
|
169
165
|
children = (
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
89291F1329ED9D9B00EC1FA2 /* StoryBlockManager.m */,
|
|
175
|
-
89291F1429ED9D9B00EC1FA2 /* VideoFeedConfiguration.swift */,
|
|
176
|
-
89291F1529ED9D9B00EC1FA2 /* VideoFeed.swift */,
|
|
177
|
-
89291F1629ED9D9B00EC1FA2 /* VideoPlayerConfiguration.swift */,
|
|
178
|
-
89291F1729ED9D9B00EC1FA2 /* VideoFeedManager.m */,
|
|
166
|
+
898873112A0A8E7E0089CD1C /* FWSwizzleLoader.h */,
|
|
167
|
+
898873122A0A8E7E0089CD1C /* Extensions */,
|
|
168
|
+
898873182A0A8E7E0089CD1C /* FWSwizzleLoader.m */,
|
|
169
|
+
898873192A0A8E7E0089CD1C /* FWSwizzleLoader.swift */,
|
|
179
170
|
);
|
|
180
|
-
path =
|
|
171
|
+
path = Utils;
|
|
181
172
|
sourceTree = "<group>";
|
|
182
173
|
};
|
|
183
|
-
|
|
174
|
+
898873122A0A8E7E0089CD1C /* Extensions */ = {
|
|
184
175
|
isa = PBXGroup;
|
|
185
176
|
children = (
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
177
|
+
898873132A0A8E7E0089CD1C /* UIViewController+AttachChild.swift */,
|
|
178
|
+
898873142A0A8E7E0089CD1C /* UIView+Constraints.swift */,
|
|
179
|
+
898873152A0A8E7E0089CD1C /* Swizzle */,
|
|
180
|
+
898873172A0A8E7E0089CD1C /* String+Color.swift */,
|
|
190
181
|
);
|
|
191
|
-
path =
|
|
182
|
+
path = Extensions;
|
|
192
183
|
sourceTree = "<group>";
|
|
193
184
|
};
|
|
194
|
-
|
|
185
|
+
898873152A0A8E7E0089CD1C /* Swizzle */ = {
|
|
195
186
|
isa = PBXGroup;
|
|
196
187
|
children = (
|
|
197
|
-
|
|
198
|
-
89291F1B29ED9D9B00EC1FA2 /* FWNavigatorContainerViewController.swift */,
|
|
199
|
-
89291F1C29ED9D9B00EC1FA2 /* FWNavigatorModule.swift */,
|
|
200
|
-
89291F1D29ED9D9B00EC1FA2 /* FWNavigatorModule.m */,
|
|
188
|
+
898873162A0A8E7E0089CD1C /* UINavigationController+FWSwizzle.swift */,
|
|
201
189
|
);
|
|
202
|
-
path =
|
|
190
|
+
path = Swizzle;
|
|
203
191
|
sourceTree = "<group>";
|
|
204
192
|
};
|
|
205
|
-
|
|
193
|
+
8988731A2A0A8E7E0089CD1C /* Modules */ = {
|
|
206
194
|
isa = PBXGroup;
|
|
207
195
|
children = (
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
89291F2329ED9D9B00EC1FA2 /* Product.swift */,
|
|
213
|
-
89291F2429ED9D9B00EC1FA2 /* ShoppingModule.swift */,
|
|
196
|
+
8988731B2A0A8E7E0089CD1C /* FWNavigatorModule */,
|
|
197
|
+
8988731F2A0A8E7E0089CD1C /* Shopping */,
|
|
198
|
+
898873262A0A8E7E0089CD1C /* FireworkSDKModule */,
|
|
199
|
+
8988732E2A0A8E7E0089CD1C /* LiveStream */,
|
|
214
200
|
);
|
|
215
|
-
path =
|
|
201
|
+
path = Modules;
|
|
216
202
|
sourceTree = "<group>";
|
|
217
203
|
};
|
|
218
|
-
|
|
204
|
+
8988731B2A0A8E7E0089CD1C /* FWNavigatorModule */ = {
|
|
219
205
|
isa = PBXGroup;
|
|
220
206
|
children = (
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
89291F2829ED9D9B00EC1FA2 /* FireworkSDKModule+EventTracking.swift */,
|
|
224
|
-
89291F2929ED9D9B00EC1FA2 /* FireworkSDKModule.swift */,
|
|
225
|
-
89291F2A29ED9D9B00EC1FA2 /* AdBadgeConfiguration.swift */,
|
|
226
|
-
89291F2B29ED9D9B00EC1FA2 /* FireworkSDKModule+CTA.swift */,
|
|
227
|
-
89291F2C29ED9D9B00EC1FA2 /* FireworkSDKModule.m */,
|
|
207
|
+
8988731D2A0A8E7E0089CD1C /* FWNavigatorModule.swift */,
|
|
208
|
+
8988731E2A0A8E7E0089CD1C /* FWNavigatorModule.m */,
|
|
228
209
|
);
|
|
229
|
-
path =
|
|
210
|
+
path = FWNavigatorModule;
|
|
230
211
|
sourceTree = "<group>";
|
|
231
212
|
};
|
|
232
|
-
|
|
213
|
+
8988731F2A0A8E7E0089CD1C /* Shopping */ = {
|
|
233
214
|
isa = PBXGroup;
|
|
234
215
|
children = (
|
|
235
|
-
|
|
236
|
-
|
|
216
|
+
898873202A0A8E7E0089CD1C /* ShoppingModule.m */,
|
|
217
|
+
898873212A0A8E7E0089CD1C /* FWCartViewController.swift */,
|
|
218
|
+
898873222A0A8E7E0089CD1C /* ProductInfoViewConfiguration.swift */,
|
|
219
|
+
898873232A0A8E7E0089CD1C /* ShoppingCTAResult.swift */,
|
|
220
|
+
898873242A0A8E7E0089CD1C /* Product.swift */,
|
|
221
|
+
898873252A0A8E7E0089CD1C /* ShoppingModule.swift */,
|
|
237
222
|
);
|
|
238
|
-
path =
|
|
223
|
+
path = Shopping;
|
|
239
224
|
sourceTree = "<group>";
|
|
240
225
|
};
|
|
241
|
-
|
|
226
|
+
898873262A0A8E7E0089CD1C /* FireworkSDKModule */ = {
|
|
242
227
|
isa = PBXGroup;
|
|
243
228
|
children = (
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
229
|
+
898873272A0A8E7E0089CD1C /* TrackPurchaseParameters.swift */,
|
|
230
|
+
898873282A0A8E7E0089CD1C /* SDKInitOptions.swift */,
|
|
231
|
+
898873292A0A8E7E0089CD1C /* FireworkSDKModule+EventTracking.swift */,
|
|
232
|
+
8988732A2A0A8E7E0089CD1C /* FireworkSDKModule.swift */,
|
|
233
|
+
8988732B2A0A8E7E0089CD1C /* AdBadgeConfiguration.swift */,
|
|
234
|
+
8988732C2A0A8E7E0089CD1C /* FireworkSDKModule+CTA.swift */,
|
|
235
|
+
8988732D2A0A8E7E0089CD1C /* FireworkSDKModule.m */,
|
|
247
236
|
);
|
|
248
|
-
path =
|
|
237
|
+
path = FireworkSDKModule;
|
|
249
238
|
sourceTree = "<group>";
|
|
250
239
|
};
|
|
251
|
-
|
|
240
|
+
8988732E2A0A8E7E0089CD1C /* LiveStream */ = {
|
|
252
241
|
isa = PBXGroup;
|
|
253
242
|
children = (
|
|
254
|
-
|
|
243
|
+
8988732F2A0A8E7E0089CD1C /* LiveStreamModule.swift */,
|
|
244
|
+
898873302A0A8E7E0089CD1C /* LiveStreamModule.m */,
|
|
255
245
|
);
|
|
256
|
-
path =
|
|
246
|
+
path = LiveStream;
|
|
257
247
|
sourceTree = "<group>";
|
|
258
248
|
};
|
|
259
|
-
|
|
249
|
+
898873312A0A8E7E0089CD1C /* Models */ = {
|
|
260
250
|
isa = PBXGroup;
|
|
261
251
|
children = (
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
89291F3729ED9D9B00EC1FA2 /* RCTConvert+VideoFeed.swift */,
|
|
252
|
+
898873322A0A8E7E0089CD1C /* Common */,
|
|
253
|
+
898873342A0A8E7E0089CD1C /* RNToNative */,
|
|
254
|
+
898873392A0A8E7E0089CD1C /* NativeToRN */,
|
|
266
255
|
);
|
|
267
|
-
path =
|
|
256
|
+
path = Models;
|
|
268
257
|
sourceTree = "<group>";
|
|
269
258
|
};
|
|
270
|
-
|
|
259
|
+
898873322A0A8E7E0089CD1C /* Common */ = {
|
|
271
260
|
isa = PBXGroup;
|
|
272
261
|
children = (
|
|
273
|
-
|
|
274
|
-
89291F3A29ED9D9B00EC1FA2 /* FireworkEventName.swift */,
|
|
262
|
+
898873332A0A8E7E0089CD1C /* FontInfo.swift */,
|
|
275
263
|
);
|
|
276
|
-
path =
|
|
264
|
+
path = Common;
|
|
277
265
|
sourceTree = "<group>";
|
|
278
266
|
};
|
|
279
|
-
|
|
267
|
+
898873342A0A8E7E0089CD1C /* RNToNative */ = {
|
|
280
268
|
isa = PBXGroup;
|
|
281
269
|
children = (
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
270
|
+
898873352A0A8E7E0089CD1C /* RCTConvert+StoryBlock.swift */,
|
|
271
|
+
898873362A0A8E7E0089CD1C /* RCTConvert+FireworkSDKModule.swift */,
|
|
272
|
+
898873372A0A8E7E0089CD1C /* RCTConvert+Shopping.swift */,
|
|
273
|
+
898873382A0A8E7E0089CD1C /* RCTConvert+VideoFeed.swift */,
|
|
286
274
|
);
|
|
287
|
-
path =
|
|
275
|
+
path = RNToNative;
|
|
288
276
|
sourceTree = "<group>";
|
|
289
277
|
};
|
|
290
|
-
|
|
278
|
+
898873392A0A8E7E0089CD1C /* NativeToRN */ = {
|
|
291
279
|
isa = PBXGroup;
|
|
292
280
|
children = (
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
89291F4029ED9D9B00EC1FA2 /* Swizzle */,
|
|
296
|
-
89291F4229ED9D9B00EC1FA2 /* String+Color.swift */,
|
|
281
|
+
8988733A2A0A8E7E0089CD1C /* FireworkSDK+Json.swift */,
|
|
282
|
+
8988733B2A0A8E7E0089CD1C /* FireworkEventName.swift */,
|
|
297
283
|
);
|
|
298
|
-
path =
|
|
284
|
+
path = NativeToRN;
|
|
299
285
|
sourceTree = "<group>";
|
|
300
286
|
};
|
|
301
|
-
|
|
287
|
+
8988733C2A0A8E7E0089CD1C /* Components */ = {
|
|
302
288
|
isa = PBXGroup;
|
|
303
289
|
children = (
|
|
304
|
-
|
|
290
|
+
8988733D2A0A8E7E0089CD1C /* StoryBlock.swift */,
|
|
291
|
+
8988733E2A0A8E7E0089CD1C /* VideoFeedManager.swift */,
|
|
292
|
+
8988733F2A0A8E7E0089CD1C /* AdConfiguration.swift */,
|
|
293
|
+
898873402A0A8E7E0089CD1C /* StoryBlockManager.swift */,
|
|
294
|
+
898873412A0A8E7E0089CD1C /* StoryBlockManager.m */,
|
|
295
|
+
898873422A0A8E7E0089CD1C /* VideoFeedConfiguration.swift */,
|
|
296
|
+
898873432A0A8E7E0089CD1C /* VideoFeed.swift */,
|
|
297
|
+
898873442A0A8E7E0089CD1C /* VideoPlayerConfiguration.swift */,
|
|
298
|
+
898873452A0A8E7E0089CD1C /* VideoFeedManager.m */,
|
|
305
299
|
);
|
|
306
|
-
path =
|
|
300
|
+
path = Components;
|
|
307
301
|
sourceTree = "<group>";
|
|
308
302
|
};
|
|
309
303
|
/* End PBXGroup section */
|
|
@@ -363,75 +357,73 @@
|
|
|
363
357
|
isa = PBXSourcesBuildPhase;
|
|
364
358
|
buildActionMask = 2147483647;
|
|
365
359
|
files = (
|
|
360
|
+
8988734B2A0A8E7E0089CD1C /* FWSwizzleLoader.swift in Sources */,
|
|
361
|
+
898873572A0A8E7E0089CD1C /* FireworkSDKModule+EventTracking.swift in Sources */,
|
|
362
|
+
8988734F2A0A8E7E0089CD1C /* ShoppingModule.m in Sources */,
|
|
363
|
+
898873612A0A8E7E0089CD1C /* RCTConvert+Shopping.swift in Sources */,
|
|
366
364
|
8975238A2817DEF80070EBB6 /* (null) in Sources */,
|
|
367
365
|
8975239B2817DEF80070EBB6 /* (null) in Sources */,
|
|
368
366
|
897523952817DEF80070EBB6 /* (null) in Sources */,
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
367
|
+
898873532A0A8E7E0089CD1C /* Product.swift in Sources */,
|
|
368
|
+
8988736C2A0A8E7E0089CD1C /* VideoPlayerConfiguration.swift in Sources */,
|
|
369
|
+
8988734D2A0A8E7E0089CD1C /* FWNavigatorModule.swift in Sources */,
|
|
370
|
+
898873692A0A8E7E0089CD1C /* StoryBlockManager.m in Sources */,
|
|
371
|
+
898873482A0A8E7E0089CD1C /* UINavigationController+FWSwizzle.swift in Sources */,
|
|
372
372
|
897523A02817DEF80070EBB6 /* (null) in Sources */,
|
|
373
|
-
|
|
374
|
-
89291F4729ED9D9B00EC1FA2 /* AdConfiguration.swift in Sources */,
|
|
373
|
+
8988735E2A0A8E7E0089CD1C /* FontInfo.swift in Sources */,
|
|
375
374
|
8975238E2817DEF80070EBB6 /* (null) in Sources */,
|
|
376
|
-
|
|
375
|
+
8988735D2A0A8E7E0089CD1C /* LiveStreamModule.m in Sources */,
|
|
377
376
|
89DF27E128A53A89003F3CCB /* (null) in Sources */,
|
|
377
|
+
898873582A0A8E7E0089CD1C /* FireworkSDKModule.swift in Sources */,
|
|
378
|
+
898873462A0A8E7E0089CD1C /* UIViewController+AttachChild.swift in Sources */,
|
|
379
|
+
898873552A0A8E7E0089CD1C /* TrackPurchaseParameters.swift in Sources */,
|
|
380
|
+
8988735C2A0A8E7E0089CD1C /* LiveStreamModule.swift in Sources */,
|
|
381
|
+
898873642A0A8E7E0089CD1C /* FireworkEventName.swift in Sources */,
|
|
382
|
+
898873512A0A8E7E0089CD1C /* ProductInfoViewConfiguration.swift in Sources */,
|
|
383
|
+
8988734E2A0A8E7E0089CD1C /* FWNavigatorModule.m in Sources */,
|
|
384
|
+
898873492A0A8E7E0089CD1C /* String+Color.swift in Sources */,
|
|
385
|
+
898873662A0A8E7E0089CD1C /* VideoFeedManager.swift in Sources */,
|
|
378
386
|
89D6BBF929ACE2DC00C8AA2A /* (null) in Sources */,
|
|
379
|
-
|
|
380
|
-
89291F6C29ED9D9B00EC1FA2 /* FWSwizzleLoader.m in Sources */,
|
|
387
|
+
898873592A0A8E7E0089CD1C /* AdBadgeConfiguration.swift in Sources */,
|
|
381
388
|
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
389
|
89DF27DD28A53A77003F3CCB /* (null) in Sources */,
|
|
389
|
-
|
|
390
|
+
898873682A0A8E7E0089CD1C /* StoryBlockManager.swift in Sources */,
|
|
391
|
+
898873542A0A8E7E0089CD1C /* ShoppingModule.swift in Sources */,
|
|
392
|
+
898873622A0A8E7E0089CD1C /* RCTConvert+VideoFeed.swift in Sources */,
|
|
390
393
|
89DF27DF28A53A77003F3CCB /* (null) in Sources */,
|
|
391
394
|
897523932817DEF80070EBB6 /* (null) in Sources */,
|
|
395
|
+
8988734A2A0A8E7E0089CD1C /* FWSwizzleLoader.m in Sources */,
|
|
392
396
|
897523922817DEF80070EBB6 /* (null) in Sources */,
|
|
393
|
-
89291F4A29ED9D9B00EC1FA2 /* VideoFeedConfiguration.swift in Sources */,
|
|
394
397
|
897523872817DEF80070EBB6 /* (null) in Sources */,
|
|
395
|
-
89291F4D29ED9D9B00EC1FA2 /* VideoFeedManager.m in Sources */,
|
|
396
|
-
89291F6229ED9D9B00EC1FA2 /* RCTConvert+StoryBlock.swift in Sources */,
|
|
397
398
|
897523902817DEF80070EBB6 /* (null) in Sources */,
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
89291F6629ED9D9B00EC1FA2 /* FireworkSDK+Json.swift in Sources */,
|
|
402
|
-
89291F6129ED9D9B00EC1FA2 /* FontInfo.swift in Sources */,
|
|
399
|
+
8988736D2A0A8E7E0089CD1C /* VideoFeedManager.m in Sources */,
|
|
400
|
+
8988735A2A0A8E7E0089CD1C /* FireworkSDKModule+CTA.swift in Sources */,
|
|
401
|
+
898873472A0A8E7E0089CD1C /* UIView+Constraints.swift in Sources */,
|
|
403
402
|
897523882817DEF80070EBB6 /* (null) in Sources */,
|
|
404
403
|
897523982817DEF80070EBB6 /* (null) in Sources */,
|
|
404
|
+
898873652A0A8E7E0089CD1C /* StoryBlock.swift in Sources */,
|
|
405
405
|
8975239C2817DEF80070EBB6 /* (null) in Sources */,
|
|
406
|
-
|
|
407
|
-
89291F4829ED9D9B00EC1FA2 /* StoryBlockManager.swift in Sources */,
|
|
406
|
+
898873602A0A8E7E0089CD1C /* RCTConvert+FireworkSDKModule.swift in Sources */,
|
|
408
407
|
897523942817DEF80070EBB6 /* (null) in Sources */,
|
|
409
408
|
8975239A2817DEF80070EBB6 /* (null) in Sources */,
|
|
409
|
+
898873672A0A8E7E0089CD1C /* AdConfiguration.swift in Sources */,
|
|
410
|
+
8988735F2A0A8E7E0089CD1C /* RCTConvert+StoryBlock.swift in Sources */,
|
|
410
411
|
8975239E2817DEF80070EBB6 /* (null) in Sources */,
|
|
411
|
-
|
|
412
|
+
898873502A0A8E7E0089CD1C /* FWCartViewController.swift in Sources */,
|
|
412
413
|
897523962817DEF80070EBB6 /* (null) in Sources */,
|
|
414
|
+
8988735B2A0A8E7E0089CD1C /* FireworkSDKModule.m in Sources */,
|
|
415
|
+
8988736A2A0A8E7E0089CD1C /* VideoFeedConfiguration.swift in Sources */,
|
|
413
416
|
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
417
|
8975238C2817DEF80070EBB6 /* (null) in Sources */,
|
|
424
|
-
|
|
418
|
+
8988736B2A0A8E7E0089CD1C /* VideoFeed.swift in Sources */,
|
|
419
|
+
898873522A0A8E7E0089CD1C /* ShoppingCTAResult.swift in Sources */,
|
|
425
420
|
8975239D2817DEF80070EBB6 /* (null) in Sources */,
|
|
426
|
-
|
|
421
|
+
898873562A0A8E7E0089CD1C /* SDKInitOptions.swift in Sources */,
|
|
427
422
|
89DF27DE28A53A77003F3CCB /* (null) in Sources */,
|
|
428
423
|
897523892817DEF80070EBB6 /* (null) in Sources */,
|
|
429
|
-
89291F5629ED9D9B00EC1FA2 /* Product.swift in Sources */,
|
|
430
424
|
897523912817DEF80070EBB6 /* (null) in Sources */,
|
|
431
|
-
89291F4F29ED9D9B00EC1FA2 /* FWNavigatorContainerViewController.swift in Sources */,
|
|
432
425
|
8975238F2817DEF80070EBB6 /* (null) in Sources */,
|
|
433
|
-
|
|
434
|
-
89291F5229ED9D9B00EC1FA2 /* ShoppingModule.m in Sources */,
|
|
426
|
+
898873632A0A8E7E0089CD1C /* FireworkSDK+Json.swift in Sources */,
|
|
435
427
|
8975238B2817DEF80070EBB6 /* (null) in Sources */,
|
|
436
428
|
8975239F2817DEF80070EBB6 /* (null) in Sources */,
|
|
437
429
|
);
|
|
@@ -24,19 +24,14 @@ extension Bundle {
|
|
|
24
24
|
let languageCode = AppLanguageManager.shared.appLanguageCode,
|
|
25
25
|
Bundle(for: FireworkVideoSDK.self) == self {
|
|
26
26
|
let iOSSDKBundle = Bundle(for: FireworkVideoSDK.self)
|
|
27
|
-
|
|
28
27
|
var languageBundlePath: String?
|
|
29
28
|
let defaultLanguageBundlePath = iOSSDKBundle.path(forResource: "Base", ofType: "lproj")
|
|
30
|
-
if
|
|
31
|
-
languageBundlePath = defaultLanguageBundlePath
|
|
32
|
-
} else if let path = iOSSDKBundle.path(forResource: language, ofType: "lproj") {
|
|
29
|
+
if let path = iOSSDKBundle.path(forResource: language, ofType: "lproj") {
|
|
33
30
|
languageBundlePath = path
|
|
34
31
|
} else if let path = iOSSDKBundle.path(forResource: languageCode, ofType: "lproj") {
|
|
35
32
|
languageBundlePath = path
|
|
36
33
|
} else {
|
|
37
|
-
let targeLanguageList = iOSSDKBundle.localizations.filter {
|
|
38
|
-
return item != "Base" && item != "en"
|
|
39
|
-
}
|
|
34
|
+
let targeLanguageList = iOSSDKBundle.localizations.filter { $0 != "Base" }
|
|
40
35
|
if let targeLanguage = targeLanguageList.first(where: { item in
|
|
41
36
|
let targeLanguageCode = LanguageUtil.getLanguageCode(item)
|
|
42
37
|
return languageCode == targeLanguageCode
|
|
@@ -47,7 +42,27 @@ extension Bundle {
|
|
|
47
42
|
|
|
48
43
|
if let resultLanguageBundlePath = languageBundlePath ?? defaultLanguageBundlePath,
|
|
49
44
|
let resultLanguageBundle = Bundle(path: resultLanguageBundlePath) {
|
|
50
|
-
|
|
45
|
+
let localizedString = resultLanguageBundle.fw_localizedString(
|
|
46
|
+
forKey: key,
|
|
47
|
+
value: value,
|
|
48
|
+
table: tableName
|
|
49
|
+
)
|
|
50
|
+
var keyNotFound = false
|
|
51
|
+
if (value ?? "").isEmpty && localizedString == key {
|
|
52
|
+
keyNotFound = true
|
|
53
|
+
} else if (value ?? "").count > 0 && localizedString == value {
|
|
54
|
+
keyNotFound = true
|
|
55
|
+
}
|
|
56
|
+
if keyNotFound, resultLanguageBundlePath != defaultLanguageBundlePath {
|
|
57
|
+
let defaultLanguageBundle = Bundle(path: defaultLanguageBundlePath ?? "")
|
|
58
|
+
return defaultLanguageBundle?.fw_localizedString(
|
|
59
|
+
forKey: key,
|
|
60
|
+
value: value,
|
|
61
|
+
table: tableName
|
|
62
|
+
) ?? localizedString
|
|
63
|
+
} else {
|
|
64
|
+
return localizedString
|
|
65
|
+
}
|
|
51
66
|
} else {
|
|
52
67
|
return self.fw_localizedString(forKey: key, value: value, table: tableName)
|
|
53
68
|
}
|