summaryrefslogtreecommitdiffstats
path: root/platform/iphone/export
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-1/+1
* iOS Export: Add a method to embed a frameworkSergey Minakov2020-08-191-24/+24
* Add override keywords.Marcel Admiraal2020-07-101-10/+10
* Merge pull request #40215 from naithar/feature/ios-storyboard-usage-masterRémi Verschelde2020-07-091-3/+176
|\
| * iOS Export: Storyboard custom valuesSergey Minakov2020-07-071-26/+82
| * iOS Export: add option to use storyboard for launch screenSergey Minakov2020-07-071-3/+120
* | iOS Export: use relative path for res:// filesSergey Minakov2020-07-061-11/+16
|/
* iOS Export: Updated Info.plist. Framework embedding. Fixes for search pathsSergey Minakov2020-07-021-1/+21
* iOS Export: turn .dylib into .framework on exportSergey Minakov2020-07-021-4/+86
* Export: Fix iOS enabling push notifications capabilitySergey Minakov2020-06-231-0/+4
* Rename "Identifier" to "Bundle Identifier" in macOS/iOS export presetsHugo Locurcio2020-06-191-4/+4
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-14/+25
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-10/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-5/+3
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-3/+6
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Fix exporting corrupted Xcode pbxproj if project name has spacesIgnacio Etcheverry2020-03-311-1/+1
* Mono/C#: Add iOS supportIgnacio Etcheverry2020-03-311-1/+24
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-5/+5
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-6/+0
* Remove obsolete GLES3 backendRémi Verschelde2020-02-131-4/+2
* Texture refactorJuan Linietsky2020-02-111-1/+1
* Merge pull request #34140 from bruvzg/ios_auto_icons_and_loadscreensRémi Verschelde2020-02-101-25/+166
|\
| * [iOS] Adds export options to automatically generate iOS icons and launch scre...bruvzg2019-12-061-25/+166
* | Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-4/+4
* | Export: Improve usability of command line interfaceRémi Verschelde2020-01-071-15/+20
* | Update copyright statements to 2020Rémi Verschelde2020-01-012-4/+4
* | Change bundle name rules on iOS to match Apple's requirementsJonas Bernemann2019-12-141-41/+1
|/
* iOS: Disable armv7 as target arch by defaultRémi Verschelde2019-12-061-1/+1
* [iOS] Add export options to control external access to user data.bruvzg2019-12-031-0/+7
* iOS modular build and export implementation.bruvzg2019-12-011-1/+54
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-4/+4
|\
| * Added some obvious errors explanationsqarmin2019-09-251-4/+4