Skip to content

Commit

Permalink
Merge pull request #538 from nimblehq/feature/509-pod-file-version-ma…
Browse files Browse the repository at this point in the history
…tch-project

[#509] Minimum ios version does not match the set version when create project with template
  • Loading branch information
blyscuit authored Nov 7, 2023
2 parents 54c98ee + 39e917c commit a18a2ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tuist/Interfaces/SwiftUI/Project/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :ios, '14.0'
platform :ios, '{TARGET_VERSION}'
use_frameworks!
inhibit_all_warnings!

Expand Down
2 changes: 1 addition & 1 deletion Tuist/Interfaces/UIKit/Project/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :ios, '13.0'
platform :ios, '{TARGET_VERSION}'
use_frameworks!
inhibit_all_warnings!

Expand Down

0 comments on commit a18a2ea

Please sign in to comment.