Fix weak linking of SwiftUI in podspec

This commit is contained in:
John Estropia
2019-10-25 14:35:04 +09:00
parent 98d860aff6
commit 4baeb6d922
2 changed files with 4 additions and 4 deletions

View File

@@ -3113,7 +3113,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 7.0.0;
MARKETING_VERSION = 7.0.1;
OTHER_LDFLAGS = (
"-weak_framework",
Combine,
@@ -3136,7 +3136,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 7.0.0;
MARKETING_VERSION = 7.0.1;
OTHER_LDFLAGS = (
"-weak_framework",
Combine,