summaryrefslogtreecommitdiffstats
path: root/platform/iphone/export/export.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Split iphone platform export template into multiple filesSergey Minakov2021-08-121-2021/+1
* [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-011-2/+2
* 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