Menu for ios
This commit is contained in:
10
ios/Podfile
10
ios/Podfile
@@ -1,6 +1,5 @@
|
||||
# Uncomment this line to define a global platform for your project
|
||||
# platform :ios, '9.0'
|
||||
pod 'ZXingObjC', '~> 3.2.2'
|
||||
|
||||
if ENV['FLUTTER_FRAMEWORK_DIR'] == nil
|
||||
abort('Please set FLUTTER_FRAMEWORK_DIR to the directory containing Flutter.framework')
|
||||
@@ -9,6 +8,9 @@ end
|
||||
target ‘Runner’ do
|
||||
# Pods for Runner
|
||||
pod 'Firebase'
|
||||
pod 'DropDown'
|
||||
pod 'ZXingObjC'
|
||||
use_frameworks!
|
||||
|
||||
# Flutter Pods
|
||||
pod 'Flutter', :path => ENV['FLUTTER_FRAMEWORK_DIR']
|
||||
@@ -31,6 +33,9 @@ end
|
||||
target ‘Dinect’ do
|
||||
# Pods for Dinect
|
||||
pod 'Firebase'
|
||||
pod 'DropDown'
|
||||
pod 'ZXingObjC'
|
||||
use_frameworks!
|
||||
|
||||
# Flutter Pods
|
||||
pod 'Flutter', :path => ENV['FLUTTER_FRAMEWORK_DIR']
|
||||
@@ -53,6 +58,9 @@ end
|
||||
target ‘Crypto’ do
|
||||
# Pods for Crypto
|
||||
pod 'Firebase'
|
||||
pod 'DropDown'
|
||||
pod 'ZXingObjC'
|
||||
use_frameworks!
|
||||
|
||||
# Flutter Pods
|
||||
pod 'Flutter', :path => ENV['FLUTTER_FRAMEWORK_DIR']
|
||||
|
||||
Reference in New Issue
Block a user