Skip to content

Commit

Permalink
Remove carthage framework serach paths
Browse files Browse the repository at this point in the history
  • Loading branch information
DevYeom committed May 23, 2021
1 parent fb4174b commit 9116087
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions ModernRIBs.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -552,10 +552,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PRODUCTS_DIR)../Carthage/Build/iOS/",
);
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = ModernRIBs/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
Expand All @@ -579,10 +576,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PRODUCTS_DIR)../Carthage/Build/iOS/",
);
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = ModernRIBs/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
Expand Down

0 comments on commit 9116087

Please sign in to comment.