Skip to content

Commit 519cb97

Browse files
committed
Restore missing bridging header setting
[#99132108]
1 parent 9cd8e75 commit 519cb97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ResponseDetective.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,7 @@
807807
"$(inherited)",
808808
);
809809
INFOPLIST_FILE = "ResponseDetective/Supporting Files/Info.plist";
810+
SWIFT_OBJC_BRIDGING_HEADER = "$(SRCROOT)/ResponseDetective/Supporting Files/Bridging-Header.h";
810811
};
811812
name = Debug;
812813
};
@@ -824,6 +825,7 @@
824825
"$(inherited)",
825826
);
826827
INFOPLIST_FILE = "ResponseDetective/Supporting Files/Info.plist";
828+
SWIFT_OBJC_BRIDGING_HEADER = "$(SRCROOT)/ResponseDetective/Supporting Files/Bridging-Header.h";
827829
};
828830
name = Release;
829831
};

0 commit comments

Comments
 (0)