@hedia/recommendation-screen 2.1.22 → 2.1.23-alpha.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 (72) hide show
  1. package/.flowconfig +65 -0
  2. package/android/app/build.gradle +20 -18
  3. package/android/app/src/debug/AndroidManifest.xml +7 -2
  4. package/android/app/src/main/AndroidManifest.xml +0 -2
  5. package/android/app/src/main/res/values/styles.xml +1 -2
  6. package/android/build.gradle +8 -8
  7. package/android/gradle/wrapper/gradle-wrapper.properties +1 -1
  8. package/android/gradle.properties +1 -1
  9. package/android/gradlew +14 -17
  10. package/android/gradlew.bat +7 -18
  11. package/coverage/clover.xml +716 -0
  12. package/coverage/coverage-final.json +28 -0
  13. package/coverage/lcov-report/base.css +224 -0
  14. package/coverage/lcov-report/block-navigation.js +79 -0
  15. package/coverage/lcov-report/favicon.png +0 -0
  16. package/coverage/lcov-report/index.html +201 -0
  17. package/coverage/lcov-report/prettify.css +1 -0
  18. package/coverage/lcov-report/prettify.js +2 -0
  19. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  20. package/coverage/lcov-report/sorter.js +170 -0
  21. package/coverage/lcov-report/src/RecommendationScreen.tsx.html +2501 -0
  22. package/coverage/lcov-report/src/__tests__/index.html +111 -0
  23. package/coverage/lcov-report/src/__tests__/utils.tsx.html +533 -0
  24. package/coverage/lcov-report/src/components/Header.tsx.html +356 -0
  25. package/coverage/lcov-report/src/components/InfoBars.tsx.html +518 -0
  26. package/coverage/lcov-report/src/components/InvisibleNumberInput.tsx.html +566 -0
  27. package/coverage/lcov-report/src/components/LimitationMessage.tsx.html +209 -0
  28. package/coverage/lcov-report/src/components/LineSeparator.tsx.html +161 -0
  29. package/coverage/lcov-report/src/components/RecentInsulin.tsx.html +410 -0
  30. package/coverage/lcov-report/src/components/RecommendationModal.tsx.html +923 -0
  31. package/coverage/lcov-report/src/components/RecommendedCarbs.tsx.html +1061 -0
  32. package/coverage/lcov-report/src/components/RecommendedInsulin.tsx.html +779 -0
  33. package/coverage/lcov-report/src/components/Remeasure.tsx.html +551 -0
  34. package/coverage/lcov-report/src/components/TransferToLogbook.tsx.html +443 -0
  35. package/coverage/lcov-report/src/components/TwoOptionModal.tsx.html +665 -0
  36. package/coverage/lcov-report/src/components/activity/Activity.tsx.html +371 -0
  37. package/coverage/lcov-report/src/components/activity/ActivityIcon.tsx.html +281 -0
  38. package/coverage/lcov-report/src/components/activity/ActivityIntensity.tsx.html +281 -0
  39. package/coverage/lcov-report/src/components/activity/index.html +141 -0
  40. package/coverage/lcov-report/src/components/index.html +276 -0
  41. package/coverage/lcov-report/src/components/mood/Emotion.tsx.html +353 -0
  42. package/coverage/lcov-report/src/components/mood/MoodIcon.tsx.html +335 -0
  43. package/coverage/lcov-report/src/components/mood/index.html +126 -0
  44. package/coverage/lcov-report/src/index.html +111 -0
  45. package/coverage/lcov-report/src/locale/i18nUtils.ts.html +206 -0
  46. package/coverage/lcov-report/src/locale/index.html +111 -0
  47. package/coverage/lcov-report/src/utils/AttentionMessages.tsx.html +554 -0
  48. package/coverage/lcov-report/src/utils/Constants.ts.html +248 -0
  49. package/coverage/lcov-report/src/utils/RecommendationError.tsx.html +620 -0
  50. package/coverage/lcov-report/src/utils/RecommendationUtils.ts.html +764 -0
  51. package/coverage/lcov-report/src/utils/Translations.ts.html +131 -0
  52. package/coverage/lcov-report/src/utils/Utils.ts.html +545 -0
  53. package/coverage/lcov-report/src/utils/Validations.ts.html +1544 -0
  54. package/coverage/lcov-report/src/utils/index.html +201 -0
  55. package/coverage/lcov.info +1611 -0
  56. package/ios/HediaRecommendationScreen/AppDelegate.m +7 -4
  57. package/ios/HediaRecommendationScreen/Info.plist +0 -2
  58. package/ios/HediaRecommendationScreen/LaunchScreen.storyboard +47 -0
  59. package/ios/HediaRecommendationScreen.xcodeproj/project.pbxproj +192 -549
  60. package/ios/HediaRecommendationScreen.xcodeproj/xcshareddata/xcschemes/HediaRecommendationScreen.xcscheme +1 -1
  61. package/ios/Podfile +13 -87
  62. package/ios/Podfile.lock +353 -283
  63. package/jest.config.js +3 -3
  64. package/jest.mock.js +1 -1
  65. package/metro.config.js +1 -1
  66. package/package.json +10 -9
  67. package/src/RecommendationScreen.d.ts +6 -1
  68. package/src/RecommendationScreen.js +5 -5
  69. package/src/__tests__/RecommendationScreen.test.js +4 -6
  70. package/ios/HediaRecommendationScreen/Base.lproj/LaunchScreen.xib +0 -42
  71. package/ios/HediaRecommendationScreen-tvOS/Info.plist +0 -53
  72. package/ios/HediaRecommendationScreen-tvOSTests/Info.plist +0 -24
@@ -3,35 +3,29 @@
3
3
  archiveVersion = 1;
4
4
  classes = {
5
5
  };
6
- objectVersion = 46;
6
+ objectVersion = 54;
7
7
  objects = {
8
8
 
9
9
  /* Begin PBXBuildFile section */
10
10
  00E356F31AD99517003FC87E /* HediaRecommendationScreenTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* HediaRecommendationScreenTests.m */; };
11
+ 0AEF7C44E2C04C57B654C334 /* Roboto-Thin.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 8C8C760CE33740949B7E66E5 /* Roboto-Thin.ttf */; };
12
+ 0B10D32E36AC4753B2F92761 /* Roboto-BlackItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 19530B00DE7A4914941B8D1C /* Roboto-BlackItalic.ttf */; };
11
13
  13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
12
- 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; };
13
14
  13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
14
15
  13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
15
- 28C79B70127D80F077D7202C /* libPods-HediaRecommendationScreen.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1733971F25DD19F8501F6544 /* libPods-HediaRecommendationScreen.a */; };
16
- 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
17
- 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
18
- 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
19
- 2DCD954D1E0B4F2C00145EB5 /* HediaRecommendationScreenTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* HediaRecommendationScreenTests.m */; };
20
- 67B736B68E6CE9470594F423 /* libPods-HediaRecommendationScreen-tvOSTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0C6208DA582D28E78321BE4C /* libPods-HediaRecommendationScreen-tvOSTests.a */; };
21
- 7B5B860F1F9B42AA34AC5152 /* libPods-HediaRecommendationScreen-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EFC57BC9FB3B2C296DEE36A4 /* libPods-HediaRecommendationScreen-tvOS.a */; };
22
- 9EC25A0760FAC772A9BD725C /* libPods-HediaRecommendationScreen-HediaRecommendationScreenTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5EDA6B8933B78062F35AD378 /* libPods-HediaRecommendationScreen-HediaRecommendationScreenTests.a */; };
23
- 072C9E3B51DA436C891218B1 /* Roboto-Black.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A825F67CF7F84470A6CA153E /* Roboto-Black.ttf */; };
24
- 22573CC8B7CE4FF1BD10295D /* Roboto-BlackItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 292E9B7C9CC34528A189562E /* Roboto-BlackItalic.ttf */; };
25
- 7A871848483F435B9A0BEA2C /* Roboto-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = BB57D47699604DFAA6805BA9 /* Roboto-Bold.ttf */; };
26
- E61177AB81304E969ADEED74 /* Roboto-BoldItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 02F7D2222CF04F1080EC856D /* Roboto-BoldItalic.ttf */; };
27
- 054F998137774421AE47012A /* Roboto-Italic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A40E87F3A8C2414EAFEB6561 /* Roboto-Italic.ttf */; };
28
- F761ADFC0F1D40219F84BC4E /* Roboto-Light.ttf in Resources */ = {isa = PBXBuildFile; fileRef = E61EBECE6F704FA9B6A0A0A2 /* Roboto-Light.ttf */; };
29
- E250F52F03C348DEB792BFA7 /* Roboto-LightItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 525CDCD5B0F548FBB616CEE7 /* Roboto-LightItalic.ttf */; };
30
- 729B270E7FF74717B643ED72 /* Roboto-Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 07CB8191B5BD449ABE77A9E4 /* Roboto-Medium.ttf */; };
31
- 79BF34167F0341D784C2AB24 /* Roboto-MediumItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 5D4A4DBD26164962A8597BE7 /* Roboto-MediumItalic.ttf */; };
32
- 12D08CCEE9074DA9ABC5CBE3 /* Roboto-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 7A22FC8F689C40349AD97898 /* Roboto-Regular.ttf */; };
33
- 293D0A9D749748C09992BD81 /* Roboto-Thin.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B8AB50A0130D4104AE2EEC01 /* Roboto-Thin.ttf */; };
34
- F4F44066504F4C7EA1C5B3E9 /* Roboto-ThinItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 5C1C36955725451281090FA0 /* Roboto-ThinItalic.ttf */; };
16
+ 70B84B610DB043AEA60069E9 /* Roboto-Light.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 81277E0179724AB4B13C25F6 /* Roboto-Light.ttf */; };
17
+ 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
18
+ 993BC2A741EC4F60A12DFB8B /* Roboto-ThinItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 8CED733C4F4D40B6A1148074 /* Roboto-ThinItalic.ttf */; };
19
+ 9C141382382E3C900FF41CFE /* libPods-HediaRecommendationScreen-HediaRecommendationScreenTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1743840A4091A253DF94ADF3 /* libPods-HediaRecommendationScreen-HediaRecommendationScreenTests.a */; };
20
+ A1CC1C073D234DF6A3C2342F /* Roboto-Black.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A1E0EED97FED4113827CF407 /* Roboto-Black.ttf */; };
21
+ A9A69F2011A14703A4E6785C /* Roboto-BoldItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 3F7EA9D8AAEA4814B02E6955 /* Roboto-BoldItalic.ttf */; };
22
+ AD651DF4DED845A8BA52D19E /* Roboto-Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 70396EA52E824E7396A1C5BA /* Roboto-Medium.ttf */; };
23
+ B3C9EE3384D64BDF9364A322 /* Roboto-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EC0B984F5EA84FF0986B43AE /* Roboto-Regular.ttf */; };
24
+ C4BFA1B5504C45B5BD8035C3 /* Roboto-Italic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = E8723DD65E1440DC9C1333BB /* Roboto-Italic.ttf */; };
25
+ CB28F6E71BFFBBFFE4D6CA71 /* libPods-HediaRecommendationScreen.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 65E4FAB80E3D35EA640E54A7 /* libPods-HediaRecommendationScreen.a */; };
26
+ E31678B5DA254B7B9CE55F11 /* Roboto-LightItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 3656432D5A6949BA868F15E2 /* Roboto-LightItalic.ttf */; };
27
+ F16B97663CC048D09BF4940C /* Roboto-MediumItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 43204C4343534AF1BC37CD59 /* Roboto-MediumItalic.ttf */; };
28
+ F62E1DBBD94F4C1391571CBA /* Roboto-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = BF12A48E67BD436EAF6596FF /* Roboto-Bold.ttf */; };
35
29
  /* End PBXBuildFile section */
36
30
 
37
31
  /* Begin PBXContainerItemProxy section */
@@ -42,71 +36,54 @@
42
36
  remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
43
37
  remoteInfo = HediaRecommendationScreen;
44
38
  };
45
- 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */ = {
46
- isa = PBXContainerItemProxy;
47
- containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
48
- proxyType = 1;
49
- remoteGlobalIDString = 2D02E47A1E0B4A5D006451C7;
50
- remoteInfo = "HediaRecommendationScreen-tvOS";
51
- };
52
39
  /* End PBXContainerItemProxy section */
53
40
 
54
41
  /* Begin PBXFileReference section */
55
- 008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
56
42
  00E356EE1AD99517003FC87E /* HediaRecommendationScreenTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = HediaRecommendationScreenTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
57
43
  00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
58
44
  00E356F21AD99517003FC87E /* HediaRecommendationScreenTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HediaRecommendationScreenTests.m; sourceTree = "<group>"; };
59
- 02C992989E66D59195DA9527 /* Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.release.xcconfig"; path = "Target Support Files/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.release.xcconfig"; sourceTree = "<group>"; };
60
- 0C6208DA582D28E78321BE4C /* libPods-HediaRecommendationScreen-tvOSTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HediaRecommendationScreen-tvOSTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
45
+ 0454F75804CA480794F64EF3 /* Octicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Octicons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Octicons.ttf"; sourceTree = "<group>"; };
46
+ 0C786195C093D6A4264F7658 /* Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.release.xcconfig"; path = "Target Support Files/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.release.xcconfig"; sourceTree = "<group>"; };
61
47
  13B07F961A680F5B00A75B9A /* HediaRecommendationScreen.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HediaRecommendationScreen.app; sourceTree = BUILT_PRODUCTS_DIR; };
62
48
  13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = HediaRecommendationScreen/AppDelegate.h; sourceTree = "<group>"; };
63
49
  13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = HediaRecommendationScreen/AppDelegate.m; sourceTree = "<group>"; };
64
- 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
65
50
  13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = HediaRecommendationScreen/Images.xcassets; sourceTree = "<group>"; };
66
51
  13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = HediaRecommendationScreen/Info.plist; sourceTree = "<group>"; };
67
52
  13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = HediaRecommendationScreen/main.m; sourceTree = "<group>"; };
68
- 1733971F25DD19F8501F6544 /* libPods-HediaRecommendationScreen.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HediaRecommendationScreen.a"; sourceTree = BUILT_PRODUCTS_DIR; };
69
- 1A3B89E92BE8466685D838FB /* MaterialIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = MaterialIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf"; sourceTree = "<group>"; };
70
- 2D02E47B1E0B4A5D006451C7 /* HediaRecommendationScreen-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "HediaRecommendationScreen-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
71
- 2D02E4901E0B4A5D006451C7 /* HediaRecommendationScreen-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "HediaRecommendationScreen-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
72
- 2FB84442184047EC277AAB9B /* Pods-HediaRecommendationScreen-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HediaRecommendationScreen-tvOS.release.xcconfig"; path = "Target Support Files/Pods-HediaRecommendationScreen-tvOS/Pods-HediaRecommendationScreen-tvOS.release.xcconfig"; sourceTree = "<group>"; };
73
- 31B57B17D5CE4E9384CD04B3 /* Feather.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Feather.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Feather.ttf"; sourceTree = "<group>"; };
74
- 34A99370D8E946ED861A2A38 /* FontAwesome.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf"; sourceTree = "<group>"; };
75
- 37519F93EC694F76BB245BB8 /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Brands.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf"; sourceTree = "<group>"; };
76
- 45E337CB17C448E8B0CEEC21 /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Regular.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf"; sourceTree = "<group>"; };
77
- 517818B84B65A799AF3C3BED /* Pods-HediaRecommendationScreen-tvOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HediaRecommendationScreen-tvOSTests.debug.xcconfig"; path = "Target Support Files/Pods-HediaRecommendationScreen-tvOSTests/Pods-HediaRecommendationScreen-tvOSTests.debug.xcconfig"; sourceTree = "<group>"; };
78
- 5886AEA3F2CF418CA42ECB35 /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Solid.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf"; sourceTree = "<group>"; };
79
- 5905A305DC494433B37E9EBD /* Fontisto.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Fontisto.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Fontisto.ttf"; sourceTree = "<group>"; };
80
- 5EDA6B8933B78062F35AD378 /* libPods-HediaRecommendationScreen-HediaRecommendationScreenTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HediaRecommendationScreen-HediaRecommendationScreenTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
81
- 78327D51F29741B292904EB5 /* Ionicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Ionicons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf"; sourceTree = "<group>"; };
82
- 9D7A30C5BE84C30AC87A1D95 /* Pods-HediaRecommendationScreen-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HediaRecommendationScreen-tvOS.debug.xcconfig"; path = "Target Support Files/Pods-HediaRecommendationScreen-tvOS/Pods-HediaRecommendationScreen-tvOS.debug.xcconfig"; sourceTree = "<group>"; };
83
- 9E3CB66B818E4933843F60E5 /* Entypo.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Entypo.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Entypo.ttf"; sourceTree = "<group>"; };
84
- A0633D8A50AE6F11DC625522 /* Pods-HediaRecommendationScreen-tvOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HediaRecommendationScreen-tvOSTests.release.xcconfig"; path = "Target Support Files/Pods-HediaRecommendationScreen-tvOSTests/Pods-HediaRecommendationScreen-tvOSTests.release.xcconfig"; sourceTree = "<group>"; };
85
- A147DC8C00E94433B8826100 /* Zocial.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Zocial.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Zocial.ttf"; sourceTree = "<group>"; };
86
- AC40506615FB21F2B7276504 /* Pods-HediaRecommendationScreen.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HediaRecommendationScreen.release.xcconfig"; path = "Target Support Files/Pods-HediaRecommendationScreen/Pods-HediaRecommendationScreen.release.xcconfig"; sourceTree = "<group>"; };
87
- AC666561513B512C02091CC3 /* Pods-HediaRecommendationScreen.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HediaRecommendationScreen.debug.xcconfig"; path = "Target Support Files/Pods-HediaRecommendationScreen/Pods-HediaRecommendationScreen.debug.xcconfig"; sourceTree = "<group>"; };
88
- B766079F5D3B4E2DA1F1D2FA /* Octicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Octicons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Octicons.ttf"; sourceTree = "<group>"; };
89
- CA7278953B144AFB81A45FC0 /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = MaterialCommunityIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf"; sourceTree = "<group>"; };
90
- D1B7A363331948AF8DA6AEF7 /* Foundation.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Foundation.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Foundation.ttf"; sourceTree = "<group>"; };
91
- DB6151FBCB5AC65549723F09 /* Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.debug.xcconfig"; path = "Target Support Files/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.debug.xcconfig"; sourceTree = "<group>"; };
92
- EC242C0E32054ABE9A69A5BD /* EvilIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = EvilIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf"; sourceTree = "<group>"; };
53
+ 1743840A4091A253DF94ADF3 /* libPods-HediaRecommendationScreen-HediaRecommendationScreenTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HediaRecommendationScreen-HediaRecommendationScreenTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
54
+ 19530B00DE7A4914941B8D1C /* Roboto-BlackItalic.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-BlackItalic.ttf"; path = "../assets/fonts/Roboto/Roboto-BlackItalic.ttf"; sourceTree = "<group>"; };
55
+ 343D94F660FB4DA6812E5964 /* Foundation.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Foundation.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Foundation.ttf"; sourceTree = "<group>"; };
56
+ 3656432D5A6949BA868F15E2 /* Roboto-LightItalic.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-LightItalic.ttf"; path = "../assets/fonts/Roboto/Roboto-LightItalic.ttf"; sourceTree = "<group>"; };
57
+ 3A42A15B109C4EC391F25A4C /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Regular.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf"; sourceTree = "<group>"; };
58
+ 3F7EA9D8AAEA4814B02E6955 /* Roboto-BoldItalic.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-BoldItalic.ttf"; path = "../assets/fonts/Roboto/Roboto-BoldItalic.ttf"; sourceTree = "<group>"; };
59
+ 43204C4343534AF1BC37CD59 /* Roboto-MediumItalic.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-MediumItalic.ttf"; path = "../assets/fonts/Roboto/Roboto-MediumItalic.ttf"; sourceTree = "<group>"; };
60
+ 544A51FA7D044D4DA245DAA0 /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Brands.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf"; sourceTree = "<group>"; };
61
+ 5646F6AA6F024D88BDE873CD /* FontAwesome.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf"; sourceTree = "<group>"; };
62
+ 56DF1300CF795902963DA15C /* Pods-HediaRecommendationScreen.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HediaRecommendationScreen.release.xcconfig"; path = "Target Support Files/Pods-HediaRecommendationScreen/Pods-HediaRecommendationScreen.release.xcconfig"; sourceTree = "<group>"; };
63
+ 65E4FAB80E3D35EA640E54A7 /* libPods-HediaRecommendationScreen.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HediaRecommendationScreen.a"; sourceTree = BUILT_PRODUCTS_DIR; };
64
+ 70396EA52E824E7396A1C5BA /* Roboto-Medium.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-Medium.ttf"; path = "../assets/fonts/Roboto/Roboto-Medium.ttf"; sourceTree = "<group>"; };
65
+ 712723D18C5141C9B3FA9CEF /* Feather.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Feather.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Feather.ttf"; sourceTree = "<group>"; };
66
+ 81277E0179724AB4B13C25F6 /* Roboto-Light.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-Light.ttf"; path = "../assets/fonts/Roboto/Roboto-Light.ttf"; sourceTree = "<group>"; };
67
+ 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = HediaRecommendationScreen/LaunchScreen.storyboard; sourceTree = "<group>"; };
68
+ 8310F3CD2A894BA1887F3BE8 /* AntDesign.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = AntDesign.ttf; path = "../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf"; sourceTree = "<group>"; };
69
+ 8897FE189B234E4FBC6602AC /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = SimpleLineIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf"; sourceTree = "<group>"; };
70
+ 8C8C760CE33740949B7E66E5 /* Roboto-Thin.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-Thin.ttf"; path = "../assets/fonts/Roboto/Roboto-Thin.ttf"; sourceTree = "<group>"; };
71
+ 8CED733C4F4D40B6A1148074 /* Roboto-ThinItalic.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-ThinItalic.ttf"; path = "../assets/fonts/Roboto/Roboto-ThinItalic.ttf"; sourceTree = "<group>"; };
72
+ A1E0EED97FED4113827CF407 /* Roboto-Black.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-Black.ttf"; path = "../assets/fonts/Roboto/Roboto-Black.ttf"; sourceTree = "<group>"; };
73
+ A3A9D46C025C4CAAB49B9933 /* Ionicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Ionicons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf"; sourceTree = "<group>"; };
74
+ B8497D769A034061998BBE80 /* MaterialIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = MaterialIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf"; sourceTree = "<group>"; };
75
+ B8E1513B4B5F4EB99E43D11B /* EvilIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = EvilIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf"; sourceTree = "<group>"; };
76
+ BB5E758E5AF546B39B8703DE /* Fontisto.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Fontisto.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Fontisto.ttf"; sourceTree = "<group>"; };
77
+ BBCA7A738EC040128FDC61F6 /* Entypo.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Entypo.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Entypo.ttf"; sourceTree = "<group>"; };
78
+ BF12A48E67BD436EAF6596FF /* Roboto-Bold.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-Bold.ttf"; path = "../assets/fonts/Roboto/Roboto-Bold.ttf"; sourceTree = "<group>"; };
79
+ D06A0E532F2D8A3241E1AE67 /* Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.debug.xcconfig"; path = "Target Support Files/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.debug.xcconfig"; sourceTree = "<group>"; };
80
+ D06EE1839428A1A3F684470B /* Pods-HediaRecommendationScreen.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HediaRecommendationScreen.debug.xcconfig"; path = "Target Support Files/Pods-HediaRecommendationScreen/Pods-HediaRecommendationScreen.debug.xcconfig"; sourceTree = "<group>"; };
81
+ DF1CB23C886B47E9ABBE5BFF /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = MaterialCommunityIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf"; sourceTree = "<group>"; };
82
+ E8723DD65E1440DC9C1333BB /* Roboto-Italic.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-Italic.ttf"; path = "../assets/fonts/Roboto/Roboto-Italic.ttf"; sourceTree = "<group>"; };
83
+ EC0B984F5EA84FF0986B43AE /* Roboto-Regular.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-Regular.ttf"; path = "../assets/fonts/Roboto/Roboto-Regular.ttf"; sourceTree = "<group>"; };
93
84
  ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
94
- ED2971642150620600B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.0.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; };
95
- EE8FB5191C77428097063908 /* AntDesign.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = AntDesign.ttf; path = "../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf"; sourceTree = "<group>"; };
96
- EFC57BC9FB3B2C296DEE36A4 /* libPods-HediaRecommendationScreen-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HediaRecommendationScreen-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
97
- FC979D0C4CEB472E8E6FB497 /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = SimpleLineIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf"; sourceTree = "<group>"; };
98
- A825F67CF7F84470A6CA153E /* Roboto-Black.ttf */ = {isa = PBXFileReference; name = "Roboto-Black.ttf"; path = "../assets/fonts/Roboto/Roboto-Black.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
99
- 292E9B7C9CC34528A189562E /* Roboto-BlackItalic.ttf */ = {isa = PBXFileReference; name = "Roboto-BlackItalic.ttf"; path = "../assets/fonts/Roboto/Roboto-BlackItalic.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
100
- BB57D47699604DFAA6805BA9 /* Roboto-Bold.ttf */ = {isa = PBXFileReference; name = "Roboto-Bold.ttf"; path = "../assets/fonts/Roboto/Roboto-Bold.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
101
- 02F7D2222CF04F1080EC856D /* Roboto-BoldItalic.ttf */ = {isa = PBXFileReference; name = "Roboto-BoldItalic.ttf"; path = "../assets/fonts/Roboto/Roboto-BoldItalic.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
102
- A40E87F3A8C2414EAFEB6561 /* Roboto-Italic.ttf */ = {isa = PBXFileReference; name = "Roboto-Italic.ttf"; path = "../assets/fonts/Roboto/Roboto-Italic.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
103
- E61EBECE6F704FA9B6A0A0A2 /* Roboto-Light.ttf */ = {isa = PBXFileReference; name = "Roboto-Light.ttf"; path = "../assets/fonts/Roboto/Roboto-Light.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
104
- 525CDCD5B0F548FBB616CEE7 /* Roboto-LightItalic.ttf */ = {isa = PBXFileReference; name = "Roboto-LightItalic.ttf"; path = "../assets/fonts/Roboto/Roboto-LightItalic.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
105
- 07CB8191B5BD449ABE77A9E4 /* Roboto-Medium.ttf */ = {isa = PBXFileReference; name = "Roboto-Medium.ttf"; path = "../assets/fonts/Roboto/Roboto-Medium.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
106
- 5D4A4DBD26164962A8597BE7 /* Roboto-MediumItalic.ttf */ = {isa = PBXFileReference; name = "Roboto-MediumItalic.ttf"; path = "../assets/fonts/Roboto/Roboto-MediumItalic.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
107
- 7A22FC8F689C40349AD97898 /* Roboto-Regular.ttf */ = {isa = PBXFileReference; name = "Roboto-Regular.ttf"; path = "../assets/fonts/Roboto/Roboto-Regular.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
108
- B8AB50A0130D4104AE2EEC01 /* Roboto-Thin.ttf */ = {isa = PBXFileReference; name = "Roboto-Thin.ttf"; path = "../assets/fonts/Roboto/Roboto-Thin.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
109
- 5C1C36955725451281090FA0 /* Roboto-ThinItalic.ttf */ = {isa = PBXFileReference; name = "Roboto-ThinItalic.ttf"; path = "../assets/fonts/Roboto/Roboto-ThinItalic.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
85
+ F85867DD5C2048D99C97EF6F /* Zocial.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Zocial.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Zocial.ttf"; sourceTree = "<group>"; };
86
+ FEC3E71C44844A2E9071629E /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Solid.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf"; sourceTree = "<group>"; };
110
87
  /* End PBXFileReference section */
111
88
 
112
89
  /* Begin PBXFrameworksBuildPhase section */
@@ -114,7 +91,7 @@
114
91
  isa = PBXFrameworksBuildPhase;
115
92
  buildActionMask = 2147483647;
116
93
  files = (
117
- 9EC25A0760FAC772A9BD725C /* libPods-HediaRecommendationScreen-HediaRecommendationScreenTests.a in Frameworks */,
94
+ 9C141382382E3C900FF41CFE /* libPods-HediaRecommendationScreen-HediaRecommendationScreenTests.a in Frameworks */,
118
95
  );
119
96
  runOnlyForDeploymentPostprocessing = 0;
120
97
  };
@@ -122,23 +99,7 @@
122
99
  isa = PBXFrameworksBuildPhase;
123
100
  buildActionMask = 2147483647;
124
101
  files = (
125
- 28C79B70127D80F077D7202C /* libPods-HediaRecommendationScreen.a in Frameworks */,
126
- );
127
- runOnlyForDeploymentPostprocessing = 0;
128
- };
129
- 2D02E4781E0B4A5D006451C7 /* Frameworks */ = {
130
- isa = PBXFrameworksBuildPhase;
131
- buildActionMask = 2147483647;
132
- files = (
133
- 7B5B860F1F9B42AA34AC5152 /* libPods-HediaRecommendationScreen-tvOS.a in Frameworks */,
134
- );
135
- runOnlyForDeploymentPostprocessing = 0;
136
- };
137
- 2D02E48D1E0B4A5D006451C7 /* Frameworks */ = {
138
- isa = PBXFrameworksBuildPhase;
139
- buildActionMask = 2147483647;
140
- files = (
141
- 67B736B68E6CE9470594F423 /* libPods-HediaRecommendationScreen-tvOSTests.a in Frameworks */,
102
+ CB28F6E71BFFBBFFE4D6CA71 /* libPods-HediaRecommendationScreen.a in Frameworks */,
142
103
  );
143
104
  runOnlyForDeploymentPostprocessing = 0;
144
105
  };
@@ -162,50 +123,14 @@
162
123
  name = "Supporting Files";
163
124
  sourceTree = "<group>";
164
125
  };
165
- 0314A3302901444E9103D63D /* Resources */ = {
166
- isa = PBXGroup;
167
- children = (
168
- EE8FB5191C77428097063908 /* AntDesign.ttf */,
169
- 9E3CB66B818E4933843F60E5 /* Entypo.ttf */,
170
- EC242C0E32054ABE9A69A5BD /* EvilIcons.ttf */,
171
- 31B57B17D5CE4E9384CD04B3 /* Feather.ttf */,
172
- 34A99370D8E946ED861A2A38 /* FontAwesome.ttf */,
173
- 37519F93EC694F76BB245BB8 /* FontAwesome5_Brands.ttf */,
174
- 45E337CB17C448E8B0CEEC21 /* FontAwesome5_Regular.ttf */,
175
- 5886AEA3F2CF418CA42ECB35 /* FontAwesome5_Solid.ttf */,
176
- 5905A305DC494433B37E9EBD /* Fontisto.ttf */,
177
- D1B7A363331948AF8DA6AEF7 /* Foundation.ttf */,
178
- 78327D51F29741B292904EB5 /* Ionicons.ttf */,
179
- CA7278953B144AFB81A45FC0 /* MaterialCommunityIcons.ttf */,
180
- 1A3B89E92BE8466685D838FB /* MaterialIcons.ttf */,
181
- B766079F5D3B4E2DA1F1D2FA /* Octicons.ttf */,
182
- FC979D0C4CEB472E8E6FB497 /* SimpleLineIcons.ttf */,
183
- A147DC8C00E94433B8826100 /* Zocial.ttf */,
184
- A825F67CF7F84470A6CA153E /* Roboto-Black.ttf */,
185
- 292E9B7C9CC34528A189562E /* Roboto-BlackItalic.ttf */,
186
- BB57D47699604DFAA6805BA9 /* Roboto-Bold.ttf */,
187
- 02F7D2222CF04F1080EC856D /* Roboto-BoldItalic.ttf */,
188
- A40E87F3A8C2414EAFEB6561 /* Roboto-Italic.ttf */,
189
- E61EBECE6F704FA9B6A0A0A2 /* Roboto-Light.ttf */,
190
- 525CDCD5B0F548FBB616CEE7 /* Roboto-LightItalic.ttf */,
191
- 07CB8191B5BD449ABE77A9E4 /* Roboto-Medium.ttf */,
192
- 5D4A4DBD26164962A8597BE7 /* Roboto-MediumItalic.ttf */,
193
- 7A22FC8F689C40349AD97898 /* Roboto-Regular.ttf */,
194
- B8AB50A0130D4104AE2EEC01 /* Roboto-Thin.ttf */,
195
- 5C1C36955725451281090FA0 /* Roboto-ThinItalic.ttf */,
196
- );
197
- name = Resources;
198
- sourceTree = "<group>";
199
- };
200
126
  13B07FAE1A68108700A75B9A /* HediaRecommendationScreen */ = {
201
127
  isa = PBXGroup;
202
128
  children = (
203
- 008F07F21AC5B25A0029DE68 /* main.jsbundle */,
204
129
  13B07FAF1A68108700A75B9A /* AppDelegate.h */,
205
130
  13B07FB01A68108700A75B9A /* AppDelegate.m */,
206
131
  13B07FB51A68108700A75B9A /* Images.xcassets */,
207
132
  13B07FB61A68108700A75B9A /* Info.plist */,
208
- 13B07FB11A68108700A75B9A /* LaunchScreen.xib */,
133
+ 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
209
134
  13B07FB71A68108700A75B9A /* main.m */,
210
135
  );
211
136
  name = HediaRecommendationScreen;
@@ -215,30 +140,12 @@
215
140
  isa = PBXGroup;
216
141
  children = (
217
142
  ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
218
- ED2971642150620600B7C4FE /* JavaScriptCore.framework */,
219
- 1733971F25DD19F8501F6544 /* libPods-HediaRecommendationScreen.a */,
220
- 5EDA6B8933B78062F35AD378 /* libPods-HediaRecommendationScreen-HediaRecommendationScreenTests.a */,
221
- EFC57BC9FB3B2C296DEE36A4 /* libPods-HediaRecommendationScreen-tvOS.a */,
222
- 0C6208DA582D28E78321BE4C /* libPods-HediaRecommendationScreen-tvOSTests.a */,
143
+ 65E4FAB80E3D35EA640E54A7 /* libPods-HediaRecommendationScreen.a */,
144
+ 1743840A4091A253DF94ADF3 /* libPods-HediaRecommendationScreen-HediaRecommendationScreenTests.a */,
223
145
  );
224
146
  name = Frameworks;
225
147
  sourceTree = "<group>";
226
148
  };
227
- 5A70D49E9FF5ECD73B904533 /* Pods */ = {
228
- isa = PBXGroup;
229
- children = (
230
- AC666561513B512C02091CC3 /* Pods-HediaRecommendationScreen.debug.xcconfig */,
231
- AC40506615FB21F2B7276504 /* Pods-HediaRecommendationScreen.release.xcconfig */,
232
- DB6151FBCB5AC65549723F09 /* Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.debug.xcconfig */,
233
- 02C992989E66D59195DA9527 /* Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.release.xcconfig */,
234
- 9D7A30C5BE84C30AC87A1D95 /* Pods-HediaRecommendationScreen-tvOS.debug.xcconfig */,
235
- 2FB84442184047EC277AAB9B /* Pods-HediaRecommendationScreen-tvOS.release.xcconfig */,
236
- 517818B84B65A799AF3C3BED /* Pods-HediaRecommendationScreen-tvOSTests.debug.xcconfig */,
237
- A0633D8A50AE6F11DC625522 /* Pods-HediaRecommendationScreen-tvOSTests.release.xcconfig */,
238
- );
239
- path = Pods;
240
- sourceTree = "<group>";
241
- };
242
149
  832341AE1AAA6A7D00B99B32 /* Libraries */ = {
243
150
  isa = PBXGroup;
244
151
  children = (
@@ -254,8 +161,8 @@
254
161
  00E356EF1AD99517003FC87E /* HediaRecommendationScreenTests */,
255
162
  83CBBA001A601CBA00E9B192 /* Products */,
256
163
  2D16E6871FA4F8E400B85C8A /* Frameworks */,
257
- 5A70D49E9FF5ECD73B904533 /* Pods */,
258
- 0314A3302901444E9103D63D /* Resources */,
164
+ CC467A8CA32BFDD637A07875 /* Pods */,
165
+ E3A6674F784E4440943F8328 /* Resources */,
259
166
  );
260
167
  indentWidth = 2;
261
168
  sourceTree = "<group>";
@@ -267,12 +174,56 @@
267
174
  children = (
268
175
  13B07F961A680F5B00A75B9A /* HediaRecommendationScreen.app */,
269
176
  00E356EE1AD99517003FC87E /* HediaRecommendationScreenTests.xctest */,
270
- 2D02E47B1E0B4A5D006451C7 /* HediaRecommendationScreen-tvOS.app */,
271
- 2D02E4901E0B4A5D006451C7 /* HediaRecommendationScreen-tvOSTests.xctest */,
272
177
  );
273
178
  name = Products;
274
179
  sourceTree = "<group>";
275
180
  };
181
+ CC467A8CA32BFDD637A07875 /* Pods */ = {
182
+ isa = PBXGroup;
183
+ children = (
184
+ D06EE1839428A1A3F684470B /* Pods-HediaRecommendationScreen.debug.xcconfig */,
185
+ 56DF1300CF795902963DA15C /* Pods-HediaRecommendationScreen.release.xcconfig */,
186
+ D06A0E532F2D8A3241E1AE67 /* Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.debug.xcconfig */,
187
+ 0C786195C093D6A4264F7658 /* Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.release.xcconfig */,
188
+ );
189
+ path = Pods;
190
+ sourceTree = "<group>";
191
+ };
192
+ E3A6674F784E4440943F8328 /* Resources */ = {
193
+ isa = PBXGroup;
194
+ children = (
195
+ A1E0EED97FED4113827CF407 /* Roboto-Black.ttf */,
196
+ 19530B00DE7A4914941B8D1C /* Roboto-BlackItalic.ttf */,
197
+ BF12A48E67BD436EAF6596FF /* Roboto-Bold.ttf */,
198
+ 3F7EA9D8AAEA4814B02E6955 /* Roboto-BoldItalic.ttf */,
199
+ E8723DD65E1440DC9C1333BB /* Roboto-Italic.ttf */,
200
+ 81277E0179724AB4B13C25F6 /* Roboto-Light.ttf */,
201
+ 3656432D5A6949BA868F15E2 /* Roboto-LightItalic.ttf */,
202
+ 70396EA52E824E7396A1C5BA /* Roboto-Medium.ttf */,
203
+ 43204C4343534AF1BC37CD59 /* Roboto-MediumItalic.ttf */,
204
+ EC0B984F5EA84FF0986B43AE /* Roboto-Regular.ttf */,
205
+ 8C8C760CE33740949B7E66E5 /* Roboto-Thin.ttf */,
206
+ 8CED733C4F4D40B6A1148074 /* Roboto-ThinItalic.ttf */,
207
+ 8310F3CD2A894BA1887F3BE8 /* AntDesign.ttf */,
208
+ BBCA7A738EC040128FDC61F6 /* Entypo.ttf */,
209
+ B8E1513B4B5F4EB99E43D11B /* EvilIcons.ttf */,
210
+ 712723D18C5141C9B3FA9CEF /* Feather.ttf */,
211
+ 5646F6AA6F024D88BDE873CD /* FontAwesome.ttf */,
212
+ 544A51FA7D044D4DA245DAA0 /* FontAwesome5_Brands.ttf */,
213
+ 3A42A15B109C4EC391F25A4C /* FontAwesome5_Regular.ttf */,
214
+ FEC3E71C44844A2E9071629E /* FontAwesome5_Solid.ttf */,
215
+ BB5E758E5AF546B39B8703DE /* Fontisto.ttf */,
216
+ 343D94F660FB4DA6812E5964 /* Foundation.ttf */,
217
+ A3A9D46C025C4CAAB49B9933 /* Ionicons.ttf */,
218
+ DF1CB23C886B47E9ABBE5BFF /* MaterialCommunityIcons.ttf */,
219
+ B8497D769A034061998BBE80 /* MaterialIcons.ttf */,
220
+ 0454F75804CA480794F64EF3 /* Octicons.ttf */,
221
+ 8897FE189B234E4FBC6602AC /* SimpleLineIcons.ttf */,
222
+ F85867DD5C2048D99C97EF6F /* Zocial.ttf */,
223
+ );
224
+ name = Resources;
225
+ sourceTree = "<group>";
226
+ };
276
227
  /* End PBXGroup section */
277
228
 
278
229
  /* Begin PBXNativeTarget section */
@@ -280,11 +231,12 @@
280
231
  isa = PBXNativeTarget;
281
232
  buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "HediaRecommendationScreenTests" */;
282
233
  buildPhases = (
283
- B0A54DBF1C2E0B72EB5904C2 /* [CP] Check Pods Manifest.lock */,
234
+ 44872F21BC689CC8A347F488 /* [CP] Check Pods Manifest.lock */,
284
235
  00E356EA1AD99517003FC87E /* Sources */,
285
236
  00E356EB1AD99517003FC87E /* Frameworks */,
286
237
  00E356EC1AD99517003FC87E /* Resources */,
287
- AC8779C9E45752E935FAC6EC /* [CP] Copy Pods Resources */,
238
+ FAB7720EFFD15FE38AB1CA04 /* [CP] Embed Pods Frameworks */,
239
+ 0712EA5C2D09350540097B86 /* [CP] Copy Pods Resources */,
288
240
  );
289
241
  buildRules = (
290
242
  );
@@ -300,13 +252,14 @@
300
252
  isa = PBXNativeTarget;
301
253
  buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "HediaRecommendationScreen" */;
302
254
  buildPhases = (
303
- 1EA1254D61D0F20B90419C20 /* [CP] Check Pods Manifest.lock */,
255
+ 58252BD862A890A972880CBA /* [CP] Check Pods Manifest.lock */,
304
256
  FD10A7F022414F080027D42C /* Start Packager */,
305
257
  13B07F871A680F5B00A75B9A /* Sources */,
306
258
  13B07F8C1A680F5B00A75B9A /* Frameworks */,
307
259
  13B07F8E1A680F5B00A75B9A /* Resources */,
308
260
  00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
309
- 0D3B0A6674067B9CFB0D3162 /* [CP] Copy Pods Resources */,
261
+ 02884E84544B8E84B8B8F340 /* [CP] Embed Pods Frameworks */,
262
+ F0F4F71C107914435FC29DBB /* [CP] Copy Pods Resources */,
310
263
  );
311
264
  buildRules = (
312
265
  );
@@ -317,52 +270,13 @@
317
270
  productReference = 13B07F961A680F5B00A75B9A /* HediaRecommendationScreen.app */;
318
271
  productType = "com.apple.product-type.application";
319
272
  };
320
- 2D02E47A1E0B4A5D006451C7 /* HediaRecommendationScreen-tvOS */ = {
321
- isa = PBXNativeTarget;
322
- buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "HediaRecommendationScreen-tvOS" */;
323
- buildPhases = (
324
- AE4776EE03538EACF2E60152 /* [CP] Check Pods Manifest.lock */,
325
- FD10A7F122414F3F0027D42C /* Start Packager */,
326
- 2D02E4771E0B4A5D006451C7 /* Sources */,
327
- 2D02E4781E0B4A5D006451C7 /* Frameworks */,
328
- 2D02E4791E0B4A5D006451C7 /* Resources */,
329
- 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */,
330
- );
331
- buildRules = (
332
- );
333
- dependencies = (
334
- );
335
- name = "HediaRecommendationScreen-tvOS";
336
- productName = "HediaRecommendationScreen-tvOS";
337
- productReference = 2D02E47B1E0B4A5D006451C7 /* HediaRecommendationScreen-tvOS.app */;
338
- productType = "com.apple.product-type.application";
339
- };
340
- 2D02E48F1E0B4A5D006451C7 /* HediaRecommendationScreen-tvOSTests */ = {
341
- isa = PBXNativeTarget;
342
- buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "HediaRecommendationScreen-tvOSTests" */;
343
- buildPhases = (
344
- 203045248B9ED9BE36B73DC2 /* [CP] Check Pods Manifest.lock */,
345
- 2D02E48C1E0B4A5D006451C7 /* Sources */,
346
- 2D02E48D1E0B4A5D006451C7 /* Frameworks */,
347
- 2D02E48E1E0B4A5D006451C7 /* Resources */,
348
- );
349
- buildRules = (
350
- );
351
- dependencies = (
352
- 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */,
353
- );
354
- name = "HediaRecommendationScreen-tvOSTests";
355
- productName = "HediaRecommendationScreen-tvOSTests";
356
- productReference = 2D02E4901E0B4A5D006451C7 /* HediaRecommendationScreen-tvOSTests.xctest */;
357
- productType = "com.apple.product-type.bundle.unit-test";
358
- };
359
273
  /* End PBXNativeTarget section */
360
274
 
361
275
  /* Begin PBXProject section */
362
276
  83CBB9F71A601CBA00E9B192 /* Project object */ = {
363
277
  isa = PBXProject;
364
278
  attributes = {
365
- LastUpgradeCheck = 1130;
279
+ LastUpgradeCheck = 1210;
366
280
  TargetAttributes = {
367
281
  00E356ED1AD99517003FC87E = {
368
282
  CreatedOnToolsVersion = 6.2;
@@ -371,19 +285,10 @@
371
285
  13B07F861A680F5B00A75B9A = {
372
286
  LastSwiftMigration = 1120;
373
287
  };
374
- 2D02E47A1E0B4A5D006451C7 = {
375
- CreatedOnToolsVersion = 8.2.1;
376
- ProvisioningStyle = Automatic;
377
- };
378
- 2D02E48F1E0B4A5D006451C7 = {
379
- CreatedOnToolsVersion = 8.2.1;
380
- ProvisioningStyle = Automatic;
381
- TestTargetID = 2D02E47A1E0B4A5D006451C7;
382
- };
383
288
  };
384
289
  };
385
290
  buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "HediaRecommendationScreen" */;
386
- compatibilityVersion = "Xcode 3.2";
291
+ compatibilityVersion = "Xcode 12.0";
387
292
  developmentRegion = en;
388
293
  hasScannedForEncodings = 0;
389
294
  knownRegions = (
@@ -397,8 +302,6 @@
397
302
  targets = (
398
303
  13B07F861A680F5B00A75B9A /* HediaRecommendationScreen */,
399
304
  00E356ED1AD99517003FC87E /* HediaRecommendationScreenTests */,
400
- 2D02E47A1E0B4A5D006451C7 /* HediaRecommendationScreen-tvOS */,
401
- 2D02E48F1E0B4A5D006451C7 /* HediaRecommendationScreen-tvOSTests */,
402
305
  );
403
306
  };
404
307
  /* End PBXProject section */
@@ -415,35 +318,20 @@
415
318
  isa = PBXResourcesBuildPhase;
416
319
  buildActionMask = 2147483647;
417
320
  files = (
321
+ 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
418
322
  13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
419
- 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
420
- 072C9E3B51DA436C891218B1 /* Roboto-Black.ttf in Resources */,
421
- 22573CC8B7CE4FF1BD10295D /* Roboto-BlackItalic.ttf in Resources */,
422
- 7A871848483F435B9A0BEA2C /* Roboto-Bold.ttf in Resources */,
423
- E61177AB81304E969ADEED74 /* Roboto-BoldItalic.ttf in Resources */,
424
- 054F998137774421AE47012A /* Roboto-Italic.ttf in Resources */,
425
- F761ADFC0F1D40219F84BC4E /* Roboto-Light.ttf in Resources */,
426
- E250F52F03C348DEB792BFA7 /* Roboto-LightItalic.ttf in Resources */,
427
- 729B270E7FF74717B643ED72 /* Roboto-Medium.ttf in Resources */,
428
- 79BF34167F0341D784C2AB24 /* Roboto-MediumItalic.ttf in Resources */,
429
- 12D08CCEE9074DA9ABC5CBE3 /* Roboto-Regular.ttf in Resources */,
430
- 293D0A9D749748C09992BD81 /* Roboto-Thin.ttf in Resources */,
431
- F4F44066504F4C7EA1C5B3E9 /* Roboto-ThinItalic.ttf in Resources */,
432
- );
433
- runOnlyForDeploymentPostprocessing = 0;
434
- };
435
- 2D02E4791E0B4A5D006451C7 /* Resources */ = {
436
- isa = PBXResourcesBuildPhase;
437
- buildActionMask = 2147483647;
438
- files = (
439
- 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */,
440
- );
441
- runOnlyForDeploymentPostprocessing = 0;
442
- };
443
- 2D02E48E1E0B4A5D006451C7 /* Resources */ = {
444
- isa = PBXResourcesBuildPhase;
445
- buildActionMask = 2147483647;
446
- files = (
323
+ A1CC1C073D234DF6A3C2342F /* Roboto-Black.ttf in Resources */,
324
+ 0B10D32E36AC4753B2F92761 /* Roboto-BlackItalic.ttf in Resources */,
325
+ F62E1DBBD94F4C1391571CBA /* Roboto-Bold.ttf in Resources */,
326
+ A9A69F2011A14703A4E6785C /* Roboto-BoldItalic.ttf in Resources */,
327
+ C4BFA1B5504C45B5BD8035C3 /* Roboto-Italic.ttf in Resources */,
328
+ 70B84B610DB043AEA60069E9 /* Roboto-Light.ttf in Resources */,
329
+ E31678B5DA254B7B9CE55F11 /* Roboto-LightItalic.ttf in Resources */,
330
+ AD651DF4DED845A8BA52D19E /* Roboto-Medium.ttf in Resources */,
331
+ F16B97663CC048D09BF4940C /* Roboto-MediumItalic.ttf in Resources */,
332
+ B3C9EE3384D64BDF9364A322 /* Roboto-Regular.ttf in Resources */,
333
+ 0AEF7C44E2C04C57B654C334 /* Roboto-Thin.ttf in Resources */,
334
+ 993BC2A741EC4F60A12DFB8B /* Roboto-ThinItalic.ttf in Resources */,
447
335
  );
448
336
  runOnlyForDeploymentPostprocessing = 0;
449
337
  };
@@ -462,79 +350,43 @@
462
350
  );
463
351
  runOnlyForDeploymentPostprocessing = 0;
464
352
  shellPath = /bin/sh;
465
- shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
353
+ shellScript = "set -e\n\nexport NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n";
466
354
  };
467
- 0D3B0A6674067B9CFB0D3162 /* [CP] Copy Pods Resources */ = {
355
+ 02884E84544B8E84B8B8F340 /* [CP] Embed Pods Frameworks */ = {
468
356
  isa = PBXShellScriptBuildPhase;
469
357
  buildActionMask = 2147483647;
470
358
  files = (
471
359
  );
472
- inputPaths = (
473
- "${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen/Pods-HediaRecommendationScreen-resources.sh",
474
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf",
475
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf",
476
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf",
477
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Feather.ttf",
478
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf",
479
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf",
480
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf",
481
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf",
482
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Fontisto.ttf",
483
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Foundation.ttf",
484
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf",
485
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf",
486
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf",
487
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Octicons.ttf",
488
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf",
489
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Zocial.ttf",
360
+ inputFileListPaths = (
361
+ "${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen/Pods-HediaRecommendationScreen-frameworks-${CONFIGURATION}-input-files.xcfilelist",
490
362
  );
491
- name = "[CP] Copy Pods Resources";
492
- outputPaths = (
493
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AntDesign.ttf",
494
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Entypo.ttf",
495
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EvilIcons.ttf",
496
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Feather.ttf",
497
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome.ttf",
498
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome5_Brands.ttf",
499
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome5_Regular.ttf",
500
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome5_Solid.ttf",
501
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Fontisto.ttf",
502
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Foundation.ttf",
503
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Ionicons.ttf",
504
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MaterialCommunityIcons.ttf",
505
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MaterialIcons.ttf",
506
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Octicons.ttf",
507
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/SimpleLineIcons.ttf",
508
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Zocial.ttf",
363
+ name = "[CP] Embed Pods Frameworks";
364
+ outputFileListPaths = (
365
+ "${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen/Pods-HediaRecommendationScreen-frameworks-${CONFIGURATION}-output-files.xcfilelist",
509
366
  );
510
367
  runOnlyForDeploymentPostprocessing = 0;
511
368
  shellPath = /bin/sh;
512
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen/Pods-HediaRecommendationScreen-resources.sh\"\n";
369
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen/Pods-HediaRecommendationScreen-frameworks.sh\"\n";
513
370
  showEnvVarsInLog = 0;
514
371
  };
515
- 1EA1254D61D0F20B90419C20 /* [CP] Check Pods Manifest.lock */ = {
372
+ 0712EA5C2D09350540097B86 /* [CP] Copy Pods Resources */ = {
516
373
  isa = PBXShellScriptBuildPhase;
517
374
  buildActionMask = 2147483647;
518
375
  files = (
519
376
  );
520
377
  inputFileListPaths = (
378
+ "${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests-resources-${CONFIGURATION}-input-files.xcfilelist",
521
379
  );
522
- inputPaths = (
523
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
524
- "${PODS_ROOT}/Manifest.lock",
525
- );
526
- name = "[CP] Check Pods Manifest.lock";
380
+ name = "[CP] Copy Pods Resources";
527
381
  outputFileListPaths = (
528
- );
529
- outputPaths = (
530
- "$(DERIVED_FILE_DIR)/Pods-HediaRecommendationScreen-checkManifestLockResult.txt",
382
+ "${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests-resources-${CONFIGURATION}-output-files.xcfilelist",
531
383
  );
532
384
  runOnlyForDeploymentPostprocessing = 0;
533
385
  shellPath = /bin/sh;
534
- 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";
386
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests-resources.sh\"\n";
535
387
  showEnvVarsInLog = 0;
536
388
  };
537
- 203045248B9ED9BE36B73DC2 /* [CP] Check Pods Manifest.lock */ = {
389
+ 44872F21BC689CC8A347F488 /* [CP] Check Pods Manifest.lock */ = {
538
390
  isa = PBXShellScriptBuildPhase;
539
391
  buildActionMask = 2147483647;
540
392
  files = (
@@ -549,76 +401,14 @@
549
401
  outputFileListPaths = (
550
402
  );
551
403
  outputPaths = (
552
- "$(DERIVED_FILE_DIR)/Pods-HediaRecommendationScreen-tvOSTests-checkManifestLockResult.txt",
404
+ "$(DERIVED_FILE_DIR)/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests-checkManifestLockResult.txt",
553
405
  );
554
406
  runOnlyForDeploymentPostprocessing = 0;
555
407
  shellPath = /bin/sh;
556
408
  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";
557
409
  showEnvVarsInLog = 0;
558
410
  };
559
- 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = {
560
- isa = PBXShellScriptBuildPhase;
561
- buildActionMask = 2147483647;
562
- files = (
563
- );
564
- inputPaths = (
565
- );
566
- name = "Bundle React Native Code And Images";
567
- outputPaths = (
568
- );
569
- runOnlyForDeploymentPostprocessing = 0;
570
- shellPath = /bin/sh;
571
- shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
572
- };
573
- AC8779C9E45752E935FAC6EC /* [CP] Copy Pods Resources */ = {
574
- isa = PBXShellScriptBuildPhase;
575
- buildActionMask = 2147483647;
576
- files = (
577
- );
578
- inputPaths = (
579
- "${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests-resources.sh",
580
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf",
581
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf",
582
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf",
583
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Feather.ttf",
584
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf",
585
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf",
586
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf",
587
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf",
588
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Fontisto.ttf",
589
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Foundation.ttf",
590
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf",
591
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf",
592
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf",
593
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Octicons.ttf",
594
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf",
595
- "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Zocial.ttf",
596
- );
597
- name = "[CP] Copy Pods Resources";
598
- outputPaths = (
599
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AntDesign.ttf",
600
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Entypo.ttf",
601
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EvilIcons.ttf",
602
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Feather.ttf",
603
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome.ttf",
604
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome5_Brands.ttf",
605
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome5_Regular.ttf",
606
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome5_Solid.ttf",
607
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Fontisto.ttf",
608
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Foundation.ttf",
609
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Ionicons.ttf",
610
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MaterialCommunityIcons.ttf",
611
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MaterialIcons.ttf",
612
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Octicons.ttf",
613
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/SimpleLineIcons.ttf",
614
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Zocial.ttf",
615
- );
616
- runOnlyForDeploymentPostprocessing = 0;
617
- shellPath = /bin/sh;
618
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests-resources.sh\"\n";
619
- showEnvVarsInLog = 0;
620
- };
621
- AE4776EE03538EACF2E60152 /* [CP] Check Pods Manifest.lock */ = {
411
+ 58252BD862A890A972880CBA /* [CP] Check Pods Manifest.lock */ = {
622
412
  isa = PBXShellScriptBuildPhase;
623
413
  buildActionMask = 2147483647;
624
414
  files = (
@@ -633,55 +423,48 @@
633
423
  outputFileListPaths = (
634
424
  );
635
425
  outputPaths = (
636
- "$(DERIVED_FILE_DIR)/Pods-HediaRecommendationScreen-tvOS-checkManifestLockResult.txt",
426
+ "$(DERIVED_FILE_DIR)/Pods-HediaRecommendationScreen-checkManifestLockResult.txt",
637
427
  );
638
428
  runOnlyForDeploymentPostprocessing = 0;
639
429
  shellPath = /bin/sh;
640
430
  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";
641
431
  showEnvVarsInLog = 0;
642
432
  };
643
- B0A54DBF1C2E0B72EB5904C2 /* [CP] Check Pods Manifest.lock */ = {
433
+ F0F4F71C107914435FC29DBB /* [CP] Copy Pods Resources */ = {
644
434
  isa = PBXShellScriptBuildPhase;
645
435
  buildActionMask = 2147483647;
646
436
  files = (
647
437
  );
648
438
  inputFileListPaths = (
439
+ "${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen/Pods-HediaRecommendationScreen-resources-${CONFIGURATION}-input-files.xcfilelist",
649
440
  );
650
- inputPaths = (
651
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
652
- "${PODS_ROOT}/Manifest.lock",
653
- );
654
- name = "[CP] Check Pods Manifest.lock";
441
+ name = "[CP] Copy Pods Resources";
655
442
  outputFileListPaths = (
656
- );
657
- outputPaths = (
658
- "$(DERIVED_FILE_DIR)/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests-checkManifestLockResult.txt",
443
+ "${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen/Pods-HediaRecommendationScreen-resources-${CONFIGURATION}-output-files.xcfilelist",
659
444
  );
660
445
  runOnlyForDeploymentPostprocessing = 0;
661
446
  shellPath = /bin/sh;
662
- 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";
447
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen/Pods-HediaRecommendationScreen-resources.sh\"\n";
663
448
  showEnvVarsInLog = 0;
664
449
  };
665
- FD10A7F022414F080027D42C /* Start Packager */ = {
450
+ FAB7720EFFD15FE38AB1CA04 /* [CP] Embed Pods Frameworks */ = {
666
451
  isa = PBXShellScriptBuildPhase;
667
452
  buildActionMask = 2147483647;
668
453
  files = (
669
454
  );
670
455
  inputFileListPaths = (
456
+ "${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
671
457
  );
672
- inputPaths = (
673
- );
674
- name = "Start Packager";
458
+ name = "[CP] Embed Pods Frameworks";
675
459
  outputFileListPaths = (
676
- );
677
- outputPaths = (
460
+ "${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
678
461
  );
679
462
  runOnlyForDeploymentPostprocessing = 0;
680
463
  shellPath = /bin/sh;
681
- shellScript = "export RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > \"${SRCROOT}/../node_modules/react-native/scripts/.packager.env\"\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open \"$SRCROOT/../node_modules/react-native/scripts/launchPackager.command\" || echo \"Can't start packager automatically\"\n fi\nfi\n";
464
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests-frameworks.sh\"\n";
682
465
  showEnvVarsInLog = 0;
683
466
  };
684
- FD10A7F122414F3F0027D42C /* Start Packager */ = {
467
+ FD10A7F022414F080027D42C /* Start Packager */ = {
685
468
  isa = PBXShellScriptBuildPhase;
686
469
  buildActionMask = 2147483647;
687
470
  files = (
@@ -720,23 +503,6 @@
720
503
  );
721
504
  runOnlyForDeploymentPostprocessing = 0;
722
505
  };
723
- 2D02E4771E0B4A5D006451C7 /* Sources */ = {
724
- isa = PBXSourcesBuildPhase;
725
- buildActionMask = 2147483647;
726
- files = (
727
- 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */,
728
- 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */,
729
- );
730
- runOnlyForDeploymentPostprocessing = 0;
731
- };
732
- 2D02E48C1E0B4A5D006451C7 /* Sources */ = {
733
- isa = PBXSourcesBuildPhase;
734
- buildActionMask = 2147483647;
735
- files = (
736
- 2DCD954D1E0B4F2C00145EB5 /* HediaRecommendationScreenTests.m in Sources */,
737
- );
738
- runOnlyForDeploymentPostprocessing = 0;
739
- };
740
506
  /* End PBXSourcesBuildPhase section */
741
507
 
742
508
  /* Begin PBXTargetDependency section */
@@ -745,29 +511,12 @@
745
511
  target = 13B07F861A680F5B00A75B9A /* HediaRecommendationScreen */;
746
512
  targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
747
513
  };
748
- 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */ = {
749
- isa = PBXTargetDependency;
750
- target = 2D02E47A1E0B4A5D006451C7 /* HediaRecommendationScreen-tvOS */;
751
- targetProxy = 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */;
752
- };
753
514
  /* End PBXTargetDependency section */
754
515
 
755
- /* Begin PBXVariantGroup section */
756
- 13B07FB11A68108700A75B9A /* LaunchScreen.xib */ = {
757
- isa = PBXVariantGroup;
758
- children = (
759
- 13B07FB21A68108700A75B9A /* Base */,
760
- );
761
- name = LaunchScreen.xib;
762
- path = HediaRecommendationScreen;
763
- sourceTree = "<group>";
764
- };
765
- /* End PBXVariantGroup section */
766
-
767
516
  /* Begin XCBuildConfiguration section */
768
517
  00E356F61AD99517003FC87E /* Debug */ = {
769
518
  isa = XCBuildConfiguration;
770
- baseConfigurationReference = DB6151FBCB5AC65549723F09 /* Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.debug.xcconfig */;
519
+ baseConfigurationReference = D06A0E532F2D8A3241E1AE67 /* Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.debug.xcconfig */;
771
520
  buildSettings = {
772
521
  BUNDLE_LOADER = "$(TEST_HOST)";
773
522
  GCC_PREPROCESSOR_DEFINITIONS = (
@@ -775,8 +524,12 @@
775
524
  "$(inherited)",
776
525
  );
777
526
  INFOPLIST_FILE = HediaRecommendationScreenTests/Info.plist;
778
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
779
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
527
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
528
+ LD_RUNPATH_SEARCH_PATHS = (
529
+ "$(inherited)",
530
+ "@executable_path/Frameworks",
531
+ "@loader_path/Frameworks",
532
+ );
780
533
  OTHER_LDFLAGS = (
781
534
  "-ObjC",
782
535
  "-lc++",
@@ -790,13 +543,17 @@
790
543
  };
791
544
  00E356F71AD99517003FC87E /* Release */ = {
792
545
  isa = XCBuildConfiguration;
793
- baseConfigurationReference = 02C992989E66D59195DA9527 /* Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.release.xcconfig */;
546
+ baseConfigurationReference = 0C786195C093D6A4264F7658 /* Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.release.xcconfig */;
794
547
  buildSettings = {
795
548
  BUNDLE_LOADER = "$(TEST_HOST)";
796
549
  COPY_PHASE_STRIP = NO;
797
550
  INFOPLIST_FILE = HediaRecommendationScreenTests/Info.plist;
798
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
799
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
551
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
552
+ LD_RUNPATH_SEARCH_PATHS = (
553
+ "$(inherited)",
554
+ "@executable_path/Frameworks",
555
+ "@loader_path/Frameworks",
556
+ );
800
557
  OTHER_LDFLAGS = (
801
558
  "-ObjC",
802
559
  "-lc++",
@@ -810,18 +567,17 @@
810
567
  };
811
568
  13B07F941A680F5B00A75B9A /* Debug */ = {
812
569
  isa = XCBuildConfiguration;
813
- baseConfigurationReference = AC666561513B512C02091CC3 /* Pods-HediaRecommendationScreen.debug.xcconfig */;
570
+ baseConfigurationReference = D06EE1839428A1A3F684470B /* Pods-HediaRecommendationScreen.debug.xcconfig */;
814
571
  buildSettings = {
815
572
  ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
816
573
  CLANG_ENABLE_MODULES = YES;
817
574
  CURRENT_PROJECT_VERSION = 1;
818
575
  ENABLE_BITCODE = NO;
819
- GCC_PREPROCESSOR_DEFINITIONS = (
576
+ INFOPLIST_FILE = HediaRecommendationScreen/Info.plist;
577
+ LD_RUNPATH_SEARCH_PATHS = (
820
578
  "$(inherited)",
821
- "FB_SONARKIT_ENABLED=1",
579
+ "@executable_path/Frameworks",
822
580
  );
823
- INFOPLIST_FILE = HediaRecommendationScreen/Info.plist;
824
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
825
581
  OTHER_LDFLAGS = (
826
582
  "$(inherited)",
827
583
  "-ObjC",
@@ -837,13 +593,16 @@
837
593
  };
838
594
  13B07F951A680F5B00A75B9A /* Release */ = {
839
595
  isa = XCBuildConfiguration;
840
- baseConfigurationReference = AC40506615FB21F2B7276504 /* Pods-HediaRecommendationScreen.release.xcconfig */;
596
+ baseConfigurationReference = 56DF1300CF795902963DA15C /* Pods-HediaRecommendationScreen.release.xcconfig */;
841
597
  buildSettings = {
842
598
  ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
843
599
  CLANG_ENABLE_MODULES = YES;
844
600
  CURRENT_PROJECT_VERSION = 1;
845
601
  INFOPLIST_FILE = HediaRecommendationScreen/Info.plist;
846
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
602
+ LD_RUNPATH_SEARCH_PATHS = (
603
+ "$(inherited)",
604
+ "@executable_path/Frameworks",
605
+ );
847
606
  OTHER_LDFLAGS = (
848
607
  "$(inherited)",
849
608
  "-ObjC",
@@ -856,116 +615,6 @@
856
615
  };
857
616
  name = Release;
858
617
  };
859
- 2D02E4971E0B4A5E006451C7 /* Debug */ = {
860
- isa = XCBuildConfiguration;
861
- baseConfigurationReference = 9D7A30C5BE84C30AC87A1D95 /* Pods-HediaRecommendationScreen-tvOS.debug.xcconfig */;
862
- buildSettings = {
863
- ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
864
- ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
865
- CLANG_ANALYZER_NONNULL = YES;
866
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
867
- CLANG_WARN_INFINITE_RECURSION = YES;
868
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
869
- DEBUG_INFORMATION_FORMAT = dwarf;
870
- ENABLE_TESTABILITY = YES;
871
- GCC_NO_COMMON_BLOCKS = YES;
872
- INFOPLIST_FILE = "HediaRecommendationScreen-tvOS/Info.plist";
873
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
874
- OTHER_LDFLAGS = (
875
- "$(inherited)",
876
- "-ObjC",
877
- "-lc++",
878
- );
879
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.HediaRecommendationScreen-tvOS";
880
- PRODUCT_NAME = "$(TARGET_NAME)";
881
- SDKROOT = appletvos;
882
- TARGETED_DEVICE_FAMILY = 3;
883
- TVOS_DEPLOYMENT_TARGET = 9.2;
884
- };
885
- name = Debug;
886
- };
887
- 2D02E4981E0B4A5E006451C7 /* Release */ = {
888
- isa = XCBuildConfiguration;
889
- baseConfigurationReference = 2FB84442184047EC277AAB9B /* Pods-HediaRecommendationScreen-tvOS.release.xcconfig */;
890
- buildSettings = {
891
- ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
892
- ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
893
- CLANG_ANALYZER_NONNULL = YES;
894
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
895
- CLANG_WARN_INFINITE_RECURSION = YES;
896
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
897
- COPY_PHASE_STRIP = NO;
898
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
899
- GCC_NO_COMMON_BLOCKS = YES;
900
- INFOPLIST_FILE = "HediaRecommendationScreen-tvOS/Info.plist";
901
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
902
- OTHER_LDFLAGS = (
903
- "$(inherited)",
904
- "-ObjC",
905
- "-lc++",
906
- );
907
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.HediaRecommendationScreen-tvOS";
908
- PRODUCT_NAME = "$(TARGET_NAME)";
909
- SDKROOT = appletvos;
910
- TARGETED_DEVICE_FAMILY = 3;
911
- TVOS_DEPLOYMENT_TARGET = 9.2;
912
- };
913
- name = Release;
914
- };
915
- 2D02E4991E0B4A5E006451C7 /* Debug */ = {
916
- isa = XCBuildConfiguration;
917
- baseConfigurationReference = 517818B84B65A799AF3C3BED /* Pods-HediaRecommendationScreen-tvOSTests.debug.xcconfig */;
918
- buildSettings = {
919
- BUNDLE_LOADER = "$(TEST_HOST)";
920
- CLANG_ANALYZER_NONNULL = YES;
921
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
922
- CLANG_WARN_INFINITE_RECURSION = YES;
923
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
924
- DEBUG_INFORMATION_FORMAT = dwarf;
925
- ENABLE_TESTABILITY = YES;
926
- GCC_NO_COMMON_BLOCKS = YES;
927
- INFOPLIST_FILE = "HediaRecommendationScreen-tvOSTests/Info.plist";
928
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
929
- OTHER_LDFLAGS = (
930
- "$(inherited)",
931
- "-ObjC",
932
- "-lc++",
933
- );
934
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.HediaRecommendationScreen-tvOSTests";
935
- PRODUCT_NAME = "$(TARGET_NAME)";
936
- SDKROOT = appletvos;
937
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/HediaRecommendationScreen-tvOS.app/HediaRecommendationScreen-tvOS";
938
- TVOS_DEPLOYMENT_TARGET = 10.1;
939
- };
940
- name = Debug;
941
- };
942
- 2D02E49A1E0B4A5E006451C7 /* Release */ = {
943
- isa = XCBuildConfiguration;
944
- baseConfigurationReference = A0633D8A50AE6F11DC625522 /* Pods-HediaRecommendationScreen-tvOSTests.release.xcconfig */;
945
- buildSettings = {
946
- BUNDLE_LOADER = "$(TEST_HOST)";
947
- CLANG_ANALYZER_NONNULL = YES;
948
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
949
- CLANG_WARN_INFINITE_RECURSION = YES;
950
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
951
- COPY_PHASE_STRIP = NO;
952
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
953
- GCC_NO_COMMON_BLOCKS = YES;
954
- INFOPLIST_FILE = "HediaRecommendationScreen-tvOSTests/Info.plist";
955
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
956
- OTHER_LDFLAGS = (
957
- "$(inherited)",
958
- "-ObjC",
959
- "-lc++",
960
- );
961
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.HediaRecommendationScreen-tvOSTests";
962
- PRODUCT_NAME = "$(TARGET_NAME)";
963
- SDKROOT = appletvos;
964
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/HediaRecommendationScreen-tvOS.app/HediaRecommendationScreen-tvOS";
965
- TVOS_DEPLOYMENT_TARGET = 10.1;
966
- };
967
- name = Release;
968
- };
969
618
  83CBBA201A601CBA00E9B192 /* Debug */ = {
970
619
  isa = XCBuildConfiguration;
971
620
  buildSettings = {
@@ -989,6 +638,7 @@
989
638
  CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
990
639
  CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
991
640
  CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
641
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
992
642
  CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
993
643
  CLANG_WARN_STRICT_PROTOTYPES = YES;
994
644
  CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -998,6 +648,7 @@
998
648
  COPY_PHASE_STRIP = NO;
999
649
  ENABLE_STRICT_OBJC_MSGSEND = YES;
1000
650
  ENABLE_TESTABILITY = YES;
651
+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64 ";
1001
652
  GCC_C_LANGUAGE_STANDARD = gnu99;
1002
653
  GCC_DYNAMIC_NO_PIC = NO;
1003
654
  GCC_NO_COMMON_BLOCKS = YES;
@@ -1013,9 +664,13 @@
1013
664
  GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
1014
665
  GCC_WARN_UNUSED_FUNCTION = YES;
1015
666
  GCC_WARN_UNUSED_VARIABLE = YES;
1016
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
1017
- LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
667
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
668
+ LD_RUNPATH_SEARCH_PATHS = (
669
+ /usr/lib/swift,
670
+ "$(inherited)",
671
+ );
1018
672
  LIBRARY_SEARCH_PATHS = (
673
+ "\"$(SDKROOT)/usr/lib/swift\"",
1019
674
  "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
1020
675
  "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
1021
676
  "\"$(inherited)\"",
@@ -1049,6 +704,7 @@
1049
704
  CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
1050
705
  CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
1051
706
  CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
707
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
1052
708
  CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
1053
709
  CLANG_WARN_STRICT_PROTOTYPES = YES;
1054
710
  CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -1058,6 +714,7 @@
1058
714
  COPY_PHASE_STRIP = YES;
1059
715
  ENABLE_NS_ASSERTIONS = NO;
1060
716
  ENABLE_STRICT_OBJC_MSGSEND = YES;
717
+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64 ";
1061
718
  GCC_C_LANGUAGE_STANDARD = gnu99;
1062
719
  GCC_NO_COMMON_BLOCKS = YES;
1063
720
  GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -1066,9 +723,13 @@
1066
723
  GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
1067
724
  GCC_WARN_UNUSED_FUNCTION = YES;
1068
725
  GCC_WARN_UNUSED_VARIABLE = YES;
1069
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
1070
- LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
726
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
727
+ LD_RUNPATH_SEARCH_PATHS = (
728
+ /usr/lib/swift,
729
+ "$(inherited)",
730
+ );
1071
731
  LIBRARY_SEARCH_PATHS = (
732
+ "\"$(SDKROOT)/usr/lib/swift\"",
1072
733
  "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
1073
734
  "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
1074
735
  "\"$(inherited)\"",
@@ -1100,24 +761,6 @@
1100
761
  defaultConfigurationIsVisible = 0;
1101
762
  defaultConfigurationName = Release;
1102
763
  };
1103
- 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "HediaRecommendationScreen-tvOS" */ = {
1104
- isa = XCConfigurationList;
1105
- buildConfigurations = (
1106
- 2D02E4971E0B4A5E006451C7 /* Debug */,
1107
- 2D02E4981E0B4A5E006451C7 /* Release */,
1108
- );
1109
- defaultConfigurationIsVisible = 0;
1110
- defaultConfigurationName = Release;
1111
- };
1112
- 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "HediaRecommendationScreen-tvOSTests" */ = {
1113
- isa = XCConfigurationList;
1114
- buildConfigurations = (
1115
- 2D02E4991E0B4A5E006451C7 /* Debug */,
1116
- 2D02E49A1E0B4A5E006451C7 /* Release */,
1117
- );
1118
- defaultConfigurationIsVisible = 0;
1119
- defaultConfigurationName = Release;
1120
- };
1121
764
  83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "HediaRecommendationScreen" */ = {
1122
765
  isa = XCConfigurationList;
1123
766
  buildConfigurations = (