Skip to content

Commit

Permalink
Update Mac OS X SDK to something current (10.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
hallski committed Sep 22, 2014
1 parent 4c5a794 commit c05f1c8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Controller/NuRemoter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,8 @@
/* Begin PBXProject section */
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
attributes = {
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "NuRemoter" */;
compatibilityVersion = "Xcode 3.1";
developmentRegion = English;
Expand Down Expand Up @@ -636,7 +638,7 @@
INFOPLIST_FILE = "Mac/Resources/NuRemoter-Info.plist";
INSTALL_PATH = "$(HOME)/Applications";
PRODUCT_NAME = NuRemoter;
SDKROOT = macosx10.7;
SDKROOT = macosx10.9;
};
name = Debug;
};
Expand All @@ -655,7 +657,7 @@
INFOPLIST_FILE = "Mac/Resources/NuRemoter-Info.plist";
INSTALL_PATH = "$(HOME)/Applications";
PRODUCT_NAME = NuRemoter;
SDKROOT = macosx10.7;
SDKROOT = macosx10.9;
};
name = Release;
};
Expand All @@ -669,7 +671,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
ONLY_ACTIVE_ARCH = YES;
PREBINDING = NO;
SDKROOT = macosx10.6;
SDKROOT = macosx10.9;
};
name = Debug;
};
Expand All @@ -681,7 +683,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
SDKROOT = macosx10.6;
SDKROOT = macosx10.9;
};
name = Release;
};
Expand Down

0 comments on commit c05f1c8

Please sign in to comment.