react-native-firework-sdk 2.16.1 → 2.17.0-beta.1
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/android/build.gradle +43 -75
- package/android/gradle.properties +5 -5
- package/android/settings.gradle +1 -1
- package/android/src/main/AndroidManifestNew.xml +41 -0
- package/ios/FireworkSdk-Bridging-Header.h +3 -3
- package/lib/commonjs/FWNavigator.js +13 -34
- package/lib/commonjs/FWNavigator.js.map +1 -1
- package/lib/commonjs/FireworkSDK.js +44 -159
- package/lib/commonjs/FireworkSDK.js.map +1 -1
- package/lib/commonjs/LiveStream.js +8 -27
- package/lib/commonjs/LiveStream.js.map +1 -1
- package/lib/commonjs/VideoShopping.js +21 -91
- package/lib/commonjs/VideoShopping.js.map +1 -1
- package/lib/commonjs/components/FWStoryBlock.js +2 -6
- package/lib/commonjs/components/FWStoryBlock.js.map +1 -1
- package/lib/commonjs/components/FWVideoFeed.js +2 -6
- package/lib/commonjs/components/FWVideoFeed.js.map +1 -1
- package/lib/commonjs/components/StoryBlock.js +60 -161
- package/lib/commonjs/components/StoryBlock.js.map +1 -1
- package/lib/commonjs/components/VideoFeed.js +214 -335
- package/lib/commonjs/components/VideoFeed.js.map +1 -1
- package/lib/commonjs/constants/FWErrorMessage.js +1 -4
- package/lib/commonjs/constants/FWErrorMessage.js.map +1 -1
- package/lib/commonjs/index.js +14 -29
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/models/AdBadgeConfiguration.js.map +1 -1
- package/lib/commonjs/models/AdConfiguration.js.map +1 -1
- package/lib/commonjs/models/AndroidFontInfo.js.map +1 -1
- package/lib/commonjs/models/ButtonInfo.js.map +1 -1
- package/lib/commonjs/models/CountdownTimerConfiguration.js.map +1 -1
- package/lib/commonjs/models/DataTrackingLevel.js.map +1 -1
- package/lib/commonjs/models/FWComponentType.js +3 -5
- package/lib/commonjs/models/FWComponentType.js.map +1 -1
- package/lib/commonjs/models/FWError.js.map +1 -1
- package/lib/commonjs/models/FWEventName.js +3 -5
- package/lib/commonjs/models/FWEventName.js.map +1 -1
- package/lib/commonjs/models/FWEvents.js.map +1 -1
- package/lib/commonjs/models/FWNativeErrorAction.js +3 -5
- package/lib/commonjs/models/FWNativeErrorAction.js.map +1 -1
- package/lib/commonjs/models/FeedItemDetails.js.map +1 -1
- package/lib/commonjs/models/GradientDrawable.js.map +1 -1
- package/lib/commonjs/models/IOSFontInfo.js.map +1 -1
- package/lib/commonjs/models/LiveStreamChatEventName.js +7 -7
- package/lib/commonjs/models/LiveStreamChatEventName.js.map +1 -1
- package/lib/commonjs/models/LiveStreamEventDetails.js.map +1 -1
- package/lib/commonjs/models/LiveStreamEventName.js +13 -7
- package/lib/commonjs/models/LiveStreamEventName.js.map +1 -1
- package/lib/commonjs/models/LiveStreamMessageDetails.js.map +1 -1
- package/lib/commonjs/models/LivestreamPlayerDesignVersion.js +4 -7
- package/lib/commonjs/models/LivestreamPlayerDesignVersion.js.map +1 -1
- package/lib/commonjs/models/MarkInitCalledOptions.js.map +1 -1
- package/lib/commonjs/models/OpenVideoPlayerConfiguration.js.map +1 -1
- package/lib/commonjs/models/Product.js.map +1 -1
- package/lib/commonjs/models/ProductInfoViewConfiguration.js.map +1 -1
- package/lib/commonjs/models/ProductUnit.js.map +1 -1
- package/lib/commonjs/models/PushRNContainerParams.js.map +1 -1
- package/lib/commonjs/models/ReplayBadgeConfiguration.js.map +1 -1
- package/lib/commonjs/models/SDKInitOptions.js.map +1 -1
- package/lib/commonjs/models/ShoppingCTAResult.js.map +1 -1
- package/lib/commonjs/models/StoryBlockConfiguration.js.map +1 -1
- package/lib/commonjs/models/StoryBlockNativeConfiguration.js.map +1 -1
- package/lib/commonjs/models/StoryBlockSource.js.map +1 -1
- package/lib/commonjs/models/TrackPurchaseParameters.js.map +1 -1
- package/lib/commonjs/models/VideoFeedConfiguration.js.map +1 -1
- package/lib/commonjs/models/VideoFeedSource.js.map +1 -1
- package/lib/commonjs/models/VideoPlaybackDetails.js.map +1 -1
- package/lib/commonjs/models/VideoPlaybackEventName.js +40 -7
- package/lib/commonjs/models/VideoPlaybackEventName.js.map +1 -1
- package/lib/commonjs/models/VideoPlayerButtonConfiguration.js.map +1 -1
- package/lib/commonjs/models/VideoPlayerCTADelay.js.map +1 -1
- package/lib/commonjs/models/VideoPlayerCTAStyle.js.map +1 -1
- package/lib/commonjs/models/VideoPlayerCTAWidth.js.map +1 -1
- package/lib/commonjs/models/VideoPlayerCompleteAction.js.map +1 -1
- package/lib/commonjs/models/VideoPlayerConfiguration.js.map +1 -1
- package/lib/commonjs/models/VideoPlayerLivestreamCountdownTimerTheme.js.map +1 -1
- package/lib/commonjs/models/VideoPlayerLogoConfiguration.js.map +1 -1
- package/lib/commonjs/models/VideoPlayerNativeConfiguration.js.map +1 -1
- package/lib/commonjs/models/VideoPlayerStyle.js.map +1 -1
- package/lib/commonjs/modules/FWNavigatorModule.js +3 -9
- package/lib/commonjs/modules/FWNavigatorModule.js.map +1 -1
- package/lib/commonjs/modules/FireworkSDKModule.js +3 -9
- package/lib/commonjs/modules/FireworkSDKModule.js.map +1 -1
- package/lib/commonjs/modules/LiveStreamModule.js +3 -9
- package/lib/commonjs/modules/LiveStreamModule.js.map +1 -1
- package/lib/commonjs/modules/ShoppingModule.js +3 -9
- package/lib/commonjs/modules/ShoppingModule.js.map +1 -1
- package/lib/commonjs/package.json +1 -0
- package/lib/commonjs/utils/FWGlobalState.js +3 -21
- package/lib/commonjs/utils/FWGlobalState.js.map +1 -1
- package/lib/commonjs/utils/FWJsonUtil.js +1 -9
- package/lib/commonjs/utils/FWJsonUtil.js.map +1 -1
- package/lib/commonjs/utils/FWLoggerUtil.js +1 -9
- package/lib/commonjs/utils/FWLoggerUtil.js.map +1 -1
- package/lib/commonjs/utils/VideoFeedUtil.js +15 -28
- package/lib/commonjs/utils/VideoFeedUtil.js.map +1 -1
- package/lib/module/FWNavigator.js +13 -24
- package/lib/module/FWNavigator.js.map +1 -1
- package/lib/module/FireworkSDK.js +42 -127
- package/lib/module/FireworkSDK.js.map +1 -1
- package/lib/module/LiveStream.js +7 -18
- package/lib/module/LiveStream.js.map +1 -1
- package/lib/module/VideoShopping.js +19 -68
- package/lib/module/VideoShopping.js.map +1 -1
- package/lib/module/components/FWStoryBlock.js +3 -1
- package/lib/module/components/FWStoryBlock.js.map +1 -1
- package/lib/module/components/FWVideoFeed.js +3 -1
- package/lib/module/components/FWVideoFeed.js.map +1 -1
- package/lib/module/components/StoryBlock.js +59 -111
- package/lib/module/components/StoryBlock.js.map +1 -1
- package/lib/module/components/VideoFeed.js +214 -299
- package/lib/module/components/VideoFeed.js.map +1 -1
- package/lib/module/constants/FWErrorMessage.js +2 -0
- package/lib/module/constants/FWErrorMessage.js.map +1 -1
- package/lib/module/index.js +14 -12
- package/lib/module/index.js.map +1 -1
- package/lib/module/models/AdBadgeConfiguration.js +1 -1
- package/lib/module/models/AdBadgeConfiguration.js.map +1 -1
- package/lib/module/models/AdConfiguration.js +1 -1
- package/lib/module/models/AdConfiguration.js.map +1 -1
- package/lib/module/models/AndroidFontInfo.js +1 -1
- package/lib/module/models/AndroidFontInfo.js.map +1 -1
- package/lib/module/models/ButtonInfo.js +1 -1
- package/lib/module/models/ButtonInfo.js.map +1 -1
- package/lib/module/models/CountdownTimerConfiguration.js +1 -1
- package/lib/module/models/CountdownTimerConfiguration.js.map +1 -1
- package/lib/module/models/DataTrackingLevel.js +1 -1
- package/lib/module/models/DataTrackingLevel.js.map +1 -1
- package/lib/module/models/FWComponentType.js +4 -3
- package/lib/module/models/FWComponentType.js.map +1 -1
- package/lib/module/models/FWError.js +1 -1
- package/lib/module/models/FWError.js.map +1 -1
- package/lib/module/models/FWEventName.js +4 -3
- package/lib/module/models/FWEventName.js.map +1 -1
- package/lib/module/models/FWEvents.js +2 -0
- package/lib/module/models/FWEvents.js.map +1 -1
- package/lib/module/models/FWNativeErrorAction.js +4 -3
- package/lib/module/models/FWNativeErrorAction.js.map +1 -1
- package/lib/module/models/FeedItemDetails.js +1 -1
- package/lib/module/models/FeedItemDetails.js.map +1 -1
- package/lib/module/models/GradientDrawable.js +1 -1
- package/lib/module/models/GradientDrawable.js.map +1 -1
- package/lib/module/models/IOSFontInfo.js +1 -1
- package/lib/module/models/IOSFontInfo.js.map +1 -1
- package/lib/module/models/LiveStreamChatEventName.js +7 -4
- package/lib/module/models/LiveStreamChatEventName.js.map +1 -1
- package/lib/module/models/LiveStreamEventDetails.js +1 -1
- package/lib/module/models/LiveStreamEventDetails.js.map +1 -1
- package/lib/module/models/LiveStreamEventName.js +13 -4
- package/lib/module/models/LiveStreamEventName.js.map +1 -1
- package/lib/module/models/LiveStreamMessageDetails.js +1 -1
- package/lib/module/models/LiveStreamMessageDetails.js.map +1 -1
- package/lib/module/models/LivestreamPlayerDesignVersion.js +4 -4
- package/lib/module/models/LivestreamPlayerDesignVersion.js.map +1 -1
- package/lib/module/models/MarkInitCalledOptions.js +1 -1
- package/lib/module/models/MarkInitCalledOptions.js.map +1 -1
- package/lib/module/models/OpenVideoPlayerConfiguration.js +1 -1
- package/lib/module/models/OpenVideoPlayerConfiguration.js.map +1 -1
- package/lib/module/models/Product.js +1 -1
- package/lib/module/models/Product.js.map +1 -1
- package/lib/module/models/ProductInfoViewConfiguration.js +1 -1
- package/lib/module/models/ProductInfoViewConfiguration.js.map +1 -1
- package/lib/module/models/ProductUnit.js +1 -1
- package/lib/module/models/ProductUnit.js.map +1 -1
- package/lib/module/models/PushRNContainerParams.js +1 -1
- package/lib/module/models/PushRNContainerParams.js.map +1 -1
- package/lib/module/models/ReplayBadgeConfiguration.js +1 -1
- package/lib/module/models/ReplayBadgeConfiguration.js.map +1 -1
- package/lib/module/models/SDKInitOptions.js +1 -1
- package/lib/module/models/SDKInitOptions.js.map +1 -1
- package/lib/module/models/ShoppingCTAResult.js +1 -1
- package/lib/module/models/ShoppingCTAResult.js.map +1 -1
- package/lib/module/models/StoryBlockConfiguration.js +2 -0
- package/lib/module/models/StoryBlockConfiguration.js.map +1 -1
- package/lib/module/models/StoryBlockNativeConfiguration.js +1 -1
- package/lib/module/models/StoryBlockNativeConfiguration.js.map +1 -1
- package/lib/module/models/StoryBlockSource.js +1 -1
- package/lib/module/models/StoryBlockSource.js.map +1 -1
- package/lib/module/models/TrackPurchaseParameters.js +1 -1
- package/lib/module/models/TrackPurchaseParameters.js.map +1 -1
- package/lib/module/models/VideoFeedConfiguration.js +1 -1
- package/lib/module/models/VideoFeedConfiguration.js.map +1 -1
- package/lib/module/models/VideoFeedSource.js +1 -1
- package/lib/module/models/VideoFeedSource.js.map +1 -1
- package/lib/module/models/VideoPlaybackDetails.js +1 -1
- package/lib/module/models/VideoPlaybackDetails.js.map +1 -1
- package/lib/module/models/VideoPlaybackEventName.js +40 -4
- package/lib/module/models/VideoPlaybackEventName.js.map +1 -1
- package/lib/module/models/VideoPlayerButtonConfiguration.js +1 -1
- package/lib/module/models/VideoPlayerButtonConfiguration.js.map +1 -1
- package/lib/module/models/VideoPlayerCTADelay.js +1 -1
- package/lib/module/models/VideoPlayerCTADelay.js.map +1 -1
- package/lib/module/models/VideoPlayerCTAStyle.js +2 -0
- package/lib/module/models/VideoPlayerCTAStyle.js.map +1 -1
- package/lib/module/models/VideoPlayerCTAWidth.js +1 -1
- package/lib/module/models/VideoPlayerCTAWidth.js.map +1 -1
- package/lib/module/models/VideoPlayerCompleteAction.js +1 -1
- package/lib/module/models/VideoPlayerCompleteAction.js.map +1 -1
- package/lib/module/models/VideoPlayerConfiguration.js +1 -1
- package/lib/module/models/VideoPlayerConfiguration.js.map +1 -1
- package/lib/module/models/VideoPlayerLivestreamCountdownTimerTheme.js +1 -1
- package/lib/module/models/VideoPlayerLivestreamCountdownTimerTheme.js.map +1 -1
- package/lib/module/models/VideoPlayerLogoConfiguration.js +1 -1
- package/lib/module/models/VideoPlayerLogoConfiguration.js.map +1 -1
- package/lib/module/models/VideoPlayerNativeConfiguration.js +1 -1
- package/lib/module/models/VideoPlayerNativeConfiguration.js.map +1 -1
- package/lib/module/models/VideoPlayerStyle.js +1 -1
- package/lib/module/models/VideoPlayerStyle.js.map +1 -1
- package/lib/module/modules/FWNavigatorModule.js +3 -2
- package/lib/module/modules/FWNavigatorModule.js.map +1 -1
- package/lib/module/modules/FireworkSDKModule.js +3 -2
- package/lib/module/modules/FireworkSDKModule.js.map +1 -1
- package/lib/module/modules/LiveStreamModule.js +3 -2
- package/lib/module/modules/LiveStreamModule.js.map +1 -1
- package/lib/module/modules/ShoppingModule.js +3 -2
- package/lib/module/modules/ShoppingModule.js.map +1 -1
- package/lib/module/package.json +1 -0
- package/lib/module/utils/FWGlobalState.js +3 -17
- package/lib/module/utils/FWGlobalState.js.map +1 -1
- package/lib/module/utils/FWJsonUtil.js +2 -6
- package/lib/module/utils/FWJsonUtil.js.map +1 -1
- package/lib/module/utils/FWLoggerUtil.js +2 -6
- package/lib/module/utils/FWLoggerUtil.js.map +1 -1
- package/lib/module/utils/VideoFeedUtil.js +16 -25
- package/lib/module/utils/VideoFeedUtil.js.map +1 -1
- package/lib/typescript/commonjs/package.json +1 -0
- package/lib/typescript/{FWNavigator.d.ts → commonjs/src/FWNavigator.d.ts} +3 -0
- package/lib/typescript/commonjs/src/FWNavigator.d.ts.map +1 -0
- package/lib/typescript/{FireworkSDK.d.ts → commonjs/src/FireworkSDK.d.ts} +1 -0
- package/lib/typescript/commonjs/src/FireworkSDK.d.ts.map +1 -0
- package/lib/typescript/{LiveStream.d.ts → commonjs/src/LiveStream.d.ts} +1 -0
- package/lib/typescript/commonjs/src/LiveStream.d.ts.map +1 -0
- package/lib/typescript/{VideoShopping.d.ts → commonjs/src/VideoShopping.d.ts} +1 -0
- package/lib/typescript/commonjs/src/VideoShopping.d.ts.map +1 -0
- package/lib/typescript/{components → commonjs/src/components}/FWStoryBlock.d.ts +1 -0
- package/lib/typescript/commonjs/src/components/FWStoryBlock.d.ts.map +1 -0
- package/lib/typescript/{components → commonjs/src/components}/FWVideoFeed.d.ts +1 -0
- package/lib/typescript/commonjs/src/components/FWVideoFeed.d.ts.map +1 -0
- package/lib/typescript/{components → commonjs/src/components}/StoryBlock.d.ts +3 -3
- package/lib/typescript/commonjs/src/components/StoryBlock.d.ts.map +1 -0
- package/lib/typescript/{components → commonjs/src/components}/VideoFeed.d.ts +3 -2
- package/lib/typescript/commonjs/src/components/VideoFeed.d.ts.map +1 -0
- package/lib/typescript/{constants → commonjs/src/constants}/FWErrorMessage.d.ts +1 -0
- package/lib/typescript/commonjs/src/constants/FWErrorMessage.d.ts.map +1 -0
- package/lib/typescript/{index.d.ts → commonjs/src/index.d.ts} +3 -1
- package/lib/typescript/commonjs/src/index.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/AdBadgeConfiguration.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/AdBadgeConfiguration.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/AdConfiguration.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/AdConfiguration.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/AndroidFontInfo.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/AndroidFontInfo.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/ButtonInfo.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/ButtonInfo.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/CountdownTimerConfiguration.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/CountdownTimerConfiguration.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/DataTrackingLevel.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/DataTrackingLevel.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/FWComponentType.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/FWComponentType.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/FWError.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/FWError.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/FWEventName.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/FWEventName.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/FWEvents.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/FWEvents.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/FWNativeErrorAction.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/FWNativeErrorAction.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/FeedItemDetails.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/FeedItemDetails.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/GradientDrawable.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/GradientDrawable.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/IOSFontInfo.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/IOSFontInfo.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/LiveStreamChatEventName.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/LiveStreamChatEventName.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/LiveStreamEventDetails.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/LiveStreamEventDetails.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/LiveStreamEventName.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/LiveStreamEventName.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/LiveStreamMessageDetails.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/LiveStreamMessageDetails.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/LivestreamPlayerDesignVersion.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/LivestreamPlayerDesignVersion.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/MarkInitCalledOptions.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/MarkInitCalledOptions.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/OpenVideoPlayerConfiguration.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/OpenVideoPlayerConfiguration.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/Product.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/Product.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/ProductInfoViewConfiguration.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/ProductInfoViewConfiguration.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/ProductUnit.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/ProductUnit.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/PushRNContainerParams.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/PushRNContainerParams.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/ReplayBadgeConfiguration.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/ReplayBadgeConfiguration.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/SDKInitOptions.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/SDKInitOptions.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/ShoppingCTAResult.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/ShoppingCTAResult.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/StoryBlockConfiguration.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/StoryBlockConfiguration.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/StoryBlockNativeConfiguration.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/StoryBlockNativeConfiguration.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/StoryBlockSource.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/StoryBlockSource.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/TrackPurchaseParameters.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/TrackPurchaseParameters.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/VideoFeedConfiguration.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/VideoFeedConfiguration.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/VideoFeedSource.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/VideoFeedSource.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/VideoPlaybackDetails.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/VideoPlaybackDetails.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/VideoPlaybackEventName.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/VideoPlaybackEventName.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/VideoPlayerButtonConfiguration.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/VideoPlayerButtonConfiguration.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/VideoPlayerCTADelay.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/VideoPlayerCTADelay.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/VideoPlayerCTAStyle.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/VideoPlayerCTAStyle.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/VideoPlayerCTAWidth.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/VideoPlayerCTAWidth.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/VideoPlayerCompleteAction.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/VideoPlayerCompleteAction.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/VideoPlayerConfiguration.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/VideoPlayerConfiguration.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/VideoPlayerLivestreamCountdownTimerTheme.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/VideoPlayerLivestreamCountdownTimerTheme.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/VideoPlayerLogoConfiguration.d.ts +2 -1
- package/lib/typescript/commonjs/src/models/VideoPlayerLogoConfiguration.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/VideoPlayerNativeConfiguration.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/VideoPlayerNativeConfiguration.d.ts.map +1 -0
- package/lib/typescript/{models → commonjs/src/models}/VideoPlayerStyle.d.ts +1 -0
- package/lib/typescript/commonjs/src/models/VideoPlayerStyle.d.ts.map +1 -0
- package/lib/typescript/{modules → commonjs/src/modules}/FWNavigatorModule.d.ts +2 -1
- package/lib/typescript/commonjs/src/modules/FWNavigatorModule.d.ts.map +1 -0
- package/lib/typescript/{modules → commonjs/src/modules}/FireworkSDKModule.d.ts +4 -3
- package/lib/typescript/commonjs/src/modules/FireworkSDKModule.d.ts.map +1 -0
- package/lib/typescript/{modules → commonjs/src/modules}/LiveStreamModule.d.ts +2 -1
- package/lib/typescript/commonjs/src/modules/LiveStreamModule.d.ts.map +1 -0
- package/lib/typescript/{modules → commonjs/src/modules}/ShoppingModule.d.ts +2 -1
- package/lib/typescript/commonjs/src/modules/ShoppingModule.d.ts.map +1 -0
- package/lib/typescript/{utils → commonjs/src/utils}/FWGlobalState.d.ts +2 -1
- package/lib/typescript/commonjs/src/utils/FWGlobalState.d.ts.map +1 -0
- package/lib/typescript/{utils → commonjs/src/utils}/FWJsonUtil.d.ts +1 -0
- package/lib/typescript/commonjs/src/utils/FWJsonUtil.d.ts.map +1 -0
- package/lib/typescript/{utils → commonjs/src/utils}/FWLoggerUtil.d.ts +1 -0
- package/lib/typescript/commonjs/src/utils/FWLoggerUtil.d.ts.map +1 -0
- package/lib/typescript/{utils → commonjs/src/utils}/VideoFeedUtil.d.ts +1 -0
- package/lib/typescript/commonjs/src/utils/VideoFeedUtil.d.ts.map +1 -0
- package/lib/typescript/module/package.json +1 -0
- package/lib/typescript/module/src/FWNavigator.d.ts +59 -0
- package/lib/typescript/module/src/FWNavigator.d.ts.map +1 -0
- package/lib/typescript/module/src/FireworkSDK.d.ts +143 -0
- package/lib/typescript/module/src/FireworkSDK.d.ts.map +1 -0
- package/lib/typescript/module/src/LiveStream.d.ts +22 -0
- package/lib/typescript/module/src/LiveStream.d.ts.map +1 -0
- package/lib/typescript/module/src/VideoShopping.d.ts +94 -0
- package/lib/typescript/module/src/VideoShopping.d.ts.map +1 -0
- package/lib/typescript/module/src/components/FWStoryBlock.d.ts +3 -0
- package/lib/typescript/module/src/components/FWStoryBlock.d.ts.map +1 -0
- package/lib/typescript/module/src/components/FWVideoFeed.d.ts +3 -0
- package/lib/typescript/module/src/components/FWVideoFeed.d.ts.map +1 -0
- package/lib/typescript/module/src/components/StoryBlock.d.ts +116 -0
- package/lib/typescript/module/src/components/StoryBlock.d.ts.map +1 -0
- package/lib/typescript/module/src/components/VideoFeed.d.ts +145 -0
- package/lib/typescript/module/src/components/VideoFeed.d.ts.map +1 -0
- package/lib/typescript/module/src/constants/FWErrorMessage.d.ts +3 -0
- package/lib/typescript/module/src/constants/FWErrorMessage.d.ts.map +1 -0
- package/lib/typescript/module/src/index.d.ts +68 -0
- package/lib/typescript/module/src/index.d.ts.map +1 -0
- package/lib/typescript/module/src/models/AdBadgeConfiguration.d.ts +26 -0
- package/lib/typescript/module/src/models/AdBadgeConfiguration.d.ts.map +1 -0
- package/lib/typescript/module/src/models/AdConfiguration.d.ts +23 -0
- package/lib/typescript/module/src/models/AdConfiguration.d.ts.map +1 -0
- package/lib/typescript/module/src/models/AndroidFontInfo.d.ts +15 -0
- package/lib/typescript/module/src/models/AndroidFontInfo.d.ts.map +1 -0
- package/lib/typescript/module/src/models/ButtonInfo.d.ts +18 -0
- package/lib/typescript/module/src/models/ButtonInfo.d.ts.map +1 -0
- package/lib/typescript/module/src/models/CountdownTimerConfiguration.d.ts +13 -0
- package/lib/typescript/module/src/models/CountdownTimerConfiguration.d.ts.map +1 -0
- package/lib/typescript/module/src/models/DataTrackingLevel.d.ts +2 -0
- package/lib/typescript/module/src/models/DataTrackingLevel.d.ts.map +1 -0
- package/lib/typescript/module/src/models/FWComponentType.d.ts +5 -0
- package/lib/typescript/module/src/models/FWComponentType.d.ts.map +1 -0
- package/lib/typescript/module/src/models/FWError.d.ts +11 -0
- package/lib/typescript/module/src/models/FWError.d.ts.map +1 -0
- package/lib/typescript/module/src/models/FWEventName.d.ts +25 -0
- package/lib/typescript/module/src/models/FWEventName.d.ts.map +1 -0
- package/lib/typescript/module/src/models/FWEvents.d.ts +168 -0
- package/lib/typescript/module/src/models/FWEvents.d.ts.map +1 -0
- package/lib/typescript/module/src/models/FWNativeErrorAction.d.ts +5 -0
- package/lib/typescript/module/src/models/FWNativeErrorAction.d.ts.map +1 -0
- package/lib/typescript/module/src/models/FeedItemDetails.d.ts +59 -0
- package/lib/typescript/module/src/models/FeedItemDetails.d.ts.map +1 -0
- package/lib/typescript/module/src/models/GradientDrawable.d.ts +6 -0
- package/lib/typescript/module/src/models/GradientDrawable.d.ts.map +1 -0
- package/lib/typescript/module/src/models/IOSFontInfo.d.ts +22 -0
- package/lib/typescript/module/src/models/IOSFontInfo.d.ts.map +1 -0
- package/lib/typescript/module/src/models/LiveStreamChatEventName.d.ts +8 -0
- package/lib/typescript/module/src/models/LiveStreamChatEventName.d.ts.map +1 -0
- package/lib/typescript/module/src/models/LiveStreamEventDetails.d.ts +5 -0
- package/lib/typescript/module/src/models/LiveStreamEventDetails.d.ts.map +1 -0
- package/lib/typescript/module/src/models/LiveStreamEventName.d.ts +16 -0
- package/lib/typescript/module/src/models/LiveStreamEventName.d.ts.map +1 -0
- package/lib/typescript/module/src/models/LiveStreamMessageDetails.d.ts +15 -0
- package/lib/typescript/module/src/models/LiveStreamMessageDetails.d.ts.map +1 -0
- package/lib/typescript/module/src/models/LivestreamPlayerDesignVersion.d.ts +6 -0
- package/lib/typescript/module/src/models/LivestreamPlayerDesignVersion.d.ts.map +1 -0
- package/lib/typescript/module/src/models/MarkInitCalledOptions.d.ts +7 -0
- package/lib/typescript/module/src/models/MarkInitCalledOptions.d.ts.map +1 -0
- package/lib/typescript/module/src/models/OpenVideoPlayerConfiguration.d.ts +8 -0
- package/lib/typescript/module/src/models/OpenVideoPlayerConfiguration.d.ts.map +1 -0
- package/lib/typescript/module/src/models/Product.d.ts +24 -0
- package/lib/typescript/module/src/models/Product.d.ts.map +1 -0
- package/lib/typescript/module/src/models/ProductInfoViewConfiguration.d.ts +175 -0
- package/lib/typescript/module/src/models/ProductInfoViewConfiguration.d.ts.map +1 -0
- package/lib/typescript/module/src/models/ProductUnit.d.ts +39 -0
- package/lib/typescript/module/src/models/ProductUnit.d.ts.map +1 -0
- package/lib/typescript/module/src/models/PushRNContainerParams.d.ts +9 -0
- package/lib/typescript/module/src/models/PushRNContainerParams.d.ts.map +1 -0
- package/lib/typescript/module/src/models/ReplayBadgeConfiguration.d.ts +8 -0
- package/lib/typescript/module/src/models/ReplayBadgeConfiguration.d.ts.map +1 -0
- package/lib/typescript/module/src/models/SDKInitOptions.d.ts +12 -0
- package/lib/typescript/module/src/models/SDKInitOptions.d.ts.map +1 -0
- package/lib/typescript/module/src/models/ShoppingCTAResult.d.ts +12 -0
- package/lib/typescript/module/src/models/ShoppingCTAResult.d.ts.map +1 -0
- package/lib/typescript/module/src/models/StoryBlockConfiguration.d.ts +82 -0
- package/lib/typescript/module/src/models/StoryBlockConfiguration.d.ts.map +1 -0
- package/lib/typescript/module/src/models/StoryBlockNativeConfiguration.d.ts +8 -0
- package/lib/typescript/module/src/models/StoryBlockNativeConfiguration.d.ts.map +1 -0
- package/lib/typescript/module/src/models/StoryBlockSource.d.ts +2 -0
- package/lib/typescript/module/src/models/StoryBlockSource.d.ts.map +1 -0
- package/lib/typescript/module/src/models/TrackPurchaseParameters.d.ts +27 -0
- package/lib/typescript/module/src/models/TrackPurchaseParameters.d.ts.map +1 -0
- package/lib/typescript/module/src/models/VideoFeedConfiguration.d.ts +162 -0
- package/lib/typescript/module/src/models/VideoFeedConfiguration.d.ts.map +1 -0
- package/lib/typescript/module/src/models/VideoFeedSource.d.ts +2 -0
- package/lib/typescript/module/src/models/VideoFeedSource.d.ts.map +1 -0
- package/lib/typescript/module/src/models/VideoPlaybackDetails.d.ts +48 -0
- package/lib/typescript/module/src/models/VideoPlaybackDetails.d.ts.map +1 -0
- package/lib/typescript/module/src/models/VideoPlaybackEventName.d.ts +52 -0
- package/lib/typescript/module/src/models/VideoPlaybackEventName.d.ts.map +1 -0
- package/lib/typescript/module/src/models/VideoPlayerButtonConfiguration.d.ts +34 -0
- package/lib/typescript/module/src/models/VideoPlayerButtonConfiguration.d.ts.map +1 -0
- package/lib/typescript/module/src/models/VideoPlayerCTADelay.d.ts +12 -0
- package/lib/typescript/module/src/models/VideoPlayerCTADelay.d.ts.map +1 -0
- package/lib/typescript/module/src/models/VideoPlayerCTAStyle.d.ts +28 -0
- package/lib/typescript/module/src/models/VideoPlayerCTAStyle.d.ts.map +1 -0
- package/lib/typescript/module/src/models/VideoPlayerCTAWidth.d.ts +2 -0
- package/lib/typescript/module/src/models/VideoPlayerCTAWidth.d.ts.map +1 -0
- package/lib/typescript/module/src/models/VideoPlayerCompleteAction.d.ts +2 -0
- package/lib/typescript/module/src/models/VideoPlayerCompleteAction.d.ts.map +1 -0
- package/lib/typescript/module/src/models/VideoPlayerConfiguration.d.ts +87 -0
- package/lib/typescript/module/src/models/VideoPlayerConfiguration.d.ts.map +1 -0
- package/lib/typescript/module/src/models/VideoPlayerLivestreamCountdownTimerTheme.d.ts +2 -0
- package/lib/typescript/module/src/models/VideoPlayerLivestreamCountdownTimerTheme.d.ts.map +1 -0
- package/lib/typescript/module/src/models/VideoPlayerLogoConfiguration.d.ts +22 -0
- package/lib/typescript/module/src/models/VideoPlayerLogoConfiguration.d.ts.map +1 -0
- package/lib/typescript/module/src/models/VideoPlayerNativeConfiguration.d.ts +8 -0
- package/lib/typescript/module/src/models/VideoPlayerNativeConfiguration.d.ts.map +1 -0
- package/lib/typescript/module/src/models/VideoPlayerStyle.d.ts +2 -0
- package/lib/typescript/module/src/models/VideoPlayerStyle.d.ts.map +1 -0
- package/lib/typescript/module/src/modules/FWNavigatorModule.d.ts +17 -0
- package/lib/typescript/module/src/modules/FWNavigatorModule.d.ts.map +1 -0
- package/lib/typescript/module/src/modules/FireworkSDKModule.d.ts +28 -0
- package/lib/typescript/module/src/modules/FireworkSDKModule.d.ts.map +1 -0
- package/lib/typescript/module/src/modules/LiveStreamModule.d.ts +9 -0
- package/lib/typescript/module/src/modules/LiveStreamModule.d.ts.map +1 -0
- package/lib/typescript/module/src/modules/ShoppingModule.d.ts +22 -0
- package/lib/typescript/module/src/modules/ShoppingModule.d.ts.map +1 -0
- package/lib/typescript/module/src/utils/FWGlobalState.d.ts +13 -0
- package/lib/typescript/module/src/utils/FWGlobalState.d.ts.map +1 -0
- package/lib/typescript/module/src/utils/FWJsonUtil.d.ts +3 -0
- package/lib/typescript/module/src/utils/FWJsonUtil.d.ts.map +1 -0
- package/lib/typescript/module/src/utils/FWLoggerUtil.d.ts +7 -0
- package/lib/typescript/module/src/utils/FWLoggerUtil.d.ts.map +1 -0
- package/lib/typescript/module/src/utils/VideoFeedUtil.d.ts +11 -0
- package/lib/typescript/module/src/utils/VideoFeedUtil.d.ts.map +1 -0
- package/package.json +71 -55
- package/react_native_firework_sdk.podspec +35 -0
- package/src/FWNavigator.ts +2 -0
- package/src/components/StoryBlock.tsx +45 -48
- package/src/components/VideoFeed.tsx +7 -6
- package/src/{index.ts → index.tsx} +14 -12
- package/src/models/VideoPlayerLogoConfiguration.ts +7 -7
- package/src/modules/FWNavigatorModule.ts +5 -1
- package/src/modules/FireworkSDKModule.ts +7 -3
- package/src/modules/LiveStreamModule.ts +5 -1
- package/src/modules/ShoppingModule.ts +5 -1
- package/src/utils/FWGlobalState.ts +1 -1
- package/android/.idea/codeStyles/Project.xml +0 -124
- package/android/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/android/gradle/wrapper/gradle-wrapper.properties +0 -5
- package/android/gradlew +0 -185
- package/android/gradlew.bat +0 -89
- package/ios/FireworkSdk.xcodeproj/project.pbxproj +0 -603
- package/ios/Modules/FWNavigatorModule/RNSScreenStackView+Window.h +0 -20
- package/ios/Modules/FWNavigatorModule/RNSScreenStackView+Window.m +0 -84
- package/ios/Support/MultiHostStreaming/FWMultiHostStreaming.podspec +0 -22
- package/ios/Support/MultiHostStreaming/Sources/MultiHostStreamingSDK.swift +0 -17
- package/react-native-firework-sdk.podspec +0 -38
|
@@ -1,603 +0,0 @@
|
|
|
1
|
-
// !$*UTF8*$!
|
|
2
|
-
{
|
|
3
|
-
archiveVersion = 1;
|
|
4
|
-
classes = {
|
|
5
|
-
};
|
|
6
|
-
objectVersion = 46;
|
|
7
|
-
objects = {
|
|
8
|
-
|
|
9
|
-
/* Begin PBXBuildFile section */
|
|
10
|
-
891F4AF62A67E12800A9E8DA /* FWRNContainerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 891F4AF52A67E12800A9E8DA /* FWRNContainerViewController.swift */; };
|
|
11
|
-
891F4AF82A68DEDF00A9E8DA /* PushRNContainerParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = 891F4AF72A68DEDF00A9E8DA /* PushRNContainerParams.swift */; };
|
|
12
|
-
891F4AFA2A68DF2B00A9E8DA /* RCTConvert+FWNavigatorModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 891F4AF92A68DF2B00A9E8DA /* RCTConvert+FWNavigatorModule.swift */; };
|
|
13
|
-
8930E1E22B5BED6100EB3512 /* FWReactNativeSDK.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8930E1E12B5BED6100EB3512 /* FWReactNativeSDK.swift */; };
|
|
14
|
-
8971610D2B637C6F006C3F7B /* ReplayBadgeConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8971610B2B637C6F006C3F7B /* ReplayBadgeConfiguration.swift */; };
|
|
15
|
-
8971610E2B637C6F006C3F7B /* VideoPlayerLogoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8971610C2B637C6F006C3F7B /* VideoPlayerLogoConfiguration.swift */; };
|
|
16
|
-
897161102B637CA9006C3F7B /* CountdownTimerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8971610F2B637CA9006C3F7B /* CountdownTimerConfiguration.swift */; };
|
|
17
|
-
897523872817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
18
|
-
897523882817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
19
|
-
897523892817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
20
|
-
8975238A2817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
21
|
-
8975238B2817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
22
|
-
8975238C2817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
23
|
-
8975238D2817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
24
|
-
8975238E2817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
25
|
-
8975238F2817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
26
|
-
897523902817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
27
|
-
897523912817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
28
|
-
897523922817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
29
|
-
897523932817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
30
|
-
897523942817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
31
|
-
897523952817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
32
|
-
897523962817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
33
|
-
897523972817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
34
|
-
897523982817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
35
|
-
8975239A2817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
36
|
-
8975239B2817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
37
|
-
8975239C2817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
38
|
-
8975239D2817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
39
|
-
8975239E2817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
40
|
-
8975239F2817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
41
|
-
897523A02817DEF80070EBB6 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
42
|
-
898873462A0A8E7E0089CD1C /* UIViewController+AttachChild.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873132A0A8E7E0089CD1C /* UIViewController+AttachChild.swift */; };
|
|
43
|
-
898873472A0A8E7E0089CD1C /* UIView+Constraints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873142A0A8E7E0089CD1C /* UIView+Constraints.swift */; };
|
|
44
|
-
898873492A0A8E7E0089CD1C /* String+Color.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873172A0A8E7E0089CD1C /* String+Color.swift */; };
|
|
45
|
-
8988734D2A0A8E7E0089CD1C /* FWNavigatorModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8988731D2A0A8E7E0089CD1C /* FWNavigatorModule.swift */; };
|
|
46
|
-
8988734E2A0A8E7E0089CD1C /* FWNavigatorModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 8988731E2A0A8E7E0089CD1C /* FWNavigatorModule.m */; };
|
|
47
|
-
8988734F2A0A8E7E0089CD1C /* ShoppingModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 898873202A0A8E7E0089CD1C /* ShoppingModule.m */; };
|
|
48
|
-
898873512A0A8E7E0089CD1C /* ProductInfoViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873222A0A8E7E0089CD1C /* ProductInfoViewConfiguration.swift */; };
|
|
49
|
-
898873522A0A8E7E0089CD1C /* ShoppingCTAResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873232A0A8E7E0089CD1C /* ShoppingCTAResult.swift */; };
|
|
50
|
-
898873532A0A8E7E0089CD1C /* Product.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873242A0A8E7E0089CD1C /* Product.swift */; };
|
|
51
|
-
898873542A0A8E7E0089CD1C /* ShoppingModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873252A0A8E7E0089CD1C /* ShoppingModule.swift */; };
|
|
52
|
-
898873552A0A8E7E0089CD1C /* TrackPurchaseParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873272A0A8E7E0089CD1C /* TrackPurchaseParameters.swift */; };
|
|
53
|
-
898873562A0A8E7E0089CD1C /* SDKInitOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873282A0A8E7E0089CD1C /* SDKInitOptions.swift */; };
|
|
54
|
-
898873572A0A8E7E0089CD1C /* FireworkSDKModule+EventTracking.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873292A0A8E7E0089CD1C /* FireworkSDKModule+EventTracking.swift */; };
|
|
55
|
-
898873582A0A8E7E0089CD1C /* FireworkSDKModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8988732A2A0A8E7E0089CD1C /* FireworkSDKModule.swift */; };
|
|
56
|
-
898873592A0A8E7E0089CD1C /* AdBadgeConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8988732B2A0A8E7E0089CD1C /* AdBadgeConfiguration.swift */; };
|
|
57
|
-
8988735A2A0A8E7E0089CD1C /* FireworkSDKModule+CTA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8988732C2A0A8E7E0089CD1C /* FireworkSDKModule+CTA.swift */; };
|
|
58
|
-
8988735B2A0A8E7E0089CD1C /* FireworkSDKModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 8988732D2A0A8E7E0089CD1C /* FireworkSDKModule.m */; };
|
|
59
|
-
8988735C2A0A8E7E0089CD1C /* LiveStreamModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8988732F2A0A8E7E0089CD1C /* LiveStreamModule.swift */; };
|
|
60
|
-
8988735D2A0A8E7E0089CD1C /* LiveStreamModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 898873302A0A8E7E0089CD1C /* LiveStreamModule.m */; };
|
|
61
|
-
8988735E2A0A8E7E0089CD1C /* FontInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873332A0A8E7E0089CD1C /* FontInfo.swift */; };
|
|
62
|
-
8988735F2A0A8E7E0089CD1C /* RCTConvert+StoryBlock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873352A0A8E7E0089CD1C /* RCTConvert+StoryBlock.swift */; };
|
|
63
|
-
898873602A0A8E7E0089CD1C /* RCTConvert+FireworkSDKModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873362A0A8E7E0089CD1C /* RCTConvert+FireworkSDKModule.swift */; };
|
|
64
|
-
898873612A0A8E7E0089CD1C /* RCTConvert+Shopping.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873372A0A8E7E0089CD1C /* RCTConvert+Shopping.swift */; };
|
|
65
|
-
898873622A0A8E7E0089CD1C /* RCTConvert+VideoFeed.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873382A0A8E7E0089CD1C /* RCTConvert+VideoFeed.swift */; };
|
|
66
|
-
898873632A0A8E7E0089CD1C /* FireworkSDK+Json.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8988733A2A0A8E7E0089CD1C /* FireworkSDK+Json.swift */; };
|
|
67
|
-
898873642A0A8E7E0089CD1C /* FireworkEventName.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8988733B2A0A8E7E0089CD1C /* FireworkEventName.swift */; };
|
|
68
|
-
898873652A0A8E7E0089CD1C /* StoryBlock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8988733D2A0A8E7E0089CD1C /* StoryBlock.swift */; };
|
|
69
|
-
898873662A0A8E7E0089CD1C /* VideoFeedManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8988733E2A0A8E7E0089CD1C /* VideoFeedManager.swift */; };
|
|
70
|
-
898873672A0A8E7E0089CD1C /* AdConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8988733F2A0A8E7E0089CD1C /* AdConfiguration.swift */; };
|
|
71
|
-
898873682A0A8E7E0089CD1C /* StoryBlockManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873402A0A8E7E0089CD1C /* StoryBlockManager.swift */; };
|
|
72
|
-
898873692A0A8E7E0089CD1C /* StoryBlockManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 898873412A0A8E7E0089CD1C /* StoryBlockManager.m */; };
|
|
73
|
-
8988736A2A0A8E7E0089CD1C /* VideoFeedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873422A0A8E7E0089CD1C /* VideoFeedConfiguration.swift */; };
|
|
74
|
-
8988736B2A0A8E7E0089CD1C /* VideoFeed.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873432A0A8E7E0089CD1C /* VideoFeed.swift */; };
|
|
75
|
-
8988736C2A0A8E7E0089CD1C /* VideoPlayerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898873442A0A8E7E0089CD1C /* VideoPlayerConfiguration.swift */; };
|
|
76
|
-
8988736D2A0A8E7E0089CD1C /* VideoFeedManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 898873452A0A8E7E0089CD1C /* VideoFeedManager.m */; };
|
|
77
|
-
89C105652BAD2C1D00E47CDD /* UIWindowScene+Swizzle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89C105642BAD2C1D00E47CDD /* UIWindowScene+Swizzle.swift */; };
|
|
78
|
-
89C4D6A62A494EB800EFB74A /* StoryBlockConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89C4D6A52A494EB800EFB74A /* StoryBlockConfiguration.swift */; };
|
|
79
|
-
89C6791A2A736C80000C1A71 /* ButtonInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89C679192A736C80000C1A71 /* ButtonInfo.swift */; };
|
|
80
|
-
89D6BBF929ACE2DC00C8AA2A /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
81
|
-
89DF27DD28A53A77003F3CCB /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
82
|
-
89DF27DE28A53A77003F3CCB /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
83
|
-
89DF27DF28A53A77003F3CCB /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
84
|
-
89DF27E128A53A89003F3CCB /* (null) in Sources */ = {isa = PBXBuildFile; };
|
|
85
|
-
/* End PBXBuildFile section */
|
|
86
|
-
|
|
87
|
-
/* Begin PBXCopyFilesBuildPhase section */
|
|
88
|
-
58B511D91A9E6C8500147676 /* CopyFiles */ = {
|
|
89
|
-
isa = PBXCopyFilesBuildPhase;
|
|
90
|
-
buildActionMask = 2147483647;
|
|
91
|
-
dstPath = "include/$(PRODUCT_NAME)";
|
|
92
|
-
dstSubfolderSpec = 16;
|
|
93
|
-
files = (
|
|
94
|
-
);
|
|
95
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
96
|
-
};
|
|
97
|
-
/* End PBXCopyFilesBuildPhase section */
|
|
98
|
-
|
|
99
|
-
/* Begin PBXFileReference section */
|
|
100
|
-
1F6F718A2771B48100224AF3 /* FireworkSdk-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "FireworkSdk-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
101
|
-
891F4AF52A67E12800A9E8DA /* FWRNContainerViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FWRNContainerViewController.swift; sourceTree = "<group>"; };
|
|
102
|
-
891F4AF72A68DEDF00A9E8DA /* PushRNContainerParams.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PushRNContainerParams.swift; sourceTree = "<group>"; };
|
|
103
|
-
891F4AF92A68DF2B00A9E8DA /* RCTConvert+FWNavigatorModule.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "RCTConvert+FWNavigatorModule.swift"; sourceTree = "<group>"; };
|
|
104
|
-
8930E1E12B5BED6100EB3512 /* FWReactNativeSDK.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FWReactNativeSDK.swift; sourceTree = "<group>"; };
|
|
105
|
-
894FADB229BAD571000FB51A /* libFireworkSdk.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libFireworkSdk.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
106
|
-
8971610B2B637C6F006C3F7B /* ReplayBadgeConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ReplayBadgeConfiguration.swift; sourceTree = "<group>"; };
|
|
107
|
-
8971610C2B637C6F006C3F7B /* VideoPlayerLogoConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoPlayerLogoConfiguration.swift; sourceTree = "<group>"; };
|
|
108
|
-
8971610F2B637CA9006C3F7B /* CountdownTimerConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CountdownTimerConfiguration.swift; sourceTree = "<group>"; };
|
|
109
|
-
897523632817DEF80070EBB6 /* react_native_firework_sdk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = react_native_firework_sdk.h; sourceTree = "<group>"; };
|
|
110
|
-
898873132A0A8E7E0089CD1C /* UIViewController+AttachChild.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIViewController+AttachChild.swift"; sourceTree = "<group>"; };
|
|
111
|
-
898873142A0A8E7E0089CD1C /* UIView+Constraints.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+Constraints.swift"; sourceTree = "<group>"; };
|
|
112
|
-
898873172A0A8E7E0089CD1C /* String+Color.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+Color.swift"; sourceTree = "<group>"; };
|
|
113
|
-
8988731D2A0A8E7E0089CD1C /* FWNavigatorModule.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FWNavigatorModule.swift; sourceTree = "<group>"; };
|
|
114
|
-
8988731E2A0A8E7E0089CD1C /* FWNavigatorModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FWNavigatorModule.m; sourceTree = "<group>"; };
|
|
115
|
-
898873202A0A8E7E0089CD1C /* ShoppingModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ShoppingModule.m; sourceTree = "<group>"; };
|
|
116
|
-
898873222A0A8E7E0089CD1C /* ProductInfoViewConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProductInfoViewConfiguration.swift; sourceTree = "<group>"; };
|
|
117
|
-
898873232A0A8E7E0089CD1C /* ShoppingCTAResult.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShoppingCTAResult.swift; sourceTree = "<group>"; };
|
|
118
|
-
898873242A0A8E7E0089CD1C /* Product.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Product.swift; sourceTree = "<group>"; };
|
|
119
|
-
898873252A0A8E7E0089CD1C /* ShoppingModule.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShoppingModule.swift; sourceTree = "<group>"; };
|
|
120
|
-
898873272A0A8E7E0089CD1C /* TrackPurchaseParameters.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TrackPurchaseParameters.swift; sourceTree = "<group>"; };
|
|
121
|
-
898873282A0A8E7E0089CD1C /* SDKInitOptions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SDKInitOptions.swift; sourceTree = "<group>"; };
|
|
122
|
-
898873292A0A8E7E0089CD1C /* FireworkSDKModule+EventTracking.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "FireworkSDKModule+EventTracking.swift"; sourceTree = "<group>"; };
|
|
123
|
-
8988732A2A0A8E7E0089CD1C /* FireworkSDKModule.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FireworkSDKModule.swift; sourceTree = "<group>"; };
|
|
124
|
-
8988732B2A0A8E7E0089CD1C /* AdBadgeConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AdBadgeConfiguration.swift; sourceTree = "<group>"; };
|
|
125
|
-
8988732C2A0A8E7E0089CD1C /* FireworkSDKModule+CTA.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "FireworkSDKModule+CTA.swift"; sourceTree = "<group>"; };
|
|
126
|
-
8988732D2A0A8E7E0089CD1C /* FireworkSDKModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FireworkSDKModule.m; sourceTree = "<group>"; };
|
|
127
|
-
8988732F2A0A8E7E0089CD1C /* LiveStreamModule.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LiveStreamModule.swift; sourceTree = "<group>"; };
|
|
128
|
-
898873302A0A8E7E0089CD1C /* LiveStreamModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LiveStreamModule.m; sourceTree = "<group>"; };
|
|
129
|
-
898873332A0A8E7E0089CD1C /* FontInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FontInfo.swift; sourceTree = "<group>"; };
|
|
130
|
-
898873352A0A8E7E0089CD1C /* RCTConvert+StoryBlock.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "RCTConvert+StoryBlock.swift"; sourceTree = "<group>"; };
|
|
131
|
-
898873362A0A8E7E0089CD1C /* RCTConvert+FireworkSDKModule.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "RCTConvert+FireworkSDKModule.swift"; sourceTree = "<group>"; };
|
|
132
|
-
898873372A0A8E7E0089CD1C /* RCTConvert+Shopping.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "RCTConvert+Shopping.swift"; sourceTree = "<group>"; };
|
|
133
|
-
898873382A0A8E7E0089CD1C /* RCTConvert+VideoFeed.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "RCTConvert+VideoFeed.swift"; sourceTree = "<group>"; };
|
|
134
|
-
8988733A2A0A8E7E0089CD1C /* FireworkSDK+Json.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "FireworkSDK+Json.swift"; sourceTree = "<group>"; };
|
|
135
|
-
8988733B2A0A8E7E0089CD1C /* FireworkEventName.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FireworkEventName.swift; sourceTree = "<group>"; };
|
|
136
|
-
8988733D2A0A8E7E0089CD1C /* StoryBlock.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StoryBlock.swift; sourceTree = "<group>"; };
|
|
137
|
-
8988733E2A0A8E7E0089CD1C /* VideoFeedManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoFeedManager.swift; sourceTree = "<group>"; };
|
|
138
|
-
8988733F2A0A8E7E0089CD1C /* AdConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AdConfiguration.swift; sourceTree = "<group>"; };
|
|
139
|
-
898873402A0A8E7E0089CD1C /* StoryBlockManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StoryBlockManager.swift; sourceTree = "<group>"; };
|
|
140
|
-
898873412A0A8E7E0089CD1C /* StoryBlockManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StoryBlockManager.m; sourceTree = "<group>"; };
|
|
141
|
-
898873422A0A8E7E0089CD1C /* VideoFeedConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoFeedConfiguration.swift; sourceTree = "<group>"; };
|
|
142
|
-
898873432A0A8E7E0089CD1C /* VideoFeed.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoFeed.swift; sourceTree = "<group>"; };
|
|
143
|
-
898873442A0A8E7E0089CD1C /* VideoPlayerConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoPlayerConfiguration.swift; sourceTree = "<group>"; };
|
|
144
|
-
898873452A0A8E7E0089CD1C /* VideoFeedManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VideoFeedManager.m; sourceTree = "<group>"; };
|
|
145
|
-
89C105642BAD2C1D00E47CDD /* UIWindowScene+Swizzle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIWindowScene+Swizzle.swift"; sourceTree = "<group>"; };
|
|
146
|
-
89C4D6A52A494EB800EFB74A /* StoryBlockConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoryBlockConfiguration.swift; sourceTree = "<group>"; };
|
|
147
|
-
89C679192A736C80000C1A71 /* ButtonInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ButtonInfo.swift; sourceTree = "<group>"; };
|
|
148
|
-
/* End PBXFileReference section */
|
|
149
|
-
|
|
150
|
-
/* Begin PBXFrameworksBuildPhase section */
|
|
151
|
-
58B511D81A9E6C8500147676 /* Frameworks */ = {
|
|
152
|
-
isa = PBXFrameworksBuildPhase;
|
|
153
|
-
buildActionMask = 2147483647;
|
|
154
|
-
files = (
|
|
155
|
-
);
|
|
156
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
157
|
-
};
|
|
158
|
-
/* End PBXFrameworksBuildPhase section */
|
|
159
|
-
|
|
160
|
-
/* Begin PBXGroup section */
|
|
161
|
-
58B511D21A9E6C8500147676 = {
|
|
162
|
-
isa = PBXGroup;
|
|
163
|
-
children = (
|
|
164
|
-
8988733C2A0A8E7E0089CD1C /* Components */,
|
|
165
|
-
898873312A0A8E7E0089CD1C /* Models */,
|
|
166
|
-
8988731A2A0A8E7E0089CD1C /* Modules */,
|
|
167
|
-
898873102A0A8E7E0089CD1C /* Utils */,
|
|
168
|
-
1F6F718A2771B48100224AF3 /* FireworkSdk-Bridging-Header.h */,
|
|
169
|
-
897523632817DEF80070EBB6 /* react_native_firework_sdk.h */,
|
|
170
|
-
8930E1E12B5BED6100EB3512 /* FWReactNativeSDK.swift */,
|
|
171
|
-
894FADB229BAD571000FB51A /* libFireworkSdk.a */,
|
|
172
|
-
);
|
|
173
|
-
sourceTree = "<group>";
|
|
174
|
-
};
|
|
175
|
-
898873102A0A8E7E0089CD1C /* Utils */ = {
|
|
176
|
-
isa = PBXGroup;
|
|
177
|
-
children = (
|
|
178
|
-
898873122A0A8E7E0089CD1C /* Extensions */,
|
|
179
|
-
);
|
|
180
|
-
path = Utils;
|
|
181
|
-
sourceTree = "<group>";
|
|
182
|
-
};
|
|
183
|
-
898873122A0A8E7E0089CD1C /* Extensions */ = {
|
|
184
|
-
isa = PBXGroup;
|
|
185
|
-
children = (
|
|
186
|
-
89C105642BAD2C1D00E47CDD /* UIWindowScene+Swizzle.swift */,
|
|
187
|
-
898873132A0A8E7E0089CD1C /* UIViewController+AttachChild.swift */,
|
|
188
|
-
898873142A0A8E7E0089CD1C /* UIView+Constraints.swift */,
|
|
189
|
-
898873172A0A8E7E0089CD1C /* String+Color.swift */,
|
|
190
|
-
);
|
|
191
|
-
path = Extensions;
|
|
192
|
-
sourceTree = "<group>";
|
|
193
|
-
};
|
|
194
|
-
8988731A2A0A8E7E0089CD1C /* Modules */ = {
|
|
195
|
-
isa = PBXGroup;
|
|
196
|
-
children = (
|
|
197
|
-
8988731B2A0A8E7E0089CD1C /* FWNavigatorModule */,
|
|
198
|
-
8988731F2A0A8E7E0089CD1C /* Shopping */,
|
|
199
|
-
898873262A0A8E7E0089CD1C /* FireworkSDKModule */,
|
|
200
|
-
8988732E2A0A8E7E0089CD1C /* LiveStream */,
|
|
201
|
-
);
|
|
202
|
-
path = Modules;
|
|
203
|
-
sourceTree = "<group>";
|
|
204
|
-
};
|
|
205
|
-
8988731B2A0A8E7E0089CD1C /* FWNavigatorModule */ = {
|
|
206
|
-
isa = PBXGroup;
|
|
207
|
-
children = (
|
|
208
|
-
8988731D2A0A8E7E0089CD1C /* FWNavigatorModule.swift */,
|
|
209
|
-
8988731E2A0A8E7E0089CD1C /* FWNavigatorModule.m */,
|
|
210
|
-
891F4AF52A67E12800A9E8DA /* FWRNContainerViewController.swift */,
|
|
211
|
-
891F4AF72A68DEDF00A9E8DA /* PushRNContainerParams.swift */,
|
|
212
|
-
);
|
|
213
|
-
path = FWNavigatorModule;
|
|
214
|
-
sourceTree = "<group>";
|
|
215
|
-
};
|
|
216
|
-
8988731F2A0A8E7E0089CD1C /* Shopping */ = {
|
|
217
|
-
isa = PBXGroup;
|
|
218
|
-
children = (
|
|
219
|
-
898873202A0A8E7E0089CD1C /* ShoppingModule.m */,
|
|
220
|
-
898873222A0A8E7E0089CD1C /* ProductInfoViewConfiguration.swift */,
|
|
221
|
-
898873232A0A8E7E0089CD1C /* ShoppingCTAResult.swift */,
|
|
222
|
-
898873242A0A8E7E0089CD1C /* Product.swift */,
|
|
223
|
-
898873252A0A8E7E0089CD1C /* ShoppingModule.swift */,
|
|
224
|
-
);
|
|
225
|
-
path = Shopping;
|
|
226
|
-
sourceTree = "<group>";
|
|
227
|
-
};
|
|
228
|
-
898873262A0A8E7E0089CD1C /* FireworkSDKModule */ = {
|
|
229
|
-
isa = PBXGroup;
|
|
230
|
-
children = (
|
|
231
|
-
898873272A0A8E7E0089CD1C /* TrackPurchaseParameters.swift */,
|
|
232
|
-
898873282A0A8E7E0089CD1C /* SDKInitOptions.swift */,
|
|
233
|
-
898873292A0A8E7E0089CD1C /* FireworkSDKModule+EventTracking.swift */,
|
|
234
|
-
8988732A2A0A8E7E0089CD1C /* FireworkSDKModule.swift */,
|
|
235
|
-
8988732B2A0A8E7E0089CD1C /* AdBadgeConfiguration.swift */,
|
|
236
|
-
8988732C2A0A8E7E0089CD1C /* FireworkSDKModule+CTA.swift */,
|
|
237
|
-
8988732D2A0A8E7E0089CD1C /* FireworkSDKModule.m */,
|
|
238
|
-
);
|
|
239
|
-
path = FireworkSDKModule;
|
|
240
|
-
sourceTree = "<group>";
|
|
241
|
-
};
|
|
242
|
-
8988732E2A0A8E7E0089CD1C /* LiveStream */ = {
|
|
243
|
-
isa = PBXGroup;
|
|
244
|
-
children = (
|
|
245
|
-
8988732F2A0A8E7E0089CD1C /* LiveStreamModule.swift */,
|
|
246
|
-
898873302A0A8E7E0089CD1C /* LiveStreamModule.m */,
|
|
247
|
-
);
|
|
248
|
-
path = LiveStream;
|
|
249
|
-
sourceTree = "<group>";
|
|
250
|
-
};
|
|
251
|
-
898873312A0A8E7E0089CD1C /* Models */ = {
|
|
252
|
-
isa = PBXGroup;
|
|
253
|
-
children = (
|
|
254
|
-
898873322A0A8E7E0089CD1C /* Common */,
|
|
255
|
-
898873342A0A8E7E0089CD1C /* RNToNative */,
|
|
256
|
-
898873392A0A8E7E0089CD1C /* NativeToRN */,
|
|
257
|
-
);
|
|
258
|
-
path = Models;
|
|
259
|
-
sourceTree = "<group>";
|
|
260
|
-
};
|
|
261
|
-
898873322A0A8E7E0089CD1C /* Common */ = {
|
|
262
|
-
isa = PBXGroup;
|
|
263
|
-
children = (
|
|
264
|
-
898873332A0A8E7E0089CD1C /* FontInfo.swift */,
|
|
265
|
-
89C679192A736C80000C1A71 /* ButtonInfo.swift */,
|
|
266
|
-
);
|
|
267
|
-
path = Common;
|
|
268
|
-
sourceTree = "<group>";
|
|
269
|
-
};
|
|
270
|
-
898873342A0A8E7E0089CD1C /* RNToNative */ = {
|
|
271
|
-
isa = PBXGroup;
|
|
272
|
-
children = (
|
|
273
|
-
898873352A0A8E7E0089CD1C /* RCTConvert+StoryBlock.swift */,
|
|
274
|
-
898873362A0A8E7E0089CD1C /* RCTConvert+FireworkSDKModule.swift */,
|
|
275
|
-
898873372A0A8E7E0089CD1C /* RCTConvert+Shopping.swift */,
|
|
276
|
-
898873382A0A8E7E0089CD1C /* RCTConvert+VideoFeed.swift */,
|
|
277
|
-
891F4AF92A68DF2B00A9E8DA /* RCTConvert+FWNavigatorModule.swift */,
|
|
278
|
-
);
|
|
279
|
-
path = RNToNative;
|
|
280
|
-
sourceTree = "<group>";
|
|
281
|
-
};
|
|
282
|
-
898873392A0A8E7E0089CD1C /* NativeToRN */ = {
|
|
283
|
-
isa = PBXGroup;
|
|
284
|
-
children = (
|
|
285
|
-
8988733A2A0A8E7E0089CD1C /* FireworkSDK+Json.swift */,
|
|
286
|
-
8988733B2A0A8E7E0089CD1C /* FireworkEventName.swift */,
|
|
287
|
-
);
|
|
288
|
-
path = NativeToRN;
|
|
289
|
-
sourceTree = "<group>";
|
|
290
|
-
};
|
|
291
|
-
8988733C2A0A8E7E0089CD1C /* Components */ = {
|
|
292
|
-
isa = PBXGroup;
|
|
293
|
-
children = (
|
|
294
|
-
8971610F2B637CA9006C3F7B /* CountdownTimerConfiguration.swift */,
|
|
295
|
-
8971610B2B637C6F006C3F7B /* ReplayBadgeConfiguration.swift */,
|
|
296
|
-
8971610C2B637C6F006C3F7B /* VideoPlayerLogoConfiguration.swift */,
|
|
297
|
-
8988733D2A0A8E7E0089CD1C /* StoryBlock.swift */,
|
|
298
|
-
8988733E2A0A8E7E0089CD1C /* VideoFeedManager.swift */,
|
|
299
|
-
8988733F2A0A8E7E0089CD1C /* AdConfiguration.swift */,
|
|
300
|
-
898873402A0A8E7E0089CD1C /* StoryBlockManager.swift */,
|
|
301
|
-
898873412A0A8E7E0089CD1C /* StoryBlockManager.m */,
|
|
302
|
-
898873422A0A8E7E0089CD1C /* VideoFeedConfiguration.swift */,
|
|
303
|
-
898873432A0A8E7E0089CD1C /* VideoFeed.swift */,
|
|
304
|
-
898873442A0A8E7E0089CD1C /* VideoPlayerConfiguration.swift */,
|
|
305
|
-
898873452A0A8E7E0089CD1C /* VideoFeedManager.m */,
|
|
306
|
-
89C4D6A52A494EB800EFB74A /* StoryBlockConfiguration.swift */,
|
|
307
|
-
);
|
|
308
|
-
path = Components;
|
|
309
|
-
sourceTree = "<group>";
|
|
310
|
-
};
|
|
311
|
-
/* End PBXGroup section */
|
|
312
|
-
|
|
313
|
-
/* Begin PBXNativeTarget section */
|
|
314
|
-
58B511DA1A9E6C8500147676 /* FireworkSdk */ = {
|
|
315
|
-
isa = PBXNativeTarget;
|
|
316
|
-
buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "FireworkSdk" */;
|
|
317
|
-
buildPhases = (
|
|
318
|
-
58B511D71A9E6C8500147676 /* Sources */,
|
|
319
|
-
58B511D81A9E6C8500147676 /* Frameworks */,
|
|
320
|
-
58B511D91A9E6C8500147676 /* CopyFiles */,
|
|
321
|
-
);
|
|
322
|
-
buildRules = (
|
|
323
|
-
);
|
|
324
|
-
dependencies = (
|
|
325
|
-
);
|
|
326
|
-
name = FireworkSdk;
|
|
327
|
-
productName = RCTDataManager;
|
|
328
|
-
productReference = 894FADB229BAD571000FB51A /* libFireworkSdk.a */;
|
|
329
|
-
productType = "com.apple.product-type.library.static";
|
|
330
|
-
};
|
|
331
|
-
/* End PBXNativeTarget section */
|
|
332
|
-
|
|
333
|
-
/* Begin PBXProject section */
|
|
334
|
-
58B511D31A9E6C8500147676 /* Project object */ = {
|
|
335
|
-
isa = PBXProject;
|
|
336
|
-
attributes = {
|
|
337
|
-
LastUpgradeCheck = 0920;
|
|
338
|
-
ORGANIZATIONNAME = Facebook;
|
|
339
|
-
TargetAttributes = {
|
|
340
|
-
58B511DA1A9E6C8500147676 = {
|
|
341
|
-
CreatedOnToolsVersion = 6.1.1;
|
|
342
|
-
};
|
|
343
|
-
};
|
|
344
|
-
};
|
|
345
|
-
buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "FireworkSdk" */;
|
|
346
|
-
compatibilityVersion = "Xcode 3.2";
|
|
347
|
-
developmentRegion = English;
|
|
348
|
-
hasScannedForEncodings = 0;
|
|
349
|
-
knownRegions = (
|
|
350
|
-
English,
|
|
351
|
-
en,
|
|
352
|
-
);
|
|
353
|
-
mainGroup = 58B511D21A9E6C8500147676;
|
|
354
|
-
productRefGroup = 58B511D21A9E6C8500147676;
|
|
355
|
-
projectDirPath = "";
|
|
356
|
-
projectRoot = "";
|
|
357
|
-
targets = (
|
|
358
|
-
58B511DA1A9E6C8500147676 /* FireworkSdk */,
|
|
359
|
-
);
|
|
360
|
-
};
|
|
361
|
-
/* End PBXProject section */
|
|
362
|
-
|
|
363
|
-
/* Begin PBXSourcesBuildPhase section */
|
|
364
|
-
58B511D71A9E6C8500147676 /* Sources */ = {
|
|
365
|
-
isa = PBXSourcesBuildPhase;
|
|
366
|
-
buildActionMask = 2147483647;
|
|
367
|
-
files = (
|
|
368
|
-
898873572A0A8E7E0089CD1C /* FireworkSDKModule+EventTracking.swift in Sources */,
|
|
369
|
-
8988734F2A0A8E7E0089CD1C /* ShoppingModule.m in Sources */,
|
|
370
|
-
898873612A0A8E7E0089CD1C /* RCTConvert+Shopping.swift in Sources */,
|
|
371
|
-
8975238A2817DEF80070EBB6 /* (null) in Sources */,
|
|
372
|
-
8975239B2817DEF80070EBB6 /* (null) in Sources */,
|
|
373
|
-
897523952817DEF80070EBB6 /* (null) in Sources */,
|
|
374
|
-
898873532A0A8E7E0089CD1C /* Product.swift in Sources */,
|
|
375
|
-
8988736C2A0A8E7E0089CD1C /* VideoPlayerConfiguration.swift in Sources */,
|
|
376
|
-
8930E1E22B5BED6100EB3512 /* FWReactNativeSDK.swift in Sources */,
|
|
377
|
-
8988734D2A0A8E7E0089CD1C /* FWNavigatorModule.swift in Sources */,
|
|
378
|
-
898873692A0A8E7E0089CD1C /* StoryBlockManager.m in Sources */,
|
|
379
|
-
897523A02817DEF80070EBB6 /* (null) in Sources */,
|
|
380
|
-
8988735E2A0A8E7E0089CD1C /* FontInfo.swift in Sources */,
|
|
381
|
-
8975238E2817DEF80070EBB6 /* (null) in Sources */,
|
|
382
|
-
8988735D2A0A8E7E0089CD1C /* LiveStreamModule.m in Sources */,
|
|
383
|
-
89DF27E128A53A89003F3CCB /* (null) in Sources */,
|
|
384
|
-
898873582A0A8E7E0089CD1C /* FireworkSDKModule.swift in Sources */,
|
|
385
|
-
898873462A0A8E7E0089CD1C /* UIViewController+AttachChild.swift in Sources */,
|
|
386
|
-
897161102B637CA9006C3F7B /* CountdownTimerConfiguration.swift in Sources */,
|
|
387
|
-
898873552A0A8E7E0089CD1C /* TrackPurchaseParameters.swift in Sources */,
|
|
388
|
-
8988735C2A0A8E7E0089CD1C /* LiveStreamModule.swift in Sources */,
|
|
389
|
-
898873642A0A8E7E0089CD1C /* FireworkEventName.swift in Sources */,
|
|
390
|
-
898873512A0A8E7E0089CD1C /* ProductInfoViewConfiguration.swift in Sources */,
|
|
391
|
-
8988734E2A0A8E7E0089CD1C /* FWNavigatorModule.m in Sources */,
|
|
392
|
-
898873492A0A8E7E0089CD1C /* String+Color.swift in Sources */,
|
|
393
|
-
898873662A0A8E7E0089CD1C /* VideoFeedManager.swift in Sources */,
|
|
394
|
-
8971610D2B637C6F006C3F7B /* ReplayBadgeConfiguration.swift in Sources */,
|
|
395
|
-
89D6BBF929ACE2DC00C8AA2A /* (null) in Sources */,
|
|
396
|
-
898873592A0A8E7E0089CD1C /* AdBadgeConfiguration.swift in Sources */,
|
|
397
|
-
897523972817DEF80070EBB6 /* (null) in Sources */,
|
|
398
|
-
89DF27DD28A53A77003F3CCB /* (null) in Sources */,
|
|
399
|
-
898873682A0A8E7E0089CD1C /* StoryBlockManager.swift in Sources */,
|
|
400
|
-
898873542A0A8E7E0089CD1C /* ShoppingModule.swift in Sources */,
|
|
401
|
-
898873622A0A8E7E0089CD1C /* RCTConvert+VideoFeed.swift in Sources */,
|
|
402
|
-
89DF27DF28A53A77003F3CCB /* (null) in Sources */,
|
|
403
|
-
89C4D6A62A494EB800EFB74A /* StoryBlockConfiguration.swift in Sources */,
|
|
404
|
-
897523932817DEF80070EBB6 /* (null) in Sources */,
|
|
405
|
-
897523922817DEF80070EBB6 /* (null) in Sources */,
|
|
406
|
-
897523872817DEF80070EBB6 /* (null) in Sources */,
|
|
407
|
-
897523902817DEF80070EBB6 /* (null) in Sources */,
|
|
408
|
-
8988736D2A0A8E7E0089CD1C /* VideoFeedManager.m in Sources */,
|
|
409
|
-
8988735A2A0A8E7E0089CD1C /* FireworkSDKModule+CTA.swift in Sources */,
|
|
410
|
-
891F4AFA2A68DF2B00A9E8DA /* RCTConvert+FWNavigatorModule.swift in Sources */,
|
|
411
|
-
898873472A0A8E7E0089CD1C /* UIView+Constraints.swift in Sources */,
|
|
412
|
-
897523882817DEF80070EBB6 /* (null) in Sources */,
|
|
413
|
-
897523982817DEF80070EBB6 /* (null) in Sources */,
|
|
414
|
-
898873652A0A8E7E0089CD1C /* StoryBlock.swift in Sources */,
|
|
415
|
-
8971610E2B637C6F006C3F7B /* VideoPlayerLogoConfiguration.swift in Sources */,
|
|
416
|
-
8975239C2817DEF80070EBB6 /* (null) in Sources */,
|
|
417
|
-
898873602A0A8E7E0089CD1C /* RCTConvert+FireworkSDKModule.swift in Sources */,
|
|
418
|
-
897523942817DEF80070EBB6 /* (null) in Sources */,
|
|
419
|
-
8975239A2817DEF80070EBB6 /* (null) in Sources */,
|
|
420
|
-
898873672A0A8E7E0089CD1C /* AdConfiguration.swift in Sources */,
|
|
421
|
-
8988735F2A0A8E7E0089CD1C /* RCTConvert+StoryBlock.swift in Sources */,
|
|
422
|
-
8975239E2817DEF80070EBB6 /* (null) in Sources */,
|
|
423
|
-
897523962817DEF80070EBB6 /* (null) in Sources */,
|
|
424
|
-
8988735B2A0A8E7E0089CD1C /* FireworkSDKModule.m in Sources */,
|
|
425
|
-
8988736A2A0A8E7E0089CD1C /* VideoFeedConfiguration.swift in Sources */,
|
|
426
|
-
8975238D2817DEF80070EBB6 /* (null) in Sources */,
|
|
427
|
-
8975238C2817DEF80070EBB6 /* (null) in Sources */,
|
|
428
|
-
8988736B2A0A8E7E0089CD1C /* VideoFeed.swift in Sources */,
|
|
429
|
-
891F4AF62A67E12800A9E8DA /* FWRNContainerViewController.swift in Sources */,
|
|
430
|
-
898873522A0A8E7E0089CD1C /* ShoppingCTAResult.swift in Sources */,
|
|
431
|
-
89C105652BAD2C1D00E47CDD /* UIWindowScene+Swizzle.swift in Sources */,
|
|
432
|
-
89C6791A2A736C80000C1A71 /* ButtonInfo.swift in Sources */,
|
|
433
|
-
8975239D2817DEF80070EBB6 /* (null) in Sources */,
|
|
434
|
-
898873562A0A8E7E0089CD1C /* SDKInitOptions.swift in Sources */,
|
|
435
|
-
89DF27DE28A53A77003F3CCB /* (null) in Sources */,
|
|
436
|
-
891F4AF82A68DEDF00A9E8DA /* PushRNContainerParams.swift in Sources */,
|
|
437
|
-
897523892817DEF80070EBB6 /* (null) in Sources */,
|
|
438
|
-
897523912817DEF80070EBB6 /* (null) in Sources */,
|
|
439
|
-
8975238F2817DEF80070EBB6 /* (null) in Sources */,
|
|
440
|
-
898873632A0A8E7E0089CD1C /* FireworkSDK+Json.swift in Sources */,
|
|
441
|
-
8975238B2817DEF80070EBB6 /* (null) in Sources */,
|
|
442
|
-
8975239F2817DEF80070EBB6 /* (null) in Sources */,
|
|
443
|
-
);
|
|
444
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
445
|
-
};
|
|
446
|
-
/* End PBXSourcesBuildPhase section */
|
|
447
|
-
|
|
448
|
-
/* Begin XCBuildConfiguration section */
|
|
449
|
-
58B511ED1A9E6C8500147676 /* Debug */ = {
|
|
450
|
-
isa = XCBuildConfiguration;
|
|
451
|
-
buildSettings = {
|
|
452
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
453
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
454
|
-
CLANG_CXX_LIBRARY = "libc++";
|
|
455
|
-
CLANG_ENABLE_MODULES = YES;
|
|
456
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
|
457
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
458
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
459
|
-
CLANG_WARN_COMMA = YES;
|
|
460
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
461
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
462
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
|
463
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
464
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
465
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
|
466
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
467
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
468
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
469
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
470
|
-
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
471
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
472
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
473
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
474
|
-
COPY_PHASE_STRIP = NO;
|
|
475
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
476
|
-
ENABLE_TESTABILITY = YES;
|
|
477
|
-
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
478
|
-
GCC_DYNAMIC_NO_PIC = NO;
|
|
479
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
|
480
|
-
GCC_OPTIMIZATION_LEVEL = 0;
|
|
481
|
-
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
482
|
-
"DEBUG=1",
|
|
483
|
-
"$(inherited)",
|
|
484
|
-
);
|
|
485
|
-
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
486
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
487
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
488
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
489
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
490
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
491
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
492
|
-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
493
|
-
MTL_ENABLE_DEBUG_INFO = YES;
|
|
494
|
-
ONLY_ACTIVE_ARCH = YES;
|
|
495
|
-
SDKROOT = iphoneos;
|
|
496
|
-
};
|
|
497
|
-
name = Debug;
|
|
498
|
-
};
|
|
499
|
-
58B511EE1A9E6C8500147676 /* Release */ = {
|
|
500
|
-
isa = XCBuildConfiguration;
|
|
501
|
-
buildSettings = {
|
|
502
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
503
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
504
|
-
CLANG_CXX_LIBRARY = "libc++";
|
|
505
|
-
CLANG_ENABLE_MODULES = YES;
|
|
506
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
|
507
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
508
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
509
|
-
CLANG_WARN_COMMA = YES;
|
|
510
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
511
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
512
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
|
513
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
514
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
515
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
|
516
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
517
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
518
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
519
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
520
|
-
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
521
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
522
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
523
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
524
|
-
COPY_PHASE_STRIP = YES;
|
|
525
|
-
ENABLE_NS_ASSERTIONS = NO;
|
|
526
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
527
|
-
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
528
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
|
529
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
530
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
531
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
532
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
533
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
534
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
535
|
-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
536
|
-
MTL_ENABLE_DEBUG_INFO = NO;
|
|
537
|
-
SDKROOT = iphoneos;
|
|
538
|
-
VALIDATE_PRODUCT = YES;
|
|
539
|
-
};
|
|
540
|
-
name = Release;
|
|
541
|
-
};
|
|
542
|
-
58B511F01A9E6C8500147676 /* Debug */ = {
|
|
543
|
-
isa = XCBuildConfiguration;
|
|
544
|
-
buildSettings = {
|
|
545
|
-
HEADER_SEARCH_PATHS = (
|
|
546
|
-
"$(inherited)",
|
|
547
|
-
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
|
548
|
-
"$(SRCROOT)/../../../React/**",
|
|
549
|
-
"$(SRCROOT)/../../react-native/React/**",
|
|
550
|
-
);
|
|
551
|
-
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
552
|
-
OTHER_LDFLAGS = "-ObjC";
|
|
553
|
-
PRODUCT_NAME = FireworkSdk;
|
|
554
|
-
SKIP_INSTALL = YES;
|
|
555
|
-
SWIFT_OBJC_BRIDGING_HEADER = "FireworkSdk-Bridging-Header.h";
|
|
556
|
-
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
557
|
-
SWIFT_VERSION = 5.0;
|
|
558
|
-
};
|
|
559
|
-
name = Debug;
|
|
560
|
-
};
|
|
561
|
-
58B511F11A9E6C8500147676 /* Release */ = {
|
|
562
|
-
isa = XCBuildConfiguration;
|
|
563
|
-
buildSettings = {
|
|
564
|
-
HEADER_SEARCH_PATHS = (
|
|
565
|
-
"$(inherited)",
|
|
566
|
-
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
|
567
|
-
"$(SRCROOT)/../../../React/**",
|
|
568
|
-
"$(SRCROOT)/../../react-native/React/**",
|
|
569
|
-
);
|
|
570
|
-
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
571
|
-
OTHER_LDFLAGS = "-ObjC";
|
|
572
|
-
PRODUCT_NAME = FireworkSdk;
|
|
573
|
-
SKIP_INSTALL = YES;
|
|
574
|
-
SWIFT_OBJC_BRIDGING_HEADER = "FireworkSdk-Bridging-Header.h";
|
|
575
|
-
SWIFT_VERSION = 5.0;
|
|
576
|
-
};
|
|
577
|
-
name = Release;
|
|
578
|
-
};
|
|
579
|
-
/* End XCBuildConfiguration section */
|
|
580
|
-
|
|
581
|
-
/* Begin XCConfigurationList section */
|
|
582
|
-
58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "FireworkSdk" */ = {
|
|
583
|
-
isa = XCConfigurationList;
|
|
584
|
-
buildConfigurations = (
|
|
585
|
-
58B511ED1A9E6C8500147676 /* Debug */,
|
|
586
|
-
58B511EE1A9E6C8500147676 /* Release */,
|
|
587
|
-
);
|
|
588
|
-
defaultConfigurationIsVisible = 0;
|
|
589
|
-
defaultConfigurationName = Release;
|
|
590
|
-
};
|
|
591
|
-
58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "FireworkSdk" */ = {
|
|
592
|
-
isa = XCConfigurationList;
|
|
593
|
-
buildConfigurations = (
|
|
594
|
-
58B511F01A9E6C8500147676 /* Debug */,
|
|
595
|
-
58B511F11A9E6C8500147676 /* Release */,
|
|
596
|
-
);
|
|
597
|
-
defaultConfigurationIsVisible = 0;
|
|
598
|
-
defaultConfigurationName = Release;
|
|
599
|
-
};
|
|
600
|
-
/* End XCConfigurationList section */
|
|
601
|
-
};
|
|
602
|
-
rootObject = 58B511D31A9E6C8500147676 /* Project object */;
|
|
603
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// RNSScreenStackView+Window.h
|
|
3
|
-
// react-native-firework-sdk
|
|
4
|
-
//
|
|
5
|
-
// Created by Haitao Shangguan on 2023/10/26.
|
|
6
|
-
//
|
|
7
|
-
|
|
8
|
-
#if __has_include(<RNScreens/RNSScreenStack.h>)
|
|
9
|
-
|
|
10
|
-
#import <RNScreens/RNSScreenStack.h>
|
|
11
|
-
|
|
12
|
-
NS_ASSUME_NONNULL_BEGIN
|
|
13
|
-
|
|
14
|
-
@interface RNSScreenStackView (Window)
|
|
15
|
-
|
|
16
|
-
@end
|
|
17
|
-
|
|
18
|
-
NS_ASSUME_NONNULL_END
|
|
19
|
-
|
|
20
|
-
#endif
|