diff options
author | WaluigiWare64 <68647953+WaluigiWare64@users.noreply.github.com> | 2021-01-19 11:39:25 +0000 |
---|---|---|
committer | WaluigiWare64 <68647953+WaluigiWare64@users.noreply.github.com> | 2021-01-19 11:39:25 +0000 |
commit | e8f06b8ac11d6a2bf137ec9fad2204947e2ae5f2 (patch) | |
tree | 817fdd6a851efba07746ee1469fb276f23a64c7e /melonDS.plist | |
parent | cd6859ef6f449f3f61db312addea9d656069736e (diff) |
Define melonDS version in CMake
Prevents having to update multiple files (melon.rc, melon.plist, version.h) when a new version is released.
Diffstat (limited to 'melonDS.plist')
-rw-r--r-- | melonDS.plist | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/melonDS.plist b/melonDS.plist deleted file mode 100644 index 8df5bf4..0000000 --- a/melonDS.plist +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>CFBundleExecutable</key> - <string>melonDS</string> - <key>CFBundleIconFile</key> - <string>melonDS.icns</string> - <key>CFBundleIdentifier</key> - <string>net.kuribo64.melonDS</string> - <key>CFBundleDevelopmentRegion</key> - <string>English</string> - <key>CFBundlePackageType</key> - <string>APPL</string> - <key>CFBundleVersion</key> - <string>0.9.1</string> - <key>CFBundleShortVersionString</key> - <string>0.9.1</string> - <key>NSHumanReadableCopyright</key> - <string>Licensed under GPLv3</string> - <key>NSHighResolutionCapable</key> - <true/> -</dict> -</plist> |