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(shorebird_cli): use relative paths to manifest files in shorebird doctor #419

Merged
merged 11 commits into from
May 2, 2023

Conversation

bryanoltman
Copy link
Contributor

Description

Use project-relative paths for the "Android manifest file contains internet permission" check.

Before:

✗ AndroidManifest.xml files contain INTERNET permission (30ms)
  [✗] /Users/bryanoltman/Shorebird/time_shift/android/app/src/debug/AndroidManifest.xml is missing the INTERNET permission.

After:

✗ AndroidManifest.xml files contain INTERNET permission (31ms)
  [✗] android/app/src/debug/AndroidManifest.xml is missing the INTERNET permission.

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@bryanoltman bryanoltman requested review from eseidel and felangel May 2, 2023 03:05
Base automatically changed from bo/doctor-fix to main May 2, 2023 18:11
# Conflicts:
#	packages/shorebird_cli/lib/src/commands/doctor_command.dart
#	packages/shorebird_cli/lib/src/validators/android_internet_permission_validator.dart
#	packages/shorebird_cli/lib/src/validators/validators.dart
#	packages/shorebird_cli/test/src/commands/doctor_command_test.dart
@bryanoltman bryanoltman merged commit 5b49ed9 into main May 2, 2023
@bryanoltman bryanoltman deleted the bo/android-validator-path branch May 2, 2023 18:17
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