From 3e4c5c09c37866ac3a711921a37136a392c618be Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Thu, 19 Sep 2019 17:24:43 -0700 Subject: [PATCH] Remove ignored iOS schemes from template (#26471) Summary: The merge of https://github.com/facebook/react-native/issues/25451 added `xcshareddata` to the .gitignore file in `template`. Two xcscheme files in the `xcschemes` subfolder were still left in the template and should have been removed at the same time. The project opens and builds fine without the xcscheme files both from command line and in Xcode. ## Changelog [iOS] [Changed] - Remove ignored iOS schemes from template Pull Request resolved: https://github.com/facebook/react-native/pull/26471 Test Plan: Generate new project, remove files, verify that project builds, and opens correctly in Xcode. Please review karanjthakkar satya164 kelset Differential Revision: D17491748 Pulled By: cpojer fbshipit-source-id: 391545293c2d09d52f78f56cd91cef5dcf036a9a --- .../xcschemes/HelloWorld-tvOS.xcscheme | 129 ------------------ .../xcschemes/HelloWorld.xcscheme | 129 ------------------ 2 files changed, 258 deletions(-) delete mode 100644 template/ios/HelloWorld.xcodeproj/xcshareddata/xcschemes/HelloWorld-tvOS.xcscheme delete 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 deleted file mode 100644 index a4c88796c96134..00000000000000 --- a/template/ios/HelloWorld.xcodeproj/xcshareddata/xcschemes/HelloWorld-tvOS.xcscheme +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/template/ios/HelloWorld.xcodeproj/xcshareddata/xcschemes/HelloWorld.xcscheme b/template/ios/HelloWorld.xcodeproj/xcshareddata/xcschemes/HelloWorld.xcscheme deleted file mode 100644 index 2c4df7880c02ac..00000000000000 --- a/template/ios/HelloWorld.xcodeproj/xcshareddata/xcschemes/HelloWorld.xcscheme +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -