virtualx-engine/platform/macos/export
A Thousand Ships a0dbdcc3ab
Replace find with contains/has where applicable
* Replaces `find(...) != -1` with `contains` for `String`
* Replaces `find(...) == -1` with `!contains` for `String`
* Replaces `find(...) != -1` with `has` for containers
* Replaces `find(...) == -1` with `!has` for containers
2024-05-08 12:37:42 +02:00
..
codesign.cpp
codesign.h
export.cpp
export.h [Export] Add readable descriptions and validation warnings to the export options. 2023-04-19 08:35:59 +03:00
export_plugin.cpp Replace find with contains/has where applicable 2024-05-08 12:37:42 +02:00
export_plugin.h [macOS export] Detect embedded helper executables using MachO header. 2024-04-09 13:19:24 +03:00
lipo.cpp
lipo.h
logo.svg
macho.cpp [macOS export] Detect embedded helper executables using MachO header. 2024-04-09 13:19:24 +03:00
macho.h [macOS export] Detect embedded helper executables using MachO header. 2024-04-09 13:19:24 +03:00
run_icon.svg