From f3b42e4885a6a096951b9dad7c1acf486124942a Mon Sep 17 00:00:00 2001 From: "mt.hodaka" Date: Thu, 3 Mar 2022 21:00:32 +0900 Subject: [PATCH] fix broken file references in project --- RxWebKit.xcodeproj/project.pbxproj | 3 ++- {Sources => RxWebKit}/Info.plist | 0 {Sources => RxWebKit}/RxWebKit.h | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename {Sources => RxWebKit}/Info.plist (100%) rename {Sources => RxWebKit}/RxWebKit.h (100%) 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