Base.xcconfig 378 B

1234567
  1. // Zoom Meeting SDK (optional): copy `ZoomSDK.framework` and bundled dylibs from the Marketplace zip
  2. // into `Vendor/ZoomSDK/`, then set below to `-framework ZoomSDK` so the linker can resolve symbols.
  3. // See `Vendor/ZoomSDK/README.md`.
  4. ZOOM_SDK_LDFLAGS =
  5. OTHER_LDFLAGS = $(inherited) -ObjC $(ZOOM_SDK_LDFLAGS)
  6. FRAMEWORK_SEARCH_PATHS = $(inherited) "$(SRCROOT)/Vendor/ZoomSDK"