Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some build and running issues #69

Merged
merged 9 commits into from
Oct 3, 2023
Merged

Fix some build and running issues #69

merged 9 commits into from
Oct 3, 2023

Conversation

douglowder
Copy link
Contributor

Why

  • Could not build on my desktop because I run Node 20
  • CLI would not work correctly without fixes in simctl.ts and xcrun.ts
  • File picker in menu bar would not work without adding await and removing file extensions

How

  • Fixed the issues
  • Added some steps in CONTRIBUTING.md

Test Plan

  • Existing CI should pass

apps/menu-bar/src/modules/FilePickerModule.ts Outdated Show resolved Hide resolved
apps/cli/src/index.ts Show resolved Hide resolved
CONTRIBUTING.md Show resolved Hide resolved
Copy link
Member

@gabrieldonadel gabrieldonadel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just one question

apps/menu-bar/src/popover/Core.tsx Show resolved Hide resolved
@douglowder douglowder merged commit fb6790f into main Oct 3, 2023
1 check passed
if (utType) {
[allowedTypes addObject:utType];
}
NSArray *utTypes = [UTType typesWithTag:extension tagClass:UTTagClassFilenameExtension conformingToType:nil];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems that this does not work for APKs \

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed here #76

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants