Skip to content

Releases: johnno1962/InjectionIII

5.0.1 Xcode 15.4, xrOS, device and TCA injection

25 May 17:38
Compare
Choose a tag to compare

Injection bundle can now fall back to a standalone implementation if it cannot connect to the InjectionIII.app i.e. all that is required is to load one of the bundles in the app resources (this only works for an iOS 14+ simulator on an Apple Silicon Mac). Includes package, framework and SwiftUI profiling and tracing with filtering if you use the app. Once you have traced and run through the common code paths of a project use "Method Tracing/Reorder Project" to re-order compilation and memory layout to optimise startup times of very large applications. When tracing "live" instance are tracked and counts per class can be displayed using the "Instance Counts" menu item. This version has command line options -projectFile and -addDirectory you can use in a "Build Phase" to start injection with the correct project selected. Built with Xcode 15.2, includes support for Xcode 15 or before back to Xcode 10.2. The very basic Bazel support is outlined in the document BAZEL.md

Full Changelog: 5.0.0...5.0.1RC1

5.0.0 Xcode 15.3, xrOS, device and TCA injection

15 Apr 16:45
c4dcf40
Compare
Choose a tag to compare

Injection bundle can now fall back to a standalone implementation if it cannot connect to the InjectionIII.app i.e. all that is required is to load one of the bundles in the app resources (this only works for an iOS 14+ simulator on an Apple Silicon Mac). Includes package, framework and SwiftUI profiling and tracing with filtering if you use the app. Once you have traced and run through the common code paths of a project use "Method Tracing/Reorder Project" to re-order compilation and memory layout to optimise startup times of very large applications. When tracing "live" instance are tracked and counts per class can be displayed using the "Instance Counts" menu item. This version has command line options -projectFile and -addDirectory you can use in a "Build Phase" to start injection with the correct project selected. Built with Xcode 15.2, includes support for Xcode 15 or before back to Xcode 10.2. The very basic Bazel support is outlined in the document BAZEL.md

Full Changelog: 4.8.4...5.0.0

4.8.4 Xcode 15.3, xrOS, device and TCA injection

01 Apr 17:41
Compare
Choose a tag to compare

Injection bundle can now fall back to a standalone implementation if it cannot connect to the InjectionIII.app i.e. all that is required is to load one of the bundles in the app resources (this only works for an iOS 14+ simulator on an Apple Silicon Mac). Includes package, framework and SwiftUI tracing with filtering if you do use the app. Once you have traced and run through the common code paths of a project use "Method Tracing/Reorder Project" to re-order compilation and memory layout to optimise startup times of very large applications. When tracing "live" instance are tracked and counts per class can be displayed using the "Instance Counts" menu item. This version has command line options -projectFile and -addDirectory you can use in a "Build Phase" to start injection with the correct project selected. Built with Xcode 15.2, includes support for Xcode 15 or before back to Xcode 10.2. The very basic Bazel support is outlined in the document BAZEL.md

Full Changelog: 4.8.3...4.8.4

4.8.3 Xcode 15.2, xrOS, device and Vapor injection

07 Mar 10:50
Compare
Choose a tag to compare

Injection bundle can now fall back to a standalone implementation if it cannot connect to the InjectionIII.app i.e. all that is required is to load one of the bundles in the app resources (this only works for an iOS 14+ simulator on an Apple Silicon Mac). Includes package, framework and SwiftUI tracing with filtering if you do use the app. Once you have traced and run through the common code paths of a project use "Method Tracing/Reorder Project" to re-order compilation and memory layout to optimise startup times of very large applications. When tracing "live" instance are tracked and counts per class can be displayed using the "Instance Counts" menu item. This version has command line options -projectFile and -addDirectory you can use in a "Build Phase" to start injection with the correct project selected. Built with Xcode 15.2, includes support for Xcode 15 or before back to Xcode 10.2. The very basic Bazel support is outlined in the document BAZEL.md

Full Changelog: 4.8.2...4.8.3

4.8.2 Xcode 15.2, xrOS, device and Vapor injection

17 Jan 16:26
Compare
Choose a tag to compare

Injection bundle can now fall back to a standalone implementation if it cannot connect to the InjectionIII.app i.e. all that is required is to load one of the bundles in the app resources (this only works for an iOS 14+ simulator on an Apple Silicon Mac). Includes package, framework and SwiftUI tracing with filtering if you do use the app. Once you have traced and run through the common code paths of a project use "Method Tracing/Reorder Project" to re-order compilation and memory layout to optimise startup times of very large applications. When tracing "live" instance are tracked and counts per class can be displayed using the "Instance Counts" menu item. This version has command line options -projectFile and -addDirectory you can use in a "Build Phase" to start injection with the correct project selected. Built with Xcode 15.2, includes support for Xcode 15 or before back to Xcode 10.2. The very basic Bazel support is outlined in the document BAZEL.md

Full Changelog: 4.8.1...4.8.2

4.8.1 Xcode 15, xrOS, device and Vapor injection

09 Jan 12:31
24b7981
Compare
Choose a tag to compare

Injection bundle can now fall back to a standalone implementation if it cannot connect to the InjectionIII.app i.e. all that is required is to load one of the bundles in the app resources (this only works for an iOS 14+ simulator on an Apple Silicon Mac). Includes package, framework and SwiftUI tracing with filtering if you do use the app. Once you have traced and run through the common code paths of a project use "Method Tracing/Reorder Project" to re-order compilation and memory layout to optimise startup times of very large applications. When tracing "live" instance are tracked and counts per class can be displayed using the "Instance Counts" menu item. This version has command line options -projectFile and -addDirectory you can use in a "Build Phase" to start injection with the correct project selected. Built with Xcode 15.2, includes support for Xcode 15 or before back to Xcode 10.2. The very basic Bazel support is outlined in the document BAZEL.md

Full Changelog: 4.8.0...4.8.1

4.8.0 Xcode 15, xrOS, device and Vapor injection

03 Dec 14:00
57cd79c
Compare
Choose a tag to compare

Injection bundle can now fall back to a standalone implementation if it cannot connect to the InjectionIII.app i.e. all that is required is to load one of the bundles in the app resources (this only works for an iOS 14+ simulator on an Apple Silicon Mac). Includes package, framework and SwiftUI tracing with filtering if you do use the app. Once you have traced and run through the common code paths of a project use "Method Tracing/Reorder Project" to re-order compilation and memory layout to optimise startup times of very large applications. When tracing "live" instance are tracked and counts per class can be displayed using the "Instance Counts" menu item. This version has command line options -projectFile and -addDirectory you can use in a "Build Phase" to start injection with the correct project selected. Built with Xcode 14.3, includes support for Xcode 15 or before back to Xcode 10.2. The very basic Bazel support is outlined in the document BAZEL.md

Full Changelog: 4.7.6...4.8.0

4.7.6 Xcode 15, xrOS, device and Vapor injection

16 Nov 10:03
Compare
Choose a tag to compare

Injection bundle can now fall back to a standalone implementation if it cannot connect to the InjectionIII.app i.e. all that is required is to load one of the bundles in the app resources (this only works for an iOS 14+ simulator on an Apple Silicon Mac). Includes package, framework and SwiftUI tracing with filtering if you do use the app. Once you have traced and run through the common code paths of a project use "Method Tracing/Reorder Project" to re-order compilation and memory layout to optimise startup times of very large applications. When tracing "live" instance are tracked and counts per class can be displayed using the "Instance Counts" menu item. This version has command line options -projectFile and -addDirectory you can use in a "Build Phase" to start injection with the correct project selected. Built with Xcode 14.3, includes support for Xcode 15 or before back to Xcode 10.2. The very basic Bazel support is outlined in the document BAZEL.md

Full Changelog: 4.7.5...4.7.6

4.7.5 Xcode 15, xrOS, device and Vapor injection

12 Oct 19:33
Compare
Choose a tag to compare

Injection bundle can now fall back to a standalone implementation if it cannot connect to the InjectionIII.app i.e. all that is required is to load one of the bundles in the app resources (this only works for an iOS 14+ simulator on an Apple Silicon Mac). Includes package, framework and SwiftUI tracing with filtering if you do use the app. Once you have traced and run through the common code paths of a project use "Method Tracing/Reorder Project" to re-order compilation and memory layout to optimise startup times of very large applications. When tracing "live" instance are tracked and counts per class can be displayed using the "Instance Counts" menu item. This version has command line options -projectFile and -addDirectory you can use in a "Build Phase" to start injection with the correct project selected. Built with Xcode 14.3, includes support for Xcode 15 or before back to Xcode 10.2. The very basic Bazel support is outlined in the document BAZEL.md

Full Changelog: 4.7.4...4.7.5

4.7.4 Xcode 15, xrOS, device and Vapor injection

22 Sep 02:59
Compare
Choose a tag to compare

Injection bundle can now fall back to a standalone implementation if it cannot connect to the InjectionIII.app i.e. all that is required is to load one of the bundles in the app resources (this only works for an iOS 14+ simulator on an Apple Silicon Mac). Includes package, framework and SwiftUI tracing with filtering if you do use the app. Once you have traced and run through the common code paths of a project use "Method Tracing/Reorder Project" to re-order compilation and memory layout to optimise startup times of very large applications. When tracing "live" instance are tracked and counts per class can be displayed using the "Instance Counts" menu item. This version has command line options -projectFile and -addDirectory you can use in a "Build Phase" to start injection with the correct project selected. Built with Xcode 14.3, includes support for Xcode 15 or before back to Xcode 10.2. The very basic Bazel support is outlined in the document BAZEL.md

Full Changelog: 4.7.3...4.7.4