Skip to content

fix: include files in published package - #230

Merged
tompsota merged 5 commits into
masterfrom
fix/publish-jbroot-folder
Aug 10, 2026
Merged

fix: include files in published package#230
tompsota merged 5 commits into
masterfrom
fix/publish-jbroot-folder

Conversation

@tompsota

@tompsota tompsota commented Aug 10, 2026

Copy link
Copy Markdown
Member

Summary

  • Pub's default .* ignore rule strips data from flutter pub publish, which invalidates the signed iOS TalsecRuntime xcframework.

Test plan

  • Run flutter pub publish --dry-run and confirm both device and simulator paths appear in the file list
  • Confirm dry-run still reports 0 warnings
    dSYMs.zip

resolves #229
resolves #222

will close #223 as it fixes same issue, different approach

Made with Cursor

tompsota and others added 5 commits August 10, 2026 17:30
Pub strips dot-directories by default, which dropped the signed
framework probe data and invalidated the iOS xcframework.

Co-authored-by: Cursor <cursoragent@cursor.com>
Ship a minimal example for pub.dev scoring, exclude tests/pigeons/build
outputs, and keep -flattenpackagehierarchy plugin-local so AGP 8+
consumers are not broken.

Co-authored-by: Cursor <cursoragent@cursor.com>
Bump version and publish example/lib/main.dart for pub.dev scoring
instead of a separate minimal entrypoint.

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@tompsota tompsota added the release Create a new release on GH and publish package label Aug 10, 2026
@tompsota tompsota changed the title fix: include .jbroot in published package fix: include files in published package Aug 10, 2026
@tompsota
tompsota merged commit cfd81dd into master Aug 10, 2026
12 checks passed
@tompsota
tompsota deleted the fix/publish-jbroot-folder branch August 10, 2026 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Create a new release on GH and publish package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

freerasp 8.1.0 iOS archive fails: TalsecRuntime has a missing sealed resource Build failed due to consumer-rules.pro

1 participant