Skip to content

v0.4.2

Compare
Choose a tag to compare
@rusty-bits rusty-bits released this 28 Jun 21:28
· 83 commits to main since this release
65f41b3
  • pasting an item into a dictionary where that item already exists will place "-copy" on the end of the new item

    • for example, in the DeviceProperties > Add section you can now copy and paste an existing entry to quickly add another device
  • OpenCanopy Resources folders placed in the INPUT folder will now be used in place of the OcBinaryData Resource folders instead of being copies on top of the OcBinaryData Resources

    • if the INPUT/Resources/ABCDE... folder doesn't exist, or is empty, the OcBinaryData Resources will still be added to the OUTPUT/EFI
  • can now use the manifest files as the input config.plist to test builds using the specific kexts versions saved in the manifest

    • e.g. ./octool INPUT/modified_config.plist.man will load the modified_config.plist and set the build type, build version, and kext versions to use based on the settings when the modified_config.plist was saved