Skip to content

Commit e062835

Browse files
fix: Update macOS application display name (#921)
1 parent 4ede117 commit e062835

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

  • releng/com.espressif.idf.product

releng/com.espressif.idf.product/pom.xml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,47 @@
6868
</execution>
6969
</executions>
7070
</plugin>
71+
<plugin>
72+
<groupId>name.abuchen</groupId>
73+
<artifactId>fix-info-plist-maven-plugin</artifactId>
74+
<executions>
75+
<execution>
76+
<id>fix-info-plist</id>
77+
<phase>package</phase>
78+
<configuration>
79+
<productId>com.espressif.idf.product</productId>
80+
</configuration>
81+
<goals>
82+
<goal>fix-info-plist</goal>
83+
</goals>
84+
</execution>
85+
</executions>
86+
<configuration>
87+
<appName>Espressif-IDE.app</appName>
88+
<properties>
89+
<property>
90+
<name>CFBundleName</name>
91+
<value>Espressif-IDE</value>
92+
</property>
93+
<property>
94+
<name>CFBundleDisplayName</name>
95+
<value>Espressif-IDE</value>
96+
</property>
97+
<property>
98+
<name>CFBundleGetInfoString</name>
99+
<value>Espressif-IDE for Mac OS X. Copyright Espressif Systems.All rights reserved.</value>
100+
</property>
101+
<property>
102+
<name>Eclipse</name>
103+
<value />
104+
</property>
105+
<property>
106+
<name>CFBundleLocalizations</name>
107+
<value><![CDATA[<array><string>en</string><string>de</string><string>es</string><string>nl</string><string>pt</string><string>pt-BR</string><string>fr</string><string>it</string><string>cs</string><string>ru</string><string>sk</string><string>pl</string><string>zh</string><string>zh_TW</string><string>da</string></array>]]></value>
108+
</property>
109+
</properties>
110+
</configuration>
111+
</plugin>
71112
<plugin>
72113
<groupId>org.eclipse.tycho</groupId>
73114
<artifactId>target-platform-configuration</artifactId>

0 commit comments

Comments
 (0)