From bd8fb5263b3c7ac3a00db45db6bead1d70b9b414 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 1 Jul 2023 11:33:07 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20build=20number=20and=20write=20release?= =?UTF-8?q?=20notes.=20Build=20using=20Xcode=2014.3.1=20so=20it=20won?= =?UTF-8?q?=E2=80=99t=20crash=20on=20launch=20on=20iOS=2013.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Technotes/ReleaseNotes-iOS.markdown | 4 ++++ xcconfig/common/NetNewsWire_ios_target_common.xcconfig | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Technotes/ReleaseNotes-iOS.markdown b/Technotes/ReleaseNotes-iOS.markdown index 8abba5c51..8e9886710 100644 --- a/Technotes/ReleaseNotes-iOS.markdown +++ b/Technotes/ReleaseNotes-iOS.markdown @@ -1,5 +1,9 @@ # iOS Release Notes +### 6.1.4 TestFlight build 6120 - 1 July 2023 + +Build using Xcode 14.3.1 so the app won’t crash on launch on iOS 13. + ### 6.1.4 TestFlight build 6119 - 30 June 2023 Remove Reddit from Settings. Remove Reddit API code. diff --git a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig index d854f5dbf..c73f4e39a 100644 --- a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig +++ b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig @@ -1,7 +1,7 @@ // High Level Settings common to both the iOS application and any extensions we bundle with it MARKETING_VERSION = 6.1.4 -CURRENT_PROJECT_VERSION = 6119 +CURRENT_PROJECT_VERSION = 6120 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon