Fix iOS widget build.

This commit is contained in:
Brent Simmons 2024-04-01 19:37:35 -07:00
parent 88a832c4cb
commit 9e823ccd44
2 changed files with 1 additions and 3 deletions

View File

@ -4428,7 +4428,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 1768140A2564BB8300D98635 /* NetNewsWire_iOSwidgetextension_target.xcconfig */;
buildSettings = {
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
};
name = Debug;
};
@ -4436,7 +4435,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 1768140A2564BB8300D98635 /* NetNewsWire_iOSwidgetextension_target.xcconfig */;
buildSettings = {
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
};
name = Release;
};

View File

@ -40,4 +40,4 @@ INFOPLIST_FILE = Widget/Info.plist
PRODUCT_BUNDLE_IDENTIFIER = $(ORGANIZATION_IDENTIFIER).NetNewsWire.iOS.SpringboardWidgets
PRODUCT_NAME = $(TARGET_NAME)
IPHONEOS_DEPLOYMENT_TARGET = 14.0
IPHONEOS_DEPLOYMENT_TARGET = 17.0