summaryrefslogtreecommitdiff
path: root/platform/osx/export
AgeCommit message (Expand)Author
2022-02-04Cleanup and move char functions to the `char_utils.h` header.bruvzg
2022-02-03[macOS] Add empty translation files to the exported app bundle, to allow tran...bruvzg
2022-01-22[Export] Instead of removing unsupported options, hide it.bruvzg
2022-01-18[macOS export] Implements ad-hoc signing on Linux/Windows, adds extra priv...bruvzg
2022-01-10[macOS export] Improve code signing/notarization options validation.bruvzg
2022-01-05Merge pull request #56517 from bruvzg/fix_export_utf8Rémi Verschelde
2022-01-05Merge pull request #56047 from piiertho/feature/osx-sign-directoryRémi Verschelde
2022-01-05Fix decoding UTF-8 filenames on unzipping.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-28OSX: Add signing of directory structure in Library when exporting for OSX.Pierre-Thomas Meisels
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-30Don't return reference on copy assignment operatorsRémi Verschelde
2021-11-06[Export] Read and ZIP project files in 16K chunks instead of reading the whol...bruvzg
2021-10-28clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde
2021-10-14Fix specific warnings issues by ClangK. S. Ernest (iFire) Lee
2021-09-27[macOS, sandbox] Add export option to embed and sign helper executables.bruvzg
2021-08-31Make platform feature tag names lowercaseHugo Locurcio
2021-08-22Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke
2021-08-12Use the Unicode multiplication symbol where relevantHugo Locurcio
2021-08-12Split osx platform export template into multiple filesSergey Minakov
2021-07-26[macOS] Add "debugging" (`get-task-allow`) to the export options, to allow us...bruvzg
2021-07-09[macOS, Mono] Automatically enable JIT entitlements for the Mono exports.bruvzg
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-14Add LSApplicationCategoryType to the template and export dialog.bruvzg
2021-06-12Merge pull request #49123 from aaronfranke/it-is-timeRémi Verschelde
2021-06-11Add Time singletonAaron Franke
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-05-31Implement shader cachingreduz
2021-05-25Rename File::get_len() get_length()Marcel Admiraal
2021-05-24Add GDNative Framework loading and export support.bruvzg
2021-05-17Make all file access 64-bit (uint64_t)Pedro J. Estébanez
2021-04-27Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde
2021-03-29[macOS] Enable code signing by default, use ad-hoc signature if no identity s...bruvzg
2021-03-18Add "Replace existing signature" to the macOS export (enabled by default).bruvzg
2021-03-03Merge pull request #43768 from sjml/mac-mono-export-fixRémi Verschelde
2021-03-03Mono/macOS: Separate data dir into frameworks and resources for codesigningShane Liesegang
2021-03-03[macOS] Add entitlements config and export template `dylib` signing to the ex...bruvzg
2021-01-09Split OS::execute into two methodsMarcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-08Merge pull request #43742 from qarmin/editor_modules_default_valuesRémi Verschelde
2020-12-04OSX: Fix tmp .app folder name after #44060Rémi Verschelde
2020-12-03OSX: Remove tmp .app folder instead of moving to trashRémi Verschelde
2020-12-02Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-08-01platform: Update metadata for export platformsChristopher Davis
2020-07-10Add override keywords.Marcel Admiraal
2020-06-30[macOS export] Set correct external file attributes (Unix mode), and creation...bruvzg
2020-06-20Set proper file type attribute for OSX zip exportPouleyKetchoupp