Skip to content

Commit

Permalink
Restructure project based on code owners (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-livefront authored Aug 30, 2023
1 parent d59457e commit 6e3dda2
Show file tree
Hide file tree
Showing 41 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
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/

0 comments on commit 6e3dda2

Please sign in to comment.