[objectivemax commit] r30 - in trunk: . MaxObject/MaxObject.xcodeproj

0 views
Skip to first unread message

codesite...@google.com

unread,
Feb 1, 2009, 11:50:43 AM2/1/09
to objective...@googlegroups.com
Author: t...@electrotap.com
Date: Sun Feb 1 08:44:43 2009
New Revision: 30

Modified:
trunk/ (props changed)
trunk/MaxObject/MaxObject.xcodeproj/project.pbxproj

Log:
The MaxObject framework project is now setup to use the Max 5 SDK
(c74support folder) from within its own folder tree rather than relying on
the global /Library/Frameworks location.

Relying on the global /Library/Frameworks location is a "deprecated
practice" for working with the Max SDK.

Modified: trunk/MaxObject/MaxObject.xcodeproj/project.pbxproj
==============================================================================
--- trunk/MaxObject/MaxObject.xcodeproj/project.pbxproj (original)
+++ trunk/MaxObject/MaxObject.xcodeproj/project.pbxproj Sun Feb 1 08:44:43
2009
@@ -32,11 +32,11 @@
2297EBED0CC12D25005B771C /* MaxAudioSignal.h */ = {isa =
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h;
path = MaxAudioSignal.h; sourceTree = "<group>"; };
2297EBEE0CC12D25005B771C /* MaxAudioSignal.m */ = {isa =
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc;
path = MaxAudioSignal.m; sourceTree = "<group>"; };
22A403830CAD7B9400E5299E /* Carbon.framework */ = {isa =
PBXFileReference; lastKnownFileType = wrapper.framework; name =
Carbon.framework; path = /System/Library/Frameworks/Carbon.framework;
sourceTree = "<absolute>"; };
- 22A403850CAD7BA000E5299E /* MaxAPI.framework */ = {isa =
PBXFileReference; lastKnownFileType = wrapper.framework; name =
MaxAPI.framework; path = /Library/Frameworks/MaxAPI.framework; sourceTree
= "<absolute>"; };
+ 22A403850CAD7BA000E5299E /* MaxAPI.framework */ = {isa =
PBXFileReference; lastKnownFileType = wrapper.framework; name =
MaxAPI.framework; path = "../c74support/max-includes/MaxAPI.framework";
sourceTree = SOURCE_ROOT; };
22A403870CAD7BBB00E5299E /* MaxObject.h */ = {isa = PBXFileReference;
fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MaxObject.h;
sourceTree = "<group>"; };
22A403880CAD7BBB00E5299E /* MaxObject.m */ = {isa = PBXFileReference;
fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path =
MaxObject.m; sourceTree = "<group>"; };
- 22A403970CAD7C5100E5299E /* commonsyms.c */ = {isa = PBXFileReference;
fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = commonsyms.c;
path = /Library/Frameworks/MaxAPI.framework/Headers/commonsyms.c;
sourceTree = "<absolute>"; };
- 22C561050CAD984B00353974 /* MaxAudioAPI.framework */ = {isa =
PBXFileReference; lastKnownFileType = wrapper.framework; name =
MaxAudioAPI.framework; path = /Library/Frameworks/MaxAudioAPI.framework;
sourceTree = "<absolute>"; };
+ 22A403970CAD7C5100E5299E /* commonsyms.c */ = {isa = PBXFileReference;
fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = commonsyms.c;
path
= "/Users/tim/dev/ObjectiveMax/c74support/max-includes/common/commonsyms.c";
sourceTree = "<absolute>"; };
+ 22C561050CAD984B00353974 /* MaxAudioAPI.framework */ = {isa =
PBXFileReference; lastKnownFileType = wrapper.framework; name =
MaxAudioAPI.framework; path
= "../c74support/msp-includes/MaxAudioAPI.framework"; sourceTree =
SOURCE_ROOT; };
32DBCF5E0370ADEE00C91783 /* MaxObject_Prefix.pch */ = {isa =
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h;
path = MaxObject_Prefix.pch; sourceTree = "<group>"; };
8DC2EF5A0486A6940098B216 /* Info.plist */ = {isa = PBXFileReference;
fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist;
sourceTree = "<group>"; };
8DC2EF5B0486A6940098B216 /* MaxObject.framework */ = {isa =
PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0;
path = MaxObject.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -254,6 +254,10 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
EXPORTED_SYMBOLS_FILE = "";
+ FRAMEWORK_SEARCH_PATHS = (
+ "../c74support/max-includes",
+ "../c74support/msp-includes",
+ );
FRAMEWORK_VERSION = A;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
@@ -264,8 +268,8 @@
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GENERATE_PKGINFO_FILE = YES;
HEADER_SEARCH_PATHS = (
- /Library/Frameworks/MaxAPI.framework/headers,
- /Library/Frameworks/MaxAudioAPI.framework/headers,
+ "../c74support/max-includes",
+ "../c74support/msp-includes",
);
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "@executable_path/../Frameworks";
@@ -284,6 +288,10 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
EXPORTED_SYMBOLS_FILE = "";
+ FRAMEWORK_SEARCH_PATHS = (
+ "../c74support/max-includes",
+ "../c74support/msp-includes",
+ );
FRAMEWORK_VERSION = A;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_MODEL_TUNING = G5;
@@ -293,8 +301,8 @@
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GENERATE_PKGINFO_FILE = YES;
HEADER_SEARCH_PATHS = (
- /Library/Frameworks/MaxAPI.framework/headers,
- /Library/Frameworks/MaxAudioAPI.framework/headers,
+ "../c74support/max-includes",
+ "../c74support/msp-includes",
);
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "@executable_path/../Frameworks";

Reply all
Reply to author
Forward
0 new messages