summaryrefslogtreecommitdiffstats
path: root/platform/macos/export
Commit message (Expand)AuthorAgeFilesLines
* Only main binaries require entitlements. This fixes signing issues on macOS.Leonardo Demartino2024-09-171-4/+4
* Merge pull request #94680 from bruvzg/fix_net_detectionRémi Verschelde2024-07-241-3/+3
|\
| * Replace .NET detection code with `ClassDB::class_exists("CSharpScript")`.bruvzg2024-07-231-3/+3
* | [macOS export] Do not stop export on signing errors.bruvzg2024-07-232-30/+20
|/
* [macOS] Fix codesigning of .NET helper executables when sandboxing is disabled.bruvzg2024-07-182-10/+11
* Style: Optimize `.svg` files with `svgo`Thaddeus Crews2024-06-232-2/+2
* [iOS export] Automatically generate ARM64 simulator library from device libra...bruvzg2024-06-167-3019/+3
* Fix issues related to code-signing for macOS exportsMikael Hermansson2024-06-122-6/+31
* Merge pull request #91377 from bruvzg/macos_privacyRémi Verschelde2024-05-152-0/+160
|\
| * [macOS export] Add support for privacy manifest configuration.bruvzg2024-04-302-0/+160
* | Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-23/+23
|/
* Merge pull request #90428 from bruvzg/macos_detect_helper_exesRémi Verschelde2024-04-294-20/+57
|\
| * [macOS export] Detect embedded helper executables using MachO header.bruvzg2024-04-094-20/+57
* | Revert pack trimming introduced by #82084Mikael Hermansson2024-04-101-1/+1
* | [.NET] Disable output embedding on macOS, move it to the advanced options on ...bruvzg2024-04-091-0/+6
|/
* Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKsDavid Nikdel2024-03-061-1/+1
* Merge pull request #87908 from bruvzg/mac_gen_plistRémi Verschelde2024-02-131-0/+63
|\
| * [macOS] Generate min. Info.plist for frameworks if it's missing. Validate fra...bruvzg2024-02-031-0/+63
* | Merge pull request #87657 from bruvzg/app_distRémi Verschelde2024-02-131-3/+31
|\ \
| * | [macOS export] Allow unpacked .app export in "Distribution" export mode.bruvzg2024-01-281-3/+31
| |/
* | Merge pull request #86934 from bruvzg/mac_icon_fixRémi Verschelde2024-02-131-49/+36
|\ \ | |/ |/|
| * [macOS export] Fix RLE icon generation.bruvzg2024-01-071-49/+36
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* | [macOS/iOS export] Add option to set custom Info.plist data.bruvzg2024-01-115-979/+27
|/
* Add logging when macOS export will fail due to disabled texture formats. Sinc...StagnationPoint2024-01-051-2/+6
* Ensure more export errors are reported to usersYuri Sizov2023-12-061-7/+8
* Fix order of operations for macos template checkAlex Drozd2023-11-261-9/+3
* [macOS export] Improve icon generation.bruvzg2023-11-061-27/+12
* [macOS] Remove deprecated altool notarization support, add warning for rcodes...bruvzg2023-11-021-89/+10
* Use "version" project setting as macOS/iOS "short_version" fallback.bruvzg2023-10-201-2/+2
* Merge pull request #81969 from bruvzg/macsignRémi Verschelde2023-10-031-3/+3
|\
| * [macOS export] Fix GDExtension framework +x flag errors, allow recursive sign...bruvzg2023-09-201-3/+3
* | [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...bruvzg2023-09-211-0/+23
|/
* Add EditorStringNames singletonkobewi2023-09-031-1/+2
* Add a button in the export dialog to fix missing texture formatsAaron Franke2023-08-171-6/+3
* Add a "version" project setting and use it in new export presetsHugo Locurcio2023-08-041-2/+2
* [macOS Export] Disable unpacked .app bundle export on Windows.bruvzg2023-07-271-0/+2
* iOS: Add `export_project_only` flagPhil Hudson2023-07-171-1/+1
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+1
* [macOS] Implement optional native file selection dialog support for sandboxed...bruvzg2023-07-121-0/+9
* Merge pull request #79062 from MewPurPur/svg-optimizationsYuri Sizov2023-07-121-1/+1
|\
| * Optimize SVG icons and remove unused Transpose iconMewPurPur2023-07-071-1/+1
* | Merge pull request #78248 from felaugmar/load-svg-adjustable-scaleYuri Sizov2023-07-121-3/+2
|\ \
| * | Added Image's `load_svg_from_(buffer|string)`Felipe Augusto Marques2023-06-231-3/+2
| |/
* / Remove uses of `vformat()` with no placeholdersHugo Locurcio2023-06-281-11/+11
|/
* SCons: Move platform logo/run icon to `export` folderRémi Verschelde2023-06-203-2/+4
* macOS: Finish checking templates before validating texture formatsAaron Franke2023-06-191-13/+10
* Allow exporting release Android builds without a debug keystoreMichael Alexsander2023-06-192-2/+2
* [macOS export] Fix lipo file handling.bruvzg2023-06-161-14/+16
* Merge pull request #75984 from KoBeWi/ConsoleMcWrapRémi Verschelde2023-06-121-4/+4
|\