Skip to content

Commit

Permalink
add build
Browse files Browse the repository at this point in the history
  • Loading branch information
ezefranca committed Aug 29, 2024
1 parent df33464 commit 6aa4ece
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,4 @@ Sources/.DS_Store
.DS_Store
.DS_Store
.DS_Store
/.build
2 changes: 1 addition & 1 deletion Sources/check-permissions-cli/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Foundation
import ArgumentParser
import Rainbow
import SwiftyTextTable
import permissions_scan_package
import check_permissions

struct PermissionScan: ParsableCommand {
static let configuration = CommandConfiguration(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import XCTest
@testable import permissions_scan_package
@testable import check_permissions

final class PermissionCheckerTests: XCTestCase {

Expand Down

0 comments on commit 6aa4ece

Please sign in to comment.