Files
NetNewsWire/NetNewsWire.xcodeproj
Stuart Breckenridge 09700e5220 Resolves various warnings (see description)
The iOS extensions that exhibited the “linking against a dylib which is not safe for use in application extensions” warning have had a `$(inherited) -Xlinker -no_application_extension` entry added to their respective `Other Linker Flags`  Build Phase configuration.

The “Delete Unecessary Frameworks” warning has been suppressed making it run on incremental builds.
2023-02-06 20:41:44 +08:00
..