Full Changelog: 0.3.0...0.4.0
Reimplementation of facebook/fishhook with Swift using MachOKit
{ "name": "FishHook", "path": "/usr/src/package", "targets": [ { "name": "FishHookTests", "path": "Tests/FishHookTests", "type": "test", "c99name": "FishHookTests", "sources": [ "FishHookTests.swift", "disableExclusivityChecking.swift", "function.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "FishHook" ] }, { "name": "FishHook", "path": "Sources/FishHook", "type": "library", "c99name": "FishHook", "sources": [ "Extension/MachOImage+.swift", "FishHook.swift", "Model/Rebinding.swift", "Model/RebindingsEntry.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "FishHook" ], "product_dependencies": [ "MachOKit" ] } ], "products": [ { "name": "FishHook", "type": { "library": [ "automatic" ] }, "targets": [ "FishHook" ] } ], "platforms": [], "dependencies": [ { "url": "https://github.com/p-x9/MachOKit.git", "type": "sourceControl", "identity": "machokit", "requirement": { "range": [ { "lower_bound": "0.13.0", "upper_bound": "1.0.0" } ] } } ], "tools_version": "5.9", "manifest_display_name": "FishHook" }
{ "name": "FishHook", "targets": [ { "name": "FishHook", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "product": [ "MachOKit", "MachOKit", null, null ] } ], "packageAccess": true }, { "name": "FishHookTests", "type": "test", "exclude": [], "settings": [ { "kind": { "unsafeFlags": { "_0": [ "-Xlinker", "-interposable" ] } }, "tool": "linker" } ], "resources": [], "dependencies": [ { "byName": [ "FishHook", null ] } ], "packageAccess": true } ], "products": [ { "name": "FishHook", "type": { "library": [ "automatic" ] }, "targets": [ "FishHook" ] } ], "pkgConfig": null, "platforms": [], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "machokit", "location": { "remote": [ { "urlString": "https://github.com/p-x9/MachOKit.git" } ] }, "requirement": { "range": [ { "lowerBound": "0.13.0", "upperBound": "1.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.9.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "FishHook", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/p-x9/MachOKit.git", "name": "MachOKit", "path": "/usr/src/package/.build/checkouts/MachOKit", "version": "0.13.0", "identity": "machokit", "dependencies": [] } ] }