From 9ac5e031478299457ae07be69664f7ca707086c9 Mon Sep 17 00:00:00 2001 From: Yoshi Sugawara Date: Fri, 16 Sep 2022 14:55:55 -1000 Subject: [PATCH] 2022.3 release --- WHATSNEW.md | 3 +++ xcode/MAME4iOS/MAME4iOS.xcconfig | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/WHATSNEW.md b/WHATSNEW.md index 63b74616..b554d689 100644 --- a/WHATSNEW.md +++ b/WHATSNEW.md @@ -1,3 +1,6 @@ +# Version 2022.3 +* iOS 16 support + # Version 2022.2 * Updated to [MAME 244](https://www.mamedev.org/releases/whatsnew_0244.txt). * hi-res font for `MAME` Config Menu. diff --git a/xcode/MAME4iOS/MAME4iOS.xcconfig b/xcode/MAME4iOS/MAME4iOS.xcconfig index 02670293..c4e7c4e6 100644 --- a/xcode/MAME4iOS/MAME4iOS.xcconfig +++ b/xcode/MAME4iOS/MAME4iOS.xcconfig @@ -17,8 +17,8 @@ ORG_IDENTIFIER = com.example // CHANGE this to your Organization Identifier. DEVELOPMENT_TEAM = ABC8675309 // CHANGE this to your Team ID. (or select in Xcode project editor) -CURRENT_PROJECT_VERSION = 2022.2 -MARKETING_VERSION = 2022.2 +CURRENT_PROJECT_VERSION = 2022.3 +MARKETING_VERSION = 2022.3 // 2. enable or disable entitlements // tvOS TopShelf and iCloud import/export require special app entitlements