Skip to content

Commit 3483bd3

Browse files
committed
merge changes reverted in project.pbxproj file
1 parent ef8122f commit 3483bd3

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

Contentstack.xcodeproj/project.pbxproj

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -882,11 +882,7 @@
882882
INFOPLIST_FILE = Contentstack/Info.plist;
883883
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
884884
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
885-
LD_RUNPATH_SEARCH_PATHS = (
886-
"$(inherited)",
887-
"@executable_path/Frameworks",
888-
"@loader_path/Frameworks",
889-
);
885+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
890886
MACH_O_TYPE = staticlib;
891887
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
892888
ONLY_ACTIVE_ARCH = YES;
@@ -912,10 +908,7 @@
912908
DYLIB_INSTALL_NAME_BASE = "@rpath";
913909
ENABLE_MODULE_VERIFIER = YES;
914910
ENABLE_USER_SCRIPT_SANDBOXING = NO;
915-
FRAMEWORK_SEARCH_PATHS = (
916-
"$(inherited)",
917-
"$(PROJECT_DIR)/ThirdPartyExtension/**",
918-
);
911+
FRAMEWORK_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
919912
GCC_PREFIX_HEADER = ./Contentstack/ThirdPartyNamespaceHeader/NamespacedDependencies.h;
920913
INFOPLIST_FILE = Contentstack/Info.plist;
921914
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

0 commit comments

Comments
 (0)