summaryrefslogtreecommitdiffstats
path: root/platform/iphone/export
Commit message (Expand)AuthorAgeFilesLines
* Improve app name and system permission message localization.bruvzg2022-03-041-14/+29
* [macOS and iOS export] Add localized application name to the translation .pli...bruvzg2022-03-041-0/+53
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-122-1/+2
* Remove support for ARMv7 (32-bit) on iOSHugo Locurcio2022-02-081-1/+0
* Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-1/+1
* [iOS] Fix iOS export with manually specified signing/provisioning data.bruvzg2022-01-251-4/+29
* [iOS] Improve iOS icon / loading screen export.bruvzg2022-01-171-82/+69
* Remove support for PVRTC texture encoding and decodingHugo Locurcio2022-01-141-6/+3
* Fix decoding UTF-8 filenames on unzipping.bruvzg2022-01-051-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-036-12/+12
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-3/+3
* Don't return reference on copy assignment operatorsRémi Verschelde2021-11-301-2/+3
* [iOS export] Capture and display xcodebuild output.bruvzg2021-11-071-2/+6
* Fix new projects always being created with OpenGLHugo Locurcio2021-11-011-1/+1
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-3/+3
* iOS: Don't embed project static frameworks/libsIgnacio Roldán Etcheverry2021-10-171-1/+1
* Fix specific warnings issues by ClangK. S. Ernest (iFire) Lee2021-10-141-2/+0
* Make platform feature tag names lowercaseHugo Locurcio2021-08-311-1/+1
* Split iphone platform export template into multiple filesSergey Minakov2021-08-125-2021/+2506
* [iOS] Fix plugin configuration loadingSergey Minakov2021-07-131-1/+6
* Fix casing of the "to" stop word in editor stringsHugo Locurcio2021-07-131-1/+1
* Merge pull request #49803 from naithar/feature/ios-plugin-multitype-plist-4.0Rémi Verschelde2021-06-221-3/+38
|\
| * [iOS] Support multiple plist typesSergey Minakov2021-06-211-3/+38
* | Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-5/+5
* | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
|/
* Merge pull request #49137 from RandomShaper/ios_targeted_familyRémi Verschelde2021-05-311-0/+16
|\
| * Add iOS export option for device familyPedro J. Estébanez2021-05-271-0/+16
* | Set schemes' build config to debug/release in iOS Xcode exportPedro J. Estébanez2021-05-251-0/+2
|/
* Use an enum to represent screen orientation in the Project SettingsHugo Locurcio2021-05-241-16/+32
* Merge pull request #45617 from RandomShaper/modernize_atomicsRémi Verschelde2021-02-181-13/+13
|\
| * Modernize atomicsPedro J. Estébanez2021-02-181-13/+13
* | Reorganize Project Settingsreduz2021-02-181-1/+1
|/
* [iOS] Additional 'linker_flags' plugin parameterSergey Minakov2021-02-031-0/+30
* Merge pull request #45315 from RandomShaper/modernize_threadRémi Verschelde2021-01-311-4/+3
|\
| * Modernize ThreadPedro J. Estébanez2021-01-291-4/+3
* | Merge pull request #45277 from bruvzg/ios_arm64_simRémi Verschelde2021-01-261-4/+4
|\ \ | |/ |/|
| * [WIP] Add separate `simulator` flag for iOS build, change main library to `xc...bruvzg2021-01-181-4/+4
* | [iOS] Fix embedding of plugin librariesSergey Minakov2021-01-181-2/+3
* | [iOS] Added support for '.xcframework' in pluginsSergey Minakov2021-01-171-9/+3
|/
* [Plugins] Rename 'PluginConfig' struct to platform specific nameSergey Minakov2021-01-151-13/+13
* Split OS::execute into two methodsMarcel Admiraal2021-01-091-4/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-012-4/+4
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-6/+6
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-7/+7
* Export: Reorder options for consistency across platformsRémi Verschelde2020-11-201-8/+5
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* iOS Export: support multi-target pluginSergey Minakov2020-11-101-120/+166
* iOS Export: export modification to support pluginsSergey Minakov2020-11-101-76/+318
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* iOS: Fix multiple issues with PVRTC import, disable ETC1Vasiliy Makarov2020-09-231-4/+3