summaryrefslogtreecommitdiffstats
path: root/platform/macos/export
Commit message (Collapse)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
| | | | | | | | - Set clang-format `Standard` rule to `c++20`
* | 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 Redot
| * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `core/os/os.h` doesn't use `core/io/image.h`. It just brings transitive dependencies. Lots of dependencies because `core/os/os.h` is transitively included in almost every file of godot Also added `core/io/image.h` into files^1 where `Ref<Image>` and `core/os/os.h` were used to prevent obscure errors involving `Ref<Image>` ^1 except those which include `core/io/image_loader.h` or `core/io/image.h` by corresponding .h file with the same name Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com> Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
* | 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
|/ | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* 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
| | | | Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>
* 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.
| * [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")`.
| * 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 ↵bruvzg2024-06-167-3019/+3
| | | | library if it's missing.
* 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.
| * [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
|/ | | | | | | * 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
* 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.
| * [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
|/ | | | other platforms.
* Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKsDavid Nikdel2024-03-061-1/+1
| | | | | | | | | | | | fixes godotengine#82061 fixes godotengine#61556 Also, distinguish between main pack and DLC packs. It's desirable to downloaded content to be as small as possible. This change avoids bloating non-main pack files with new versions of resources that are all read on startup and never used again. They have no effect if loaded after startup. - project.godot/project.binary file - extension_list.cfg - app icon and boot_splash - .ico and .icns files (these can still be opted in for DLC by listing them explicitly in the include filter)
* 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 framework bundle ID characters.
| * [macOS] Generate min. Info.plist for frameworks if it's missing. Validate ↵bruvzg2024-02-031-0/+63
| | | | | | | | framework bundle ID characters.
* | Merge pull request #87657 from bruvzg/app_distRémi Verschelde2024-02-131-3/+31
|\ \ | | | | | | | | | [macOS export] Allow unpacked .app export in "Distribution" export mode.
| * | [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.
| * [macOS export] Fix RLE icon generation.bruvzg2024-01-071-49/+36
| |
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | This change introduces a new EditorThemeManager class to abstract theme generatio and its subroutines. Logic related to EditorTheme, EditorColorMap, and editor icons has been extracted into their respective files with includes cleaned up. All related files have been moved to a separate folder to better scope them in the project. This includes relevant generated files as well.
* | [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. ↵StagnationPoint2024-01-051-2/+6
| | | | Since ETC2 ASTC is required for universal builds, also ensure it is enabled for them.
* Ensure more export errors are reported to usersYuri Sizov2023-12-061-7/+8
| | | | | | | Also fixes the timing issue when exporting all presets at the same time, where the error report would try to appear while the progress dialog was still visible.
* Fix order of operations for macos template checkAlex Drozd2023-11-261-9/+3
|
* [macOS export] Improve icon generation.bruvzg2023-11-061-27/+12
|