Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[jdk12 branch] fixed: missing iOS 13.3 simulators #435

Merged
merged 26 commits into from
Jan 3, 2020

Conversation

dkimitsa
Copy link
Contributor

This PR depends on idea maintenance PR #434
For changes check commit

Simulator device type doesn't depend now on SDK available with Xcode.
Missing of iOS 13.3 SDK caused robovm to skip simulators.

…ho plugin is not able update parent's version during release
…ncies. otherview version:commit failed to pick up non existing dependencies (for future version)
…s these files are needed for snapshot builds
* Dialog().show() to setVisible() as outdated
* still keeping ApplicationComponent as need it to act as it is now (require some amount of rework)
* using try with resource where applicable
* CompileTask is not added using extensions in plugin.xml
…uild using gradle it runs plugin as part of sanity and it will crash as it being run in Headless mode
@Tom-Ski
Copy link
Member

Tom-Ski commented Jan 3, 2020

Conflicts on here now @dkimitsa

@dkimitsa
Copy link
Contributor Author

dkimitsa commented Jan 3, 2020

Its expected as too many prs open, checking now

# Conflicts:
#	plugins/idea/src/main/java/org/robovm/idea/running/RoboVmIOSRunConfigurationSettingsEditor.java
#	plugins/idea/src/main/java/org/robovm/idea/running/RoboVmRunProfileState.java
@Tom-Ski Tom-Ski merged commit cf1764f into MobiVM:jdk12 Jan 3, 2020
@dkimitsa dkimitsa deleted the jdk12-wip/sim-sdk-lookup-rework branch January 3, 2020 17:44
dkimitsa added a commit to dkimitsa/robovm that referenced this pull request Apr 9, 2020
* * jetbrains intellij plugin for gradle version updated

* * intellij maven pom reworked into stand-alone. as mvn:version is not able to update parent version number

* * added sonatype repo for snapshot dependencies

* * eclipse plugin's maven.pom switched into standalone (without) as tyho plugin is not able update parent's version during release

* * release script reworked to properly pick up new idea artifact and update it gradle version

* * Idea: release script updated to use property to specify the dependencies. otherview version:commit failed to pick up non existing dependencies (for future version)

* * version set to 2.3.10-SNAPSHOT

* * java doc and source plugins are now always (was only for release) as these files are needed for snapshot builds

* * update commons-compress due to security vulnerability

* * upgraded deprecated code, as Idea 2019.3 removed old classes

* * ignore gradle files that are created once build with gradle

* * reworked to @NotNull to minimize warnings

* * optimized imports
* Dialog().show() to setVisible() as outdated
* still keeping ApplicationComponent as need it to act as it is now (require some amount of rework)

* * added RoboFileUtils to handle false result of file api into exceptions
* using try with resource where applicable
* CompileTask is not added using extensions in plugin.xml

* * readme updated with detailed instructions

* * xcode setup dialog is not blocking now. as if something went wrong it was blocking idea completely

* * reworked to gracefully handle cases when there is no simulators in place (was crashing previously)

* * updated to recent org.jetbrains.intellij

* * added check for GraphicsEnvironment.isHeadless() as during plugin build using gradle it runs plugin as part of sanity and it will crash as it being run in Headless mode

* * source code polish: fixes all lint warning, applied suggestions (like anonymous classes to lambda)

* * reworked simulator device types. it doesn't depend today on SDK versions available
dkimitsa added a commit to dkimitsa/robovm that referenced this pull request Apr 9, 2020
* * jetbrains intellij plugin for gradle version updated

* * intellij maven pom reworked into stand-alone. as mvn:version is not able to update parent version number

* * added sonatype repo for snapshot dependencies

* * eclipse plugin's maven.pom switched into standalone (without) as tyho plugin is not able update parent's version during release

* * release script reworked to properly pick up new idea artifact and update it gradle version

* * Idea: release script updated to use property to specify the dependencies. otherview version:commit failed to pick up non existing dependencies (for future version)

* * version set to 2.3.10-SNAPSHOT

* * java doc and source plugins are now always (was only for release) as these files are needed for snapshot builds

* * update commons-compress due to security vulnerability

* * upgraded deprecated code, as Idea 2019.3 removed old classes

* * ignore gradle files that are created once build with gradle

* * reworked to @NotNull to minimize warnings

* * optimized imports
* Dialog().show() to setVisible() as outdated
* still keeping ApplicationComponent as need it to act as it is now (require some amount of rework)

* * added RoboFileUtils to handle false result of file api into exceptions
* using try with resource where applicable
* CompileTask is not added using extensions in plugin.xml

* * readme updated with detailed instructions

* * xcode setup dialog is not blocking now. as if something went wrong it was blocking idea completely

* * reworked to gracefully handle cases when there is no simulators in place (was crashing previously)

* * updated to recent org.jetbrains.intellij

* * added check for GraphicsEnvironment.isHeadless() as during plugin build using gradle it runs plugin as part of sanity and it will crash as it being run in Headless mode

* * source code polish: fixes all lint warning, applied suggestions (like anonymous classes to lambda)

* * reworked simulator device types. it doesn't depend today on SDK versions available
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants