Skip to content

Commit

Permalink
For all cores:
Browse files Browse the repository at this point in the history
* set INSTALL_PATH to "$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores"
* set MACOSX_DEPLOYMENT_TARGET to 10.7
* set SKIP_INSTALL to YES
  • Loading branch information
Bavarious committed Mar 21, 2013
1 parent 57ccb77 commit 3f04f6d
Show file tree
Hide file tree
Showing 11 changed files with 136 additions and 28 deletions.
24 changes: 18 additions & 6 deletions BSNES/BSNES.xcodeproj/project.pbxproj
Expand Up @@ -2951,14 +2951,16 @@
GCC_WARN_UNUSED_VARIABLE = NO;
HEADER_SEARCH_PATHS = "\"$(PROJECT_DIR)/bsnes\"";
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Library/Bundles";
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)\"",
"\"$(SRCROOT)/bsnes\"",
);
MACOSX_DEPLOYMENT_TARGET = 10.7;
OTHER_CFLAGS = "-DPROFILE_PERFORMANCE";
PRODUCT_NAME = BSNES;
SKIP_INSTALL = YES;
USER_HEADER_SEARCH_PATHS = "\"$(PROJECT_DIR)/bsnes/\"";
WRAPPER_EXTENSION = oecoreplugin;
};
Expand All @@ -2972,14 +2974,16 @@
GCC_WARN_UNUSED_VARIABLE = NO;
HEADER_SEARCH_PATHS = "\"$(PROJECT_DIR)/bsnes\"";
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Library/Bundles";
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)\"",
"\"$(SRCROOT)/bsnes\"",
);
MACOSX_DEPLOYMENT_TARGET = 10.7;
OTHER_CFLAGS = "-DPROFILE_PERFORMANCE";
PRODUCT_NAME = BSNES;
SKIP_INSTALL = YES;
USER_HEADER_SEARCH_PATHS = "\"$(PROJECT_DIR)/bsnes/\"";
WRAPPER_EXTENSION = oecoreplugin;
};
Expand Down Expand Up @@ -3036,35 +3040,43 @@
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
MACOSX_DEPLOYMENT_TARGET = 10.6;
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_NAME = Distribution;
SKIP_INSTALL = YES;
};
name = Debug;
};
8230C6A310AFBC9100412F24 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
MACOSX_DEPLOYMENT_TARGET = 10.6;
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_NAME = Distribution;
SKIP_INSTALL = YES;
};
name = Release;
};
82B9195410150EA2007BD6DB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
MACOSX_DEPLOYMENT_TARGET = 10.6;
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_NAME = "Build & Install";
SKIP_INSTALL = YES;
};
name = Debug;
};
82B9195510150EA2007BD6DB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
MACOSX_DEPLOYMENT_TARGET = 10.6;
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_NAME = "Build & Install";
SKIP_INSTALL = YES;
};
name = Release;
};
Expand Down
14 changes: 12 additions & 2 deletions CrabEmu/CrabEmu.xcodeproj/project.pbxproj
Expand Up @@ -508,12 +508,13 @@
CLANG_ENABLE_OBJC_ARC = YES;
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Library/Bundles";
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
OTHER_CFLAGS = (
"-DCRABZ80_NO_READMAP_FALLBACK",
"-DIN_CRABEMU",
);
PRODUCT_NAME = CrabEmu;
SKIP_INSTALL = YES;
WRAPPER_EXTENSION = oecoreplugin;
};
name = Debug;
Expand All @@ -524,12 +525,13 @@
CLANG_ENABLE_OBJC_ARC = YES;
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Library/Bundles";
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
OTHER_CFLAGS = (
"-DCRABZ80_NO_READMAP_FALLBACK",
"-DIN_CRABEMU",
);
PRODUCT_NAME = CrabEmu;
SKIP_INSTALL = YES;
WRAPPER_EXTENSION = oecoreplugin;
};
name = Release;
Expand Down Expand Up @@ -600,7 +602,9 @@
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
COMBINE_HIDPI_IMAGES = YES;
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
PRODUCT_NAME = Distribution;
SKIP_INSTALL = YES;
};
name = Debug;
};
Expand All @@ -609,23 +613,29 @@
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
COMBINE_HIDPI_IMAGES = YES;
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
PRODUCT_NAME = Distribution;
SKIP_INSTALL = YES;
};
name = Release;
};
82D8155E0F1D878800EF8CF5 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
PRODUCT_NAME = "Build & Install";
SKIP_INSTALL = YES;
};
name = Debug;
};
82D8155F0F1D878800EF8CF5 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
PRODUCT_NAME = "Build & Install";
SKIP_INSTALL = YES;
};
name = Release;
};
Expand Down
14 changes: 12 additions & 2 deletions FCEU/FCEU.xcodeproj/project.pbxproj
Expand Up @@ -1367,7 +1367,7 @@
core,
);
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Library/Bundles";
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/fceumm\"";
OTHER_CFLAGS = (
"-DHAVE_ASPRINTF",
Expand All @@ -1387,6 +1387,7 @@
"-I./utils/zlib",
);
PRODUCT_NAME = FCEU;
SKIP_INSTALL = YES;
USER_HEADER_SEARCH_PATHS = "\"$(PROJECT_DIR)/core/\"";
WARNING_CFLAGS = "-Wno-write-strings";
WRAPPER_EXTENSION = oecoreplugin;
Expand All @@ -1405,7 +1406,7 @@
core,
);
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Library/Bundles";
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/fceumm\"";
OTHER_CFLAGS = (
"-DHAVE_ASPRINTF",
Expand All @@ -1425,6 +1426,7 @@
"-I./utils/zlib",
);
PRODUCT_NAME = FCEU;
SKIP_INSTALL = YES;
USER_HEADER_SEARCH_PATHS = "\"$(PROJECT_DIR)/core/\"";
WARNING_CFLAGS = "-Wno-write-strings";
WRAPPER_EXTENSION = oecoreplugin;
Expand Down Expand Up @@ -1484,31 +1486,39 @@
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
PRODUCT_NAME = Distribution;
SKIP_INSTALL = YES;
};
name = Debug;
};
82CAFD090FEDD57400CCDC7E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
PRODUCT_NAME = Distribution;
SKIP_INSTALL = YES;
};
name = Release;
};
82D815AC0F1D882C00EF8CF5 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
PRODUCT_NAME = "Build & Install";
SKIP_INSTALL = YES;
};
name = Debug;
};
82D815AD0F1D882C00EF8CF5 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
PRODUCT_NAME = "Build & Install";
SKIP_INSTALL = YES;
};
name = Release;
};
Expand Down
14 changes: 12 additions & 2 deletions Gambatte/Gambatte.xcodeproj/project.pbxproj
Expand Up @@ -785,9 +785,10 @@
"\"$(SRCROOT)/libgambatte/include\"",
);
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Library/Bundles";
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
OTHER_CFLAGS = "-DHAVE_STDINT_H";
PRODUCT_NAME = Gambatte;
SKIP_INSTALL = YES;
USER_HEADER_SEARCH_PATHS = "";
WRAPPER_EXTENSION = oecoreplugin;
};
Expand All @@ -804,9 +805,10 @@
"\"$(SRCROOT)/libgambatte/include\"",
);
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Library/Bundles";
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
OTHER_CFLAGS = "-DHAVE_STDINT_H";
PRODUCT_NAME = Gambatte;
SKIP_INSTALL = YES;
USER_HEADER_SEARCH_PATHS = "";
WRAPPER_EXTENSION = oecoreplugin;
};
Expand All @@ -816,7 +818,9 @@
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
PRODUCT_NAME = Distribution;
SKIP_INSTALL = YES;
};
name = Debug;
};
Expand All @@ -825,23 +829,29 @@
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
COMBINE_HIDPI_IMAGES = YES;
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
PRODUCT_NAME = Distribution;
SKIP_INSTALL = YES;
};
name = Release;
};
82D815930F1D880400EF8CF5 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
PRODUCT_NAME = "Build & Install";
SKIP_INSTALL = YES;
};
name = Debug;
};
82D815940F1D880400EF8CF5 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
PRODUCT_NAME = "Build & Install";
SKIP_INSTALL = YES;
};
name = Release;
};
Expand Down
14 changes: 12 additions & 2 deletions GenesisPlus/GenesisPlus.xcodeproj/project.pbxproj
Expand Up @@ -759,7 +759,7 @@
"\"$(SRCROOT)/genplusgx_source/ntsc\"/**",
);
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Library/Bundles";
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
OTHER_CFLAGS = (
"-fPIC",
"-DLSB_FIRST",
Expand All @@ -769,6 +769,7 @@
"-D__LIBRETRO__",
);
PRODUCT_NAME = GenesisPlus;
SKIP_INSTALL = YES;
USER_HEADER_SEARCH_PATHS = "\"$(PROJECT_DIR)\"";
WRAPPER_EXTENSION = oecoreplugin;
};
Expand All @@ -794,7 +795,7 @@
"\"$(SRCROOT)/genplusgx_source/ntsc\"/**",
);
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Library/Bundles";
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
OTHER_CFLAGS = (
"-fPIC",
"-DLSB_FIRST",
Expand All @@ -804,6 +805,7 @@
"-D__LIBRETRO__",
);
PRODUCT_NAME = GenesisPlus;
SKIP_INSTALL = YES;
USER_HEADER_SEARCH_PATHS = "\"$(PROJECT_DIR)\"";
WRAPPER_EXTENSION = oecoreplugin;
};
Expand Down Expand Up @@ -849,29 +851,37 @@
822C1940101EA4B00034119F /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
PRODUCT_NAME = "Build & Install";
SKIP_INSTALL = YES;
};
name = Debug;
};
822C1941101EA4B00034119F /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
PRODUCT_NAME = "Build & Install";
SKIP_INSTALL = YES;
};
name = Release;
};
8230C7D210AFCB0600412F24 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
PRODUCT_NAME = Distribution;
SKIP_INSTALL = YES;
};
name = Debug;
};
8230C7D310AFCB0600412F24 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
PRODUCT_NAME = Distribution;
SKIP_INSTALL = YES;
};
name = Release;
};
Expand Down

0 comments on commit 3f04f6d

Please sign in to comment.