From 74b11219d12c919ba039124f7c8e15007fb13fde Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 30 Sep 2023 10:29:26 -0700 Subject: [PATCH] =?UTF-8?q?Create=206.1.5=20=E2=80=94=C2=A0first=20iOS=20b?= =?UTF-8?q?uild=20done=20with=20Xcode=2015.?= 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 | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Technotes/ReleaseNotes-iOS.markdown b/Technotes/ReleaseNotes-iOS.markdown index 8e9886710..2ed2c828b 100644 --- a/Technotes/ReleaseNotes-iOS.markdown +++ b/Technotes/ReleaseNotes-iOS.markdown @@ -1,5 +1,9 @@ # iOS Release Notes +### 6.1.5 TestFlight build 6121 - 29 Sep 2023 + +Build using Xcode 15 to make sure there are no regressions. + ### 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. diff --git a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig index c73f4e39a..85022cf28 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 = 6120 +MARKETING_VERSION = 6.1.5 +CURRENT_PROJECT_VERSION = 6121 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon