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

feat: add validator to check for macOS app network entitlement #2676

Merged
merged 81 commits into from
Dec 16, 2024

Conversation

bryanoltman
Copy link
Contributor

Description

Adds a validator to ensure that the macOS app has the "Outgoing Connections" network entitlement, which allows the app to make network requests and ensures shorebird will work.

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
  • 🧪 Tests

Copy link

codecov bot commented Dec 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

Base automatically changed from bo/macos to main December 16, 2024 19:11
# Conflicts:
#	bin/internal/flutter.version
#	packages/shorebird_cli/lib/src/code_push_client_wrapper.dart
#	packages/shorebird_cli/lib/src/commands/patch/macos_patcher.dart
#	packages/shorebird_cli/lib/src/commands/release/macos_releaser.dart
#	packages/shorebird_cli/lib/src/doctor.dart
#	packages/shorebird_cli/test/src/code_push_client_wrapper_test.dart
#	packages/shorebird_cli/test/src/commands/patch/macos_patcher_test.dart
#	packages/shorebird_cli/test/src/commands/release/macos_releaser_test.dart
@bryanoltman bryanoltman enabled auto-merge (squash) December 16, 2024 19:17
@bryanoltman bryanoltman merged commit 9b87b30 into main Dec 16, 2024
11 checks passed
@bryanoltman bryanoltman deleted the bo/macos-entitlement-validator branch December 16, 2024 19:24
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