mirror of
https://github.com/flutter/samples.git
synced 2026-05-15 19:38:23 +00:00
Adds new flutter module, reconfigures Android/iOS sample (#144)
This commit is contained in:
24
experimental/add_to_app/ios_fullscreen/Podfile
Normal file
24
experimental/add_to_app/ios_fullscreen/Podfile
Normal file
@@ -0,0 +1,24 @@
|
||||
# Uncomment the next line to define a global platform for your project
|
||||
# platform :ios, '9.0'
|
||||
|
||||
flutter_application_path = '../flutter_module'
|
||||
load File.join(flutter_application_path, '.ios', 'Flutter', 'podhelper.rb')
|
||||
|
||||
target 'IOSFullScreen' do
|
||||
# Comment the next line if you don't want to use dynamic frameworks
|
||||
use_frameworks!
|
||||
|
||||
# Pods for IOSFullScreen
|
||||
install_all_flutter_pods(flutter_application_path)
|
||||
|
||||
target 'IOSFullScreenTests' do
|
||||
inherit! :search_paths
|
||||
# Pods for testing
|
||||
end
|
||||
|
||||
target 'IOSFullScreenUITests' do
|
||||
inherit! :search_paths
|
||||
# Pods for testing
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user