lib/ios/module/templates/Example/Example/Podfile in shellboxCLI-0.1.16 vs lib/ios/module/templates/Example/Example/Podfile in shellboxCLI-0.2.0

- old
+ new

@@ -1,12 +1,11 @@ -platform :ios, '13.0' +platform :ios, '15.0' inhibit_all_warnings! use_modular_headers! target 'Example' do - project 'Example.xcodeproj' ################## ## DEV PODS ## ################## @@ -15,8 +14,6 @@ ####################### ## INTERNAL PODS ## ####################### - - end