Skip to content

Commit

Permalink
Merge pull request #76 from Tencent/dev
Browse files Browse the repository at this point in the history
Removing explicitly set `SDKROOT` from targets in project for Carthage
  • Loading branch information
lingol authored Oct 12, 2018
2 parents ae28c7c + cfb6547 commit 89d63b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions iOS/MMKV/MMKV.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx";
VALID_ARCHS = "arm64 armv7 x86_64";
"VALID_ARCHS[sdk=iphoneos*]" = "arm64 armv7";
Expand Down Expand Up @@ -442,7 +441,6 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx";
VALIDATE_PRODUCT = YES;
VALID_ARCHS = "arm64 armv7 x86_64";
Expand Down

0 comments on commit 89d63b0

Please sign in to comment.