Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
  • Sign in
F
Front-End
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • abdullh.alsoleman
  • Front-End
  • Repository

Switch branch/tag
  • front-end
  • packages
  • flutter_tools
  • lib
  • src
  • migrations
History Find file
Download source code
zip tar.gz tar.bz2 tar
Download this directory
zip tar.gz tar.bz2 tar
  • Jenn Magder's avatar
    Migrate Xcode projects last version checks to Xcode 15.1 (#140256) · 076cb8a3
    Jenn Magder authored Jan 03, 2024
    Change the following in the `flutter create` templates.  I didn't make any auto-migrations for existing apps because none seem that critical:
    1. Turn on `ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS` in iOS and macOS.
    1. Turn on `BuildIndependentTargetsInParallel` in macOS template.  https://github.com/flutter/flutter/pull/125827/files#r1181817619 
    1. Turn on `DEAD_CODE_STRIPPING` in macOS template. 
    1. Set `ENABLE_USER_SCRIPT_SANDBOXING=NO` in iOS and macOS template.  `flutter` scripts don't work with this on.  This might require a migration in the future to explicitly turn this one off. However at least for now if the setting isn't present it defaults to `NO`.
    
    Add migration for `LastUpgradeVersion` so users won't see these validation issues in Xcode.
    
    Run migrator on all the example apps.  A few aren't Flutter apps so I edited them in Xcode.
    
    Fixes https://github.com/flutter/flutter/issues/140253
    See also https://github.com/flutter/flutter/issues/125817 and https://github.com/flutter/flutter/pull/90304.
    076cb8a3
Name
Last commit
Last update
..
cmake_custom_command_migration.dart Loading commit data...
cmake_native_assets_migration.dart Loading commit data...
cocoapods_script_symlink.dart Loading commit data...
cocoapods_toolchain_directory_migration.dart Loading commit data...
xcode_project_object_version_migration.dart Loading commit data...
xcode_script_build_phase_migration.dart Loading commit data...
xcode_thin_binary_build_phase_input_paths_migration.dart Loading commit data...

HIAST - GitLab