summaryrefslogtreecommitdiffstats
path: root/platform/osx/export/export_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-1673/+0
* Add static methods for creating Image and ImageTexturekobewi2022-07-081-4/+2
* [macOS export] Unref FileAccess to ensure chmod is successful.bruvzg2022-07-021-0/+1
* Add readable export errors.bruvzg2022-06-081-32/+81
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Fix ZipIO crash when reused (and possible leaks).bruvzg2022-05-111-2/+4
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-14/+16
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-38/+25
* Fix some issues found by cppcheck.bruvzg2022-04-061-0/+3
* Merge pull request #58455 from bruvzg/export_scriptRémi Verschelde2022-03-181-9/+40
|\
| * [Export] Add "export console script" option for Linux, macOS, and Windows exp...bruvzg2022-03-141-9/+40
* | Implement GDExtension export plugin.bruvzg2022-03-161-13/+22
|/
* Improve app name and system permission message localization.bruvzg2022-03-041-12/+106
* [macOS and iOS export] Add localized application name to the translation .pli...bruvzg2022-03-041-0/+5
* i18n: Sync editor translations with WeblateRémi Verschelde2022-02-161-9/+9
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-2/+5
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* [macOS] Add empty translation files to the exported app bundle, to allow tran...bruvzg2022-02-031-0/+18
* [Export] Instead of removing unsupported options, hide it.bruvzg2022-01-221-16/+33
* [macOS export] Implements ad-hoc signing on Linux/Windows, adds extra priv...bruvzg2022-01-181-98/+279
* [macOS export] Improve code signing/notarization options validation.bruvzg2022-01-101-12/+52
* Merge pull request #56517 from bruvzg/fix_export_utf8Rémi Verschelde2022-01-051-1/+1
|\
| * Fix decoding UTF-8 filenames on unzipping.bruvzg2022-01-051-1/+1
* | Merge pull request #56047 from piiertho/feature/osx-sign-directoryRémi Verschelde2022-01-051-15/+106
|\ \ | |/ |/|
| * OSX: Add signing of directory structure in Library when exporting for OSX.Pierre-Thomas Meisels2021-12-281-15/+106
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-4/+4
* Don't return reference on copy assignment operatorsRémi Verschelde2021-11-301-2/+4
* [Export] Read and ZIP project files in 16K chunks instead of reading the whol...bruvzg2021-11-061-2/+15
* clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-281-5/+5
* Fix specific warnings issues by ClangK. S. Ernest (iFire) Lee2021-10-141-2/+0
* [macOS, sandbox] Add export option to embed and sign helper executables.bruvzg2021-09-271-5/+48
* Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke2021-08-221-2/+2
* Use the Unicode multiplication symbol where relevantHugo Locurcio2021-08-121-8/+8
* Split osx platform export template into multiple filesSergey Minakov2021-08-121-0/+1085