summaryrefslogtreecommitdiff
path: root/platform/iphone/export/export_plugin.cpp
AgeCommit message (Expand)Author
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-03-16Implement GDExtension export plugin.bruvzg
2022-03-11Merge pull request #58986 from akien-mga/diraccessrefRémi Verschelde
2022-03-11Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde
2022-03-04Improve app name and system permission message localization.bruvzg
2022-03-04[macOS and iOS export] Add localized application name to the translation .pli...bruvzg
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-08Remove support for ARMv7 (32-bit) on iOSHugo Locurcio
2022-01-25[iOS] Fix iOS export with manually specified signing/provisioning data.bruvzg
2022-01-17[iOS] Improve iOS icon / loading screen export.bruvzg
2022-01-14Remove support for PVRTC texture encoding and decodingHugo Locurcio
2022-01-05Fix decoding UTF-8 filenames on unzipping.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
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-07[iOS export] Capture and display xcodebuild output.bruvzg
2021-11-01Fix new projects always being created with OpenGLHugo Locurcio
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-10-17iOS: Don't embed project static frameworks/libsIgnacio Roldán Etcheverry
2021-10-14Fix specific warnings issues by ClangK. S. Ernest (iFire) Lee
2021-08-12Split iphone platform export template into multiple filesSergey Minakov