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
  • templates
  • cocoapods
  • Podfile-ios-objc
Find file
BlameHistoryPermalink
  • Jenn Magder's avatar
    Set template and migrate apps to iOS 12 minimum (#140823) · b08fc600
    Jenn Magder authored Jan 03, 2024
    Reland https://github.com/flutter/flutter/pull/140478 with `ios_content_validation_test` test fix.
    ```
    [ios_content_validation_test] Process terminated with exit code 0.
    Task result:
    {
      "success": true,
      "data": null,
      "detailFiles": [],
      "benchmarkScoreKeys": [],
      "reason": "success"
    }
    
    ```
    
    __________
    
    1. Change templates to `IPHONEOS_DEPLOYMENT_TARGET`, `MinimumOSVersion`, and Podfile `platform :ios` to 12.0.
    2. Add migrator for Podfile part to migrate `platform :ios, '11.0'` -> `platform :ios, '12.0'`
    3. Compile with `-miphoneos-version-min=12.0`
    4. Run the migrator on all example apps and integration tests.
    
    See also https://github.com/flutter/flutter/pull/62902 and https://github.com/flutter/flutter/pull/85174 and https://github.com/flutter/flutter/pull/101963
    
    Fixes https://github.com/flutter/flutter/issues/136060
    b08fc600
Podfile-ios-objc 1.34 KB
EditWeb IDE

Replace Podfile-ios-objc

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.

HIAST - GitLab