X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/dd5fb164cf5b32c462296bc65e289e100f74b59a..8a50f688fe9358387648fb83fbfecbefe8d32669:/xcconfig/PlatformLibraries.xcconfig diff --git a/xcconfig/PlatformLibraries.xcconfig b/xcconfig/PlatformLibraries.xcconfig index 00b64c06..3d2828a7 100644 --- a/xcconfig/PlatformLibraries.xcconfig +++ b/xcconfig/PlatformLibraries.xcconfig @@ -27,9 +27,8 @@ OTHER_LDFLAGS_CLOUDKIT_BRIDGE_NO = -framework CloudKit OTHER_LDFLAGS_CLOUDKIT_BRIDGE_YES = OTHER_LDFLAGS_CLOUDKIT = $(OTHER_LDFLAGS_CLOUDKIT_BRIDGE_$(BRIDGE)) -OTHER_LDFLAGS_PROTOBUF_BRIDGE_NO = -framework ProtocolBuffer -OTHER_LDFLAGS_PROTOBUF_BRIDGE_YES = -OTHER_LDFLAGS_PROTOBUF = $(OTHER_LDFLAGS_PROTOBUF_BRIDGE_$(BRIDGE)) +// The bridge appears to support protocol buffers. +OTHER_LDFLAGS_PROTOBUF = -framework ProtocolBuffer OTHER_LDFLAGS_SHAREDWEBCREDENTIALS_IOS_NO = -framework SharedWebCredentials OTHER_LDFLAGS_SHAREDWEBCREDENTIALS_IOS_YES =