summaryrefslogtreecommitdiffstats
path: root/platform/macos/export
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-2/+2
|\
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-2/+2
* | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-0/+5
|\|
| * [GDExtension] Improve macOS library loading/export.bruvzg2024-11-041-0/+5
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\|
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-274-8/+8
* | Merge pull request #774 from Spartan322/fix/macos-export-pluginGeorge L. Albany2024-10-231-2/+2
|\ \
| * | Rebrand macos exports to RedotSpartan3222024-10-221-2/+2
* | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-0/+1
|\ \ \ | |/ / |/| / | |/
| * Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-181-0/+1
* | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6dSpartan3222024-10-181-1/+15
|\|
| * added ability to add extra codesign entitlements for macos from godot editorTravis Lange2024-10-131-1/+15
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-114-0/+8
|/
* Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-1/+1
* Add Advanced Settings switch to Editor Settingskobewi2024-09-171-1/+1
* [Editor] Expose more editor settings to documentationA Thousand Ships2024-09-121-0/+1
* Reenable macOS .app export from Windows, add warnings about Unix permissions.bruvzg2024-09-071-4/+15
* Merge pull request #95885 from bruvzg/macos_archRémi Verschelde2024-09-061-2/+7
|\
| * [macOS] Use per-architecture min. OS version for export.bruvzg2024-08-211-2/+7
* | Allow adding custom export platforms using scripts / GDExtension.bruvzg2024-08-282-7/+6
|/
* Add Metal support for macOS (arm64) and iOSStuart Carnie2024-08-201-0/+1
* Only main binaries require entitlements. This fixes signing issues on macOS.Leonardo Demartino2024-08-131-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