mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook Github Bot
parent
549c46975e
commit
79a7828b91
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user