diff options
| author | 2016-07-26 15:14:48 -0400 | |
|---|---|---|
| committer | 2016-07-26 15:14:48 -0400 | |
| commit | c523ff2a98b334b8d2d6d14d2e550f15305f639d (patch) | |
| tree | f279f3b4583c6164643fd3a63f9a15ce2a819a4b | |
| parent | Travis Build: OS X Startup Crash Fix (#1962) (diff) | |
| parent | CMake: Fix Info.plist template for citra_qt/OSX (diff) | |
| download | yuzu-c523ff2a98b334b8d2d6d14d2e550f15305f639d.tar.gz yuzu-c523ff2a98b334b8d2d6d14d2e550f15305f639d.tar.xz yuzu-c523ff2a98b334b8d2d6d14d2e550f15305f639d.zip | |
Merge pull request #1966 from dwhinham/info_plist_fix
CMake: Fix Info.plist template for citra_qt/OSX
| -rw-r--r-- | src/citra_qt/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/Info.plist b/src/citra_qt/Info.plist index 4c89e128b..7d46b39d1 100644 --- a/src/citra_qt/Info.plist +++ b/src/citra_qt/Info.plist | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | <key>CFBundleDevelopmentRegion</key> | 5 | <key>CFBundleDevelopmentRegion</key> |
| 6 | <string>English</string> | 6 | <string>English</string> |
| 7 | <key>CFBundleExecutable</key> | 7 | <key>CFBundleExecutable</key> |
| 8 | <string>$(EXECUTABLE_NAME)</string> | 8 | <string>${EXECUTABLE_NAME}</string> |
| 9 | <key>CFBundleGetInfoString</key> | 9 | <key>CFBundleGetInfoString</key> |
| 10 | <string></string> | 10 | <string></string> |
| 11 | <key>CFBundleIconFile</key> | 11 | <key>CFBundleIconFile</key> |