From d60fd686d91958c1bc64738df8a1981c724e22ad Mon Sep 17 00:00:00 2001 From: Martin Spindler Date: Fri, 25 Sep 2020 17:21:23 +0200 Subject: [PATCH] git add missing Podfile in Builds/iOS --- Builds/iOS/Podfile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Builds/iOS/Podfile diff --git a/Builds/iOS/Podfile b/Builds/iOS/Podfile new file mode 100644 index 0000000..a41df15 --- /dev/null +++ b/Builds/iOS/Podfile @@ -0,0 +1,13 @@ +# Uncomment the next line to define a global platform for your project +platform :ios, '9.0' + +flutter_application_path = '../../fluttering' +load File.join(flutter_application_path, '.ios', 'Flutter', 'podhelper.rb') + +target 'Jucy Fluttering - App' do + # Comment the next line if you don't want to use dynamic frameworks + #use_frameworks! + + install_all_flutter_pods(flutter_application_path) + +end