Skip to content

Commit

Permalink
- added screenshot to warning alerts for easier identification
Browse files Browse the repository at this point in the history
- much improved reliability and efficiency
  • Loading branch information
Jan de Vries committed Nov 10, 2023
1 parent 9e43e96 commit 2fa0a4e
Show file tree
Hide file tree
Showing 4 changed files with 666 additions and 186 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ DerivedData/
.swiftpm/config/registries.json
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc
.derivedData
.dependencies
9 changes: 1 addition & 8 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.3
// swift-tools-version:5.6
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand All @@ -9,18 +9,11 @@ let package = Package(
.iOS(.v9), .tvOS(.v9)
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
name: "LeakedViewControllerDetector",
targets: ["LeakedViewControllerDetector"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(
name: "LeakedViewControllerDetector",
dependencies: []),
Expand Down
Loading

0 comments on commit 2fa0a4e

Please sign in to comment.