Skip to content

Commit

Permalink
git add missing Podfile in Builds/iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Spindler committed Sep 25, 2020
1 parent 18216b1 commit d60fd68
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Builds/iOS/Podfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d60fd68

Please sign in to comment.