From 87249c6147a60e98972fe1378a3dd355dba5b39f Mon Sep 17 00:00:00 2001 From: Ngo Quoc Dat Date: Sat, 19 Sep 2026 00:36:43 +0700 Subject: [PATCH 1/2] build(ios): declare the standard encryption the app ships for export compliance --- TableProMobile/project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TableProMobile/project.yml b/TableProMobile/project.yml index 196bdb2db..581d3b384 100644 --- a/TableProMobile/project.yml +++ b/TableProMobile/project.yml @@ -136,7 +136,7 @@ targets: GENERATE_INFOPLIST_FILE: YES INFOPLIST_FILE: TableProMobile/Info.plist INFOPLIST_KEY_CFBundleDisplayName: TablePro - INFOPLIST_KEY_ITSAppUsesNonExemptEncryption: NO + INFOPLIST_KEY_ITSAppUsesNonExemptEncryption: YES INFOPLIST_KEY_LSApplicationCategoryType: public.app-category.developer-tools INFOPLIST_KEY_UIApplicationSceneManifest_Generation: YES INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents: YES From fde0a27ccaba88bd776e71d8b7ea141417d20c23 Mon Sep 17 00:00:00 2001 From: Ngo Quoc Dat Date: Sat, 19 Sep 2026 00:36:44 +0700 Subject: [PATCH 2/2] build(ios): bump the iOS build number to 22 --- Configs/Version-iOS.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configs/Version-iOS.xcconfig b/Configs/Version-iOS.xcconfig index 19e0d0739..36a168cea 100644 --- a/Configs/Version-iOS.xcconfig +++ b/Configs/Version-iOS.xcconfig @@ -2,4 +2,4 @@ // The app and its widget extension must ship the same values, so both read this file. MARKETING_VERSION = 1.0 -CURRENT_PROJECT_VERSION = 20 +CURRENT_PROJECT_VERSION = 22