Adds missing meta file to fix compilation in 8.7.0 and 8.8.0 in UPM#875
Merged
Conversation
fire-at-will
approved these changes
Mar 19, 2026
facumenzella
approved these changes
Mar 19, 2026
vegaro
pushed a commit
that referenced
this pull request
Mar 19, 2026
facumenzella
added a commit
that referenced
this pull request
Mar 25, 2026
Adds scripts/check-meta-files.sh which verifies every .cs, .asmdef, .shader, and .json file in RevenueCat/ and RevenueCatUI/ has a sibling .meta file. Run this in CI to prevent a repeat of the missing-meta compilation failure fixed in #875. Also adds two missing .meta files in IntegrationTests that the script surfaced. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 tasks
vegaro
pushed a commit
that referenced
this pull request
Mar 30, 2026
## Summary - Adds `scripts/check-meta-files.sh` that fails if any `.cs`, `.asmdef`, `.shader`, or `.json` file in `RevenueCat/` or `RevenueCatUI/` is missing its `.meta` file - Fixes two missing `.meta` files in `IntegrationTests/` that the script surfaced (`PaywallsPresenterAPITests.cs` and `CustomerCenterPresenterAPITests.cs`) Prevents a repeat of #875, where a missing `.meta` file caused compilation failures for UPM users in 8.7.0 and 8.8.0. Wire up by running `bash scripts/check-meta-files.sh` as a CI step (e.g. in CircleCI config or a Fastfile lane). ## Test plan - [ ] Run `bash scripts/check-meta-files.sh` from repo root — should print `✅ All asset files have corresponding .meta files.` - [ ] Delete a `.meta` file and re-run — should fail with `❌ Missing .meta file for: ...` 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Adds missing meta file which prevents compilation when installing from UPM