summaryrefslogtreecommitdiff
path: root/macosx/Pcsxr.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-10-23 18:07:35 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-10-23 18:07:35 +0000
commitb03391d71cc3d90c4310d7648c7889ae5a218a53 (patch)
tree1f9e37076421d2a9ade2891c532206a7bfa4bc04 /macosx/Pcsxr.xcodeproj/project.pbxproj
parent36fed16df1c62c99204cb8551dafdfecee2a7730 (diff)
downloadpcsxr-b03391d71cc3d90c4310d7648c7889ae5a218a53.tar.gz
Since RubyCocoa was removed, using an Objective-C tool to do the same thing.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87637 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Pcsxr.xcodeproj/project.pbxproj')
-rw-r--r--macosx/Pcsxr.xcodeproj/project.pbxproj214
1 files changed, 162 insertions, 52 deletions
diff --git a/macosx/Pcsxr.xcodeproj/project.pbxproj b/macosx/Pcsxr.xcodeproj/project.pbxproj
index 3cb9dfeb..4b6269ea 100644
--- a/macosx/Pcsxr.xcodeproj/project.pbxproj
+++ b/macosx/Pcsxr.xcodeproj/project.pbxproj
@@ -6,20 +6,6 @@
objectVersion = 46;
objects = {
-/* Begin PBXAggregateTarget section */
- 55906B1717C28E490057F60D /* Update SVN revision */ = {
- isa = PBXAggregateTarget;
- buildConfigurationList = 55906B1817C28E490057F60D /* Build configuration list for PBXAggregateTarget "Update SVN revision" */;
- buildPhases = (
- 55906B1C17C28E530057F60D /* ShellScript */,
- );
- dependencies = (
- );
- name = "Update SVN revision";
- productName = "Make SVN revision";
- };
-/* End PBXAggregateTarget section */
-
/* Begin PBXBuildFile section */
02717968167884C9004AED62 /* hotkeys.m in Sources */ = {isa = PBXBuildFile; fileRef = 02717967167884C9004AED62 /* hotkeys.m */; };
0280B7AD16764CC5007B8001 /* HotkeyController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0280B7AC16764CC3007B8001 /* HotkeyController.m */; };
@@ -185,6 +171,9 @@
554FD70A17C6A14B0056CF66 /* SDL2.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 554FD70817C6A13E0056CF66 /* SDL2.framework */; };
554FD70B17C6A1EF0056CF66 /* SDL2.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 554FD70817C6A13E0056CF66 /* SDL2.framework */; };
554FD70C17C6A1F10056CF66 /* SDL2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 554FD70817C6A13E0056CF66 /* SDL2.framework */; };
+ 55534AF218183BFA006D6BCB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55534AF118183BFA006D6BCB /* Foundation.framework */; };
+ 55534AF518183BFB006D6BCB /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 55534AF418183BFB006D6BCB /* main.m */; };
+ 55534AF918183BFB006D6BCB /* updateInfoPlist.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 55534AF818183BFB006D6BCB /* updateInfoPlist.1 */; };
5557769A17EBE7D60019D008 /* Media.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5557769917EBE7D60019D008 /* Media.xcassets */; };
5581463917AABCD100862DBF /* PcsxrCheatHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 5581463817AABCD100862DBF /* PcsxrCheatHandler.m */; };
559366CA12B694DF004ACC1E /* iR3000A-64.c in Sources */ = {isa = PBXBuildFile; fileRef = 559366C112B694DF004ACC1E /* iR3000A-64.c */; };
@@ -326,12 +315,12 @@
remoteGlobalIDString = 551A776517869E430052D185;
remoteInfo = DFNet;
};
- 55906B1D17C28EE40057F60D /* PBXContainerItemProxy */ = {
+ 55534AFF18183E5B006D6BCB /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 55906B1717C28E490057F60D;
- remoteInfo = "Make SVN revision";
+ remoteGlobalIDString = 55534AEF18183BFA006D6BCB;
+ remoteInfo = updateInfoPlist;
};
/* End PBXContainerItemProxy section */
@@ -370,6 +359,16 @@
name = "Copy Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
+ 55534AEE18183BFA006D6BCB /* CopyFiles */ = {
+ isa = PBXCopyFilesBuildPhase;
+ buildActionMask = 2147483647;
+ dstPath = /usr/share/man/man1/;
+ dstSubfolderSpec = 0;
+ files = (
+ 55534AF918183BFB006D6BCB /* updateInfoPlist.1 in CopyFiles */,
+ );
+ runOnlyForDeploymentPostprocessing = 1;
+ };
71AD2DF010C3573400365243 /* Copy PlugIns */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
@@ -635,6 +634,11 @@
554FD70817C6A13E0056CF66 /* SDL2.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2.framework; path = /Library/Frameworks/SDL2.framework; sourceTree = "<absolute>"; };
5550D2711683C923006C56B5 /* RecentItemsMenu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RecentItemsMenu.h; sourceTree = "<group>"; };
5550D2721683C923006C56B5 /* RecentItemsMenu.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RecentItemsMenu.m; sourceTree = "<group>"; usesTabs = 1; };
+ 55534AF018183BFA006D6BCB /* updateInfoPlist */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = updateInfoPlist; sourceTree = BUILT_PRODUCTS_DIR; };
+ 55534AF118183BFA006D6BCB /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
+ 55534AF418183BFB006D6BCB /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
+ 55534AF718183BFB006D6BCB /* updateInfoPlist-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "updateInfoPlist-Prefix.pch"; sourceTree = "<group>"; };
+ 55534AF818183BFB006D6BCB /* updateInfoPlist.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = updateInfoPlist.1; sourceTree = "<group>"; };
5557769917EBE7D60019D008 /* Media.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Media.xcassets; sourceTree = "<group>"; };
55707E41181232A9007CC5D0 /* pt-BR */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/InfoPlist.strings"; sourceTree = "<group>"; };
55707E42181232AA007CC5D0 /* pt-BR */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Localizable.strings"; sourceTree = "<group>"; };
@@ -786,7 +790,6 @@
55EC05FC178916E70053AC23 /* MemBadgeView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MemBadgeView.h; sourceTree = "<group>"; };
55EC05FD178916E70053AC23 /* MemBadgeView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MemBadgeView.m; sourceTree = "<group>"; usesTabs = 1; };
55EE2D9017E2323400FED42A /* ecm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ecm.h; sourceTree = "<group>"; };
- 55F41A1F17EF771600605DF8 /* updateInfoPlist.rb */ = {isa = PBXFileReference; lastKnownFileType = text.script.ruby; path = updateInfoPlist.rb; sourceTree = "<group>"; };
55F41A2017EF774500605DF8 /* version.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = version.sh; sourceTree = "<group>"; };
55F41A2117EF7A3300605DF8 /* Info.plistvers.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plistvers.plist; sourceTree = "<group>"; };
712FD1E51093096F00575A92 /* debug.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; path = debug.c; sourceTree = "<group>"; };
@@ -943,6 +946,14 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
+ 55534AED18183BFA006D6BCB /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 55534AF218183BFA006D6BCB /* Foundation.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
@@ -950,10 +961,10 @@
isa = PBXGroup;
children = (
55F41A2017EF774500605DF8 /* version.sh */,
- 55F41A1F17EF771600605DF8 /* updateInfoPlist.rb */,
55858D2F178652F90068B8FC /* Configs */,
08FB7795FE84155DC02AAC07 /* PCSXR */,
551A74AF17868BE90052D185 /* plugins */,
+ 55534AF318183BFA006D6BCB /* updateInfoPlist */,
551A749D17868B110052D185 /* Frameworks */,
1AB674ADFE9D54B511CA2CBB /* Products */,
);
@@ -984,6 +995,7 @@
551A771F178698C60052D185 /* PeopsSpuAL.psxplugin */,
551A774F17869C280052D185 /* PeopsXGL.psxplugin */,
551A776D17869E430052D185 /* DFNet.psxplugin */,
+ 55534AF018183BFA006D6BCB /* updateInfoPlist */,
);
name = Products;
sourceTree = "<group>";
@@ -1110,6 +1122,7 @@
551A768F178691E60052D185 /* ForceFeedback.framework */,
551A7684178691170052D185 /* IOKit.framework */,
551A76D8178696810052D185 /* libz.dylib */,
+ 55534AF118183BFA006D6BCB /* Foundation.framework */,
551A74A017868B110052D185 /* Other Frameworks */,
);
name = Frameworks;
@@ -1577,6 +1590,24 @@
path = ../../../plugins/dfnet;
sourceTree = "<group>";
};
+ 55534AF318183BFA006D6BCB /* updateInfoPlist */ = {
+ isa = PBXGroup;
+ children = (
+ 55534AF418183BFB006D6BCB /* main.m */,
+ 55534AF818183BFB006D6BCB /* updateInfoPlist.1 */,
+ 55534AF618183BFB006D6BCB /* Supporting Files */,
+ );
+ path = updateInfoPlist;
+ sourceTree = "<group>";
+ };
+ 55534AF618183BFB006D6BCB /* Supporting Files */ = {
+ isa = PBXGroup;
+ children = (
+ 55534AF718183BFB006D6BCB /* updateInfoPlist-Prefix.pch */,
+ );
+ name = "Supporting Files";
+ sourceTree = "<group>";
+ };
557649B61786AF6F007C4457 /* File Handlers */ = {
isa = PBXGroup;
children = (
@@ -1701,7 +1732,7 @@
2BB3D6D005427FE200831ACB /* PBXBuildRule */,
);
dependencies = (
- 55906B1E17C28EE40057F60D /* PBXTargetDependency */,
+ 55534B0018183E5B006D6BCB /* PBXTargetDependency */,
551A778517869F4B0052D185 /* PBXTargetDependency */,
551A778717869F4B0052D185 /* PBXTargetDependency */,
551A778917869F4B0052D185 /* PBXTargetDependency */,
@@ -1875,6 +1906,24 @@
productReference = 551A776D17869E430052D185 /* DFNet.psxplugin */;
productType = "com.apple.product-type.bundle";
};
+ 55534AEF18183BFA006D6BCB /* updateInfoPlist */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 55534AFD18183BFB006D6BCB /* Build configuration list for PBXNativeTarget "updateInfoPlist" */;
+ buildPhases = (
+ 55534AEC18183BFA006D6BCB /* Sources */,
+ 55534AED18183BFA006D6BCB /* Frameworks */,
+ 55534AEE18183BFA006D6BCB /* CopyFiles */,
+ 55534AFE18183D86006D6BCB /* ShellScript */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = updateInfoPlist;
+ productName = updateInfoPlist;
+ productReference = 55534AF018183BFA006D6BCB /* updateInfoPlist */;
+ productType = "com.apple.product-type.tool";
+ };
/* End PBXNativeTarget section */
/* Begin PBXProject section */
@@ -1917,7 +1966,7 @@
551A7706178698C60052D185 /* PeopsSpuAL */,
551A776517869E430052D185 /* DFNet */,
551A75C617868C4E0052D185 /* Bladesio1 */,
- 55906B1717C28E490057F60D /* Update SVN revision */,
+ 55534AEF18183BFA006D6BCB /* updateInfoPlist */,
);
};
/* End PBXProject section */
@@ -2036,7 +2085,7 @@
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
- 55906B1C17C28E530057F60D /* ShellScript */ = {
+ 55534AFE18183D86006D6BCB /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
@@ -2049,7 +2098,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "#Some code taken from the MPlayerX people.\nexport PATH=\"/usr/bin:/bin:/usr/sbin:/sbin\"\nruby updateInfoPlist.rb Info.plist\ntouch -amfc Info.plistvers.plist\n\nexit 0\n";
+ shellScript = "#Some code taken from the MPlayerX people.\nexport PATH=\"/usr/bin:/bin:/usr/sbin:/sbin\"\ncd $SRCROOT\n$TARGET_BUILD_DIR/$PRODUCT_NAME Info.plist\ntouch -amfc Info.plistvers.plist\n\nexit 0\n";
};
55F41A3317EF8CFF00605DF8 /* Strip Headers */ = {
isa = PBXShellScriptBuildPhase;
@@ -2264,6 +2313,14 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
+ 55534AEC18183BFA006D6BCB /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 55534AF518183BFB006D6BCB /* main.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
@@ -2317,10 +2374,10 @@
target = 551A776517869E430052D185 /* DFNet */;
targetProxy = 551A779217869F4B0052D185 /* PBXContainerItemProxy */;
};
- 55906B1E17C28EE40057F60D /* PBXTargetDependency */ = {
+ 55534B0018183E5B006D6BCB /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- target = 55906B1717C28E490057F60D /* Update SVN revision */;
- targetProxy = 55906B1D17C28EE40057F60D /* PBXContainerItemProxy */;
+ target = 55534AEF18183BFA006D6BCB /* updateInfoPlist */;
+ targetProxy = 55534AFF18183E5B006D6BCB /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
@@ -3117,6 +3174,81 @@
};
name = Release;
};
+ 55534AFA18183BFB006D6BCB /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ARCHS = "$(NATIVE_ARCH_ACTUAL)";
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ COPY_PHASE_STRIP = NO;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_ENABLE_OBJC_EXCEPTIONS = YES;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "updateInfoPlist/updateInfoPlist-Prefix.pch";
+ GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ MACOSX_DEPLOYMENT_TARGET = "";
+ ONLY_ACTIVE_ARCH = NO;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Debug;
+ };
+ 55534AFB18183BFB006D6BCB /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ARCHS = "$(NATIVE_ARCH_ACTUAL)";
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CODE_SIGN_IDENTITY = "";
+ COPY_PHASE_STRIP = YES;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ ENABLE_NS_ASSERTIONS = NO;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_ENABLE_OBJC_EXCEPTIONS = YES;
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "updateInfoPlist/updateInfoPlist-Prefix.pch";
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ MACOSX_DEPLOYMENT_TARGET = "";
+ ONLY_ACTIVE_ARCH = NO;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Release;
+ };
+ 55534AFC18183BFB006D6BCB /* Instrument */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ARCHS = "$(NATIVE_ARCH_ACTUAL)";
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ COPY_PHASE_STRIP = YES;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ ENABLE_NS_ASSERTIONS = NO;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_ENABLE_OBJC_EXCEPTIONS = YES;
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "updateInfoPlist/updateInfoPlist-Prefix.pch";
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ MACOSX_DEPLOYMENT_TARGET = "";
+ ONLY_ACTIVE_ARCH = NO;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Instrument;
+ };
557649B91786B09E007C4457 /* Instrument */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 55858D2B17864DC90068B8FC /* Pcsxr-Instrument.xcconfig */;
@@ -3341,27 +3473,6 @@
};
name = Instrument;
};
- 55906B1917C28E490057F60D /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Debug;
- };
- 55906B1A17C28E490057F60D /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Release;
- };
- 55906B1B17C28E490057F60D /* Instrument */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Instrument;
- };
71F353F40FD98DFE00CBEC28 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
@@ -3561,15 +3672,14 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 55906B1817C28E490057F60D /* Build configuration list for PBXAggregateTarget "Update SVN revision" */ = {
+ 55534AFD18183BFB006D6BCB /* Build configuration list for PBXNativeTarget "updateInfoPlist" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 55906B1917C28E490057F60D /* Debug */,
- 55906B1A17C28E490057F60D /* Release */,
- 55906B1B17C28E490057F60D /* Instrument */,
+ 55534AFA18183BFB006D6BCB /* Debug */,
+ 55534AFB18183BFB006D6BCB /* Release */,
+ 55534AFC18183BFB006D6BCB /* Instrument */,
);
defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
};
71F353F30FD98DFE00CBEC28 /* Build configuration list for PBXNativeTarget "PCSXR" */ = {
isa = XCConfigurationList;