Skip to content

refactor: rename and update SKIP_ZERO env flag#461

Merged
MarcHidalgo5 merged 3 commits intodevelopfrom
improve-package
Mar 3, 2026
Merged

refactor: rename and update SKIP_ZERO env flag#461
MarcHidalgo5 merged 3 commits intodevelopfrom
improve-package

Conversation

@MarcHidalgo5
Copy link
Contributor

Rename SKIP_ZERO to SKIP_ENABLED to better reflect its purpose. This change improves readability and understanding of the code. Update relevant variable and conditional checks for consistency.

Rename SKIP_ZERO to SKIP_ENABLED to better reflect its purpose.
This change improves readability and understanding of the code.
Update relevant variable and conditional checks for consistency.
Add isAndroidBuild flag to identify if the target OS is Android and
modify skipIsEnabled to account for Android builds. This change
facilitates conditional inclusion of dependencies and plugins when
building for Android, enhancing the package's versatility across
platforms.
Update Android build command to check SKIP_ENABLED env var
and simplify logic for skipIsEnabled in Package.swift.
These changes improve build configuration control and remove
a redundant check for TARGET_OS_ANDROID which wasn't needed
when SKIP_ENABLED is active.
@MarcHidalgo5 MarcHidalgo5 merged commit 834cedd into develop Mar 3, 2026
3 checks passed
@MarcHidalgo5 MarcHidalgo5 deleted the improve-package branch March 3, 2026 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants