react-native-firework-sdk 1.9.0 → 1.10.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.
Files changed (111) hide show
  1. package/ios/Components/StoryBlock.swift +5 -6
  2. package/ios/Components/StoryBlockManager.m +1 -0
  3. package/ios/Components/StoryBlockManager.swift +4 -0
  4. package/ios/Components/VideoFeed.swift +8 -7
  5. package/ios/Components/VideoFeedManager.m +1 -0
  6. package/ios/Components/VideoFeedManager.swift +4 -0
  7. package/ios/FireworkSdk.xcodeproj/project.pbxproj +1 -171
  8. package/ios/FireworkVideoUI/FireworkVideoUI/FireworkVideoUI.docc/FireworkVideoUI.md +13 -0
  9. package/ios/FireworkVideoUI/FireworkVideoUI/FireworkVideoUI.h +18 -0
  10. package/ios/FireworkVideoUI/FireworkVideoUI/Sources/AppLanguage/AppLanguageManager.swift +147 -0
  11. package/ios/{Utils/AppLanguage/Bundle+FWSwizzle.swift → FireworkVideoUI/FireworkVideoUI/Sources/AppLanguage/Extensions/Foundation/Bundle+AppLanguage.swift} +7 -7
  12. package/ios/{Utils/AppLanguage/NumberFormatter+FWSwizzle.swift → FireworkVideoUI/FireworkVideoUI/Sources/AppLanguage/Extensions/Foundation/NumberFormatter+AppLanguage.swift} +5 -5
  13. package/ios/{Utils/AppLanguage/URLSession+FWSwizzle.swift → FireworkVideoUI/FireworkVideoUI/Sources/AppLanguage/Extensions/Foundation/URLSession+AppLanguage.swift} +7 -7
  14. package/ios/{Utils/AppLanguage/UIImageView+FWSwizzle.swift → FireworkVideoUI/FireworkVideoUI/Sources/AppLanguage/Extensions/UIKit/UIImageView+AppLanguage.swift} +8 -8
  15. package/ios/{Utils/AppLanguage/UILabel+FWSwizzle.swift → FireworkVideoUI/FireworkVideoUI/Sources/AppLanguage/Extensions/UIKit/UILabel+AppLanguage.swift} +17 -17
  16. package/ios/{Utils/AppLanguage/UITextField+FWSwizzle.swift → FireworkVideoUI/FireworkVideoUI/Sources/AppLanguage/Extensions/UIKit/UITextField+AppLanguage.swift} +16 -16
  17. package/ios/{Utils/AppLanguage/UITextView+FWSwizzle.swift → FireworkVideoUI/FireworkVideoUI/Sources/AppLanguage/Extensions/UIKit/UITextView+AppLanguage.swift} +16 -16
  18. package/ios/{Utils/AppLanguage/UIView+FWSwizzle.swift → FireworkVideoUI/FireworkVideoUI/Sources/AppLanguage/Extensions/UIKit/UIView+AppLanguage.swift} +7 -7
  19. package/ios/{Utils/AppLanguage/UIViewController+FWSwizzle.swift → FireworkVideoUI/FireworkVideoUI/Sources/AppLanguage/Extensions/UIKit/UIViewController+AppLanguage.swift} +19 -5
  20. package/ios/{Utils/AppLanguage/UIWindow+FWSwizzle.swift → FireworkVideoUI/FireworkVideoUI/Sources/AppLanguage/Extensions/UIKit/UIWindow+AppLanguage.swift} +5 -5
  21. package/ios/{Utils/AppLanguage/FWLanguageUtil.swift → FireworkVideoUI/FireworkVideoUI/Sources/AppLanguage/LanguageUtil.swift} +4 -4
  22. package/ios/FireworkVideoUI/FireworkVideoUI/Sources/LayoutFlip/Extensions/Foundation/NSObject+LayoutFlip.swift +42 -0
  23. package/ios/FireworkVideoUI/FireworkVideoUI/Sources/LayoutFlip/Extensions/UIKit/CALayer+LayoutFlip.swift +160 -0
  24. package/ios/FireworkVideoUI/FireworkVideoUI/Sources/LayoutFlip/Extensions/UIKit/UILabel+LayoutFlip.swift +35 -0
  25. package/ios/FireworkVideoUI/FireworkVideoUI/Sources/LayoutFlip/Extensions/UIKit/UIView+LayoutFlip.swift +199 -0
  26. package/ios/FireworkVideoUI/FireworkVideoUI/Sources/LayoutFlip/LayoutFlipManager.swift +59 -0
  27. package/ios/{Utils/Extensions/DispatchQueue+FWOnce.swift → FireworkVideoUI/FireworkVideoUI/Sources/Utils/Extensions/Foundation/DispatchQueue+Once.swift} +4 -4
  28. package/ios/FireworkVideoUI/FireworkVideoUI/Sources/Utils/Extensions/Foundation/String+Base64.swift +18 -0
  29. package/ios/{Utils/Extensions/UIView+FWUIHierarchy.swift → FireworkVideoUI/FireworkVideoUI/Sources/Utils/Extensions/UIKit/UIView+UIHierarchy.swift} +4 -5
  30. package/ios/{Utils/FWSwizzleUtil.swift → FireworkVideoUI/FireworkVideoUI/Sources/Utils/Swizzle.swift} +2 -2
  31. package/ios/FireworkVideoUI/FireworkVideoUI.xcodeproj/project.pbxproj +764 -0
  32. package/ios/FireworkVideoUI/FireworkVideoUI.xcworkspace/contents.xcworkspacedata +10 -0
  33. package/ios/FireworkVideoUI/FireworkVideoUI.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
  34. package/ios/FireworkVideoUI/FireworkVideoUITests/FireworkVideoUITests.swift +37 -0
  35. package/ios/FireworkVideoUI/Podfile +15 -0
  36. package/ios/FireworkVideoUI/Podfile.lock +16 -0
  37. package/ios/Models/NativeToRN/FireworkEventName.swift +4 -0
  38. package/ios/Models/RNToNative/RCTConvert+StoryBlock.swift +2 -1
  39. package/ios/Models/RNToNative/RCTConvert+VideoFeed.swift +2 -1
  40. package/ios/Modules/FWNavigatorModule/FWNavigatorModule.swift +8 -98
  41. package/ios/Modules/FireworkSDKModule/FireworkSDKModule+EventTracking.swift +34 -16
  42. package/ios/Modules/FireworkSDKModule/FireworkSDKModule.swift +23 -6
  43. package/ios/Modules/LiveStream/LiveStreamModule.swift +1 -0
  44. package/ios/Support/MultiHostStreaming/FWMultiHostStreaming.podspec +4 -6
  45. package/ios/Utils/Extensions/Swizzle/UINavigationController+FWSwizzle.swift +4 -1
  46. package/ios/scripts/react_native_firework_sdk_pods.rb +22 -26
  47. package/lib/commonjs/FireworkSDK.js +19 -6
  48. package/lib/commonjs/FireworkSDK.js.map +1 -1
  49. package/lib/commonjs/VideoShopping.js +1 -1
  50. package/lib/commonjs/VideoShopping.js.map +1 -1
  51. package/lib/commonjs/components/StoryBlock.js +3 -1
  52. package/lib/commonjs/components/StoryBlock.js.map +1 -1
  53. package/lib/commonjs/components/VideoFeed.js +3 -1
  54. package/lib/commonjs/components/VideoFeed.js.map +1 -1
  55. package/lib/commonjs/models/FWEventName.js +1 -0
  56. package/lib/commonjs/models/FWEventName.js.map +1 -1
  57. package/lib/commonjs/models/VideoPlaybackEventName.js +3 -0
  58. package/lib/commonjs/models/VideoPlaybackEventName.js.map +1 -1
  59. package/lib/module/FireworkSDK.js +18 -6
  60. package/lib/module/FireworkSDK.js.map +1 -1
  61. package/lib/module/VideoShopping.js +1 -1
  62. package/lib/module/VideoShopping.js.map +1 -1
  63. package/lib/module/components/StoryBlock.js +3 -1
  64. package/lib/module/components/StoryBlock.js.map +1 -1
  65. package/lib/module/components/VideoFeed.js +3 -1
  66. package/lib/module/components/VideoFeed.js.map +1 -1
  67. package/lib/module/models/FWEventName.js +1 -0
  68. package/lib/module/models/FWEventName.js.map +1 -1
  69. package/lib/module/models/VideoPlaybackEventName.js +3 -0
  70. package/lib/module/models/VideoPlaybackEventName.js.map +1 -1
  71. package/lib/typescript/FireworkSDK.d.ts +1 -0
  72. package/lib/typescript/VideoShopping.d.ts +1 -1
  73. package/lib/typescript/components/StoryBlock.d.ts +8 -0
  74. package/lib/typescript/components/VideoFeed.d.ts +8 -0
  75. package/lib/typescript/models/FWEventName.d.ts +1 -0
  76. package/lib/typescript/models/StoryBlockSource.d.ts +1 -1
  77. package/lib/typescript/models/VideoFeedSource.d.ts +1 -1
  78. package/lib/typescript/models/VideoPlaybackEventName.d.ts +13 -1
  79. package/package.json +5 -1
  80. package/react-native-firework-sdk.podspec +10 -5
  81. package/src/FireworkSDK.ts +22 -5
  82. package/src/VideoShopping.ts +1 -1
  83. package/src/components/StoryBlock.tsx +10 -0
  84. package/src/components/VideoFeed.tsx +10 -0
  85. package/src/models/FWEventName.ts +1 -0
  86. package/src/models/StoryBlockSource.ts +2 -1
  87. package/src/models/VideoFeedSource.ts +2 -1
  88. package/src/models/VideoPlaybackEventName.ts +13 -1
  89. package/ios/Utils/AppLanguage/FWAppLanguageManager.swift +0 -139
  90. package/ios/Utils/FWRTL/Classes/Manager/FWRTLManager.h +0 -25
  91. package/ios/Utils/FWRTL/Classes/Manager/FWRTLManager.m +0 -75
  92. package/ios/Utils/FWRTL/Classes/UICategories/CALayer+FWRTL.h +0 -21
  93. package/ios/Utils/FWRTL/Classes/UICategories/CALayer+FWRTL.m +0 -124
  94. package/ios/Utils/FWRTL/Classes/UICategories/FWRTLRemoteViewControllerAdaptor.h +0 -11
  95. package/ios/Utils/FWRTL/Classes/UICategories/FWRTLRemoteViewControllerAdaptor.m +0 -86
  96. package/ios/Utils/FWRTL/Classes/UICategories/FWRTLWhiteListManager.h +0 -16
  97. package/ios/Utils/FWRTL/Classes/UICategories/FWRTLWhiteListManager.m +0 -55
  98. package/ios/Utils/FWRTL/Classes/UICategories/UILabel+FWRTL.h +0 -18
  99. package/ios/Utils/FWRTL/Classes/UICategories/UILabel+FWRTL.m +0 -39
  100. package/ios/Utils/FWRTL/Classes/UICategories/UIView+FWRTL.h +0 -54
  101. package/ios/Utils/FWRTL/Classes/UICategories/UIView+FWRTL.m +0 -141
  102. package/ios/Utils/FWRTL/Classes/UICategories/UIWindow+FWRTL.h +0 -16
  103. package/ios/Utils/FWRTL/Classes/UICategories/UIWindow+FWRTL.m +0 -20
  104. package/ios/Utils/FWRTL/Classes/Utils/FWRTLDefinitions.h +0 -52
  105. package/ios/Utils/FWRTL/Classes/Utils/NSObject+FWRTLReloadBlock.h +0 -19
  106. package/ios/Utils/FWRTL/Classes/Utils/NSObject+FWRTLReloadBlock.m +0 -49
  107. package/ios/Utils/FWRTL/Classes/Utils/NSString+FWRTL.h +0 -21
  108. package/ios/Utils/FWRTL/Classes/Utils/NSString+FWRTL.m +0 -38
  109. package/ios/Utils/FWRTL/Classes/Utils/UIImage+FWRTL.h +0 -18
  110. package/ios/Utils/FWRTL/Classes/Utils/UIImage+FWRTL.m +0 -43
  111. /package/ios/Support/MultiHostStreaming/{src → Sources}/MultiHostStreamingSDK.swift +0 -0
@@ -0,0 +1,764 @@
1
+ // !$*UTF8*$!
2
+ {
3
+ archiveVersion = 1;
4
+ classes = {
5
+ };
6
+ objectVersion = 56;
7
+ objects = {
8
+
9
+ /* Begin PBXBuildFile section */
10
+ 89CDDD7D2A016440006DD185 /* Swizzle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89CDDD5D2A016440006DD185 /* Swizzle.swift */; };
11
+ 89CDDD7E2A016440006DD185 /* UIView+UIHierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89CDDD602A016440006DD185 /* UIView+UIHierarchy.swift */; };
12
+ 89CDDD7F2A016440006DD185 /* DispatchQueue+Once.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89CDDD622A016440006DD185 /* DispatchQueue+Once.swift */; };
13
+ 89CDDD802A016440006DD185 /* String+Base64.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89CDDD632A016440006DD185 /* String+Base64.swift */; };
14
+ 89CDDD812A016440006DD185 /* UILabel+LayoutFlip.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89CDDD672A016440006DD185 /* UILabel+LayoutFlip.swift */; };
15
+ 89CDDD822A016440006DD185 /* CALayer+LayoutFlip.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89CDDD682A016440006DD185 /* CALayer+LayoutFlip.swift */; };
16
+ 89CDDD832A016440006DD185 /* UIView+LayoutFlip.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89CDDD692A016440006DD185 /* UIView+LayoutFlip.swift */; };
17
+ 89CDDD842A016440006DD185 /* NSObject+LayoutFlip.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89CDDD6B2A016440006DD185 /* NSObject+LayoutFlip.swift */; };
18
+ 89CDDD852A016440006DD185 /* LayoutFlipManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89CDDD6C2A016440006DD185 /* LayoutFlipManager.swift */; };
19
+ 89CDDD862A016440006DD185 /* AppLanguageManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89CDDD6E2A016440006DD185 /* AppLanguageManager.swift */; };
20
+ 89CDDD872A016440006DD185 /* LanguageUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89CDDD6F2A016440006DD185 /* LanguageUtil.swift */; };
21
+ 89CDDD882A016440006DD185 /* UITextView+AppLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89CDDD722A016440006DD185 /* UITextView+AppLanguage.swift */; };
22
+ 89CDDD892A016440006DD185 /* UIWindow+AppLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89CDDD732A016440006DD185 /* UIWindow+AppLanguage.swift */; };
23
+ 89CDDD8A2A016440006DD185 /* UITextField+AppLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89CDDD742A016440006DD185 /* UITextField+AppLanguage.swift */; };
24
+ 89CDDD8B2A016440006DD185 /* UIImageView+AppLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89CDDD752A016440006DD185 /* UIImageView+AppLanguage.swift */; };
25
+ 89CDDD8C2A016440006DD185 /* UILabel+AppLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89CDDD762A016440006DD185 /* UILabel+AppLanguage.swift */; };
26
+ 89CDDD8D2A016440006DD185 /* UIView+AppLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89CDDD772A016440006DD185 /* UIView+AppLanguage.swift */; };
27
+ 89CDDD8E2A016440006DD185 /* UIViewController+AppLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89CDDD782A016440006DD185 /* UIViewController+AppLanguage.swift */; };
28
+ 89CDDD8F2A016440006DD185 /* Bundle+AppLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89CDDD7A2A016440006DD185 /* Bundle+AppLanguage.swift */; };
29
+ 89CDDD902A016440006DD185 /* NumberFormatter+AppLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89CDDD7B2A016440006DD185 /* NumberFormatter+AppLanguage.swift */; };
30
+ 89CDDD912A016440006DD185 /* URLSession+AppLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89CDDD7C2A016440006DD185 /* URLSession+AppLanguage.swift */; };
31
+ 89DF336329F813F600A8B124 /* FireworkVideoUI.docc in Sources */ = {isa = PBXBuildFile; fileRef = 89DF336229F813F600A8B124 /* FireworkVideoUI.docc */; };
32
+ 89DF336929F813F600A8B124 /* FireworkVideoUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 89DF335E29F813F600A8B124 /* FireworkVideoUI.framework */; };
33
+ 89DF336E29F813F600A8B124 /* FireworkVideoUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89DF336D29F813F600A8B124 /* FireworkVideoUITests.swift */; };
34
+ 89DF336F29F813F600A8B124 /* FireworkVideoUI.h in Headers */ = {isa = PBXBuildFile; fileRef = 89DF336129F813F600A8B124 /* FireworkVideoUI.h */; settings = {ATTRIBUTES = (Public, ); }; };
35
+ C2F3D96C9A7EA13872327E20 /* libPods-FireworkVideoUI-FireworkVideoUITests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E0D09681E72E95F2764CE095 /* libPods-FireworkVideoUI-FireworkVideoUITests.a */; };
36
+ D1EFAB47CE198EAC5B2649FF /* libPods-FireworkVideoUI.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADA208B0EEE1D980AD2D552E /* libPods-FireworkVideoUI.a */; };
37
+ /* End PBXBuildFile section */
38
+
39
+ /* Begin PBXContainerItemProxy section */
40
+ 89DF336A29F813F600A8B124 /* PBXContainerItemProxy */ = {
41
+ isa = PBXContainerItemProxy;
42
+ containerPortal = 89DF335529F813F600A8B124 /* Project object */;
43
+ proxyType = 1;
44
+ remoteGlobalIDString = 89DF335D29F813F600A8B124;
45
+ remoteInfo = FireworkVideoUI;
46
+ };
47
+ /* End PBXContainerItemProxy section */
48
+
49
+ /* Begin PBXFileReference section */
50
+ 0295D432D8B9320FECFD2EF0 /* Pods-FireworkVideoUI.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FireworkVideoUI.release.xcconfig"; path = "Target Support Files/Pods-FireworkVideoUI/Pods-FireworkVideoUI.release.xcconfig"; sourceTree = "<group>"; };
51
+ 0526674B3FA99B5D289F8B04 /* Pods-FireworkVideoUI-FireworkVideoUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FireworkVideoUI-FireworkVideoUITests.debug.xcconfig"; path = "Target Support Files/Pods-FireworkVideoUI-FireworkVideoUITests/Pods-FireworkVideoUI-FireworkVideoUITests.debug.xcconfig"; sourceTree = "<group>"; };
52
+ 43E9D4C021993E1D1128C09C /* Pods-FireworkVideoUI.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FireworkVideoUI.debug.xcconfig"; path = "Target Support Files/Pods-FireworkVideoUI/Pods-FireworkVideoUI.debug.xcconfig"; sourceTree = "<group>"; };
53
+ 89CDDD5D2A016440006DD185 /* Swizzle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Swizzle.swift; sourceTree = "<group>"; };
54
+ 89CDDD602A016440006DD185 /* UIView+UIHierarchy.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+UIHierarchy.swift"; sourceTree = "<group>"; };
55
+ 89CDDD622A016440006DD185 /* DispatchQueue+Once.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "DispatchQueue+Once.swift"; sourceTree = "<group>"; };
56
+ 89CDDD632A016440006DD185 /* String+Base64.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+Base64.swift"; sourceTree = "<group>"; };
57
+ 89CDDD672A016440006DD185 /* UILabel+LayoutFlip.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UILabel+LayoutFlip.swift"; sourceTree = "<group>"; };
58
+ 89CDDD682A016440006DD185 /* CALayer+LayoutFlip.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "CALayer+LayoutFlip.swift"; sourceTree = "<group>"; };
59
+ 89CDDD692A016440006DD185 /* UIView+LayoutFlip.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+LayoutFlip.swift"; sourceTree = "<group>"; };
60
+ 89CDDD6B2A016440006DD185 /* NSObject+LayoutFlip.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSObject+LayoutFlip.swift"; sourceTree = "<group>"; };
61
+ 89CDDD6C2A016440006DD185 /* LayoutFlipManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LayoutFlipManager.swift; sourceTree = "<group>"; };
62
+ 89CDDD6E2A016440006DD185 /* AppLanguageManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppLanguageManager.swift; sourceTree = "<group>"; };
63
+ 89CDDD6F2A016440006DD185 /* LanguageUtil.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LanguageUtil.swift; sourceTree = "<group>"; };
64
+ 89CDDD722A016440006DD185 /* UITextView+AppLanguage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UITextView+AppLanguage.swift"; sourceTree = "<group>"; };
65
+ 89CDDD732A016440006DD185 /* UIWindow+AppLanguage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIWindow+AppLanguage.swift"; sourceTree = "<group>"; };
66
+ 89CDDD742A016440006DD185 /* UITextField+AppLanguage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UITextField+AppLanguage.swift"; sourceTree = "<group>"; };
67
+ 89CDDD752A016440006DD185 /* UIImageView+AppLanguage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIImageView+AppLanguage.swift"; sourceTree = "<group>"; };
68
+ 89CDDD762A016440006DD185 /* UILabel+AppLanguage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UILabel+AppLanguage.swift"; sourceTree = "<group>"; };
69
+ 89CDDD772A016440006DD185 /* UIView+AppLanguage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+AppLanguage.swift"; sourceTree = "<group>"; };
70
+ 89CDDD782A016440006DD185 /* UIViewController+AppLanguage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIViewController+AppLanguage.swift"; sourceTree = "<group>"; };
71
+ 89CDDD7A2A016440006DD185 /* Bundle+AppLanguage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Bundle+AppLanguage.swift"; sourceTree = "<group>"; };
72
+ 89CDDD7B2A016440006DD185 /* NumberFormatter+AppLanguage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NumberFormatter+AppLanguage.swift"; sourceTree = "<group>"; };
73
+ 89CDDD7C2A016440006DD185 /* URLSession+AppLanguage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "URLSession+AppLanguage.swift"; sourceTree = "<group>"; };
74
+ 89DF335E29F813F600A8B124 /* FireworkVideoUI.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FireworkVideoUI.framework; sourceTree = BUILT_PRODUCTS_DIR; };
75
+ 89DF336129F813F600A8B124 /* FireworkVideoUI.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FireworkVideoUI.h; sourceTree = "<group>"; };
76
+ 89DF336229F813F600A8B124 /* FireworkVideoUI.docc */ = {isa = PBXFileReference; lastKnownFileType = folder.documentationcatalog; path = FireworkVideoUI.docc; sourceTree = "<group>"; };
77
+ 89DF336829F813F600A8B124 /* FireworkVideoUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FireworkVideoUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
78
+ 89DF336D29F813F600A8B124 /* FireworkVideoUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FireworkVideoUITests.swift; sourceTree = "<group>"; };
79
+ 9CB1172B21699595C412032C /* Pods-FireworkVideoUI-FireworkVideoUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FireworkVideoUI-FireworkVideoUITests.release.xcconfig"; path = "Target Support Files/Pods-FireworkVideoUI-FireworkVideoUITests/Pods-FireworkVideoUI-FireworkVideoUITests.release.xcconfig"; sourceTree = "<group>"; };
80
+ ADA208B0EEE1D980AD2D552E /* libPods-FireworkVideoUI.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-FireworkVideoUI.a"; sourceTree = BUILT_PRODUCTS_DIR; };
81
+ E0D09681E72E95F2764CE095 /* libPods-FireworkVideoUI-FireworkVideoUITests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-FireworkVideoUI-FireworkVideoUITests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
82
+ /* End PBXFileReference section */
83
+
84
+ /* Begin PBXFrameworksBuildPhase section */
85
+ 89DF335B29F813F600A8B124 /* Frameworks */ = {
86
+ isa = PBXFrameworksBuildPhase;
87
+ buildActionMask = 2147483647;
88
+ files = (
89
+ D1EFAB47CE198EAC5B2649FF /* libPods-FireworkVideoUI.a in Frameworks */,
90
+ );
91
+ runOnlyForDeploymentPostprocessing = 0;
92
+ };
93
+ 89DF336529F813F600A8B124 /* Frameworks */ = {
94
+ isa = PBXFrameworksBuildPhase;
95
+ buildActionMask = 2147483647;
96
+ files = (
97
+ 89DF336929F813F600A8B124 /* FireworkVideoUI.framework in Frameworks */,
98
+ C2F3D96C9A7EA13872327E20 /* libPods-FireworkVideoUI-FireworkVideoUITests.a in Frameworks */,
99
+ );
100
+ runOnlyForDeploymentPostprocessing = 0;
101
+ };
102
+ /* End PBXFrameworksBuildPhase section */
103
+
104
+ /* Begin PBXGroup section */
105
+ 10002CD714337348ABB5EF18 /* Frameworks */ = {
106
+ isa = PBXGroup;
107
+ children = (
108
+ ADA208B0EEE1D980AD2D552E /* libPods-FireworkVideoUI.a */,
109
+ E0D09681E72E95F2764CE095 /* libPods-FireworkVideoUI-FireworkVideoUITests.a */,
110
+ );
111
+ name = Frameworks;
112
+ sourceTree = "<group>";
113
+ };
114
+ 89CDDD5B2A016440006DD185 /* Sources */ = {
115
+ isa = PBXGroup;
116
+ children = (
117
+ 89CDDD5C2A016440006DD185 /* Utils */,
118
+ 89CDDD642A016440006DD185 /* LayoutFlip */,
119
+ 89CDDD6D2A016440006DD185 /* AppLanguage */,
120
+ );
121
+ path = Sources;
122
+ sourceTree = "<group>";
123
+ };
124
+ 89CDDD5C2A016440006DD185 /* Utils */ = {
125
+ isa = PBXGroup;
126
+ children = (
127
+ 89CDDD5D2A016440006DD185 /* Swizzle.swift */,
128
+ 89CDDD5E2A016440006DD185 /* Extensions */,
129
+ );
130
+ path = Utils;
131
+ sourceTree = "<group>";
132
+ };
133
+ 89CDDD5E2A016440006DD185 /* Extensions */ = {
134
+ isa = PBXGroup;
135
+ children = (
136
+ 89CDDD5F2A016440006DD185 /* UIKit */,
137
+ 89CDDD612A016440006DD185 /* Foundation */,
138
+ );
139
+ path = Extensions;
140
+ sourceTree = "<group>";
141
+ };
142
+ 89CDDD5F2A016440006DD185 /* UIKit */ = {
143
+ isa = PBXGroup;
144
+ children = (
145
+ 89CDDD602A016440006DD185 /* UIView+UIHierarchy.swift */,
146
+ );
147
+ path = UIKit;
148
+ sourceTree = "<group>";
149
+ };
150
+ 89CDDD612A016440006DD185 /* Foundation */ = {
151
+ isa = PBXGroup;
152
+ children = (
153
+ 89CDDD622A016440006DD185 /* DispatchQueue+Once.swift */,
154
+ 89CDDD632A016440006DD185 /* String+Base64.swift */,
155
+ );
156
+ path = Foundation;
157
+ sourceTree = "<group>";
158
+ };
159
+ 89CDDD642A016440006DD185 /* LayoutFlip */ = {
160
+ isa = PBXGroup;
161
+ children = (
162
+ 89CDDD652A016440006DD185 /* Extensions */,
163
+ 89CDDD6C2A016440006DD185 /* LayoutFlipManager.swift */,
164
+ );
165
+ path = LayoutFlip;
166
+ sourceTree = "<group>";
167
+ };
168
+ 89CDDD652A016440006DD185 /* Extensions */ = {
169
+ isa = PBXGroup;
170
+ children = (
171
+ 89CDDD662A016440006DD185 /* UIKit */,
172
+ 89CDDD6A2A016440006DD185 /* Foundation */,
173
+ );
174
+ path = Extensions;
175
+ sourceTree = "<group>";
176
+ };
177
+ 89CDDD662A016440006DD185 /* UIKit */ = {
178
+ isa = PBXGroup;
179
+ children = (
180
+ 89CDDD672A016440006DD185 /* UILabel+LayoutFlip.swift */,
181
+ 89CDDD682A016440006DD185 /* CALayer+LayoutFlip.swift */,
182
+ 89CDDD692A016440006DD185 /* UIView+LayoutFlip.swift */,
183
+ );
184
+ path = UIKit;
185
+ sourceTree = "<group>";
186
+ };
187
+ 89CDDD6A2A016440006DD185 /* Foundation */ = {
188
+ isa = PBXGroup;
189
+ children = (
190
+ 89CDDD6B2A016440006DD185 /* NSObject+LayoutFlip.swift */,
191
+ );
192
+ path = Foundation;
193
+ sourceTree = "<group>";
194
+ };
195
+ 89CDDD6D2A016440006DD185 /* AppLanguage */ = {
196
+ isa = PBXGroup;
197
+ children = (
198
+ 89CDDD6E2A016440006DD185 /* AppLanguageManager.swift */,
199
+ 89CDDD6F2A016440006DD185 /* LanguageUtil.swift */,
200
+ 89CDDD702A016440006DD185 /* Extensions */,
201
+ );
202
+ path = AppLanguage;
203
+ sourceTree = "<group>";
204
+ };
205
+ 89CDDD702A016440006DD185 /* Extensions */ = {
206
+ isa = PBXGroup;
207
+ children = (
208
+ 89CDDD712A016440006DD185 /* UIKit */,
209
+ 89CDDD792A016440006DD185 /* Foundation */,
210
+ );
211
+ path = Extensions;
212
+ sourceTree = "<group>";
213
+ };
214
+ 89CDDD712A016440006DD185 /* UIKit */ = {
215
+ isa = PBXGroup;
216
+ children = (
217
+ 89CDDD722A016440006DD185 /* UITextView+AppLanguage.swift */,
218
+ 89CDDD732A016440006DD185 /* UIWindow+AppLanguage.swift */,
219
+ 89CDDD742A016440006DD185 /* UITextField+AppLanguage.swift */,
220
+ 89CDDD752A016440006DD185 /* UIImageView+AppLanguage.swift */,
221
+ 89CDDD762A016440006DD185 /* UILabel+AppLanguage.swift */,
222
+ 89CDDD772A016440006DD185 /* UIView+AppLanguage.swift */,
223
+ 89CDDD782A016440006DD185 /* UIViewController+AppLanguage.swift */,
224
+ );
225
+ path = UIKit;
226
+ sourceTree = "<group>";
227
+ };
228
+ 89CDDD792A016440006DD185 /* Foundation */ = {
229
+ isa = PBXGroup;
230
+ children = (
231
+ 89CDDD7A2A016440006DD185 /* Bundle+AppLanguage.swift */,
232
+ 89CDDD7B2A016440006DD185 /* NumberFormatter+AppLanguage.swift */,
233
+ 89CDDD7C2A016440006DD185 /* URLSession+AppLanguage.swift */,
234
+ );
235
+ path = Foundation;
236
+ sourceTree = "<group>";
237
+ };
238
+ 89DF335429F813F600A8B124 = {
239
+ isa = PBXGroup;
240
+ children = (
241
+ 89DF336029F813F600A8B124 /* FireworkVideoUI */,
242
+ 89DF336C29F813F600A8B124 /* FireworkVideoUITests */,
243
+ 89DF335F29F813F600A8B124 /* Products */,
244
+ F00682068F9752FDCE48B55B /* Pods */,
245
+ 10002CD714337348ABB5EF18 /* Frameworks */,
246
+ );
247
+ sourceTree = "<group>";
248
+ };
249
+ 89DF335F29F813F600A8B124 /* Products */ = {
250
+ isa = PBXGroup;
251
+ children = (
252
+ 89DF335E29F813F600A8B124 /* FireworkVideoUI.framework */,
253
+ 89DF336829F813F600A8B124 /* FireworkVideoUITests.xctest */,
254
+ );
255
+ name = Products;
256
+ sourceTree = "<group>";
257
+ };
258
+ 89DF336029F813F600A8B124 /* FireworkVideoUI */ = {
259
+ isa = PBXGroup;
260
+ children = (
261
+ 89CDDD5B2A016440006DD185 /* Sources */,
262
+ 89DF336129F813F600A8B124 /* FireworkVideoUI.h */,
263
+ 89DF336229F813F600A8B124 /* FireworkVideoUI.docc */,
264
+ );
265
+ path = FireworkVideoUI;
266
+ sourceTree = "<group>";
267
+ };
268
+ 89DF336C29F813F600A8B124 /* FireworkVideoUITests */ = {
269
+ isa = PBXGroup;
270
+ children = (
271
+ 89DF336D29F813F600A8B124 /* FireworkVideoUITests.swift */,
272
+ );
273
+ path = FireworkVideoUITests;
274
+ sourceTree = "<group>";
275
+ };
276
+ F00682068F9752FDCE48B55B /* Pods */ = {
277
+ isa = PBXGroup;
278
+ children = (
279
+ 43E9D4C021993E1D1128C09C /* Pods-FireworkVideoUI.debug.xcconfig */,
280
+ 0295D432D8B9320FECFD2EF0 /* Pods-FireworkVideoUI.release.xcconfig */,
281
+ 0526674B3FA99B5D289F8B04 /* Pods-FireworkVideoUI-FireworkVideoUITests.debug.xcconfig */,
282
+ 9CB1172B21699595C412032C /* Pods-FireworkVideoUI-FireworkVideoUITests.release.xcconfig */,
283
+ );
284
+ path = Pods;
285
+ sourceTree = "<group>";
286
+ };
287
+ /* End PBXGroup section */
288
+
289
+ /* Begin PBXHeadersBuildPhase section */
290
+ 89DF335929F813F600A8B124 /* Headers */ = {
291
+ isa = PBXHeadersBuildPhase;
292
+ buildActionMask = 2147483647;
293
+ files = (
294
+ 89DF336F29F813F600A8B124 /* FireworkVideoUI.h in Headers */,
295
+ );
296
+ runOnlyForDeploymentPostprocessing = 0;
297
+ };
298
+ /* End PBXHeadersBuildPhase section */
299
+
300
+ /* Begin PBXNativeTarget section */
301
+ 89DF335D29F813F600A8B124 /* FireworkVideoUI */ = {
302
+ isa = PBXNativeTarget;
303
+ buildConfigurationList = 89DF337229F813F600A8B124 /* Build configuration list for PBXNativeTarget "FireworkVideoUI" */;
304
+ buildPhases = (
305
+ 88FF76CA511D81BEBB5DA460 /* [CP] Check Pods Manifest.lock */,
306
+ 89DF335929F813F600A8B124 /* Headers */,
307
+ 89DF335A29F813F600A8B124 /* Sources */,
308
+ 89DF335B29F813F600A8B124 /* Frameworks */,
309
+ 89DF335C29F813F600A8B124 /* Resources */,
310
+ );
311
+ buildRules = (
312
+ );
313
+ dependencies = (
314
+ );
315
+ name = FireworkVideoUI;
316
+ productName = FireworkVideoUI;
317
+ productReference = 89DF335E29F813F600A8B124 /* FireworkVideoUI.framework */;
318
+ productType = "com.apple.product-type.framework";
319
+ };
320
+ 89DF336729F813F600A8B124 /* FireworkVideoUITests */ = {
321
+ isa = PBXNativeTarget;
322
+ buildConfigurationList = 89DF337529F813F600A8B124 /* Build configuration list for PBXNativeTarget "FireworkVideoUITests" */;
323
+ buildPhases = (
324
+ AD11B2B9C53940AF212B92E7 /* [CP] Check Pods Manifest.lock */,
325
+ 89DF336429F813F600A8B124 /* Sources */,
326
+ 89DF336529F813F600A8B124 /* Frameworks */,
327
+ 89DF336629F813F600A8B124 /* Resources */,
328
+ 6C2BDC8A3A425354D82BE358 /* [CP] Embed Pods Frameworks */,
329
+ );
330
+ buildRules = (
331
+ );
332
+ dependencies = (
333
+ 89DF336B29F813F600A8B124 /* PBXTargetDependency */,
334
+ );
335
+ name = FireworkVideoUITests;
336
+ productName = FireworkVideoUITests;
337
+ productReference = 89DF336829F813F600A8B124 /* FireworkVideoUITests.xctest */;
338
+ productType = "com.apple.product-type.bundle.unit-test";
339
+ };
340
+ /* End PBXNativeTarget section */
341
+
342
+ /* Begin PBXProject section */
343
+ 89DF335529F813F600A8B124 /* Project object */ = {
344
+ isa = PBXProject;
345
+ attributes = {
346
+ BuildIndependentTargetsInParallel = 1;
347
+ LastSwiftUpdateCheck = 1420;
348
+ LastUpgradeCheck = 1420;
349
+ TargetAttributes = {
350
+ 89DF335D29F813F600A8B124 = {
351
+ CreatedOnToolsVersion = 14.2;
352
+ };
353
+ 89DF336729F813F600A8B124 = {
354
+ CreatedOnToolsVersion = 14.2;
355
+ };
356
+ };
357
+ };
358
+ buildConfigurationList = 89DF335829F813F600A8B124 /* Build configuration list for PBXProject "FireworkVideoUI" */;
359
+ compatibilityVersion = "Xcode 14.0";
360
+ developmentRegion = en;
361
+ hasScannedForEncodings = 0;
362
+ knownRegions = (
363
+ en,
364
+ Base,
365
+ );
366
+ mainGroup = 89DF335429F813F600A8B124;
367
+ productRefGroup = 89DF335F29F813F600A8B124 /* Products */;
368
+ projectDirPath = "";
369
+ projectRoot = "";
370
+ targets = (
371
+ 89DF335D29F813F600A8B124 /* FireworkVideoUI */,
372
+ 89DF336729F813F600A8B124 /* FireworkVideoUITests */,
373
+ );
374
+ };
375
+ /* End PBXProject section */
376
+
377
+ /* Begin PBXResourcesBuildPhase section */
378
+ 89DF335C29F813F600A8B124 /* Resources */ = {
379
+ isa = PBXResourcesBuildPhase;
380
+ buildActionMask = 2147483647;
381
+ files = (
382
+ );
383
+ runOnlyForDeploymentPostprocessing = 0;
384
+ };
385
+ 89DF336629F813F600A8B124 /* Resources */ = {
386
+ isa = PBXResourcesBuildPhase;
387
+ buildActionMask = 2147483647;
388
+ files = (
389
+ );
390
+ runOnlyForDeploymentPostprocessing = 0;
391
+ };
392
+ /* End PBXResourcesBuildPhase section */
393
+
394
+ /* Begin PBXShellScriptBuildPhase section */
395
+ 6C2BDC8A3A425354D82BE358 /* [CP] Embed Pods Frameworks */ = {
396
+ isa = PBXShellScriptBuildPhase;
397
+ buildActionMask = 2147483647;
398
+ files = (
399
+ );
400
+ inputFileListPaths = (
401
+ "${PODS_ROOT}/Target Support Files/Pods-FireworkVideoUI-FireworkVideoUITests/Pods-FireworkVideoUI-FireworkVideoUITests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
402
+ );
403
+ name = "[CP] Embed Pods Frameworks";
404
+ outputFileListPaths = (
405
+ "${PODS_ROOT}/Target Support Files/Pods-FireworkVideoUI-FireworkVideoUITests/Pods-FireworkVideoUI-FireworkVideoUITests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
406
+ );
407
+ runOnlyForDeploymentPostprocessing = 0;
408
+ shellPath = /bin/sh;
409
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-FireworkVideoUI-FireworkVideoUITests/Pods-FireworkVideoUI-FireworkVideoUITests-frameworks.sh\"\n";
410
+ showEnvVarsInLog = 0;
411
+ };
412
+ 88FF76CA511D81BEBB5DA460 /* [CP] Check Pods Manifest.lock */ = {
413
+ isa = PBXShellScriptBuildPhase;
414
+ buildActionMask = 2147483647;
415
+ files = (
416
+ );
417
+ inputFileListPaths = (
418
+ );
419
+ inputPaths = (
420
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
421
+ "${PODS_ROOT}/Manifest.lock",
422
+ );
423
+ name = "[CP] Check Pods Manifest.lock";
424
+ outputFileListPaths = (
425
+ );
426
+ outputPaths = (
427
+ "$(DERIVED_FILE_DIR)/Pods-FireworkVideoUI-checkManifestLockResult.txt",
428
+ );
429
+ runOnlyForDeploymentPostprocessing = 0;
430
+ shellPath = /bin/sh;
431
+ shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
432
+ showEnvVarsInLog = 0;
433
+ };
434
+ AD11B2B9C53940AF212B92E7 /* [CP] Check Pods Manifest.lock */ = {
435
+ isa = PBXShellScriptBuildPhase;
436
+ buildActionMask = 2147483647;
437
+ files = (
438
+ );
439
+ inputFileListPaths = (
440
+ );
441
+ inputPaths = (
442
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
443
+ "${PODS_ROOT}/Manifest.lock",
444
+ );
445
+ name = "[CP] Check Pods Manifest.lock";
446
+ outputFileListPaths = (
447
+ );
448
+ outputPaths = (
449
+ "$(DERIVED_FILE_DIR)/Pods-FireworkVideoUI-FireworkVideoUITests-checkManifestLockResult.txt",
450
+ );
451
+ runOnlyForDeploymentPostprocessing = 0;
452
+ shellPath = /bin/sh;
453
+ shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
454
+ showEnvVarsInLog = 0;
455
+ };
456
+ /* End PBXShellScriptBuildPhase section */
457
+
458
+ /* Begin PBXSourcesBuildPhase section */
459
+ 89DF335A29F813F600A8B124 /* Sources */ = {
460
+ isa = PBXSourcesBuildPhase;
461
+ buildActionMask = 2147483647;
462
+ files = (
463
+ 89CDDD8E2A016440006DD185 /* UIViewController+AppLanguage.swift in Sources */,
464
+ 89CDDD8F2A016440006DD185 /* Bundle+AppLanguage.swift in Sources */,
465
+ 89CDDD912A016440006DD185 /* URLSession+AppLanguage.swift in Sources */,
466
+ 89CDDD902A016440006DD185 /* NumberFormatter+AppLanguage.swift in Sources */,
467
+ 89CDDD852A016440006DD185 /* LayoutFlipManager.swift in Sources */,
468
+ 89CDDD7F2A016440006DD185 /* DispatchQueue+Once.swift in Sources */,
469
+ 89CDDD822A016440006DD185 /* CALayer+LayoutFlip.swift in Sources */,
470
+ 89CDDD812A016440006DD185 /* UILabel+LayoutFlip.swift in Sources */,
471
+ 89CDDD8B2A016440006DD185 /* UIImageView+AppLanguage.swift in Sources */,
472
+ 89CDDD7E2A016440006DD185 /* UIView+UIHierarchy.swift in Sources */,
473
+ 89CDDD8A2A016440006DD185 /* UITextField+AppLanguage.swift in Sources */,
474
+ 89CDDD892A016440006DD185 /* UIWindow+AppLanguage.swift in Sources */,
475
+ 89CDDD802A016440006DD185 /* String+Base64.swift in Sources */,
476
+ 89CDDD7D2A016440006DD185 /* Swizzle.swift in Sources */,
477
+ 89CDDD872A016440006DD185 /* LanguageUtil.swift in Sources */,
478
+ 89CDDD8C2A016440006DD185 /* UILabel+AppLanguage.swift in Sources */,
479
+ 89CDDD8D2A016440006DD185 /* UIView+AppLanguage.swift in Sources */,
480
+ 89DF336329F813F600A8B124 /* FireworkVideoUI.docc in Sources */,
481
+ 89CDDD842A016440006DD185 /* NSObject+LayoutFlip.swift in Sources */,
482
+ 89CDDD862A016440006DD185 /* AppLanguageManager.swift in Sources */,
483
+ 89CDDD882A016440006DD185 /* UITextView+AppLanguage.swift in Sources */,
484
+ 89CDDD832A016440006DD185 /* UIView+LayoutFlip.swift in Sources */,
485
+ );
486
+ runOnlyForDeploymentPostprocessing = 0;
487
+ };
488
+ 89DF336429F813F600A8B124 /* Sources */ = {
489
+ isa = PBXSourcesBuildPhase;
490
+ buildActionMask = 2147483647;
491
+ files = (
492
+ 89DF336E29F813F600A8B124 /* FireworkVideoUITests.swift in Sources */,
493
+ );
494
+ runOnlyForDeploymentPostprocessing = 0;
495
+ };
496
+ /* End PBXSourcesBuildPhase section */
497
+
498
+ /* Begin PBXTargetDependency section */
499
+ 89DF336B29F813F600A8B124 /* PBXTargetDependency */ = {
500
+ isa = PBXTargetDependency;
501
+ target = 89DF335D29F813F600A8B124 /* FireworkVideoUI */;
502
+ targetProxy = 89DF336A29F813F600A8B124 /* PBXContainerItemProxy */;
503
+ };
504
+ /* End PBXTargetDependency section */
505
+
506
+ /* Begin XCBuildConfiguration section */
507
+ 89DF337029F813F600A8B124 /* Debug */ = {
508
+ isa = XCBuildConfiguration;
509
+ buildSettings = {
510
+ ALWAYS_SEARCH_USER_PATHS = NO;
511
+ CLANG_ANALYZER_NONNULL = YES;
512
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
513
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
514
+ CLANG_ENABLE_MODULES = YES;
515
+ CLANG_ENABLE_OBJC_ARC = YES;
516
+ CLANG_ENABLE_OBJC_WEAK = YES;
517
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
518
+ CLANG_WARN_BOOL_CONVERSION = YES;
519
+ CLANG_WARN_COMMA = YES;
520
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
521
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
522
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
523
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
524
+ CLANG_WARN_EMPTY_BODY = YES;
525
+ CLANG_WARN_ENUM_CONVERSION = YES;
526
+ CLANG_WARN_INFINITE_RECURSION = YES;
527
+ CLANG_WARN_INT_CONVERSION = YES;
528
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
529
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
530
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
531
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
532
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
533
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
534
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
535
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
536
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
537
+ CLANG_WARN_UNREACHABLE_CODE = YES;
538
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
539
+ COPY_PHASE_STRIP = NO;
540
+ CURRENT_PROJECT_VERSION = 1;
541
+ DEBUG_INFORMATION_FORMAT = dwarf;
542
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
543
+ ENABLE_TESTABILITY = YES;
544
+ GCC_C_LANGUAGE_STANDARD = gnu11;
545
+ GCC_DYNAMIC_NO_PIC = NO;
546
+ GCC_NO_COMMON_BLOCKS = YES;
547
+ GCC_OPTIMIZATION_LEVEL = 0;
548
+ GCC_PREPROCESSOR_DEFINITIONS = (
549
+ "DEBUG=1",
550
+ "$(inherited)",
551
+ );
552
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
553
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
554
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
555
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
556
+ GCC_WARN_UNUSED_FUNCTION = YES;
557
+ GCC_WARN_UNUSED_VARIABLE = YES;
558
+ IPHONEOS_DEPLOYMENT_TARGET = 16.2;
559
+ MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
560
+ MTL_FAST_MATH = YES;
561
+ ONLY_ACTIVE_ARCH = YES;
562
+ SDKROOT = iphoneos;
563
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
564
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
565
+ VERSIONING_SYSTEM = "apple-generic";
566
+ VERSION_INFO_PREFIX = "";
567
+ };
568
+ name = Debug;
569
+ };
570
+ 89DF337129F813F600A8B124 /* Release */ = {
571
+ isa = XCBuildConfiguration;
572
+ buildSettings = {
573
+ ALWAYS_SEARCH_USER_PATHS = NO;
574
+ CLANG_ANALYZER_NONNULL = YES;
575
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
576
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
577
+ CLANG_ENABLE_MODULES = YES;
578
+ CLANG_ENABLE_OBJC_ARC = YES;
579
+ CLANG_ENABLE_OBJC_WEAK = YES;
580
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
581
+ CLANG_WARN_BOOL_CONVERSION = YES;
582
+ CLANG_WARN_COMMA = YES;
583
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
584
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
585
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
586
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
587
+ CLANG_WARN_EMPTY_BODY = YES;
588
+ CLANG_WARN_ENUM_CONVERSION = YES;
589
+ CLANG_WARN_INFINITE_RECURSION = YES;
590
+ CLANG_WARN_INT_CONVERSION = YES;
591
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
592
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
593
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
594
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
595
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
596
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
597
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
598
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
599
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
600
+ CLANG_WARN_UNREACHABLE_CODE = YES;
601
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
602
+ COPY_PHASE_STRIP = NO;
603
+ CURRENT_PROJECT_VERSION = 1;
604
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
605
+ ENABLE_NS_ASSERTIONS = NO;
606
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
607
+ GCC_C_LANGUAGE_STANDARD = gnu11;
608
+ GCC_NO_COMMON_BLOCKS = YES;
609
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
610
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
611
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
612
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
613
+ GCC_WARN_UNUSED_FUNCTION = YES;
614
+ GCC_WARN_UNUSED_VARIABLE = YES;
615
+ IPHONEOS_DEPLOYMENT_TARGET = 16.2;
616
+ MTL_ENABLE_DEBUG_INFO = NO;
617
+ MTL_FAST_MATH = YES;
618
+ SDKROOT = iphoneos;
619
+ SWIFT_COMPILATION_MODE = wholemodule;
620
+ SWIFT_OPTIMIZATION_LEVEL = "-O";
621
+ VALIDATE_PRODUCT = YES;
622
+ VERSIONING_SYSTEM = "apple-generic";
623
+ VERSION_INFO_PREFIX = "";
624
+ };
625
+ name = Release;
626
+ };
627
+ 89DF337329F813F600A8B124 /* Debug */ = {
628
+ isa = XCBuildConfiguration;
629
+ baseConfigurationReference = 43E9D4C021993E1D1128C09C /* Pods-FireworkVideoUI.debug.xcconfig */;
630
+ buildSettings = {
631
+ CODE_SIGN_STYLE = Automatic;
632
+ CURRENT_PROJECT_VERSION = 1;
633
+ DEFINES_MODULE = YES;
634
+ DEVELOPMENT_TEAM = "";
635
+ DYLIB_COMPATIBILITY_VERSION = 1;
636
+ DYLIB_CURRENT_VERSION = 1;
637
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
638
+ GENERATE_INFOPLIST_FILE = YES;
639
+ INFOPLIST_KEY_NSHumanReadableCopyright = "";
640
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
641
+ IPHONEOS_DEPLOYMENT_TARGET = 12.1;
642
+ LD_RUNPATH_SEARCH_PATHS = (
643
+ "$(inherited)",
644
+ "@executable_path/Frameworks",
645
+ "@loader_path/Frameworks",
646
+ );
647
+ MARKETING_VERSION = 1.0;
648
+ PRODUCT_BUNDLE_IDENTIFIER = com.firework.FireworkVideoUI;
649
+ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
650
+ SKIP_INSTALL = YES;
651
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
652
+ SUPPORTS_MACCATALYST = NO;
653
+ SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
654
+ SWIFT_EMIT_LOC_STRINGS = YES;
655
+ SWIFT_VERSION = 5.0;
656
+ TARGETED_DEVICE_FAMILY = "1,2";
657
+ };
658
+ name = Debug;
659
+ };
660
+ 89DF337429F813F600A8B124 /* Release */ = {
661
+ isa = XCBuildConfiguration;
662
+ baseConfigurationReference = 0295D432D8B9320FECFD2EF0 /* Pods-FireworkVideoUI.release.xcconfig */;
663
+ buildSettings = {
664
+ CODE_SIGN_STYLE = Automatic;
665
+ CURRENT_PROJECT_VERSION = 1;
666
+ DEFINES_MODULE = YES;
667
+ DEVELOPMENT_TEAM = "";
668
+ DYLIB_COMPATIBILITY_VERSION = 1;
669
+ DYLIB_CURRENT_VERSION = 1;
670
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
671
+ GENERATE_INFOPLIST_FILE = YES;
672
+ INFOPLIST_KEY_NSHumanReadableCopyright = "";
673
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
674
+ IPHONEOS_DEPLOYMENT_TARGET = 12.1;
675
+ LD_RUNPATH_SEARCH_PATHS = (
676
+ "$(inherited)",
677
+ "@executable_path/Frameworks",
678
+ "@loader_path/Frameworks",
679
+ );
680
+ MARKETING_VERSION = 1.0;
681
+ PRODUCT_BUNDLE_IDENTIFIER = com.firework.FireworkVideoUI;
682
+ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
683
+ SKIP_INSTALL = YES;
684
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
685
+ SUPPORTS_MACCATALYST = NO;
686
+ SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
687
+ SWIFT_EMIT_LOC_STRINGS = YES;
688
+ SWIFT_VERSION = 5.0;
689
+ TARGETED_DEVICE_FAMILY = "1,2";
690
+ };
691
+ name = Release;
692
+ };
693
+ 89DF337629F813F600A8B124 /* Debug */ = {
694
+ isa = XCBuildConfiguration;
695
+ baseConfigurationReference = 0526674B3FA99B5D289F8B04 /* Pods-FireworkVideoUI-FireworkVideoUITests.debug.xcconfig */;
696
+ buildSettings = {
697
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
698
+ CODE_SIGN_STYLE = Automatic;
699
+ CURRENT_PROJECT_VERSION = 1;
700
+ DEVELOPMENT_TEAM = Z24TE4EN73;
701
+ GENERATE_INFOPLIST_FILE = YES;
702
+ IPHONEOS_DEPLOYMENT_TARGET = 12.1;
703
+ MARKETING_VERSION = 1.0;
704
+ PRODUCT_BUNDLE_IDENTIFIER = com.firework.FireworkVideoUITests;
705
+ PRODUCT_NAME = "$(TARGET_NAME)";
706
+ SWIFT_EMIT_LOC_STRINGS = NO;
707
+ SWIFT_VERSION = 5.0;
708
+ TARGETED_DEVICE_FAMILY = "1,2";
709
+ };
710
+ name = Debug;
711
+ };
712
+ 89DF337729F813F600A8B124 /* Release */ = {
713
+ isa = XCBuildConfiguration;
714
+ baseConfigurationReference = 9CB1172B21699595C412032C /* Pods-FireworkVideoUI-FireworkVideoUITests.release.xcconfig */;
715
+ buildSettings = {
716
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
717
+ CODE_SIGN_STYLE = Automatic;
718
+ CURRENT_PROJECT_VERSION = 1;
719
+ DEVELOPMENT_TEAM = Z24TE4EN73;
720
+ GENERATE_INFOPLIST_FILE = YES;
721
+ IPHONEOS_DEPLOYMENT_TARGET = 12.1;
722
+ MARKETING_VERSION = 1.0;
723
+ PRODUCT_BUNDLE_IDENTIFIER = com.firework.FireworkVideoUITests;
724
+ PRODUCT_NAME = "$(TARGET_NAME)";
725
+ SWIFT_EMIT_LOC_STRINGS = NO;
726
+ SWIFT_VERSION = 5.0;
727
+ TARGETED_DEVICE_FAMILY = "1,2";
728
+ };
729
+ name = Release;
730
+ };
731
+ /* End XCBuildConfiguration section */
732
+
733
+ /* Begin XCConfigurationList section */
734
+ 89DF335829F813F600A8B124 /* Build configuration list for PBXProject "FireworkVideoUI" */ = {
735
+ isa = XCConfigurationList;
736
+ buildConfigurations = (
737
+ 89DF337029F813F600A8B124 /* Debug */,
738
+ 89DF337129F813F600A8B124 /* Release */,
739
+ );
740
+ defaultConfigurationIsVisible = 0;
741
+ defaultConfigurationName = Release;
742
+ };
743
+ 89DF337229F813F600A8B124 /* Build configuration list for PBXNativeTarget "FireworkVideoUI" */ = {
744
+ isa = XCConfigurationList;
745
+ buildConfigurations = (
746
+ 89DF337329F813F600A8B124 /* Debug */,
747
+ 89DF337429F813F600A8B124 /* Release */,
748
+ );
749
+ defaultConfigurationIsVisible = 0;
750
+ defaultConfigurationName = Release;
751
+ };
752
+ 89DF337529F813F600A8B124 /* Build configuration list for PBXNativeTarget "FireworkVideoUITests" */ = {
753
+ isa = XCConfigurationList;
754
+ buildConfigurations = (
755
+ 89DF337629F813F600A8B124 /* Debug */,
756
+ 89DF337729F813F600A8B124 /* Release */,
757
+ );
758
+ defaultConfigurationIsVisible = 0;
759
+ defaultConfigurationName = Release;
760
+ };
761
+ /* End XCConfigurationList section */
762
+ };
763
+ rootObject = 89DF335529F813F600A8B124 /* Project object */;
764
+ }