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 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