From a715decd2d3bcdab9537f3246c8398ad9869e94e Mon Sep 17 00:00:00 2001 From: Pavlos Vinieratos Date: Sat, 29 Feb 2020 01:05:39 -0800 Subject: [PATCH] Add xcscheme files back in the template (#28198) Summary: Adding `xcscheme` files for iOS template back in. They were removed in https://github.com/facebook/react-native/issues/26471 after https://github.com/facebook/react-native/issues/25451. We have reverted the change on `.gitignore`, as this directory is supposed to be in git, but we didn't revert the removed files. Now they are back as well. You can also see here that the two files are still missing, they got removed on rc.0 and are still missing on rc.3. https://react-native-community.github.io/upgrade-helper/?from=0.61.5&to=0.62.0-rc.3 ## Changelog [iOS] [Changed] - Add `xcscheme` files for iOS template back in. Pull Request resolved: https://github.com/facebook/react-native/pull/28198 Test Plan: `init` a nre project, and check if the files are there or not. The paths are `ios/MyApp.xcodeproj/xcshareddata/xcschemes/MyApp.xcscheme` and `ios/MyApp.xcodeproj/xcshareddata/xcschemes/MyApp-tvOS.xcscheme` Reviewed By: cpojer Differential Revision: D20179447 Pulled By: TheSavior fbshipit-source-id: b0f08c0f32d6bb7630179bc2fe46d9ac10f6c1d7 --- .../xcschemes/HelloWorld-tvOS.xcscheme | 88 +++++++++++++++++++ .../xcschemes/HelloWorld.xcscheme | 88 +++++++++++++++++++ 2 files changed, 176 insertions(+) create mode 100644 template/ios/HelloWorld.xcodeproj/xcshareddata/xcschemes/HelloWorld-tvOS.xcscheme create mode 100644 template/ios/HelloWorld.xcodeproj/xcshareddata/xcschemes/HelloWorld.xcscheme diff --git a/template/ios/HelloWorld.xcodeproj/xcshareddata/xcschemes/HelloWorld-tvOS.xcscheme b/template/ios/HelloWorld.xcodeproj/xcshareddata/xcschemes/HelloWorld-tvOS.xcscheme new file mode 100644 index 00000000000000..d4e27b270d01a1 --- /dev/null +++ b/template/ios/HelloWorld.xcodeproj/xcshareddata/xcschemes/HelloWorld-tvOS.xcscheme @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/template/ios/HelloWorld.xcodeproj/xcshareddata/xcschemes/HelloWorld.xcscheme b/template/ios/HelloWorld.xcodeproj/xcshareddata/xcschemes/HelloWorld.xcscheme new file mode 100644 index 00000000000000..39743fdfd75bea --- /dev/null +++ b/template/ios/HelloWorld.xcodeproj/xcshareddata/xcschemes/HelloWorld.xcscheme @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +