This pull request includes several changes to the GitHub workflows, project configuration files, and documentation. The most important changes include updates to the build and release workflows, addition of a version bump workflow, and modifications to the project metadata and README file.
README.md: Enhanced the file structure section with a collapsible view and added descriptions for various files and directories. [1][2]
Metadata and iOS Cleanup:
.metadata: Removed unnecessary platform entries and removed Windows.
Cleaned up several iOS project files, including .gitignore, AppFrameworkInfo.plist, Debug.xcconfig, Release.xcconfig, project.xcworkspace, and xcschemes. [1][2][3][4][5][6][7][8]
This pull request includes several changes to the GitHub workflows, project configuration files, and documentation. The most important changes include updates to the build and release workflows, addition of a version bump workflow, and modifications to the project metadata and README file.
Workflow Updates:
.github/workflows/build_and_release.yml
: Added thedev
branch to trigger build and release workflows and set theprerelease
flag based on the branch. [1] [2].github/workflows/version_bump.yml
: Introduced a new workflow to automatically bump the version number on pushes to themain
branch.Project Configuration:
.vscode/settings.json
: Added a new setting for the CMake source directory.android/app/src/main/AndroidManifest.xml
: Updated the application label to "Freelexity".android/app/src/main/res/drawable/launch_background.xml
: Changed the launch background color to transparent.android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
: Added a new adaptive icon configuration.android/app/src/main/res/values/colors.xml
: Added a new color resource for the launcher background.Documentation:
README.md
: Enhanced the file structure section with a collapsible view and added descriptions for various files and directories. [1] [2]Metadata and iOS Cleanup:
.metadata
: Removed unnecessary platform entries and removed Windows..gitignore
,AppFrameworkInfo.plist
,Debug.xcconfig
,Release.xcconfig
,project.xcworkspace
, andxcschemes
. [1] [2] [3] [4] [5] [6] [7] [8]