@hedia/recommendation-screen 2.1.34-alpha.9 → 2.1.34

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 (234) hide show
  1. package/{src → dist/src}/RecommendationScreen.d.ts +3 -3
  2. package/{src → dist/src}/RecommendationScreen.js +6 -6
  3. package/{src → dist/src}/locale/da/messages.po +92 -92
  4. package/{src → dist/src}/locale/de/messages.po +92 -92
  5. package/{src → dist/src}/locale/en/messages.po +92 -92
  6. package/{src → dist/src}/locale/es/messages.js +1 -1
  7. package/{src → dist/src}/locale/es/messages.po +92 -92
  8. package/{src → dist/src}/locale/fr/messages.po +92 -92
  9. package/{src → dist/src}/locale/it/messages.po +92 -92
  10. package/package.json +22 -21
  11. package/.flowconfig +0 -65
  12. package/.github/pull_request_template.md +0 -6
  13. package/.github/workflows/ci.yaml +0 -17
  14. package/.github/workflows/publish-release-package.yaml +0 -17
  15. package/.github/workflows/validate-pr-title.yaml +0 -20
  16. package/.linguirc +0 -6
  17. package/.npmpackagejsonlintrc.json +0 -12
  18. package/.prettierignore +0 -2
  19. package/.prettierrc +0 -25
  20. package/Changelog.md +0 -9
  21. package/android/app/BUCK +0 -55
  22. package/android/app/build.gradle +0 -228
  23. package/android/app/build_defs.bzl +0 -19
  24. package/android/app/debug.keystore +0 -0
  25. package/android/app/proguard-rules.pro +0 -10
  26. package/android/app/src/debug/AndroidManifest.xml +0 -13
  27. package/android/app/src/debug/java/com/hediarecommendationscreen/ReactNativeFlipper.java +0 -72
  28. package/android/app/src/main/AndroidManifest.xml +0 -25
  29. package/android/app/src/main/assets/fonts/AntDesign.ttf +0 -0
  30. package/android/app/src/main/assets/fonts/Entypo.ttf +0 -0
  31. package/android/app/src/main/assets/fonts/EvilIcons.ttf +0 -0
  32. package/android/app/src/main/assets/fonts/Feather.ttf +0 -0
  33. package/android/app/src/main/assets/fonts/FontAwesome.ttf +0 -0
  34. package/android/app/src/main/assets/fonts/FontAwesome5_Brands.ttf +0 -0
  35. package/android/app/src/main/assets/fonts/FontAwesome5_Regular.ttf +0 -0
  36. package/android/app/src/main/assets/fonts/FontAwesome5_Solid.ttf +0 -0
  37. package/android/app/src/main/assets/fonts/Fontisto.ttf +0 -0
  38. package/android/app/src/main/assets/fonts/Foundation.ttf +0 -0
  39. package/android/app/src/main/assets/fonts/Ionicons.ttf +0 -0
  40. package/android/app/src/main/assets/fonts/MaterialCommunityIcons.ttf +0 -0
  41. package/android/app/src/main/assets/fonts/MaterialIcons.ttf +0 -0
  42. package/android/app/src/main/assets/fonts/Octicons.ttf +0 -0
  43. package/android/app/src/main/assets/fonts/Roboto-Black.ttf +0 -0
  44. package/android/app/src/main/assets/fonts/Roboto-BlackItalic.ttf +0 -0
  45. package/android/app/src/main/assets/fonts/Roboto-Bold.ttf +0 -0
  46. package/android/app/src/main/assets/fonts/Roboto-BoldItalic.ttf +0 -0
  47. package/android/app/src/main/assets/fonts/Roboto-Italic.ttf +0 -0
  48. package/android/app/src/main/assets/fonts/Roboto-Light.ttf +0 -0
  49. package/android/app/src/main/assets/fonts/Roboto-LightItalic.ttf +0 -0
  50. package/android/app/src/main/assets/fonts/Roboto-Medium.ttf +0 -0
  51. package/android/app/src/main/assets/fonts/Roboto-MediumItalic.ttf +0 -0
  52. package/android/app/src/main/assets/fonts/Roboto-Regular.ttf +0 -0
  53. package/android/app/src/main/assets/fonts/Roboto-Thin.ttf +0 -0
  54. package/android/app/src/main/assets/fonts/Roboto-ThinItalic.ttf +0 -0
  55. package/android/app/src/main/assets/fonts/SimpleLineIcons.ttf +0 -0
  56. package/android/app/src/main/assets/fonts/Zocial.ttf +0 -0
  57. package/android/app/src/main/java/com/hediarecommendationscreen/MainActivity.java +0 -15
  58. package/android/app/src/main/java/com/hediarecommendationscreen/MainApplication.java +0 -80
  59. package/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  60. package/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  61. package/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  62. package/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  63. package/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  64. package/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  65. package/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  66. package/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  67. package/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  68. package/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  69. package/android/app/src/main/res/values/color.xml +0 -3
  70. package/android/app/src/main/res/values/strings.xml +0 -3
  71. package/android/app/src/main/res/values/styles.xml +0 -11
  72. package/android/build.gradle +0 -38
  73. package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  74. package/android/gradle/wrapper/gradle-wrapper.properties +0 -5
  75. package/android/gradle.properties +0 -28
  76. package/android/gradlew +0 -185
  77. package/android/gradlew.bat +0 -89
  78. package/android/settings.gradle +0 -3
  79. package/assets/fonts/Roboto/LICENSE.txt +0 -202
  80. package/assets/fonts/Roboto/Roboto-Black.ttf +0 -0
  81. package/assets/fonts/Roboto/Roboto-BlackItalic.ttf +0 -0
  82. package/assets/fonts/Roboto/Roboto-Bold.ttf +0 -0
  83. package/assets/fonts/Roboto/Roboto-BoldItalic.ttf +0 -0
  84. package/assets/fonts/Roboto/Roboto-Italic.ttf +0 -0
  85. package/assets/fonts/Roboto/Roboto-Light.ttf +0 -0
  86. package/assets/fonts/Roboto/Roboto-LightItalic.ttf +0 -0
  87. package/assets/fonts/Roboto/Roboto-Medium.ttf +0 -0
  88. package/assets/fonts/Roboto/Roboto-MediumItalic.ttf +0 -0
  89. package/assets/fonts/Roboto/Roboto-Regular.ttf +0 -0
  90. package/assets/fonts/Roboto/Roboto-Thin.ttf +0 -0
  91. package/assets/fonts/Roboto/Roboto-ThinItalic.ttf +0 -0
  92. package/babel.config.js +0 -18
  93. package/ignore-git.sh +0 -46
  94. package/ignore-publish.sh +0 -33
  95. package/index-git.sh +0 -5
  96. package/ios/HediaRecommendationScreen/AppDelegate.h +0 -8
  97. package/ios/HediaRecommendationScreen/AppDelegate.m +0 -61
  98. package/ios/HediaRecommendationScreen/Images.xcassets/AppIcon.appiconset/Contents.json +0 -38
  99. package/ios/HediaRecommendationScreen/Images.xcassets/Contents.json +0 -6
  100. package/ios/HediaRecommendationScreen/Info.plist +0 -90
  101. package/ios/HediaRecommendationScreen/LaunchScreen.storyboard +0 -47
  102. package/ios/HediaRecommendationScreen/main.m +0 -9
  103. package/ios/HediaRecommendationScreen.xcodeproj/project.pbxproj +0 -778
  104. package/ios/HediaRecommendationScreen.xcodeproj/xcshareddata/xcschemes/HediaRecommendationScreen-tvOS.xcscheme +0 -88
  105. package/ios/HediaRecommendationScreen.xcodeproj/xcshareddata/xcschemes/HediaRecommendationScreen.xcscheme +0 -88
  106. package/ios/HediaRecommendationScreen.xcworkspace/contents.xcworkspacedata +0 -10
  107. package/ios/HediaRecommendationScreen.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  108. package/ios/HediaRecommendationScreenTests/HediaRecommendationScreenTests.m +0 -65
  109. package/ios/HediaRecommendationScreenTests/Info.plist +0 -24
  110. package/ios/Podfile +0 -32
  111. package/ios/Podfile.lock +0 -544
  112. package/jest.config.js +0 -197
  113. package/jest.mock.js +0 -1
  114. package/metro.config.js +0 -17
  115. package/react-native.config.js +0 -7
  116. package/src/__tests__/RecommendationScreen.test.d.ts +0 -1
  117. package/src/__tests__/RecommendationScreen.test.js +0 -965
  118. package/src/__tests__/RecommendationUtils.test.d.ts +0 -1
  119. package/src/__tests__/RecommendationUtils.test.js +0 -216
  120. package/src/__tests__/Translate.test.d.ts +0 -1
  121. package/src/__tests__/Translate.test.js +0 -27
  122. package/src/__tests__/Utils.test.d.ts +0 -1
  123. package/src/__tests__/Utils.test.js +0 -66
  124. package/src/__tests__/Validations.test.d.ts +0 -1
  125. package/src/__tests__/Validations.test.js +0 -465
  126. package/src/__tests__/components/Activity.test.d.ts +0 -1
  127. package/src/__tests__/components/Activity.test.js +0 -86
  128. package/src/__tests__/components/Emotion.test.d.ts +0 -1
  129. package/src/__tests__/components/Emotion.test.js +0 -70
  130. package/src/__tests__/components/Header.test.d.ts +0 -1
  131. package/src/__tests__/components/Header.test.js +0 -36
  132. package/src/__tests__/components/InfoBars.test.d.ts +0 -1
  133. package/src/__tests__/components/InfoBars.test.js +0 -130
  134. package/src/__tests__/components/InvisibleNumberInput.test.d.ts +0 -1
  135. package/src/__tests__/components/InvisibleNumberInput.test.js +0 -160
  136. package/src/__tests__/components/LimitationMessage.test.d.ts +0 -1
  137. package/src/__tests__/components/LimitationMessage.test.js +0 -47
  138. package/src/__tests__/components/MoodIcon.test.d.ts +0 -1
  139. package/src/__tests__/components/MoodIcon.test.js +0 -30
  140. package/src/__tests__/components/RecommendationModal.test.d.ts +0 -1
  141. package/src/__tests__/components/RecommendationModal.test.js +0 -98
  142. package/src/__tests__/components/RecommendedCarbs.test.d.ts +0 -1
  143. package/src/__tests__/components/RecommendedCarbs.test.js +0 -120
  144. package/src/__tests__/components/RecommendedInsulin.test.d.ts +0 -1
  145. package/src/__tests__/components/RecommendedInsulin.test.js +0 -154
  146. package/src/__tests__/components/Remeasure.test.d.ts +0 -1
  147. package/src/__tests__/components/Remeasure.test.js +0 -78
  148. package/src/__tests__/components/TransferToLogbook.test.d.ts +0 -1
  149. package/src/__tests__/components/TransferToLogbook.test.js +0 -30
  150. package/src/__tests__/components/TwoOptionModal.test.d.ts +0 -1
  151. package/src/__tests__/components/TwoOptionModal.test.js +0 -65
  152. package/src/__tests__/utils.d.ts +0 -16
  153. package/src/__tests__/utils.js +0 -126
  154. package/tsconfig.json +0 -72
  155. package/tslint.json +0 -193
  156. package/typedoc.json +0 -13
  157. /package/{index.d.ts → dist/index.d.ts} +0 -0
  158. /package/{index.js → dist/index.js} +0 -0
  159. /package/{src → dist/src}/assets/activity/Cyclist.png +0 -0
  160. /package/{src → dist/src}/assets/activity/Other.png +0 -0
  161. /package/{src → dist/src}/assets/activity/Runner.png +0 -0
  162. /package/{src → dist/src}/assets/activity/Swimmer.png +0 -0
  163. /package/{src → dist/src}/assets/activity/Walk.png +0 -0
  164. /package/{src → dist/src}/assets/mood/happy.png +0 -0
  165. /package/{src → dist/src}/assets/mood/happy_active.png +0 -0
  166. /package/{src → dist/src}/assets/mood/neutral.png +0 -0
  167. /package/{src → dist/src}/assets/mood/neutral_active.png +0 -0
  168. /package/{src → dist/src}/assets/mood/sad.png +0 -0
  169. /package/{src → dist/src}/assets/mood/sad_active.png +0 -0
  170. /package/{src → dist/src}/assets/mood/semi_happy.png +0 -0
  171. /package/{src → dist/src}/assets/mood/semi_happy_active.png +0 -0
  172. /package/{src → dist/src}/assets/mood/semi_sad.png +0 -0
  173. /package/{src → dist/src}/assets/mood/semi_sad_active.png +0 -0
  174. /package/{src → dist/src}/components/Header.d.ts +0 -0
  175. /package/{src → dist/src}/components/Header.js +0 -0
  176. /package/{src → dist/src}/components/Icon.d.ts +0 -0
  177. /package/{src → dist/src}/components/Icon.js +0 -0
  178. /package/{src → dist/src}/components/InfoBars.d.ts +0 -0
  179. /package/{src → dist/src}/components/InfoBars.js +0 -0
  180. /package/{src → dist/src}/components/InvisibleNumberInput.d.ts +0 -0
  181. /package/{src → dist/src}/components/InvisibleNumberInput.js +0 -0
  182. /package/{src → dist/src}/components/LimitationMessage.d.ts +0 -0
  183. /package/{src → dist/src}/components/LimitationMessage.js +0 -0
  184. /package/{src → dist/src}/components/LineSeparator.d.ts +0 -0
  185. /package/{src → dist/src}/components/LineSeparator.js +0 -0
  186. /package/{src → dist/src}/components/RecentInsulin.d.ts +0 -0
  187. /package/{src → dist/src}/components/RecentInsulin.js +0 -0
  188. /package/{src → dist/src}/components/RecommendationModal.d.ts +0 -0
  189. /package/{src → dist/src}/components/RecommendationModal.js +0 -0
  190. /package/{src → dist/src}/components/RecommendedCarbs.d.ts +0 -0
  191. /package/{src → dist/src}/components/RecommendedCarbs.js +0 -0
  192. /package/{src → dist/src}/components/RecommendedInsulin.d.ts +0 -0
  193. /package/{src → dist/src}/components/RecommendedInsulin.js +0 -0
  194. /package/{src → dist/src}/components/Remeasure.d.ts +0 -0
  195. /package/{src → dist/src}/components/Remeasure.js +0 -0
  196. /package/{src → dist/src}/components/TransferToLogbook.d.ts +0 -0
  197. /package/{src → dist/src}/components/TransferToLogbook.js +0 -0
  198. /package/{src → dist/src}/components/TwoOptionModal.d.ts +0 -0
  199. /package/{src → dist/src}/components/TwoOptionModal.js +0 -0
  200. /package/{src → dist/src}/components/activity/Activity.d.ts +0 -0
  201. /package/{src → dist/src}/components/activity/Activity.js +0 -0
  202. /package/{src → dist/src}/components/activity/ActivityIcon.d.ts +0 -0
  203. /package/{src → dist/src}/components/activity/ActivityIcon.js +0 -0
  204. /package/{src → dist/src}/components/activity/ActivityIntensity.d.ts +0 -0
  205. /package/{src → dist/src}/components/activity/ActivityIntensity.js +0 -0
  206. /package/{src → dist/src}/components/mood/Emotion.d.ts +0 -0
  207. /package/{src → dist/src}/components/mood/Emotion.js +0 -0
  208. /package/{src → dist/src}/components/mood/MoodIcon.d.ts +0 -0
  209. /package/{src → dist/src}/components/mood/MoodIcon.js +0 -0
  210. /package/{src → dist/src}/locale/da/messages.js +0 -0
  211. /package/{src → dist/src}/locale/de/messages.js +0 -0
  212. /package/{src → dist/src}/locale/en/messages.js +0 -0
  213. /package/{src → dist/src}/locale/fr/messages.js +0 -0
  214. /package/{src → dist/src}/locale/i18nUtils.d.ts +0 -0
  215. /package/{src → dist/src}/locale/i18nUtils.js +0 -0
  216. /package/{src → dist/src}/locale/it/messages.js +0 -0
  217. /package/{src → dist/src}/types/enum.d.ts +0 -0
  218. /package/{src → dist/src}/types/enum.js +0 -0
  219. /package/{src → dist/src}/types/types.d.ts +0 -0
  220. /package/{src → dist/src}/types/types.js +0 -0
  221. /package/{src → dist/src}/utils/AttentionMessages.d.ts +0 -0
  222. /package/{src → dist/src}/utils/AttentionMessages.js +0 -0
  223. /package/{src → dist/src}/utils/Constants.d.ts +0 -0
  224. /package/{src → dist/src}/utils/Constants.js +0 -0
  225. /package/{src → dist/src}/utils/RecommendationError.d.ts +0 -0
  226. /package/{src → dist/src}/utils/RecommendationError.js +0 -0
  227. /package/{src → dist/src}/utils/RecommendationUtils.d.ts +0 -0
  228. /package/{src → dist/src}/utils/RecommendationUtils.js +0 -0
  229. /package/{src → dist/src}/utils/Translations.d.ts +0 -0
  230. /package/{src → dist/src}/utils/Translations.js +0 -0
  231. /package/{src → dist/src}/utils/Utils.d.ts +0 -0
  232. /package/{src → dist/src}/utils/Utils.js +0 -0
  233. /package/{src → dist/src}/utils/Validations.d.ts +0 -0
  234. /package/{src → dist/src}/utils/Validations.js +0 -0
@@ -1,778 +0,0 @@
1
- // !$*UTF8*$!
2
- {
3
- archiveVersion = 1;
4
- classes = {
5
- };
6
- objectVersion = 54;
7
- objects = {
8
-
9
- /* Begin PBXBuildFile section */
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 */; };
13
- 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
14
- 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
15
- 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
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 */; };
29
- /* End PBXBuildFile section */
30
-
31
- /* Begin PBXContainerItemProxy section */
32
- 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = {
33
- isa = PBXContainerItemProxy;
34
- containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
35
- proxyType = 1;
36
- remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
37
- remoteInfo = HediaRecommendationScreen;
38
- };
39
- /* End PBXContainerItemProxy section */
40
-
41
- /* Begin PBXFileReference section */
42
- 00E356EE1AD99517003FC87E /* HediaRecommendationScreenTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = HediaRecommendationScreenTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
43
- 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
44
- 00E356F21AD99517003FC87E /* HediaRecommendationScreenTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HediaRecommendationScreenTests.m; sourceTree = "<group>"; };
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>"; };
47
- 13B07F961A680F5B00A75B9A /* HediaRecommendationScreen.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HediaRecommendationScreen.app; sourceTree = BUILT_PRODUCTS_DIR; };
48
- 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = HediaRecommendationScreen/AppDelegate.h; sourceTree = "<group>"; };
49
- 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = HediaRecommendationScreen/AppDelegate.m; sourceTree = "<group>"; };
50
- 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = HediaRecommendationScreen/Images.xcassets; sourceTree = "<group>"; };
51
- 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = HediaRecommendationScreen/Info.plist; sourceTree = "<group>"; };
52
- 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = HediaRecommendationScreen/main.m; 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>"; };
84
- ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
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>"; };
87
- /* End PBXFileReference section */
88
-
89
- /* Begin PBXFrameworksBuildPhase section */
90
- 00E356EB1AD99517003FC87E /* Frameworks */ = {
91
- isa = PBXFrameworksBuildPhase;
92
- buildActionMask = 2147483647;
93
- files = (
94
- 9C141382382E3C900FF41CFE /* libPods-HediaRecommendationScreen-HediaRecommendationScreenTests.a in Frameworks */,
95
- );
96
- runOnlyForDeploymentPostprocessing = 0;
97
- };
98
- 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
99
- isa = PBXFrameworksBuildPhase;
100
- buildActionMask = 2147483647;
101
- files = (
102
- CB28F6E71BFFBBFFE4D6CA71 /* libPods-HediaRecommendationScreen.a in Frameworks */,
103
- );
104
- runOnlyForDeploymentPostprocessing = 0;
105
- };
106
- /* End PBXFrameworksBuildPhase section */
107
-
108
- /* Begin PBXGroup section */
109
- 00E356EF1AD99517003FC87E /* HediaRecommendationScreenTests */ = {
110
- isa = PBXGroup;
111
- children = (
112
- 00E356F21AD99517003FC87E /* HediaRecommendationScreenTests.m */,
113
- 00E356F01AD99517003FC87E /* Supporting Files */,
114
- );
115
- path = HediaRecommendationScreenTests;
116
- sourceTree = "<group>";
117
- };
118
- 00E356F01AD99517003FC87E /* Supporting Files */ = {
119
- isa = PBXGroup;
120
- children = (
121
- 00E356F11AD99517003FC87E /* Info.plist */,
122
- );
123
- name = "Supporting Files";
124
- sourceTree = "<group>";
125
- };
126
- 13B07FAE1A68108700A75B9A /* HediaRecommendationScreen */ = {
127
- isa = PBXGroup;
128
- children = (
129
- 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
130
- 13B07FB01A68108700A75B9A /* AppDelegate.m */,
131
- 13B07FB51A68108700A75B9A /* Images.xcassets */,
132
- 13B07FB61A68108700A75B9A /* Info.plist */,
133
- 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
134
- 13B07FB71A68108700A75B9A /* main.m */,
135
- );
136
- name = HediaRecommendationScreen;
137
- sourceTree = "<group>";
138
- };
139
- 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
140
- isa = PBXGroup;
141
- children = (
142
- ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
143
- 65E4FAB80E3D35EA640E54A7 /* libPods-HediaRecommendationScreen.a */,
144
- 1743840A4091A253DF94ADF3 /* libPods-HediaRecommendationScreen-HediaRecommendationScreenTests.a */,
145
- );
146
- name = Frameworks;
147
- sourceTree = "<group>";
148
- };
149
- 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
150
- isa = PBXGroup;
151
- children = (
152
- );
153
- name = Libraries;
154
- sourceTree = "<group>";
155
- };
156
- 83CBB9F61A601CBA00E9B192 = {
157
- isa = PBXGroup;
158
- children = (
159
- 13B07FAE1A68108700A75B9A /* HediaRecommendationScreen */,
160
- 832341AE1AAA6A7D00B99B32 /* Libraries */,
161
- 00E356EF1AD99517003FC87E /* HediaRecommendationScreenTests */,
162
- 83CBBA001A601CBA00E9B192 /* Products */,
163
- 2D16E6871FA4F8E400B85C8A /* Frameworks */,
164
- CC467A8CA32BFDD637A07875 /* Pods */,
165
- E3A6674F784E4440943F8328 /* Resources */,
166
- );
167
- indentWidth = 2;
168
- sourceTree = "<group>";
169
- tabWidth = 2;
170
- usesTabs = 0;
171
- };
172
- 83CBBA001A601CBA00E9B192 /* Products */ = {
173
- isa = PBXGroup;
174
- children = (
175
- 13B07F961A680F5B00A75B9A /* HediaRecommendationScreen.app */,
176
- 00E356EE1AD99517003FC87E /* HediaRecommendationScreenTests.xctest */,
177
- );
178
- name = Products;
179
- sourceTree = "<group>";
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
- };
227
- /* End PBXGroup section */
228
-
229
- /* Begin PBXNativeTarget section */
230
- 00E356ED1AD99517003FC87E /* HediaRecommendationScreenTests */ = {
231
- isa = PBXNativeTarget;
232
- buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "HediaRecommendationScreenTests" */;
233
- buildPhases = (
234
- 44872F21BC689CC8A347F488 /* [CP] Check Pods Manifest.lock */,
235
- 00E356EA1AD99517003FC87E /* Sources */,
236
- 00E356EB1AD99517003FC87E /* Frameworks */,
237
- 00E356EC1AD99517003FC87E /* Resources */,
238
- FAB7720EFFD15FE38AB1CA04 /* [CP] Embed Pods Frameworks */,
239
- 0712EA5C2D09350540097B86 /* [CP] Copy Pods Resources */,
240
- );
241
- buildRules = (
242
- );
243
- dependencies = (
244
- 00E356F51AD99517003FC87E /* PBXTargetDependency */,
245
- );
246
- name = HediaRecommendationScreenTests;
247
- productName = HediaRecommendationScreenTests;
248
- productReference = 00E356EE1AD99517003FC87E /* HediaRecommendationScreenTests.xctest */;
249
- productType = "com.apple.product-type.bundle.unit-test";
250
- };
251
- 13B07F861A680F5B00A75B9A /* HediaRecommendationScreen */ = {
252
- isa = PBXNativeTarget;
253
- buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "HediaRecommendationScreen" */;
254
- buildPhases = (
255
- 58252BD862A890A972880CBA /* [CP] Check Pods Manifest.lock */,
256
- FD10A7F022414F080027D42C /* Start Packager */,
257
- 13B07F871A680F5B00A75B9A /* Sources */,
258
- 13B07F8C1A680F5B00A75B9A /* Frameworks */,
259
- 13B07F8E1A680F5B00A75B9A /* Resources */,
260
- 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
261
- 02884E84544B8E84B8B8F340 /* [CP] Embed Pods Frameworks */,
262
- F0F4F71C107914435FC29DBB /* [CP] Copy Pods Resources */,
263
- );
264
- buildRules = (
265
- );
266
- dependencies = (
267
- );
268
- name = HediaRecommendationScreen;
269
- productName = HediaRecommendationScreen;
270
- productReference = 13B07F961A680F5B00A75B9A /* HediaRecommendationScreen.app */;
271
- productType = "com.apple.product-type.application";
272
- };
273
- /* End PBXNativeTarget section */
274
-
275
- /* Begin PBXProject section */
276
- 83CBB9F71A601CBA00E9B192 /* Project object */ = {
277
- isa = PBXProject;
278
- attributes = {
279
- LastUpgradeCheck = 1210;
280
- TargetAttributes = {
281
- 00E356ED1AD99517003FC87E = {
282
- CreatedOnToolsVersion = 6.2;
283
- TestTargetID = 13B07F861A680F5B00A75B9A;
284
- };
285
- 13B07F861A680F5B00A75B9A = {
286
- LastSwiftMigration = 1120;
287
- };
288
- };
289
- };
290
- buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "HediaRecommendationScreen" */;
291
- compatibilityVersion = "Xcode 12.0";
292
- developmentRegion = en;
293
- hasScannedForEncodings = 0;
294
- knownRegions = (
295
- en,
296
- Base,
297
- );
298
- mainGroup = 83CBB9F61A601CBA00E9B192;
299
- productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
300
- projectDirPath = "";
301
- projectRoot = "";
302
- targets = (
303
- 13B07F861A680F5B00A75B9A /* HediaRecommendationScreen */,
304
- 00E356ED1AD99517003FC87E /* HediaRecommendationScreenTests */,
305
- );
306
- };
307
- /* End PBXProject section */
308
-
309
- /* Begin PBXResourcesBuildPhase section */
310
- 00E356EC1AD99517003FC87E /* Resources */ = {
311
- isa = PBXResourcesBuildPhase;
312
- buildActionMask = 2147483647;
313
- files = (
314
- );
315
- runOnlyForDeploymentPostprocessing = 0;
316
- };
317
- 13B07F8E1A680F5B00A75B9A /* Resources */ = {
318
- isa = PBXResourcesBuildPhase;
319
- buildActionMask = 2147483647;
320
- files = (
321
- 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
322
- 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
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 */,
335
- );
336
- runOnlyForDeploymentPostprocessing = 0;
337
- };
338
- /* End PBXResourcesBuildPhase section */
339
-
340
- /* Begin PBXShellScriptBuildPhase section */
341
- 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
342
- isa = PBXShellScriptBuildPhase;
343
- buildActionMask = 2147483647;
344
- files = (
345
- );
346
- inputPaths = (
347
- );
348
- name = "Bundle React Native code and images";
349
- outputPaths = (
350
- );
351
- runOnlyForDeploymentPostprocessing = 0;
352
- shellPath = /bin/sh;
353
- shellScript = "set -e\n\nexport NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n";
354
- };
355
- 02884E84544B8E84B8B8F340 /* [CP] Embed Pods Frameworks */ = {
356
- isa = PBXShellScriptBuildPhase;
357
- buildActionMask = 2147483647;
358
- files = (
359
- );
360
- inputFileListPaths = (
361
- "${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen/Pods-HediaRecommendationScreen-frameworks-${CONFIGURATION}-input-files.xcfilelist",
362
- );
363
- name = "[CP] Embed Pods Frameworks";
364
- outputFileListPaths = (
365
- "${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen/Pods-HediaRecommendationScreen-frameworks-${CONFIGURATION}-output-files.xcfilelist",
366
- );
367
- runOnlyForDeploymentPostprocessing = 0;
368
- shellPath = /bin/sh;
369
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen/Pods-HediaRecommendationScreen-frameworks.sh\"\n";
370
- showEnvVarsInLog = 0;
371
- };
372
- 0712EA5C2D09350540097B86 /* [CP] Copy Pods Resources */ = {
373
- isa = PBXShellScriptBuildPhase;
374
- buildActionMask = 2147483647;
375
- files = (
376
- );
377
- inputFileListPaths = (
378
- "${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests-resources-${CONFIGURATION}-input-files.xcfilelist",
379
- );
380
- name = "[CP] Copy Pods Resources";
381
- outputFileListPaths = (
382
- "${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests-resources-${CONFIGURATION}-output-files.xcfilelist",
383
- );
384
- runOnlyForDeploymentPostprocessing = 0;
385
- shellPath = /bin/sh;
386
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests-resources.sh\"\n";
387
- showEnvVarsInLog = 0;
388
- };
389
- 44872F21BC689CC8A347F488 /* [CP] Check Pods Manifest.lock */ = {
390
- isa = PBXShellScriptBuildPhase;
391
- buildActionMask = 2147483647;
392
- files = (
393
- );
394
- inputFileListPaths = (
395
- );
396
- inputPaths = (
397
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
398
- "${PODS_ROOT}/Manifest.lock",
399
- );
400
- name = "[CP] Check Pods Manifest.lock";
401
- outputFileListPaths = (
402
- );
403
- outputPaths = (
404
- "$(DERIVED_FILE_DIR)/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests-checkManifestLockResult.txt",
405
- );
406
- runOnlyForDeploymentPostprocessing = 0;
407
- shellPath = /bin/sh;
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";
409
- showEnvVarsInLog = 0;
410
- };
411
- 58252BD862A890A972880CBA /* [CP] Check Pods Manifest.lock */ = {
412
- isa = PBXShellScriptBuildPhase;
413
- buildActionMask = 2147483647;
414
- files = (
415
- );
416
- inputFileListPaths = (
417
- );
418
- inputPaths = (
419
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
420
- "${PODS_ROOT}/Manifest.lock",
421
- );
422
- name = "[CP] Check Pods Manifest.lock";
423
- outputFileListPaths = (
424
- );
425
- outputPaths = (
426
- "$(DERIVED_FILE_DIR)/Pods-HediaRecommendationScreen-checkManifestLockResult.txt",
427
- );
428
- runOnlyForDeploymentPostprocessing = 0;
429
- shellPath = /bin/sh;
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";
431
- showEnvVarsInLog = 0;
432
- };
433
- F0F4F71C107914435FC29DBB /* [CP] Copy Pods Resources */ = {
434
- isa = PBXShellScriptBuildPhase;
435
- buildActionMask = 2147483647;
436
- files = (
437
- );
438
- inputFileListPaths = (
439
- "${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen/Pods-HediaRecommendationScreen-resources-${CONFIGURATION}-input-files.xcfilelist",
440
- );
441
- name = "[CP] Copy Pods Resources";
442
- outputFileListPaths = (
443
- "${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen/Pods-HediaRecommendationScreen-resources-${CONFIGURATION}-output-files.xcfilelist",
444
- );
445
- runOnlyForDeploymentPostprocessing = 0;
446
- shellPath = /bin/sh;
447
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen/Pods-HediaRecommendationScreen-resources.sh\"\n";
448
- showEnvVarsInLog = 0;
449
- };
450
- FAB7720EFFD15FE38AB1CA04 /* [CP] Embed Pods Frameworks */ = {
451
- isa = PBXShellScriptBuildPhase;
452
- buildActionMask = 2147483647;
453
- files = (
454
- );
455
- inputFileListPaths = (
456
- "${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
457
- );
458
- name = "[CP] Embed Pods Frameworks";
459
- outputFileListPaths = (
460
- "${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
461
- );
462
- runOnlyForDeploymentPostprocessing = 0;
463
- shellPath = /bin/sh;
464
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests-frameworks.sh\"\n";
465
- showEnvVarsInLog = 0;
466
- };
467
- FD10A7F022414F080027D42C /* Start Packager */ = {
468
- isa = PBXShellScriptBuildPhase;
469
- buildActionMask = 2147483647;
470
- files = (
471
- );
472
- inputFileListPaths = (
473
- );
474
- inputPaths = (
475
- );
476
- name = "Start Packager";
477
- outputFileListPaths = (
478
- );
479
- outputPaths = (
480
- );
481
- runOnlyForDeploymentPostprocessing = 0;
482
- shellPath = /bin/sh;
483
- 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";
484
- showEnvVarsInLog = 0;
485
- };
486
- /* End PBXShellScriptBuildPhase section */
487
-
488
- /* Begin PBXSourcesBuildPhase section */
489
- 00E356EA1AD99517003FC87E /* Sources */ = {
490
- isa = PBXSourcesBuildPhase;
491
- buildActionMask = 2147483647;
492
- files = (
493
- 00E356F31AD99517003FC87E /* HediaRecommendationScreenTests.m in Sources */,
494
- );
495
- runOnlyForDeploymentPostprocessing = 0;
496
- };
497
- 13B07F871A680F5B00A75B9A /* Sources */ = {
498
- isa = PBXSourcesBuildPhase;
499
- buildActionMask = 2147483647;
500
- files = (
501
- 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
502
- 13B07FC11A68108700A75B9A /* main.m in Sources */,
503
- );
504
- runOnlyForDeploymentPostprocessing = 0;
505
- };
506
- /* End PBXSourcesBuildPhase section */
507
-
508
- /* Begin PBXTargetDependency section */
509
- 00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
510
- isa = PBXTargetDependency;
511
- target = 13B07F861A680F5B00A75B9A /* HediaRecommendationScreen */;
512
- targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
513
- };
514
- /* End PBXTargetDependency section */
515
-
516
- /* Begin XCBuildConfiguration section */
517
- 00E356F61AD99517003FC87E /* Debug */ = {
518
- isa = XCBuildConfiguration;
519
- baseConfigurationReference = D06A0E532F2D8A3241E1AE67 /* Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.debug.xcconfig */;
520
- buildSettings = {
521
- BUNDLE_LOADER = "$(TEST_HOST)";
522
- GCC_PREPROCESSOR_DEFINITIONS = (
523
- "DEBUG=1",
524
- "$(inherited)",
525
- );
526
- INFOPLIST_FILE = HediaRecommendationScreenTests/Info.plist;
527
- IPHONEOS_DEPLOYMENT_TARGET = 11.0;
528
- LD_RUNPATH_SEARCH_PATHS = (
529
- "$(inherited)",
530
- "@executable_path/Frameworks",
531
- "@loader_path/Frameworks",
532
- );
533
- OTHER_LDFLAGS = (
534
- "-ObjC",
535
- "-lc++",
536
- "$(inherited)",
537
- );
538
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
539
- PRODUCT_NAME = "$(TARGET_NAME)";
540
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/HediaRecommendationScreen.app/HediaRecommendationScreen";
541
- };
542
- name = Debug;
543
- };
544
- 00E356F71AD99517003FC87E /* Release */ = {
545
- isa = XCBuildConfiguration;
546
- baseConfigurationReference = 0C786195C093D6A4264F7658 /* Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.release.xcconfig */;
547
- buildSettings = {
548
- BUNDLE_LOADER = "$(TEST_HOST)";
549
- COPY_PHASE_STRIP = NO;
550
- INFOPLIST_FILE = HediaRecommendationScreenTests/Info.plist;
551
- IPHONEOS_DEPLOYMENT_TARGET = 11.0;
552
- LD_RUNPATH_SEARCH_PATHS = (
553
- "$(inherited)",
554
- "@executable_path/Frameworks",
555
- "@loader_path/Frameworks",
556
- );
557
- OTHER_LDFLAGS = (
558
- "-ObjC",
559
- "-lc++",
560
- "$(inherited)",
561
- );
562
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
563
- PRODUCT_NAME = "$(TARGET_NAME)";
564
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/HediaRecommendationScreen.app/HediaRecommendationScreen";
565
- };
566
- name = Release;
567
- };
568
- 13B07F941A680F5B00A75B9A /* Debug */ = {
569
- isa = XCBuildConfiguration;
570
- baseConfigurationReference = D06EE1839428A1A3F684470B /* Pods-HediaRecommendationScreen.debug.xcconfig */;
571
- buildSettings = {
572
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
573
- CLANG_ENABLE_MODULES = YES;
574
- CURRENT_PROJECT_VERSION = 1;
575
- DEVELOPMENT_TEAM = N233YE7BQM;
576
- ENABLE_BITCODE = NO;
577
- INFOPLIST_FILE = HediaRecommendationScreen/Info.plist;
578
- LD_RUNPATH_SEARCH_PATHS = (
579
- "$(inherited)",
580
- "@executable_path/Frameworks",
581
- );
582
- OTHER_LDFLAGS = (
583
- "$(inherited)",
584
- "-ObjC",
585
- "-lc++",
586
- );
587
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
588
- PRODUCT_NAME = HediaRecommendationScreen;
589
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
590
- SWIFT_VERSION = 5.0;
591
- VERSIONING_SYSTEM = "apple-generic";
592
- };
593
- name = Debug;
594
- };
595
- 13B07F951A680F5B00A75B9A /* Release */ = {
596
- isa = XCBuildConfiguration;
597
- baseConfigurationReference = 56DF1300CF795902963DA15C /* Pods-HediaRecommendationScreen.release.xcconfig */;
598
- buildSettings = {
599
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
600
- CLANG_ENABLE_MODULES = YES;
601
- CURRENT_PROJECT_VERSION = 1;
602
- DEVELOPMENT_TEAM = N233YE7BQM;
603
- INFOPLIST_FILE = HediaRecommendationScreen/Info.plist;
604
- LD_RUNPATH_SEARCH_PATHS = (
605
- "$(inherited)",
606
- "@executable_path/Frameworks",
607
- );
608
- OTHER_LDFLAGS = (
609
- "$(inherited)",
610
- "-ObjC",
611
- "-lc++",
612
- );
613
- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
614
- PRODUCT_NAME = HediaRecommendationScreen;
615
- SWIFT_VERSION = 5.0;
616
- VERSIONING_SYSTEM = "apple-generic";
617
- };
618
- name = Release;
619
- };
620
- 83CBBA201A601CBA00E9B192 /* Debug */ = {
621
- isa = XCBuildConfiguration;
622
- buildSettings = {
623
- ALWAYS_SEARCH_USER_PATHS = NO;
624
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
625
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
626
- CLANG_CXX_LIBRARY = "libc++";
627
- CLANG_ENABLE_MODULES = YES;
628
- CLANG_ENABLE_OBJC_ARC = YES;
629
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
630
- CLANG_WARN_BOOL_CONVERSION = YES;
631
- CLANG_WARN_COMMA = YES;
632
- CLANG_WARN_CONSTANT_CONVERSION = YES;
633
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
634
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
635
- CLANG_WARN_EMPTY_BODY = YES;
636
- CLANG_WARN_ENUM_CONVERSION = YES;
637
- CLANG_WARN_INFINITE_RECURSION = YES;
638
- CLANG_WARN_INT_CONVERSION = YES;
639
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
640
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
641
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
642
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
643
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
644
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
645
- CLANG_WARN_STRICT_PROTOTYPES = YES;
646
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
647
- CLANG_WARN_UNREACHABLE_CODE = YES;
648
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
649
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
650
- COPY_PHASE_STRIP = NO;
651
- ENABLE_STRICT_OBJC_MSGSEND = YES;
652
- ENABLE_TESTABILITY = YES;
653
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
654
- GCC_C_LANGUAGE_STANDARD = gnu99;
655
- GCC_DYNAMIC_NO_PIC = NO;
656
- GCC_NO_COMMON_BLOCKS = YES;
657
- GCC_OPTIMIZATION_LEVEL = 0;
658
- GCC_PREPROCESSOR_DEFINITIONS = (
659
- "DEBUG=1",
660
- "$(inherited)",
661
- );
662
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
663
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
664
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
665
- GCC_WARN_UNDECLARED_SELECTOR = YES;
666
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
667
- GCC_WARN_UNUSED_FUNCTION = YES;
668
- GCC_WARN_UNUSED_VARIABLE = YES;
669
- IPHONEOS_DEPLOYMENT_TARGET = 11.0;
670
- LD_RUNPATH_SEARCH_PATHS = (
671
- /usr/lib/swift,
672
- "$(inherited)",
673
- );
674
- LIBRARY_SEARCH_PATHS = (
675
- "\"$(SDKROOT)/usr/lib/swift\"",
676
- "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
677
- "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
678
- "\"$(inherited)\"",
679
- );
680
- MTL_ENABLE_DEBUG_INFO = YES;
681
- ONLY_ACTIVE_ARCH = YES;
682
- SDKROOT = iphoneos;
683
- };
684
- name = Debug;
685
- };
686
- 83CBBA211A601CBA00E9B192 /* Release */ = {
687
- isa = XCBuildConfiguration;
688
- buildSettings = {
689
- ALWAYS_SEARCH_USER_PATHS = NO;
690
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
691
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
692
- CLANG_CXX_LIBRARY = "libc++";
693
- CLANG_ENABLE_MODULES = YES;
694
- CLANG_ENABLE_OBJC_ARC = YES;
695
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
696
- CLANG_WARN_BOOL_CONVERSION = YES;
697
- CLANG_WARN_COMMA = YES;
698
- CLANG_WARN_CONSTANT_CONVERSION = YES;
699
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
700
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
701
- CLANG_WARN_EMPTY_BODY = YES;
702
- CLANG_WARN_ENUM_CONVERSION = YES;
703
- CLANG_WARN_INFINITE_RECURSION = YES;
704
- CLANG_WARN_INT_CONVERSION = YES;
705
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
706
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
707
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
708
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
709
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
710
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
711
- CLANG_WARN_STRICT_PROTOTYPES = YES;
712
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
713
- CLANG_WARN_UNREACHABLE_CODE = YES;
714
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
715
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
716
- COPY_PHASE_STRIP = YES;
717
- ENABLE_NS_ASSERTIONS = NO;
718
- ENABLE_STRICT_OBJC_MSGSEND = YES;
719
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
720
- GCC_C_LANGUAGE_STANDARD = gnu99;
721
- GCC_NO_COMMON_BLOCKS = YES;
722
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
723
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
724
- GCC_WARN_UNDECLARED_SELECTOR = YES;
725
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
726
- GCC_WARN_UNUSED_FUNCTION = YES;
727
- GCC_WARN_UNUSED_VARIABLE = YES;
728
- IPHONEOS_DEPLOYMENT_TARGET = 11.0;
729
- LD_RUNPATH_SEARCH_PATHS = (
730
- /usr/lib/swift,
731
- "$(inherited)",
732
- );
733
- LIBRARY_SEARCH_PATHS = (
734
- "\"$(SDKROOT)/usr/lib/swift\"",
735
- "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
736
- "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
737
- "\"$(inherited)\"",
738
- );
739
- MTL_ENABLE_DEBUG_INFO = NO;
740
- SDKROOT = iphoneos;
741
- VALIDATE_PRODUCT = YES;
742
- };
743
- name = Release;
744
- };
745
- /* End XCBuildConfiguration section */
746
-
747
- /* Begin XCConfigurationList section */
748
- 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "HediaRecommendationScreenTests" */ = {
749
- isa = XCConfigurationList;
750
- buildConfigurations = (
751
- 00E356F61AD99517003FC87E /* Debug */,
752
- 00E356F71AD99517003FC87E /* Release */,
753
- );
754
- defaultConfigurationIsVisible = 0;
755
- defaultConfigurationName = Release;
756
- };
757
- 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "HediaRecommendationScreen" */ = {
758
- isa = XCConfigurationList;
759
- buildConfigurations = (
760
- 13B07F941A680F5B00A75B9A /* Debug */,
761
- 13B07F951A680F5B00A75B9A /* Release */,
762
- );
763
- defaultConfigurationIsVisible = 0;
764
- defaultConfigurationName = Release;
765
- };
766
- 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "HediaRecommendationScreen" */ = {
767
- isa = XCConfigurationList;
768
- buildConfigurations = (
769
- 83CBBA201A601CBA00E9B192 /* Debug */,
770
- 83CBBA211A601CBA00E9B192 /* Release */,
771
- );
772
- defaultConfigurationIsVisible = 0;
773
- defaultConfigurationName = Release;
774
- };
775
- /* End XCConfigurationList section */
776
- };
777
- rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
778
- }