Skip to content

Commit

Permalink
Use SwiftLeakCheck SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
dimohamdy committed Aug 4, 2023
1 parent df22824 commit e30be50
Show file tree
Hide file tree
Showing 31 changed files with 38 additions and 3,568 deletions.
176 changes: 12 additions & 164 deletions MemoryLeak.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
{
"pins" : [
{
"identity" : "swift-leak-check",
"kind" : "remoteSourceControl",
"location" : "https://github.com/dimohamdy/swift-leak-check",
"state" : {
"branch" : "master",
"revision" : "88e4364b4cec6fd78afd2e212c7a510e83af9b90"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"location" : "https://github.com/apple/swift-syntax",
"state" : {
"revision" : "2c49d66d34dfd6f8130afdba889de77504b58ec0",
"version" : "508.0.1"
"revision" : "cd793adf5680e138bf2bcbaacc292490175d0dcd",
"version" : "508.0.0"
}
}
],
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array/>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
shouldAutocreateTestPlan = "YES">
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
buildConfiguration = "Release"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
Expand Down
12 changes: 0 additions & 12 deletions MemoryLeak/Sources/SwiftLeakCheck/BackwardCompatiblity.swift

This file was deleted.

24 changes: 0 additions & 24 deletions MemoryLeak/Sources/SwiftLeakCheck/BaseSyntaxTreeLeakDetector.swift

This file was deleted.

48 changes: 0 additions & 48 deletions MemoryLeak/Sources/SwiftLeakCheck/DirectoryScanner.swift

This file was deleted.

50 changes: 0 additions & 50 deletions MemoryLeak/Sources/SwiftLeakCheck/Function.swift

This file was deleted.

172 changes: 0 additions & 172 deletions MemoryLeak/Sources/SwiftLeakCheck/FunctionSignature.swift

This file was deleted.

Loading

0 comments on commit e30be50

Please sign in to comment.