deprecate iOS .xcodeproj (#25583)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/25583

We now use CocoaPods for better maintainability.

Reviewed By: hramos

Differential Revision: D16193719

fbshipit-source-id: 26382f2da4eaba14a71771540b587fdc80b41108
This commit is contained in:
Kevin Gozali
2019-07-11 12:02:39 -07:00
committed by Facebook Github Bot
parent 549c46975e
commit 79a7828b91
24 changed files with 10 additions and 14913 deletions
+2 -2
View File
@@ -58,10 +58,10 @@ info ""
read -n 1
adb shell am start -n com.facebook.react.uiapp/.RNTesterActivity
info "Press any key to open the project in Xcode, then build and test manually."
info "Press any key to open the workspace in Xcode, then build and test manually."
info ""
read -n 1
open "RNTester/RNTester.xcodeproj"
open "RNTester/RNTesterPods.xcworkspace"
info "When done testing RNTester app on iOS and Android press any key to continue."
info ""