diff --git a/RxWebKit.xcodeproj/project.pbxproj b/RxWebKit.xcodeproj/project.pbxproj index ef86fbb..6fc7053 100644 --- a/RxWebKit.xcodeproj/project.pbxproj +++ b/RxWebKit.xcodeproj/project.pbxproj @@ -216,7 +216,8 @@ C4607FD51FA0DC40002DA12F /* RxWKUIDelegateEvents+Rx.swift */, F6D7DD0C224F62860066C90F /* RxWKUserContentController.swift */, ); - path = Sources; + name = Sources; + path = ../Sources/RxWebKit; sourceTree = ""; }; 42F4268E1C66200D001FED46 = { diff --git a/Sources/Info.plist b/RxWebKit/Info.plist similarity index 100% rename from Sources/Info.plist rename to RxWebKit/Info.plist diff --git a/Sources/RxWebKit.h b/RxWebKit/RxWebKit.h similarity index 100% rename from Sources/RxWebKit.h rename to RxWebKit/RxWebKit.h