Skip to content

Commit

Permalink
set demo deploy target to 10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Oct 23, 2013
1 parent c8c34b4 commit 39e9acc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DTMarkdownParser.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2403,7 +2403,6 @@
"$(inherited)",
);
INFOPLIST_FILE = "Demo/Mac/Demo-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.9;
PRODUCT_NAME = "DTMarkdown Demo";
WRAPPER_EXTENSION = app;
};
Expand All @@ -2417,7 +2416,6 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Demo/Mac/Demo-Prefix.pch";
INFOPLIST_FILE = "Demo/Mac/Demo-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.9;
PRODUCT_NAME = "DTMarkdown Demo";
WRAPPER_EXTENSION = app;
};
Expand All @@ -2431,7 +2429,6 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Demo/Mac/Demo-Prefix.pch";
INFOPLIST_FILE = "Demo/Mac/Demo-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.9;
PRODUCT_NAME = "DTMarkdown Demo";
WRAPPER_EXTENSION = app;
};
Expand Down Expand Up @@ -2697,6 +2694,7 @@
A7870C4F1817F6C000E39311 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
A7870C6F1817F7BB00E39311 /* Build configuration list for PBXNativeTarget "UnitTests (iOS)" */ = {
isa = XCConfigurationList;
Expand All @@ -2706,6 +2704,7 @@
A7870C721817F7BB00E39311 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
A7870DB71817FDED00E39311 /* Build configuration list for PBXNativeTarget "Demo (Mac)" */ = {
isa = XCConfigurationList;
Expand All @@ -2715,6 +2714,7 @@
A7870DBA1817FDED00E39311 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
A7BF250318112A3B0013D8D7 /* Build configuration list for PBXProject "DTMarkdownParser" */ = {
isa = XCConfigurationList;
Expand Down

0 comments on commit 39e9acc

Please sign in to comment.