Skip to content

Commit 15693dd

Browse files
sy-hashbobgodwinx
authored andcommitted
fix Info.plist file path in target: RxWebKit
1 parent 150bb2e commit 15693dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RxWebKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@
646646
"$(inherited)",
647647
"$(PROJECT_DIR)/Carthage/Build/iOS",
648648
);
649-
INFOPLIST_FILE = Example/Info.plist;
649+
INFOPLIST_FILE = "$(SRCROOT)/RxWebKit/Info.plist";
650650
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
651651
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
652652
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
@@ -675,7 +675,7 @@
675675
"$(inherited)",
676676
"$(PROJECT_DIR)/Carthage/Build/iOS",
677677
);
678-
INFOPLIST_FILE = Example/Info.plist;
678+
INFOPLIST_FILE = "$(SRCROOT)/RxWebKit/Info.plist";
679679
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
680680
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
681681
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";

0 commit comments

Comments
 (0)