React Native is migrating away from CocoaPods. We currently have a lot of Ruby code that are invoked via CocoaPods. This task is to port any independent scripts to JS and eventually hook into a hypothetical prebuild step. Any change we make must be backwards compatible.
React Native is migrating away from CocoaPods. We currently have a lot of Ruby code that are invoked via CocoaPods. This task is to port any independent scripts to JS and eventually hook into a hypothetical prebuild step. Any change we make must be backwards compatible.
ios/assets_catalog.rb→ refactor(apple): port some CocoaPods scripts to JS #2412ios/entitlements.rb→ refactor(apple): port 'entitlements.rb' to JS #2420ios/info_plist.rb→ refactor(apple): portinfo_plist.rbto JS #2421ios/node.rb→ fix(apple): use JS-based Xcode project generator #2427ios/pod_helpers.rbmake_project!to JS #2422ios/privacy_manifest.rb→ refactor(apple): port 'privacy_manifest.rb' to JS #2419ios/test_app.rbmake_project!to JS #2422pbxprojparser #2442ENOBUFSwhen reading/writing plists #2443ios/use_react_native-0.70.rbios/use_react_native-0.71.rbios/xcode.rb→ refactor(apple): port some CocoaPods scripts to JS #2412test/test_node.rb→ fix(apple): use JS-based Xcode project generator #2427test/test_pod_helpers.rbmake_project!to JS #2422test/test_test_app.rb→ test: add tests for the JS-based Xcode project generator #2425test/test_xcode.rb→ refactor(apple): port some CocoaPods scripts to JS #2412