Sets SKIP_INSTALL to YES for the ProtocolBuffers target (#8560)

pull/8597/head^2
Twig 4 years ago committed by GitHub
parent 23fd8e0791
commit c7d2a97879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      objectivec/ProtocolBuffers_iOS.xcodeproj/project.pbxproj

@ -836,6 +836,7 @@
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
PRODUCT_NAME = ProtocolBuffers;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
USER_HEADER_SEARCH_PATHS = "$(SRCROOT)";
};
@ -846,6 +847,7 @@
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
PRODUCT_NAME = ProtocolBuffers;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
USER_HEADER_SEARCH_PATHS = "$(SRCROOT)";
};

Loading…
Cancel
Save