@brightlayer-ui/react-native-template-authentication-typescript 3.0.0-alpha.1 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/CHANGELOG.md +76 -0
  2. package/package.json +2 -2
  3. package/template/.buckconfig +6 -0
  4. package/template/.node-version +1 -0
  5. package/template/.prettierignore +2 -0
  6. package/template/.ruby-version +1 -0
  7. package/template/.watchmanconfig +1 -1
  8. package/template/Gemfile +2 -4
  9. package/template/Gemfile.lock +11 -17
  10. package/template/__mocks__/svgMock.js +8 -0
  11. package/template/_gitignore +8 -18
  12. package/template/android/app/build.gradle +4 -3
  13. package/template/android/app/src/main/java/com/{workflow → example}/MainActivity.kt +3 -9
  14. package/template/android/app/src/main/java/com/{workflow → example}/MainApplication.kt +4 -2
  15. package/template/android/app/src/main/res/drawable/rn_edit_text_material.xml +1 -2
  16. package/template/android/app/src/main/res/values/strings.xml +1 -1
  17. package/template/android/build.gradle +3 -3
  18. package/template/android/gradle/wrapper/gradle-wrapper.properties +1 -1
  19. package/template/android/gradlew +7 -7
  20. package/template/android/gradlew.bat +10 -10
  21. package/template/android/link-assets-manifest.json +23 -23
  22. package/template/android/settings.gradle +1 -1
  23. package/template/app.json +2 -2
  24. package/template/assets/images/Logo.svg +11 -0
  25. package/template/babel.config.js +1 -0
  26. package/template/index.js +0 -2
  27. package/template/ios/Podfile +24 -5
  28. package/template/ios/Podfile.lock +517 -570
  29. package/template/ios/{blankTemplate → example}/AppDelegate.mm +3 -3
  30. package/template/ios/{blankTemplate → example}/Info.plist +25 -24
  31. package/template/ios/{blankTemplate → example}/LaunchScreen.storyboard +1 -1
  32. package/template/ios/{blankTemplate.xcodeproj → example.xcodeproj}/project.pbxproj +123 -136
  33. package/template/ios/{blankTemplate.xcodeproj/xcshareddata/xcschemes/blankTemplate.xcscheme → example.xcodeproj/xcshareddata/xcschemes/example.xcscheme} +12 -12
  34. package/template/ios/{blankTemplate.xcworkspace → example.xcworkspace}/contents.xcworkspacedata +1 -1
  35. package/template/ios/{blankTemplateTests/blankTemplateTests.m → exampleTests/exampleTests.m} +2 -2
  36. package/template/ios/link-assets-manifest.json +23 -23
  37. package/template/metro.config.js +13 -8
  38. package/template/package.json +42 -35
  39. package/template/react-native.config.js +3 -0
  40. package/template/src/components/DebugComponent.tsx +0 -1
  41. package/template/src/components/{UserMenuExample.tsx → UserMenuComponent.tsx} +1 -1
  42. package/template/src/navigation/navigation-drawer.tsx +1 -1
  43. package/template/src/screens/Dashboard.tsx +2 -2
  44. package/template/src/screens/Homepage.tsx +2 -2
  45. package/template/src/screens/Locations.tsx +2 -2
  46. package/template/translations/dictionary/french.ts +3 -3
  47. package/template/translations/dictionary/portuguese.ts +1 -1
  48. package/template/translations/dictionary/spanish.ts +1 -1
  49. package/template/tsconfig.json +3 -3
  50. package/template/yarn.lock +2667 -1377
  51. package/template.config.js +1 -1
  52. package/template/assets/images/Logo.png +0 -0
  53. package/template/eslint.config.mjs +0 -10
  54. package/template/ios/blankTemplate/PrivacyInfo.xcprivacy +0 -37
  55. package/template/src/components/AuthCustomScreen.tsx +0 -50
  56. package/template/src/components/CustomScreen.tsx +0 -77
  57. package/template/src/components/ForgotPasswordScreenBaseExample.tsx +0 -42
  58. package/template/src/components/ResetPasswordScreenBaseExample.tsx +0 -41
  59. /package/template/ios/{blankTemplate → example}/AppDelegate.h +0 -0
  60. /package/template/ios/{blankTemplate → example}/Images.xcassets/AppIcon.appiconset/Contents.json +0 -0
  61. /package/template/ios/{blankTemplate → example}/Images.xcassets/Contents.json +0 -0
  62. /package/template/ios/{blankTemplate → example}/main.m +0 -0
  63. /package/template/ios/{blankTemplate.xcworkspace → example.xcworkspace}/xcshareddata/IDEWorkspaceChecks.plist +0 -0
  64. /package/template/ios/{blankTemplateTests → exampleTests}/Info.plist +0 -0
@@ -7,19 +7,18 @@
7
7
  objects = {
8
8
 
9
9
  /* Begin PBXBuildFile section */
10
- 00E356F31AD99517003FC87E /* blankTemplateTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* blankTemplateTests.m */; };
11
- 0C80B921A6F3F58F76C31292 /* libPods-blankTemplate.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-blankTemplate.a */; };
10
+ 00E356F31AD99517003FC87E /* exampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* exampleTests.m */; };
11
+ 0C80B921A6F3F58F76C31292 /* libPods-example.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-example.a */; };
12
12
  13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
13
13
  13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
14
14
  13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
15
- 25C7C70C6173488FB4246E37 /* OpenSans-SemiBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 22EF0808E5BA4AD8BAB11BB6 /* OpenSans-SemiBold.ttf */; };
16
- 34869A713A0B4342A7AA62AE /* OpenSans-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 3031A8A925194771A2DEE557 /* OpenSans-Regular.ttf */; };
17
- 7699B88040F8A987B510C191 /* libPods-blankTemplate-blankTemplateTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-blankTemplate-blankTemplateTests.a */; };
15
+ 3E5EEB5AF1AA45B89622F682 /* OpenSans-SemiBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 460012A11B184F8B91CF01A1 /* OpenSans-SemiBold.ttf */; };
16
+ 5C4CD023189749528BE929CE /* OpenSans-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 566E419BC2E14F07A312B82E /* OpenSans-Bold.ttf */; };
17
+ 69A537ACB0D24CE791A3196B /* OpenSans-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = FDEC93D7DC24446590FE1000 /* OpenSans-Regular.ttf */; };
18
+ 726D989791B24C15BEBBA47B /* OpenSans-Light.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EDEDEA49CA6A486CB83DEE46 /* OpenSans-Light.ttf */; };
19
+ 7699B88040F8A987B510C191 /* libPods-example-exampleTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-example-exampleTests.a */; };
18
20
  81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
19
- BF4F5A4E7CB546E69141454B /* OpenSans-ExtraBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = E2A5726D55904784B264106E /* OpenSans-ExtraBold.ttf */; };
20
- CD61E800382B4B8280951825 /* OpenSans-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EC71A9630CF14940933E4407 /* OpenSans-Bold.ttf */; };
21
- EBE98CCFD2318FE4FA606A2B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = D12E18218E10642B6A49CB3E /* PrivacyInfo.xcprivacy */; };
22
- F27F1270ABE248FCAACEDCCF /* OpenSans-Light.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 0DDB34EDE26849A38E2698AB /* OpenSans-Light.ttf */; };
21
+ 9CA7DDD90683481696CCF20A /* OpenSans-ExtraBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 60359C2DCB98467883D4C24E /* OpenSans-ExtraBold.ttf */; };
23
22
  /* End PBXBuildFile section */
24
23
 
25
24
  /* Begin PBXContainerItemProxy section */
@@ -28,35 +27,33 @@
28
27
  containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
29
28
  proxyType = 1;
30
29
  remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
31
- remoteInfo = blankTemplate;
30
+ remoteInfo = example;
32
31
  };
33
32
  /* End PBXContainerItemProxy section */
34
33
 
35
34
  /* Begin PBXFileReference section */
36
- 00E356EE1AD99517003FC87E /* blankTemplateTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = blankTemplateTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
35
+ 00E356EE1AD99517003FC87E /* exampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = exampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
37
36
  00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
38
- 00E356F21AD99517003FC87E /* blankTemplateTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = blankTemplateTests.m; sourceTree = "<group>"; };
39
- 0DDB34EDE26849A38E2698AB /* OpenSans-Light.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = undefined; includeInIndex = 0; lastKnownFileType = unknown; name = "OpenSans-Light.ttf"; path = "../assets/fonts/OpenSans-Light.ttf"; sourceTree = "<group>"; };
40
- 13B07F961A680F5B00A75B9A /* blankTemplate.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = blankTemplate.app; sourceTree = BUILT_PRODUCTS_DIR; };
41
- 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = blankTemplate/AppDelegate.h; sourceTree = "<group>"; };
42
- 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = blankTemplate/AppDelegate.mm; sourceTree = "<group>"; };
43
- 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = blankTemplate/Images.xcassets; sourceTree = "<group>"; };
44
- 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = blankTemplate/Info.plist; sourceTree = "<group>"; };
45
- 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = blankTemplate/main.m; sourceTree = "<group>"; };
46
- 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = blankTemplate/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
47
- 19F6CBCC0A4E27FBF8BF4A61 /* libPods-blankTemplate-blankTemplateTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-blankTemplate-blankTemplateTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
48
- 22EF0808E5BA4AD8BAB11BB6 /* OpenSans-SemiBold.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = undefined; includeInIndex = 0; lastKnownFileType = unknown; name = "OpenSans-SemiBold.ttf"; path = "../assets/fonts/OpenSans-SemiBold.ttf"; sourceTree = "<group>"; };
49
- 3031A8A925194771A2DEE557 /* OpenSans-Regular.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = undefined; includeInIndex = 0; lastKnownFileType = unknown; name = "OpenSans-Regular.ttf"; path = "../assets/fonts/OpenSans-Regular.ttf"; sourceTree = "<group>"; };
50
- 3B4392A12AC88292D35C810B /* Pods-blankTemplate.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-blankTemplate.debug.xcconfig"; path = "Target Support Files/Pods-blankTemplate/Pods-blankTemplate.debug.xcconfig"; sourceTree = "<group>"; };
51
- 5709B34CF0A7D63546082F79 /* Pods-blankTemplate.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-blankTemplate.release.xcconfig"; path = "Target Support Files/Pods-blankTemplate/Pods-blankTemplate.release.xcconfig"; sourceTree = "<group>"; };
52
- 5B7EB9410499542E8C5724F5 /* Pods-blankTemplate-blankTemplateTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-blankTemplate-blankTemplateTests.debug.xcconfig"; path = "Target Support Files/Pods-blankTemplate-blankTemplateTests/Pods-blankTemplate-blankTemplateTests.debug.xcconfig"; sourceTree = "<group>"; };
53
- 5DCACB8F33CDC322A6C60F78 /* libPods-blankTemplate.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-blankTemplate.a"; sourceTree = BUILT_PRODUCTS_DIR; };
54
- 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = blankTemplate/LaunchScreen.storyboard; sourceTree = "<group>"; };
55
- 89C6BE57DB24E9ADA2F236DE /* Pods-blankTemplate-blankTemplateTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-blankTemplate-blankTemplateTests.release.xcconfig"; path = "Target Support Files/Pods-blankTemplate-blankTemplateTests/Pods-blankTemplate-blankTemplateTests.release.xcconfig"; sourceTree = "<group>"; };
56
- D12E18218E10642B6A49CB3E /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = blankTemplate/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
57
- E2A5726D55904784B264106E /* OpenSans-ExtraBold.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = undefined; includeInIndex = 0; lastKnownFileType = unknown; name = "OpenSans-ExtraBold.ttf"; path = "../assets/fonts/OpenSans-ExtraBold.ttf"; sourceTree = "<group>"; };
58
- EC71A9630CF14940933E4407 /* OpenSans-Bold.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = undefined; includeInIndex = 0; lastKnownFileType = unknown; name = "OpenSans-Bold.ttf"; path = "../assets/fonts/OpenSans-Bold.ttf"; sourceTree = "<group>"; };
37
+ 00E356F21AD99517003FC87E /* exampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = exampleTests.m; sourceTree = "<group>"; };
38
+ 13B07F961A680F5B00A75B9A /* example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = example.app; sourceTree = BUILT_PRODUCTS_DIR; };
39
+ 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = example/AppDelegate.h; sourceTree = "<group>"; };
40
+ 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = example/AppDelegate.mm; sourceTree = "<group>"; };
41
+ 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = example/Images.xcassets; sourceTree = "<group>"; };
42
+ 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = example/Info.plist; sourceTree = "<group>"; };
43
+ 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = example/main.m; sourceTree = "<group>"; };
44
+ 19F6CBCC0A4E27FBF8BF4A61 /* libPods-example-exampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-example-exampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
45
+ 3B4392A12AC88292D35C810B /* Pods-example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example.debug.xcconfig"; path = "Target Support Files/Pods-example/Pods-example.debug.xcconfig"; sourceTree = "<group>"; };
46
+ 460012A11B184F8B91CF01A1 /* OpenSans-SemiBold.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "OpenSans-SemiBold.ttf"; path = "../assets/fonts/OpenSans-SemiBold.ttf"; sourceTree = "<group>"; };
47
+ 566E419BC2E14F07A312B82E /* OpenSans-Bold.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "OpenSans-Bold.ttf"; path = "../assets/fonts/OpenSans-Bold.ttf"; sourceTree = "<group>"; };
48
+ 5709B34CF0A7D63546082F79 /* Pods-example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example.release.xcconfig"; path = "Target Support Files/Pods-example/Pods-example.release.xcconfig"; sourceTree = "<group>"; };
49
+ 5B7EB9410499542E8C5724F5 /* Pods-example-exampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example-exampleTests.debug.xcconfig"; path = "Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests.debug.xcconfig"; sourceTree = "<group>"; };
50
+ 5DCACB8F33CDC322A6C60F78 /* libPods-example.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-example.a"; sourceTree = BUILT_PRODUCTS_DIR; };
51
+ 60359C2DCB98467883D4C24E /* OpenSans-ExtraBold.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "OpenSans-ExtraBold.ttf"; path = "../assets/fonts/OpenSans-ExtraBold.ttf"; sourceTree = "<group>"; };
52
+ 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = example/LaunchScreen.storyboard; sourceTree = "<group>"; };
53
+ 89C6BE57DB24E9ADA2F236DE /* Pods-example-exampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example-exampleTests.release.xcconfig"; path = "Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests.release.xcconfig"; sourceTree = "<group>"; };
59
54
  ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
55
+ EDEDEA49CA6A486CB83DEE46 /* OpenSans-Light.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "OpenSans-Light.ttf"; path = "../assets/fonts/OpenSans-Light.ttf"; sourceTree = "<group>"; };
56
+ FDEC93D7DC24446590FE1000 /* OpenSans-Regular.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "OpenSans-Regular.ttf"; path = "../assets/fonts/OpenSans-Regular.ttf"; sourceTree = "<group>"; };
60
57
  /* End PBXFileReference section */
61
58
 
62
59
  /* Begin PBXFrameworksBuildPhase section */
@@ -64,7 +61,7 @@
64
61
  isa = PBXFrameworksBuildPhase;
65
62
  buildActionMask = 2147483647;
66
63
  files = (
67
- 7699B88040F8A987B510C191 /* libPods-blankTemplate-blankTemplateTests.a in Frameworks */,
64
+ 7699B88040F8A987B510C191 /* libPods-example-exampleTests.a in Frameworks */,
68
65
  );
69
66
  runOnlyForDeploymentPostprocessing = 0;
70
67
  };
@@ -72,20 +69,20 @@
72
69
  isa = PBXFrameworksBuildPhase;
73
70
  buildActionMask = 2147483647;
74
71
  files = (
75
- 0C80B921A6F3F58F76C31292 /* libPods-blankTemplate.a in Frameworks */,
72
+ 0C80B921A6F3F58F76C31292 /* libPods-example.a in Frameworks */,
76
73
  );
77
74
  runOnlyForDeploymentPostprocessing = 0;
78
75
  };
79
76
  /* End PBXFrameworksBuildPhase section */
80
77
 
81
78
  /* Begin PBXGroup section */
82
- 00E356EF1AD99517003FC87E /* blankTemplateTests */ = {
79
+ 00E356EF1AD99517003FC87E /* exampleTests */ = {
83
80
  isa = PBXGroup;
84
81
  children = (
85
- 00E356F21AD99517003FC87E /* blankTemplateTests.m */,
82
+ 00E356F21AD99517003FC87E /* exampleTests.m */,
86
83
  00E356F01AD99517003FC87E /* Supporting Files */,
87
84
  );
88
- path = blankTemplateTests;
85
+ path = exampleTests;
89
86
  sourceTree = "<group>";
90
87
  };
91
88
  00E356F01AD99517003FC87E /* Supporting Files */ = {
@@ -96,7 +93,7 @@
96
93
  name = "Supporting Files";
97
94
  sourceTree = "<group>";
98
95
  };
99
- 13B07FAE1A68108700A75B9A /* blankTemplate */ = {
96
+ 13B07FAE1A68108700A75B9A /* example */ = {
100
97
  isa = PBXGroup;
101
98
  children = (
102
99
  13B07FAF1A68108700A75B9A /* AppDelegate.h */,
@@ -105,35 +102,20 @@
105
102
  13B07FB61A68108700A75B9A /* Info.plist */,
106
103
  81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
107
104
  13B07FB71A68108700A75B9A /* main.m */,
108
- 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */,
109
- D12E18218E10642B6A49CB3E /* PrivacyInfo.xcprivacy */,
110
105
  );
111
- name = blankTemplate;
106
+ name = example;
112
107
  sourceTree = "<group>";
113
108
  };
114
109
  2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
115
110
  isa = PBXGroup;
116
111
  children = (
117
112
  ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
118
- 5DCACB8F33CDC322A6C60F78 /* libPods-blankTemplate.a */,
119
- 19F6CBCC0A4E27FBF8BF4A61 /* libPods-blankTemplate-blankTemplateTests.a */,
113
+ 5DCACB8F33CDC322A6C60F78 /* libPods-example.a */,
114
+ 19F6CBCC0A4E27FBF8BF4A61 /* libPods-example-exampleTests.a */,
120
115
  );
121
116
  name = Frameworks;
122
117
  sourceTree = "<group>";
123
118
  };
124
- 690B9B8055CE4088BA942DF3 /* Resources */ = {
125
- isa = PBXGroup;
126
- children = (
127
- EC71A9630CF14940933E4407 /* OpenSans-Bold.ttf */,
128
- E2A5726D55904784B264106E /* OpenSans-ExtraBold.ttf */,
129
- 0DDB34EDE26849A38E2698AB /* OpenSans-Light.ttf */,
130
- 3031A8A925194771A2DEE557 /* OpenSans-Regular.ttf */,
131
- 22EF0808E5BA4AD8BAB11BB6 /* OpenSans-SemiBold.ttf */,
132
- );
133
- name = Resources;
134
- path = "";
135
- sourceTree = "<group>";
136
- };
137
119
  832341AE1AAA6A7D00B99B32 /* Libraries */ = {
138
120
  isa = PBXGroup;
139
121
  children = (
@@ -144,13 +126,13 @@
144
126
  83CBB9F61A601CBA00E9B192 = {
145
127
  isa = PBXGroup;
146
128
  children = (
147
- 13B07FAE1A68108700A75B9A /* blankTemplate */,
129
+ 13B07FAE1A68108700A75B9A /* example */,
148
130
  832341AE1AAA6A7D00B99B32 /* Libraries */,
149
- 00E356EF1AD99517003FC87E /* blankTemplateTests */,
131
+ 00E356EF1AD99517003FC87E /* exampleTests */,
150
132
  83CBBA001A601CBA00E9B192 /* Products */,
151
133
  2D16E6871FA4F8E400B85C8A /* Frameworks */,
152
134
  BBD78D7AC51CEA395F1C20DB /* Pods */,
153
- 690B9B8055CE4088BA942DF3 /* Resources */,
135
+ 992684D482764793A86F4DFA /* Resources */,
154
136
  );
155
137
  indentWidth = 2;
156
138
  sourceTree = "<group>";
@@ -160,19 +142,31 @@
160
142
  83CBBA001A601CBA00E9B192 /* Products */ = {
161
143
  isa = PBXGroup;
162
144
  children = (
163
- 13B07F961A680F5B00A75B9A /* blankTemplate.app */,
164
- 00E356EE1AD99517003FC87E /* blankTemplateTests.xctest */,
145
+ 13B07F961A680F5B00A75B9A /* example.app */,
146
+ 00E356EE1AD99517003FC87E /* exampleTests.xctest */,
165
147
  );
166
148
  name = Products;
167
149
  sourceTree = "<group>";
168
150
  };
151
+ 992684D482764793A86F4DFA /* Resources */ = {
152
+ isa = PBXGroup;
153
+ children = (
154
+ 566E419BC2E14F07A312B82E /* OpenSans-Bold.ttf */,
155
+ 60359C2DCB98467883D4C24E /* OpenSans-ExtraBold.ttf */,
156
+ EDEDEA49CA6A486CB83DEE46 /* OpenSans-Light.ttf */,
157
+ FDEC93D7DC24446590FE1000 /* OpenSans-Regular.ttf */,
158
+ 460012A11B184F8B91CF01A1 /* OpenSans-SemiBold.ttf */,
159
+ );
160
+ name = Resources;
161
+ sourceTree = "<group>";
162
+ };
169
163
  BBD78D7AC51CEA395F1C20DB /* Pods */ = {
170
164
  isa = PBXGroup;
171
165
  children = (
172
- 3B4392A12AC88292D35C810B /* Pods-blankTemplate.debug.xcconfig */,
173
- 5709B34CF0A7D63546082F79 /* Pods-blankTemplate.release.xcconfig */,
174
- 5B7EB9410499542E8C5724F5 /* Pods-blankTemplate-blankTemplateTests.debug.xcconfig */,
175
- 89C6BE57DB24E9ADA2F236DE /* Pods-blankTemplate-blankTemplateTests.release.xcconfig */,
166
+ 3B4392A12AC88292D35C810B /* Pods-example.debug.xcconfig */,
167
+ 5709B34CF0A7D63546082F79 /* Pods-example.release.xcconfig */,
168
+ 5B7EB9410499542E8C5724F5 /* Pods-example-exampleTests.debug.xcconfig */,
169
+ 89C6BE57DB24E9ADA2F236DE /* Pods-example-exampleTests.release.xcconfig */,
176
170
  );
177
171
  path = Pods;
178
172
  sourceTree = "<group>";
@@ -180,9 +174,9 @@
180
174
  /* End PBXGroup section */
181
175
 
182
176
  /* Begin PBXNativeTarget section */
183
- 00E356ED1AD99517003FC87E /* blankTemplateTests */ = {
177
+ 00E356ED1AD99517003FC87E /* exampleTests */ = {
184
178
  isa = PBXNativeTarget;
185
- buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "blankTemplateTests" */;
179
+ buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "exampleTests" */;
186
180
  buildPhases = (
187
181
  A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */,
188
182
  00E356EA1AD99517003FC87E /* Sources */,
@@ -196,14 +190,14 @@
196
190
  dependencies = (
197
191
  00E356F51AD99517003FC87E /* PBXTargetDependency */,
198
192
  );
199
- name = blankTemplateTests;
200
- productName = blankTemplateTests;
201
- productReference = 00E356EE1AD99517003FC87E /* blankTemplateTests.xctest */;
193
+ name = exampleTests;
194
+ productName = exampleTests;
195
+ productReference = 00E356EE1AD99517003FC87E /* exampleTests.xctest */;
202
196
  productType = "com.apple.product-type.bundle.unit-test";
203
197
  };
204
- 13B07F861A680F5B00A75B9A /* blankTemplate */ = {
198
+ 13B07F861A680F5B00A75B9A /* example */ = {
205
199
  isa = PBXNativeTarget;
206
- buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "blankTemplate" */;
200
+ buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "example" */;
207
201
  buildPhases = (
208
202
  C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */,
209
203
  13B07F871A680F5B00A75B9A /* Sources */,
@@ -217,9 +211,9 @@
217
211
  );
218
212
  dependencies = (
219
213
  );
220
- name = blankTemplate;
221
- productName = blankTemplate;
222
- productReference = 13B07F961A680F5B00A75B9A /* blankTemplate.app */;
214
+ name = example;
215
+ productName = example;
216
+ productReference = 13B07F961A680F5B00A75B9A /* example.app */;
223
217
  productType = "com.apple.product-type.application";
224
218
  };
225
219
  /* End PBXNativeTarget section */
@@ -239,7 +233,7 @@
239
233
  };
240
234
  };
241
235
  };
242
- buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "blankTemplate" */;
236
+ buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "example" */;
243
237
  compatibilityVersion = "Xcode 12.0";
244
238
  developmentRegion = en;
245
239
  hasScannedForEncodings = 0;
@@ -252,8 +246,8 @@
252
246
  projectDirPath = "";
253
247
  projectRoot = "";
254
248
  targets = (
255
- 13B07F861A680F5B00A75B9A /* blankTemplate */,
256
- 00E356ED1AD99517003FC87E /* blankTemplateTests */,
249
+ 13B07F861A680F5B00A75B9A /* example */,
250
+ 00E356ED1AD99517003FC87E /* exampleTests */,
257
251
  );
258
252
  };
259
253
  /* End PBXProject section */
@@ -272,12 +266,11 @@
272
266
  files = (
273
267
  81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
274
268
  13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
275
- EBE98CCFD2318FE4FA606A2B /* PrivacyInfo.xcprivacy in Resources */,
276
- CD61E800382B4B8280951825 /* OpenSans-Bold.ttf in Resources */,
277
- BF4F5A4E7CB546E69141454B /* OpenSans-ExtraBold.ttf in Resources */,
278
- F27F1270ABE248FCAACEDCCF /* OpenSans-Light.ttf in Resources */,
279
- 34869A713A0B4342A7AA62AE /* OpenSans-Regular.ttf in Resources */,
280
- 25C7C70C6173488FB4246E37 /* OpenSans-SemiBold.ttf in Resources */,
269
+ 5C4CD023189749528BE929CE /* OpenSans-Bold.ttf in Resources */,
270
+ 9CA7DDD90683481696CCF20A /* OpenSans-ExtraBold.ttf in Resources */,
271
+ 726D989791B24C15BEBBA47B /* OpenSans-Light.ttf in Resources */,
272
+ 69A537ACB0D24CE791A3196B /* OpenSans-Regular.ttf in Resources */,
273
+ 3E5EEB5AF1AA45B89622F682 /* OpenSans-SemiBold.ttf in Resources */,
281
274
  );
282
275
  runOnlyForDeploymentPostprocessing = 0;
283
276
  };
@@ -298,7 +291,7 @@
298
291
  );
299
292
  runOnlyForDeploymentPostprocessing = 0;
300
293
  shellPath = /bin/sh;
301
- shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
294
+ shellScript = "set -e\n\nWITH_ENVIRONMENT=\"../node_modules/react-native/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"../node_modules/react-native/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
302
295
  };
303
296
  00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = {
304
297
  isa = PBXShellScriptBuildPhase;
@@ -306,15 +299,15 @@
306
299
  files = (
307
300
  );
308
301
  inputFileListPaths = (
309
- "${PODS_ROOT}/Target Support Files/Pods-blankTemplate/Pods-blankTemplate-frameworks-${CONFIGURATION}-input-files.xcfilelist",
302
+ "${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-frameworks-${CONFIGURATION}-input-files.xcfilelist",
310
303
  );
311
304
  name = "[CP] Embed Pods Frameworks";
312
305
  outputFileListPaths = (
313
- "${PODS_ROOT}/Target Support Files/Pods-blankTemplate/Pods-blankTemplate-frameworks-${CONFIGURATION}-output-files.xcfilelist",
306
+ "${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-frameworks-${CONFIGURATION}-output-files.xcfilelist",
314
307
  );
315
308
  runOnlyForDeploymentPostprocessing = 0;
316
309
  shellPath = /bin/sh;
317
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-blankTemplate/Pods-blankTemplate-frameworks.sh\"\n";
310
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-frameworks.sh\"\n";
318
311
  showEnvVarsInLog = 0;
319
312
  };
320
313
  A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */ = {
@@ -332,7 +325,7 @@
332
325
  outputFileListPaths = (
333
326
  );
334
327
  outputPaths = (
335
- "$(DERIVED_FILE_DIR)/Pods-blankTemplate-blankTemplateTests-checkManifestLockResult.txt",
328
+ "$(DERIVED_FILE_DIR)/Pods-example-exampleTests-checkManifestLockResult.txt",
336
329
  );
337
330
  runOnlyForDeploymentPostprocessing = 0;
338
331
  shellPath = /bin/sh;
@@ -354,7 +347,7 @@
354
347
  outputFileListPaths = (
355
348
  );
356
349
  outputPaths = (
357
- "$(DERIVED_FILE_DIR)/Pods-blankTemplate-checkManifestLockResult.txt",
350
+ "$(DERIVED_FILE_DIR)/Pods-example-checkManifestLockResult.txt",
358
351
  );
359
352
  runOnlyForDeploymentPostprocessing = 0;
360
353
  shellPath = /bin/sh;
@@ -367,15 +360,15 @@
367
360
  files = (
368
361
  );
369
362
  inputFileListPaths = (
370
- "${PODS_ROOT}/Target Support Files/Pods-blankTemplate-blankTemplateTests/Pods-blankTemplate-blankTemplateTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
363
+ "${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
371
364
  );
372
365
  name = "[CP] Embed Pods Frameworks";
373
366
  outputFileListPaths = (
374
- "${PODS_ROOT}/Target Support Files/Pods-blankTemplate-blankTemplateTests/Pods-blankTemplate-blankTemplateTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
367
+ "${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
375
368
  );
376
369
  runOnlyForDeploymentPostprocessing = 0;
377
370
  shellPath = /bin/sh;
378
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-blankTemplate-blankTemplateTests/Pods-blankTemplate-blankTemplateTests-frameworks.sh\"\n";
371
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-frameworks.sh\"\n";
379
372
  showEnvVarsInLog = 0;
380
373
  };
381
374
  E235C05ADACE081382539298 /* [CP] Copy Pods Resources */ = {
@@ -384,15 +377,15 @@
384
377
  files = (
385
378
  );
386
379
  inputFileListPaths = (
387
- "${PODS_ROOT}/Target Support Files/Pods-blankTemplate/Pods-blankTemplate-resources-${CONFIGURATION}-input-files.xcfilelist",
380
+ "${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-resources-${CONFIGURATION}-input-files.xcfilelist",
388
381
  );
389
382
  name = "[CP] Copy Pods Resources";
390
383
  outputFileListPaths = (
391
- "${PODS_ROOT}/Target Support Files/Pods-blankTemplate/Pods-blankTemplate-resources-${CONFIGURATION}-output-files.xcfilelist",
384
+ "${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-resources-${CONFIGURATION}-output-files.xcfilelist",
392
385
  );
393
386
  runOnlyForDeploymentPostprocessing = 0;
394
387
  shellPath = /bin/sh;
395
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-blankTemplate/Pods-blankTemplate-resources.sh\"\n";
388
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-resources.sh\"\n";
396
389
  showEnvVarsInLog = 0;
397
390
  };
398
391
  F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */ = {
@@ -401,15 +394,15 @@
401
394
  files = (
402
395
  );
403
396
  inputFileListPaths = (
404
- "${PODS_ROOT}/Target Support Files/Pods-blankTemplate-blankTemplateTests/Pods-blankTemplate-blankTemplateTests-resources-${CONFIGURATION}-input-files.xcfilelist",
397
+ "${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-resources-${CONFIGURATION}-input-files.xcfilelist",
405
398
  );
406
399
  name = "[CP] Copy Pods Resources";
407
400
  outputFileListPaths = (
408
- "${PODS_ROOT}/Target Support Files/Pods-blankTemplate-blankTemplateTests/Pods-blankTemplate-blankTemplateTests-resources-${CONFIGURATION}-output-files.xcfilelist",
401
+ "${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-resources-${CONFIGURATION}-output-files.xcfilelist",
409
402
  );
410
403
  runOnlyForDeploymentPostprocessing = 0;
411
404
  shellPath = /bin/sh;
412
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-blankTemplate-blankTemplateTests/Pods-blankTemplate-blankTemplateTests-resources.sh\"\n";
405
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-resources.sh\"\n";
413
406
  showEnvVarsInLog = 0;
414
407
  };
415
408
  /* End PBXShellScriptBuildPhase section */
@@ -419,7 +412,7 @@
419
412
  isa = PBXSourcesBuildPhase;
420
413
  buildActionMask = 2147483647;
421
414
  files = (
422
- 00E356F31AD99517003FC87E /* blankTemplateTests.m in Sources */,
415
+ 00E356F31AD99517003FC87E /* exampleTests.m in Sources */,
423
416
  );
424
417
  runOnlyForDeploymentPostprocessing = 0;
425
418
  };
@@ -437,7 +430,7 @@
437
430
  /* Begin PBXTargetDependency section */
438
431
  00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
439
432
  isa = PBXTargetDependency;
440
- target = 13B07F861A680F5B00A75B9A /* blankTemplate */;
433
+ target = 13B07F861A680F5B00A75B9A /* example */;
441
434
  targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
442
435
  };
443
436
  /* End PBXTargetDependency section */
@@ -445,14 +438,14 @@
445
438
  /* Begin XCBuildConfiguration section */
446
439
  00E356F61AD99517003FC87E /* Debug */ = {
447
440
  isa = XCBuildConfiguration;
448
- baseConfigurationReference = 5B7EB9410499542E8C5724F5 /* Pods-blankTemplate-blankTemplateTests.debug.xcconfig */;
441
+ baseConfigurationReference = 5B7EB9410499542E8C5724F5 /* Pods-example-exampleTests.debug.xcconfig */;
449
442
  buildSettings = {
450
443
  BUNDLE_LOADER = "$(TEST_HOST)";
451
444
  GCC_PREPROCESSOR_DEFINITIONS = (
452
445
  "DEBUG=1",
453
446
  "$(inherited)",
454
447
  );
455
- INFOPLIST_FILE = blankTemplateTests/Info.plist;
448
+ INFOPLIST_FILE = exampleTests/Info.plist;
456
449
  IPHONEOS_DEPLOYMENT_TARGET = 13.4;
457
450
  LD_RUNPATH_SEARCH_PATHS = (
458
451
  "$(inherited)",
@@ -466,17 +459,17 @@
466
459
  );
467
460
  PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
468
461
  PRODUCT_NAME = "$(TARGET_NAME)";
469
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/blankTemplate.app/blankTemplate";
462
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/example.app/example";
470
463
  };
471
464
  name = Debug;
472
465
  };
473
466
  00E356F71AD99517003FC87E /* Release */ = {
474
467
  isa = XCBuildConfiguration;
475
- baseConfigurationReference = 89C6BE57DB24E9ADA2F236DE /* Pods-blankTemplate-blankTemplateTests.release.xcconfig */;
468
+ baseConfigurationReference = 89C6BE57DB24E9ADA2F236DE /* Pods-example-exampleTests.release.xcconfig */;
476
469
  buildSettings = {
477
470
  BUNDLE_LOADER = "$(TEST_HOST)";
478
471
  COPY_PHASE_STRIP = NO;
479
- INFOPLIST_FILE = blankTemplateTests/Info.plist;
472
+ INFOPLIST_FILE = exampleTests/Info.plist;
480
473
  IPHONEOS_DEPLOYMENT_TARGET = 13.4;
481
474
  LD_RUNPATH_SEARCH_PATHS = (
482
475
  "$(inherited)",
@@ -490,19 +483,19 @@
490
483
  );
491
484
  PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
492
485
  PRODUCT_NAME = "$(TARGET_NAME)";
493
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/blankTemplate.app/blankTemplate";
486
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/example.app/example";
494
487
  };
495
488
  name = Release;
496
489
  };
497
490
  13B07F941A680F5B00A75B9A /* Debug */ = {
498
491
  isa = XCBuildConfiguration;
499
- baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-blankTemplate.debug.xcconfig */;
492
+ baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-example.debug.xcconfig */;
500
493
  buildSettings = {
501
494
  ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
502
495
  CLANG_ENABLE_MODULES = YES;
503
496
  CURRENT_PROJECT_VERSION = 1;
504
497
  ENABLE_BITCODE = NO;
505
- INFOPLIST_FILE = blankTemplate/Info.plist;
498
+ INFOPLIST_FILE = example/Info.plist;
506
499
  LD_RUNPATH_SEARCH_PATHS = (
507
500
  "$(inherited)",
508
501
  "@executable_path/Frameworks",
@@ -514,21 +507,25 @@
514
507
  "-lc++",
515
508
  );
516
509
  PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
517
- PRODUCT_NAME = blankTemplate;
510
+ PRODUCT_NAME = example;
511
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
512
+ SUPPORTS_MACCATALYST = NO;
513
+ SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
518
514
  SWIFT_OPTIMIZATION_LEVEL = "-Onone";
519
515
  SWIFT_VERSION = 5.0;
516
+ TARGETED_DEVICE_FAMILY = "1,2";
520
517
  VERSIONING_SYSTEM = "apple-generic";
521
518
  };
522
519
  name = Debug;
523
520
  };
524
521
  13B07F951A680F5B00A75B9A /* Release */ = {
525
522
  isa = XCBuildConfiguration;
526
- baseConfigurationReference = 5709B34CF0A7D63546082F79 /* Pods-blankTemplate.release.xcconfig */;
523
+ baseConfigurationReference = 5709B34CF0A7D63546082F79 /* Pods-example.release.xcconfig */;
527
524
  buildSettings = {
528
525
  ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
529
526
  CLANG_ENABLE_MODULES = YES;
530
527
  CURRENT_PROJECT_VERSION = 1;
531
- INFOPLIST_FILE = blankTemplate/Info.plist;
528
+ INFOPLIST_FILE = example/Info.plist;
532
529
  LD_RUNPATH_SEARCH_PATHS = (
533
530
  "$(inherited)",
534
531
  "@executable_path/Frameworks",
@@ -540,8 +537,12 @@
540
537
  "-lc++",
541
538
  );
542
539
  PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
543
- PRODUCT_NAME = blankTemplate;
540
+ PRODUCT_NAME = example;
541
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
542
+ SUPPORTS_MACCATALYST = NO;
543
+ SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
544
544
  SWIFT_VERSION = 5.0;
545
+ TARGETED_DEVICE_FAMILY = "1,2";
545
546
  VERSIONING_SYSTEM = "apple-generic";
546
547
  };
547
548
  name = Release;
@@ -550,7 +551,6 @@
550
551
  isa = XCBuildConfiguration;
551
552
  buildSettings = {
552
553
  ALWAYS_SEARCH_USER_PATHS = NO;
553
- CC = "";
554
554
  CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
555
555
  CLANG_CXX_LANGUAGE_STANDARD = "c++20";
556
556
  CLANG_CXX_LIBRARY = "libc++";
@@ -578,10 +578,9 @@
578
578
  CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
579
579
  "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
580
580
  COPY_PHASE_STRIP = NO;
581
- CXX = "";
582
581
  ENABLE_STRICT_OBJC_MSGSEND = YES;
583
582
  ENABLE_TESTABILITY = YES;
584
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
583
+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
585
584
  GCC_C_LANGUAGE_STANDARD = gnu99;
586
585
  GCC_DYNAMIC_NO_PIC = NO;
587
586
  GCC_NO_COMMON_BLOCKS = YES;
@@ -598,8 +597,6 @@
598
597
  GCC_WARN_UNUSED_FUNCTION = YES;
599
598
  GCC_WARN_UNUSED_VARIABLE = YES;
600
599
  IPHONEOS_DEPLOYMENT_TARGET = 13.4;
601
- LD = "";
602
- LDPLUSPLUS = "";
603
600
  LD_RUNPATH_SEARCH_PATHS = (
604
601
  /usr/lib/swift,
605
602
  "$(inherited)",
@@ -611,18 +608,15 @@
611
608
  );
612
609
  MTL_ENABLE_DEBUG_INFO = YES;
613
610
  ONLY_ACTIVE_ARCH = YES;
611
+ OTHER_CFLAGS = "$(inherited)";
614
612
  OTHER_CPLUSPLUSFLAGS = (
615
613
  "$(OTHER_CFLAGS)",
616
614
  "-DFOLLY_NO_CONFIG",
617
615
  "-DFOLLY_MOBILE=1",
618
616
  "-DFOLLY_USE_LIBCPP=1",
619
617
  "-DFOLLY_CFG_NO_COROUTINES=1",
620
- "-DFOLLY_HAVE_CLOCK_GETTIME=1",
621
- );
622
- OTHER_LDFLAGS = (
623
- "$(inherited)",
624
- " ",
625
618
  );
619
+ OTHER_LDFLAGS = "$(inherited)";
626
620
  REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
627
621
  SDKROOT = iphoneos;
628
622
  USE_HERMES = true;
@@ -633,7 +627,6 @@
633
627
  isa = XCBuildConfiguration;
634
628
  buildSettings = {
635
629
  ALWAYS_SEARCH_USER_PATHS = NO;
636
- CC = "";
637
630
  CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
638
631
  CLANG_CXX_LANGUAGE_STANDARD = "c++20";
639
632
  CLANG_CXX_LIBRARY = "libc++";
@@ -661,10 +654,9 @@
661
654
  CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
662
655
  "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
663
656
  COPY_PHASE_STRIP = YES;
664
- CXX = "";
665
657
  ENABLE_NS_ASSERTIONS = NO;
666
658
  ENABLE_STRICT_OBJC_MSGSEND = YES;
667
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
659
+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
668
660
  GCC_C_LANGUAGE_STANDARD = gnu99;
669
661
  GCC_NO_COMMON_BLOCKS = YES;
670
662
  GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -674,8 +666,6 @@
674
666
  GCC_WARN_UNUSED_FUNCTION = YES;
675
667
  GCC_WARN_UNUSED_VARIABLE = YES;
676
668
  IPHONEOS_DEPLOYMENT_TARGET = 13.4;
677
- LD = "";
678
- LDPLUSPLUS = "";
679
669
  LD_RUNPATH_SEARCH_PATHS = (
680
670
  /usr/lib/swift,
681
671
  "$(inherited)",
@@ -686,18 +676,15 @@
686
676
  "\"$(inherited)\"",
687
677
  );
688
678
  MTL_ENABLE_DEBUG_INFO = NO;
679
+ OTHER_CFLAGS = "$(inherited)";
689
680
  OTHER_CPLUSPLUSFLAGS = (
690
681
  "$(OTHER_CFLAGS)",
691
682
  "-DFOLLY_NO_CONFIG",
692
683
  "-DFOLLY_MOBILE=1",
693
684
  "-DFOLLY_USE_LIBCPP=1",
694
685
  "-DFOLLY_CFG_NO_COROUTINES=1",
695
- "-DFOLLY_HAVE_CLOCK_GETTIME=1",
696
- );
697
- OTHER_LDFLAGS = (
698
- "$(inherited)",
699
- " ",
700
686
  );
687
+ OTHER_LDFLAGS = "$(inherited)";
701
688
  REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
702
689
  SDKROOT = iphoneos;
703
690
  USE_HERMES = true;
@@ -708,7 +695,7 @@
708
695
  /* End XCBuildConfiguration section */
709
696
 
710
697
  /* Begin XCConfigurationList section */
711
- 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "blankTemplateTests" */ = {
698
+ 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "exampleTests" */ = {
712
699
  isa = XCConfigurationList;
713
700
  buildConfigurations = (
714
701
  00E356F61AD99517003FC87E /* Debug */,
@@ -717,7 +704,7 @@
717
704
  defaultConfigurationIsVisible = 0;
718
705
  defaultConfigurationName = Release;
719
706
  };
720
- 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "blankTemplate" */ = {
707
+ 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "example" */ = {
721
708
  isa = XCConfigurationList;
722
709
  buildConfigurations = (
723
710
  13B07F941A680F5B00A75B9A /* Debug */,
@@ -726,7 +713,7 @@
726
713
  defaultConfigurationIsVisible = 0;
727
714
  defaultConfigurationName = Release;
728
715
  };
729
- 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "blankTemplate" */ = {
716
+ 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "example" */ = {
730
717
  isa = XCConfigurationList;
731
718
  buildConfigurations = (
732
719
  83CBBA201A601CBA00E9B192 /* Debug */,