summaryrefslogtreecommitdiffstats
path: root/platform/ios/export/export_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* [iOS export] Improve .xcframework exporting.bruvzg2024-01-111-91/+275
* [macOS/iOS export] Add option to set custom Info.plist data.bruvzg2024-01-111-0/+25
* set provisioning style for both "iPhone Developer" and "iPhone Distribution" ...Sassan Haradji2024-01-111-2/+2
* [iOS export] Add export options for performance capabilities and min. iOS ver...bruvzg2024-01-041-1/+12
* Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-041-1/+1
|\
| * Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
* | [iOS] Remove deprecated LaunchImages support and switch to Storyboard by defa...bruvzg2023-12-181-162/+8
|/
* Remove unnecessary assignmentsWilson E. Alvarez2023-12-131-2/+1
* Merge pull request #85546 from bruvzg/devicectl_supportYuri Sizov2023-12-081-35/+132
|\
| * [iOS one-click] Add support for Xcode 15 devicectl.bruvzg2023-11-301-35/+132
* | Ensure more export errors are reported to usersYuri Sizov2023-12-061-47/+87
* | [iOS] Use mdfind to check if Xcode is installed in one-click deploy code.bruvzg2023-12-051-8/+14
|/
* [iOS] Check if Xcode is installed in one-click deploy code.bruvzg2023-11-211-1/+17
* [iOS] Fix dotnet export.bruvzg2023-11-161-7/+14
* Use "version" project setting as macOS/iOS "short_version" fallback.bruvzg2023-10-201-2/+2
* Fix dotnet dev_mode regressionThaddeus Crews2023-10-101-7/+7
* Add C# iOS supportAndreia Gaita2023-10-091-5/+8
* Add EditorStringNames singletonkobewi2023-09-031-3/+4
* Add a button in the export dialog to fix missing texture formatsAaron Franke2023-08-171-3/+2
* Add a "version" project setting and use it in new export presetsHugo Locurcio2023-08-041-2/+2
* Merge pull request #79351 from Repiteo/dotnet-handle-warningsYuri Sizov2023-07-261-7/+7
|\
| * Allow MSVC dev_mode builds to succeed with dotnetThaddeus Crews2023-07-171-7/+7
* | iOS: Add `export_project_only` flagPhil Hudson2023-07-171-1/+9
* | Implement iOS one-click deploy.bruvzg2023-07-121-24/+435
* | Merge pull request #78248 from felaugmar/load-svg-adjustable-scaleYuri Sizov2023-07-121-2/+1
|\ \ | |/ |/|
| * Added Image's `load_svg_from_(buffer|string)`Felipe Augusto Marques2023-06-231-2/+1
* | Display a message about missing C# support on Android/iOS/Web platformsHugo Locurcio2023-06-241-1/+9
|/
* SCons: Move platform logo/run icon to `export` folderRémi Verschelde2023-06-201-1/+1
* Allow exporting release Android builds without a debug keystoreMichael Alexsander2023-06-191-1/+1
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-081-1/+2
* Store sensitive export options in dedicated credentials fileAndreas Raddau2023-05-101-7/+7
* Fix wait for thread not startedSamuele Panzeri2023-04-271-1/+3
* Merge pull request #76026 from YuriSizov/editor-running-up-that-guiRémi Verschelde2023-04-261-0/+1
|\
| * Extract editor run toolbar into its own componentYuri Sizov2023-04-191-0/+1
* | Merge pull request #76037 from theromis/masterRémi Verschelde2023-04-251-7/+7
|\ \ | |/ |/|
| * ios splash screen rotation fixRoman Vasilyev2023-04-131-7/+7
* | [Export] Add readable descriptions and validation warnings to the export opti...bruvzg2023-04-191-22/+53
|/
* Refactor high quality texture importJuan Linietsky2023-01-301-0/+1
* Linux/BSD: Add LINUXBSD_ENABLED define for non X11-related checksRémi Verschelde2023-01-161-3/+3
* Merge pull request #63312 from bruvzg/one_clickRémi Verschelde2023-01-131-1/+16
|\
| * [Export] Add one-click deploy over SSH for the desktop exports.bruvzg2022-12-291-1/+16
* | [iOS Export] Check Xcode output and display errors if code signing, project ...bruvzg2023-01-111-2/+14
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-1/+1
* [Export] Use image loader directly to avoid "resource as image file" errors.bruvzg2022-11-211-3/+3
* Windows icon export improvements.bruvzg2022-11-181-10/+13
* [iOS] iOS export improvements.bruvzg2022-11-171-54/+67
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-15/+15
* Make some Image methods statickobewi2022-10-141-4/+2