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

Restructure project based on code owners #12

Merged
merged 2 commits into from
Aug 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules โ€ฆ
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ BitwardenActionExtension @bitwarden/team-platform-dev
BitwardenShareExtension @bitwarden/team-platform-dev
BitwardenShared/Core/Platform @bitwarden/team-platform-dev
BitwardenShared/UI/Platform @bitwarden/team-platform-dev
GlobalTestHelpers @bitwarden/team-platform-dev
Networking @bitwarden/team-platform-dev

# Tools
BitwardenShared/Core/Tools @bitwarden/team-tools-dev
Expand Down
2 changes: 1 addition & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ opt_in_rules:
- yoda_condition

excluded:
- BitwardenShared/Application/Support/Generated
- BitwardenShared/UI/Platform/Application/Support/Generated

cyclomatic_complexity:
ignores_case_statements: true
Expand Down
4 changes: 2 additions & 2 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ targets:
settings:
base:
APPLICATION_EXTENSION_API_ONLY: true
INFOPLIST_FILE: BitwardenShared/Application/Support/Info.plist
INFOPLIST_FILE: BitwardenShared/UI/Platform/Application/Support/Info.plist
sources:
- path: BitwardenShared
excludes:
Expand All @@ -281,7 +281,7 @@ targets:
base:
BUNDLE_LOADER: "$(TEST_HOST)"
TEST_HOST: "$(BUILT_PRODUCTS_DIR)/Bitwarden.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Bitwarden"
INFOPLIST_FILE: BitwardenShared/Application/TestHelpers/Support/Info.plist
INFOPLIST_FILE: BitwardenShared/UI/Platform/Application/TestHelpers/Support/Info.plist
sources:
- path: BitwardenShared
includes:
Expand Down
2 changes: 1 addition & 1 deletion swiftgen.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
output_dir: BitwardenShared/Application/Support/Generated/
output_dir: BitwardenShared/UI/Platform/Application/Support/Generated/