summaryrefslogtreecommitdiff
path: root/platform/iphone/export
AgeCommit message (Expand)Author
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-08-19iOS Export: Add a method to embed a frameworkSergey Minakov
2020-07-10Add override keywords.Marcel Admiraal
2020-07-09Merge pull request #40215 from naithar/feature/ios-storyboard-usage-masterRémi Verschelde
2020-07-07iOS Export: Storyboard custom valuesSergey Minakov
2020-07-07iOS Export: add option to use storyboard for launch screenSergey Minakov
2020-07-06iOS Export: use relative path for res:// filesSergey Minakov
2020-07-02iOS Export: Updated Info.plist. Framework embedding. Fixes for search pathsSergey Minakov
2020-07-02iOS Export: turn .dylib into .framework on exportSergey Minakov
2020-06-23Export: Fix iOS enabling push notifications capabilitySergey Minakov
2020-06-19Rename "Identifier" to "Bundle Identifier" in macOS/iOS export presetsHugo Locurcio
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-31Fix exporting corrupted Xcode pbxproj if project name has spacesIgnacio Etcheverry
2020-03-31Mono/C#: Add iOS supportIgnacio Etcheverry
2020-03-23Adding missing include guards to header files identified by LGTM.Rajat Goswami
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-13Remove obsolete GLES3 backendRémi Verschelde
2020-02-11Texture refactorJuan Linietsky
2020-02-10Merge pull request #34140 from bruvzg/ios_auto_icons_and_loadscreensRémi Verschelde
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-07Export: Improve usability of command line interfaceRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-14Change bundle name rules on iOS to match Apple's requirementsJonas Bernemann
2019-12-06[iOS] Adds export options to automatically generate iOS icons and launch scre...bruvzg
2019-12-06iOS: Disable armv7 as target arch by defaultRémi Verschelde
2019-12-03[iOS] Add export options to control external access to user data.bruvzg
2019-12-01iOS modular build and export implementation.bruvzg
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-22Changed some code found by Clang Tidy and Coverityqarmin
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner
2019-07-20Changed some code showed in LGTM and Coverageqarmin
2019-07-06Add microphone privilege settings support back into export and add privilege ...Bastiaan Olij
2019-07-01Merge pull request #29815 from NilsIrl/plus_file_1Rémi Verschelde
2019-06-30ARKit for Godot 3.2BastiaanOlij
2019-06-25Allow '-' character in iOS reverse DNS identifiers dissallow underscores.Nicholas Thompson
2019-06-23Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
2019-05-18Allow project export to be canceledGeorge Marques
2019-04-04Small fixes to static analyzer bugsqarmin
2019-03-06Fix directory check when exporting projectvolzhs
2019-03-06Merge pull request #26633 from akien-mga/driver-fallback-etcRémi Verschelde
2019-03-05Merge pull request #26626 from rluders/misleading-error-message-exportRémi Verschelde
2019-03-05Fixes misleading error message when trying to exportRicardo Lüders
2019-03-05Disable driver fallback to GLES2 by defaultRémi Verschelde