Skip to content

Commit

Permalink
Update Max SDK link
Browse files Browse the repository at this point in the history
  • Loading branch information
malloch committed Mar 23, 2018
1 parent 6062d21 commit 2805f75
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# libmapper bindings for MaxMSP and Pure Data

Max and Pure Data (Pd) objects instantiating libmapper devices. Help patches are included for documentation.
Max and Pure Data (Pd) objects instantiating [libmapper][1] devices. Help patches are included for documentation.

The `mapper` object can be used with both Max and Pd - it encapsulates the functionality of a libmapper device and works as a central hub in your patch by sending and receiving labeled messages from the libmapper network.

Expand Down
2 changes: 1 addition & 1 deletion mapdevice/map.device.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
C74SUPPORT = "/Applications/MaxSDK-7.1.0/source/c74support";
C74SUPPORT = "/Applications/max-sdk-7.3.3/source/c74support";
C74_SYM_LINKER_FLAGS = "@$(C74SUPPORT)/max-includes/c74_linker_flags.txt";
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand Down
2 changes: 1 addition & 1 deletion mapin/map.in.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
C74SUPPORT = "/Applications/MaxSDK-7.1.0/source/c74support";
C74SUPPORT = "/Applications/max-sdk-7.3.3/source/c74support";
C74_SYM_LINKER_FLAGS = "@$(C74SUPPORT)/max-includes/c74_linker_flags.txt";
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
Expand Down
2 changes: 1 addition & 1 deletion mapout/map.out.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
C74SUPPORT = "/Applications/MaxSDK-7.1.0/source/c74support";
C74SUPPORT = "/Applications/max-sdk-7.3.3/source/c74support";
C74_SYM_LINKER_FLAGS = "@$(C74SUPPORT)/max-includes/c74_linker_flags.txt";
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
Expand Down
2 changes: 1 addition & 1 deletion mapper/mapper.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
C74SUPPORT = "/Applications/MaxSDK-7.1.0/source/c74support";
C74SUPPORT = "/Applications/max-sdk-7.3.3/source/c74support";
C74_SYM_LINKER_FLAGS = "@$(C74SUPPORT)/max-includes/c74_linker_flags.txt";
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand Down

0 comments on commit 2805f75

Please sign in to comment.