summaryrefslogtreecommitdiffstats
path: root/platform/ios/export/export_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-1/+1
|\
| * Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
|/
* [iOS] Add support for dark and tinted icon versions.bruvzg2024-10-041-84/+149
* Allow adding custom export platforms using scripts / GDExtension.bruvzg2024-08-281-8/+8
* Add Metal support for macOS (arm64) and iOSStuart Carnie2024-08-201-0/+8
* [iOS] Fix dylib GDExtension convertion.bruvzg2024-08-091-1/+1
* Fix issue preventing enabling the remote button for AndroidFredia Huya-Kouadio2024-07-161-0/+1
* [iOS export] Automatically generate ARM64 simulator library from device libra...bruvzg2024-06-161-2/+240
* Fix iOS exports never embedding framework bundlesMikael Hermansson2024-06-021-6/+1
* Merge pull request #92519 from mihe/stop-xcframework-embedRémi Verschelde2024-05-301-1/+6
|\
| * Prevent static XCFramework bundles from being embedded on iOSMikael Hermansson2024-05-291-1/+6
* | [iOS] Change default iPad landscape orientation from "left" to "right".bruvzg2024-05-291-0/+38
|/
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-53/+53
* Merge pull request #89790 from bruvzg/ios_safe_deleteRémi Verschelde2024-04-291-5/+59
|\
| * [iOS Export] Check directory content before deleting old export leftovers.bruvzg2024-03-221-5/+59
* | [iOS export] Add support for privacy manifest configuration.bruvzg2024-04-161-0/+225
* | 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/+5
* | [iOS Export] Fix adding static libs to the Xcode project.bruvzg2024-04-081-1/+1
|/
* Merge pull request #82084 from ogapo/pr/pck-cache-mergeRémi Verschelde2024-03-111-1/+1
|\
| * Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKsDavid Nikdel2024-03-061-1/+1
* | [iOS] Restore backward compatibility with old export templates.bruvzg2024-03-101-0/+4
|/
* Fix crash on documentation generation on macOS.bruvzg2024-02-191-1/+3
* Merge pull request #87823 from KoBeWi/ban_adbRémi Verschelde2024-02-171-3/+31
|\
| * Don't invoke adb with no runnable Android presetkobewi2024-02-151-3/+31
* | [macOS] Generate min. Info.plist for frameworks if it's missing. Validate fra...bruvzg2024-02-031-2/+8
|/
* 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