aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Cao <70191398+ryanccn@users.noreply.github.com>2022-10-29 00:01:22 +0800
committerRyan Cao <70191398+ryanccn@users.noreply.github.com>2022-10-29 00:01:22 +0800
commit03b48554b1dcffc662b4275af6defbf3516eada2 (patch)
tree708c1ba1e63a20c6af97fadc2ae89458a6acb8b4
parenteeb95f89e1200bb23cc2559b5f298b9fdaca7e11 (diff)
downloadPrismLauncher-03b48554b1dcffc662b4275af6defbf3516eada2.tar.gz
PrismLauncher-03b48554b1dcffc662b4275af6defbf3516eada2.tar.bz2
PrismLauncher-03b48554b1dcffc662b4275af6defbf3516eada2.zip
fix(style): convert tabs to spaces
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
-rw-r--r--cmake/MacOSXBundleInfo.plist.in28
1 files changed, 14 insertions, 14 deletions
diff --git a/cmake/MacOSXBundleInfo.plist.in b/cmake/MacOSXBundleInfo.plist.in
index 597beaa6..400e482f 100644
--- a/cmake/MacOSXBundleInfo.plist.in
+++ b/cmake/MacOSXBundleInfo.plist.in
@@ -48,21 +48,21 @@
<array>
<dict>
<key>CFBundleTypeExtensions</key>
- <array>
- <string>zip</string>
+ <array>
+ <string>zip</string>
<string>mrpack</string>
- </array>
- <key>CFBundleTypeName</key>
- <string>Prism Launcher instance</string>
- <key>CFBundleTypeOSTypes</key>
- <array>
- <string>TEXT</string>
- <string>utxt</string>
- <string>TUTX</string>
- <string>****</string>
- </array>
- <key>CFBundleTypeRole</key>
- <string>Viewer</string>
+ </array>
+ <key>CFBundleTypeName</key>
+ <string>Prism Launcher instance</string>
+ <key>CFBundleTypeOSTypes</key>
+ <array>
+ <string>TEXT</string>
+ <string>utxt</string>
+ <string>TUTX</string>
+ <string>****</string>
+ </array>
+ <key>CFBundleTypeRole</key>
+ <string>Viewer</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
</dict>