Skip to content

Commit

Permalink
Revert package folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev committed Mar 27, 2024
1 parent 7607e67 commit c63897b
Show file tree
Hide file tree
Showing 60 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ let package = Package(
),
.target(
name: "Auth",
dependencies: goTrueDependencies,
path: "Auth/Sources"
dependencies: goTrueDependencies
),
.testTarget(
name: "AuthTests",
Expand All @@ -85,7 +84,6 @@ let package = Package(
.product(name: "XCTestDynamicOverlay", package: "xctest-dynamic-overlay"),
.product(name: "CustomDump", package: "swift-custom-dump"),
],
path: "Auth/Tests",
exclude: [
"__Snapshots__",
],
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c63897b

Please sign in to comment.