Update to version 1.4.2

This commit is contained in:
Twinaphex 2017-03-05 20:52:24 +01:00
parent c5717ecd84
commit ec14874363
2 changed files with 6 additions and 6 deletions

View File

@ -30,11 +30,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.6</string>
<string>1.4.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.3.6</string>
<string>1.4.2</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHighResolutionCapable</key>

View File

@ -377,7 +377,7 @@
"$(SRCROOT)/../..",
"$(SRCROOT)/../../gfx/include",
"$(SRCROOT)/../../libretro-common/include",
"$(SRCROOT)/../../deps",
"$(SRCROOT)/../../deps",
);
INFOPLIST_FILE = OSX/Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
@ -407,7 +407,7 @@
"$(SRCROOT)/../..",
"$(SRCROOT)/../../gfx/include",
"$(SRCROOT)/../../libretro-common/include",
"$(SRCROOT)/../../deps",
"$(SRCROOT)/../../deps",
);
INFOPLIST_FILE = OSX/Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
@ -439,7 +439,7 @@
"$(SRCROOT)/../..",
"$(SRCROOT)/../../gfx/include",
"$(SRCROOT)/../../libretro-common/include",
"$(SRCROOT)/../../deps",
"$(SRCROOT)/../../deps",
);
INFOPLIST_FILE = "$(SRCROOT)/OSX/Info.plist";
INSTALL_PATH = "$(HOME)/Applications";
@ -465,7 +465,7 @@
"$(SRCROOT)/../..",
"$(SRCROOT)/../../gfx/include",
"$(SRCROOT)/../../libretro-common/include",
"$(SRCROOT)/../../deps",
"$(SRCROOT)/../../deps",
);
INFOPLIST_FILE = "$(SRCROOT)/OSX/Info.plist";
INSTALL_PATH = "$(HOME)/Applications";