Conversation
Add ability to self compile
New Crowdin updates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new "Self Compiled" build configuration for AirSync, making it easier for users to build and use the app with all Plus features unlocked for personal use. The changes include updates to the Xcode project, new documentation for local building, adjustments to licensing logic for self-compiled builds, and improvements to localization and acknowledgments.
Build and Configuration Improvements:
AirSync.xcodeproj), including relevant settings and a dedicated xcconfig file that defines theSELF_COMPILEDcompilation condition. This allows users to build a version of AirSync with Plus features enabled without a license key. [1] [2] [3] [4] [5]README.mdwith clear instructions for building and archiving the "Self Compiled" version locally.Licensing and Feature Unlocking:
SELF_COMPILEDflag is present, bypassing online license checks and enabling all premium functionality for self-compiled builds. [1] [2] [3] [4] [5] [6] [7] [8]Documentation and Acknowledgments:
LottieUIto the acknowledgments section in theREADME.md.Localization:
de.json) for better clarity and accuracy.Miscellaneous:
.github/FUNDING.ymlto point to the new store.These changes make it significantly easier for contributors and users to build AirSync locally with all features enabled, while also improving the project's documentation, internationalization, and build system robustness.