Skip to content

Commit

Permalink
Base SDK is macosx, not macosx10.8. Makes things work with all new ve…
Browse files Browse the repository at this point in the history
…rsions of Xcode
  • Loading branch information
Zach Drayer committed Jun 6, 2014
1 parent 6014a62 commit d9c861a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WWDCDownloader.xcodeproj/project.pbxproj
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.9; MACOSX_DEPLOYMENT_TARGET = 10.9;
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx10.8; SDKROOT = macosx;
}; };
name = Debug; name = Debug;
}; };
Expand Down Expand Up @@ -298,7 +298,7 @@
GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.9; MACOSX_DEPLOYMENT_TARGET = 10.9;
SDKROOT = macosx10.8; SDKROOT = macosx;
}; };
name = Release; name = Release;
}; };
Expand Down

0 comments on commit d9c861a

Please sign in to comment.