Skip to content

Commit

Permalink
Merge pull request #1467 from liuxuan30/baseSDK
Browse files Browse the repository at this point in the history
change Charts baseSDK to iOS 10
  • Loading branch information
danielgindi committed Sep 19, 2016
2 parents 8f356e0 + 0b3ec09 commit d1daf3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Charts.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1278,6 +1278,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.dcg.Charts;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
};
name = Debug;
Expand All @@ -1296,6 +1297,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.dcg.Charts;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
};
name = Release;
Expand Down

0 comments on commit d1daf3e

Please sign in to comment.