Skip to content

Commit

Permalink
same as usual, Xcode is doing what Xcode does
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteProject committed Oct 5, 2012
1 parent f5d1bcf commit 06270b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions AnsiLove.xcodeproj/project.pbxproj
Expand Up @@ -437,7 +437,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.7;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx10.7;
SDKROOT = macosx;
};
name = Debug;
};
Expand All @@ -458,7 +458,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.7;
SDKROOT = macosx10.7;
SDKROOT = macosx;
};
name = Release;
};
Expand All @@ -475,7 +475,7 @@
INFOPLIST_FILE = "AnsiLove/AnsiLove-Info.plist";
INSTALL_PATH = "@executable_path/../Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx10.7;
SDKROOT = macosx;
WRAPPER_EXTENSION = framework;
};
name = Debug;
Expand All @@ -493,7 +493,7 @@
INFOPLIST_FILE = "AnsiLove/AnsiLove-Info.plist";
INSTALL_PATH = "@executable_path/../Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx10.7;
SDKROOT = macosx;
WRAPPER_EXTENSION = framework;
};
name = Release;
Expand Down

0 comments on commit 06270b9

Please sign in to comment.