Files
openide/python/ide-common/resources/idea/PyCharmCoreApplicationInfo.xml
Hlib.Saliuk f71e9a762d RELEASE-186: PyCharm 2025.1.1
(cherry picked from commit 16756ca6bda562abb2f3e0d6e07c031ca839a2d7)

IJ-MR-162195

GitOrigin-RevId: 071a1c26d7a9faa3e44917254fbf54268b9653df
2025-05-06 19:21:16 +00:00

19 lines
1.1 KiB
XML

<!-- Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
<component xmlns="http://jetbrains.org/intellij/schema/application-info">
<version major="2025" minor="1.1" eap="false"/>
<company name="JetBrains s.r.o." url="https://www.jetbrains.com" copyrightStart="2010"/>
<build number="PC-__BUILD__" date="__BUILD_DATE__" majorReleaseDate="20250416"/>
<logo url="/pycharm_core_logo.png"/>
<icon svg="/pycharm-ce.svg" svg-small="/pycharm-ce_16.svg"/>
<icon-eap svg="/pycharm-ce-eap.svg" svg-small="/pycharm-ce-eap_16.svg"/>
<names product="PyCharm" edition="Community Edition" script="pycharm" motto="Python IDE for Professional Developers"/>
<essential-plugin>PythonCore</essential-plugin>
<essential-plugin>com.jetbrains.pycharm.community.customization</essential-plugin>
<essential-plugin>intellij.pycharm.community.customization.shared</essential-plugin>
<!-- Required for PythonCore plugin -->
<essential-plugin>org.toml.lang</essential-plugin>
<essential-plugin>com.intellij.modules.json</essential-plugin>
</component>