summaryrefslogtreecommitdiff
path: root/platform/iphone/export
AgeCommit message (Expand)Author
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-02-04Cleanup and move char functions to the `char_utils.h` header.bruvzg
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-31Make platform feature tag names lowercaseHugo Locurcio
2021-08-12Split iphone platform export template into multiple filesSergey Minakov
2021-07-13[iOS] Fix plugin configuration loadingSergey Minakov
2021-07-13Fix casing of the "to" stop word in editor stringsHugo Locurcio
2021-06-22Merge pull request #49803 from naithar/feature/ios-plugin-multitype-plist-4.0Rémi Verschelde
2021-06-21[iOS] Support multiple plist typesSergey Minakov
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-05-31Merge pull request #49137 from RandomShaper/ios_targeted_familyRémi Verschelde
2021-05-27Add iOS export option for device familyPedro J. Estébanez
2021-05-25Set schemes' build config to debug/release in iOS Xcode exportPedro J. Estébanez
2021-05-24Use an enum to represent screen orientation in the Project SettingsHugo Locurcio
2021-02-18Merge pull request #45617 from RandomShaper/modernize_atomicsRémi Verschelde
2021-02-18Modernize atomicsPedro J. Estébanez
2021-02-18Reorganize Project Settingsreduz
2021-02-03[iOS] Additional 'linker_flags' plugin parameterSergey Minakov
2021-01-31Merge pull request #45315 from RandomShaper/modernize_threadRémi Verschelde
2021-01-29Modernize ThreadPedro J. Estébanez
2021-01-26Merge pull request #45277 from bruvzg/ios_arm64_simRémi Verschelde
2021-01-18[iOS] Fix embedding of plugin librariesSergey Minakov
2021-01-18[WIP] Add separate `simulator` flag for iOS build, change main library to `xc...bruvzg
2021-01-17[iOS] Added support for '.xcframework' in pluginsSergey Minakov
2021-01-15[Plugins] Rename 'PluginConfig' struct to platform specific nameSergey Minakov
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-02Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut
2020-11-20Export: Reorder options for consistency across platformsRémi Verschelde
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-10iOS Export: support multi-target pluginSergey Minakov
2020-11-10iOS Export: export modification to support pluginsSergey Minakov
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-23iOS: Fix multiple issues with PVRTC import, disable ETC1Vasiliy Makarov