-
Notifications
You must be signed in to change notification settings - Fork 932
Closed
Labels
Description
Descripiton
cli-platform-apple is a new package introduced for OOT platforms. This issue lists further improvements that can be done to improve the codebase.
- Remove
getFallbackSimulator()and use first available simulator - Extract duplicated logic between
createRunandcreateLogcommands: feat: add platform-cli-apple with reusable utilities for OOT platforms #2208 (comment) - Implement app launching for React Native macOS: PR
- Move prompt from
createLogtoprompts.ts: PR - Create a getter for
buildOptions/runOptionsto include proper platformName - PR - Modify warning
Multiple Podfiles were foundto take OOT platforms into account PR - Make dependencyConfig into a builder - PR
- Remove code duplication between
createRunandcreateBuild. Logic to re-check Xcode project can be moved togetXcodeProjectAndDirbehind a flag refactor: extract duplicated code togetXcodeProjectAndDir#2220 - merge
buildOptionsintorunOptionsto avoid confusion when importing/extending
szymonrybczak, TMisiukiewicz and matthargett