From 39e917cd9cc00612dfe01e74e0cc184a89e2c7dc Mon Sep 17 00:00:00 2001 From: David Date: Fri, 27 Oct 2023 16:16:28 +0700 Subject: [PATCH] [#482] Repace Podfile hard-code version with {TARGET_VERSION} --- Tuist/Interfaces/SwiftUI/Project/Podfile | 2 +- Tuist/Interfaces/UIKit/Project/Podfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tuist/Interfaces/SwiftUI/Project/Podfile b/Tuist/Interfaces/SwiftUI/Project/Podfile index 5c5a1e9a..7f9d0daf 100644 --- a/Tuist/Interfaces/SwiftUI/Project/Podfile +++ b/Tuist/Interfaces/SwiftUI/Project/Podfile @@ -1,4 +1,4 @@ -platform :ios, '14.0' +platform :ios, '{TARGET_VERSION}' use_frameworks! inhibit_all_warnings! diff --git a/Tuist/Interfaces/UIKit/Project/Podfile b/Tuist/Interfaces/UIKit/Project/Podfile index 1d90e584..653dc1a4 100644 --- a/Tuist/Interfaces/UIKit/Project/Podfile +++ b/Tuist/Interfaces/UIKit/Project/Podfile @@ -1,4 +1,4 @@ -platform :ios, '13.0' +platform :ios, '{TARGET_VERSION}' use_frameworks! inhibit_all_warnings!