Update project version to 5 and add Release configuration for build lanes; introduce encryption specification and color palette documentation

This commit is contained in:
2026-03-09 18:35:43 +05:00
parent fd948991f3
commit d6d50eb214
4 changed files with 184 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ platform :ios do
build_app(
project: "Rosetta.xcodeproj",
scheme: "Rosetta",
configuration: "Release",
export_method: "app-store",
clean: true
)
@@ -56,6 +57,7 @@ platform :ios do
build_app(
project: "Rosetta.xcodeproj",
scheme: "Rosetta",
configuration: "Release",
export_method: "app-store",
clean: true
)