From c6a66c03d74a7ac2b04303f55000d73671a8f4a4 Mon Sep 17 00:00:00 2001 From: Igor Escodro Date: Thu, 23 Jan 2025 20:13:10 -0500 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=A6=9F=20Fix=20iOS=20crash=20related?= =?UTF-8?q?=20to=20CADisableMinimumFrameDurationOnPhone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The iOS app was crashing after a few seconds being open because of the missing Info.plist property. --- ios-app/alkaa/Info.plist | 1 + 1 file changed, 1 insertion(+) diff --git a/ios-app/alkaa/Info.plist b/ios-app/alkaa/Info.plist index 89e8cd7ff..fcea243a3 100644 --- a/ios-app/alkaa/Info.plist +++ b/ios-app/alkaa/Info.plist @@ -17,5 +17,6 @@ Permission used by third-party libraries NSMotionUsageDescription Permission used by third-party libraries + CADisableMinimumFrameDurationOnPhone From 003806a2871bde148fb3973aa126b47c0b82adcf Mon Sep 17 00:00:00 2001 From: Igor Escodro Date: Thu, 23 Jan 2025 20:15:00 -0500 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=96Release=20Alkaa=203.0.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New version released --- gradle/libs.versions.toml | 4 ++-- ios-app/alkaa.xcodeproj/project.pbxproj | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f7a754502..d27561ec6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] # Project -version_code = "30008" -version_name = "3.0.8" +version_code = "30009" +version_name = "3.0.9" android_gradle_plugin = "8.8.0" kotlin = "2.1.0" android_sdk_compile = "35" diff --git a/ios-app/alkaa.xcodeproj/project.pbxproj b/ios-app/alkaa.xcodeproj/project.pbxproj index 668ef2e4e..3b56a6cbf 100644 --- a/ios-app/alkaa.xcodeproj/project.pbxproj +++ b/ios-app/alkaa.xcodeproj/project.pbxproj @@ -316,7 +316,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 30008; + CURRENT_PROJECT_VERSION = 30009; DEVELOPMENT_ASSET_PATHS = "\"alkaa/Preview Content\""; DEVELOPMENT_TEAM = 5Z3927U4ZC; ENABLE_PREVIEWS = YES; @@ -335,7 +335,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 3.0.8; + MARKETING_VERSION = 3.0.9; OTHER_LDFLAGS = ( "$(inherited)", "-framework", @@ -358,7 +358,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 30008; + CURRENT_PROJECT_VERSION = 30009; DEVELOPMENT_ASSET_PATHS = "\"alkaa/Preview Content\""; DEVELOPMENT_TEAM = 5Z3927U4ZC; ENABLE_PREVIEWS = YES; @@ -377,7 +377,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 3.0.8; + MARKETING_VERSION = 3.0.9; OTHER_LDFLAGS = ( "$(inherited)", "-framework",