Skip to content

Commit

Permalink
Merge pull request #70662 from bruvzg/one_click_ios_v2
Browse files Browse the repository at this point in the history
Implement iOS one-click deploy.
  • Loading branch information
YuriSizov committed Jul 12, 2023
2 parents d676246 + 7b7f6d4 commit 515f25e
Show file tree
Hide file tree
Showing 7 changed files with 481 additions and 84 deletions.
1 change: 1 addition & 0 deletions editor/icons/IOSDeviceWired.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions editor/icons/IOSDeviceWireless.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions editor/icons/IOSSimulator.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions platform/ios/export/export.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ void register_ios_exporter_types() {
}

void register_ios_exporter() {
#ifdef MACOS_ENABLED
EDITOR_DEF("export/ios/ios_deploy", "");
EditorSettings::get_singleton()->add_property_hint(PropertyInfo(Variant::STRING, "export/ios/ios_deploy", PROPERTY_HINT_GLOBAL_FILE, "*"));
#endif

Ref<EditorExportPlatformIOS> platform;
platform.instantiate();

Expand Down
Loading

0 comments on commit 515f25e

Please sign in to comment.