Skip to content

Commit

Permalink
Remove memory tracker extension
Browse files Browse the repository at this point in the history
  • Loading branch information
mchirino89 committed Jan 7, 2023
1 parent e4511e5 commit 9fd3d55
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 86 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import PackageDescription
let package = Package(
name: "MauriUtils",
platforms: [
.macOS(.v10_14),
.iOS(.v10)
.iOS(.v13),
.macOS(.v10_14)
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
Expand Down
2 changes: 1 addition & 1 deletion Sources/MauriUtils/Extensions/Secuences/Array+Helper.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// File.swift
// Array+Helper.swift
//
//
// Created by Mauricio Chirino on 05/12/20.
Expand Down
24 changes: 0 additions & 24 deletions Sources/MauriUtils/Helpers/XCTest+MemoryLeakTracker.swift

This file was deleted.

7 changes: 0 additions & 7 deletions Tests/LinuxMain.swift

This file was deleted.

5 changes: 0 additions & 5 deletions Tests/MauriUtilsTests/Decoder/FileReaderTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ final class FileReaderTest: XCTestCase {
XCTAssertNotNil(localFile)
}

func testNonExistingFileFromBundle() {
let localFile = fileReader.read(in: Bundle.module, from: "loremIpsum", and: .plist)
XCTAssertNil(localFile)
}

func testReadLocalFile() {
let path = folderPath + fileName
XCTAssertNotNil(fileReader.readAt(url: path))
Expand Down
37 changes: 0 additions & 37 deletions Tests/MauriUtilsTests/Helpers/MemoryLeakTrackerTestCases.swift

This file was deleted.

2 changes: 1 addition & 1 deletion Tests/MauriUtilsTests/Mock/FrameworkSetupMock.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// File.swift
// FrameworkSetupMock.swift
//
//
// Created by Mauricio Chirino on 06/12/20.
Expand Down
9 changes: 0 additions & 9 deletions Tests/MauriUtilsTests/XCTestManifests.swift

This file was deleted.

0 comments on commit 9fd3d55

Please sign in to comment.