Fix exec names at info.plist

This commit is contained in:
+KZ 2023-08-13 16:21:18 -04:00
parent a66aac1f79
commit 8a7601f6c1
2 changed files with 4 additions and 4 deletions

View file

@ -5,9 +5,9 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>${TARGET_CLIENT}</string>
<string>${CLIENT_EXECUTABLE}</string>
<key>CFBundleIconFile</key>
<string>${TARGET_CLIENT}</string>
<string>${CLIENT_EXECUTABLE}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>

View file

@ -5,9 +5,9 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>${TARGET_SERVER_LAUNCHER}</string>
<string>${SERVER_EXECUTABLE}-Launcher</string>
<key>CFBundleIconFile</key>
<string>${TARGET_SERVER}</string>
<string>${SERVER_EXECUTABLE}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>