daneden / Zeitgeist

👁 An iOS app for keeping an eye on your Vercel deployments
http://zeitgeist.daneden.me
Apache License 2.0
190 stars 7 forks source link

Fix widget version issue #101

Closed bdbergeron closed 9 months ago

bdbergeron commented 9 months ago

Widgets are not working with the latest App Store release (3.2.2) due to a version mismatch with the main app target and the widget extension + intent. This PR changes the MARKETING_VERSION string to be set on the Project level instead of the app target level, ensuring all targets in the project use the same version string. Also did the same with IPHONEOS_DEPLOYMENT_TARGET to make sure there's no mismatch there, either.

Screenshot 2023-12-01 at 11 43 33