fix iOS build
This commit is contained in:
Binary file not shown.
Binary file not shown.
72
ios/Podfile
72
ios/Podfile
@@ -1,6 +1,7 @@
|
|||||||
# Uncomment this line to define a global platform for your project
|
# Uncomment this line to define a global platform for your project
|
||||||
# platform :ios, '9.0'
|
# platform :ios, '9.0'
|
||||||
pod 'ZXingObjC', '~> 3.2.2'
|
pod 'ZXingObjC', '3.6.5'
|
||||||
|
pod 'DropDown', '2.3.12'
|
||||||
|
|
||||||
if ENV['FLUTTER_FRAMEWORK_DIR'] == nil
|
if ENV['FLUTTER_FRAMEWORK_DIR'] == nil
|
||||||
abort('Please set FLUTTER_FRAMEWORK_DIR to the directory containing Flutter.framework')
|
abort('Please set FLUTTER_FRAMEWORK_DIR to the directory containing Flutter.framework')
|
||||||
@@ -8,7 +9,6 @@ end
|
|||||||
|
|
||||||
target ‘Runner’ do
|
target ‘Runner’ do
|
||||||
# Pods for Runner
|
# Pods for Runner
|
||||||
pod 'DropDown'
|
|
||||||
use_frameworks!
|
use_frameworks!
|
||||||
|
|
||||||
# Flutter Pods
|
# Flutter Pods
|
||||||
@@ -31,7 +31,6 @@ target ‘Runner’ do
|
|||||||
end
|
end
|
||||||
target ‘Dinect’ do
|
target ‘Dinect’ do
|
||||||
# Pods for Dinect
|
# Pods for Dinect
|
||||||
pod 'DropDown'
|
|
||||||
use_frameworks!
|
use_frameworks!
|
||||||
|
|
||||||
# Flutter Pods
|
# Flutter Pods
|
||||||
@@ -54,7 +53,72 @@ target ‘Dinect’ do
|
|||||||
end
|
end
|
||||||
target ‘Crypto’ do
|
target ‘Crypto’ do
|
||||||
# Pods for Crypto
|
# Pods for Crypto
|
||||||
pod 'DropDown'
|
use_frameworks!
|
||||||
|
|
||||||
|
# Flutter Pods
|
||||||
|
pod 'Flutter', :path => ENV['FLUTTER_FRAMEWORK_DIR']
|
||||||
|
|
||||||
|
if File.exists? '../.flutter-plugins'
|
||||||
|
flutter_root = File.expand_path('..')
|
||||||
|
File.foreach('../.flutter-plugins') { |line|
|
||||||
|
plugin = line.split(pattern='=')
|
||||||
|
if plugin.length == 2
|
||||||
|
name = plugin[0].strip()
|
||||||
|
path = plugin[1].strip()
|
||||||
|
resolved_path = File.expand_path("#{path}/ios", flutter_root)
|
||||||
|
pod name, :path => resolved_path
|
||||||
|
else
|
||||||
|
puts "Invalid plugin specification: #{line}"
|
||||||
|
end
|
||||||
|
}
|
||||||
|
end
|
||||||
|
end
|
||||||
|
target ‘Crypto INT’ do
|
||||||
|
# Pods for Crypto
|
||||||
|
use_frameworks!
|
||||||
|
|
||||||
|
# Flutter Pods
|
||||||
|
pod 'Flutter', :path => ENV['FLUTTER_FRAMEWORK_DIR']
|
||||||
|
|
||||||
|
if File.exists? '../.flutter-plugins'
|
||||||
|
flutter_root = File.expand_path('..')
|
||||||
|
File.foreach('../.flutter-plugins') { |line|
|
||||||
|
plugin = line.split(pattern='=')
|
||||||
|
if plugin.length == 2
|
||||||
|
name = plugin[0].strip()
|
||||||
|
path = plugin[1].strip()
|
||||||
|
resolved_path = File.expand_path("#{path}/ios", flutter_root)
|
||||||
|
pod name, :path => resolved_path
|
||||||
|
else
|
||||||
|
puts "Invalid plugin specification: #{line}"
|
||||||
|
end
|
||||||
|
}
|
||||||
|
end
|
||||||
|
end
|
||||||
|
target ‘Dinect-INT’ do
|
||||||
|
# Pods for Dinect-INT
|
||||||
|
use_frameworks!
|
||||||
|
|
||||||
|
# Flutter Pods
|
||||||
|
pod 'Flutter', :path => ENV['FLUTTER_FRAMEWORK_DIR']
|
||||||
|
|
||||||
|
if File.exists? '../.flutter-plugins'
|
||||||
|
flutter_root = File.expand_path('..')
|
||||||
|
File.foreach('../.flutter-plugins') { |line|
|
||||||
|
plugin = line.split(pattern='=')
|
||||||
|
if plugin.length == 2
|
||||||
|
name = plugin[0].strip()
|
||||||
|
path = plugin[1].strip()
|
||||||
|
resolved_path = File.expand_path("#{path}/ios", flutter_root)
|
||||||
|
pod name, :path => resolved_path
|
||||||
|
else
|
||||||
|
puts "Invalid plugin specification: #{line}"
|
||||||
|
end
|
||||||
|
}
|
||||||
|
end
|
||||||
|
end
|
||||||
|
target ‘Dinect-OTE’ do
|
||||||
|
# Pods for Dinect
|
||||||
use_frameworks!
|
use_frameworks!
|
||||||
|
|
||||||
# Flutter Pods
|
# Flutter Pods
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
PODS:
|
PODS:
|
||||||
- DropDown (2.3.2)
|
- DropDown (2.3.12)
|
||||||
- Flutter (1.0.0)
|
- Flutter (1.0.0)
|
||||||
- FMDB (2.7.2):
|
- FMDB (2.7.5):
|
||||||
- FMDB/standard (= 2.7.2)
|
- FMDB/standard (= 2.7.5)
|
||||||
- FMDB/standard (2.7.2)
|
- FMDB/standard (2.7.5)
|
||||||
- image_picker (0.0.1):
|
- image_picker (0.0.1):
|
||||||
- Flutter
|
- Flutter
|
||||||
- path_provider (0.0.1):
|
- path_provider (0.0.1):
|
||||||
@@ -11,37 +11,43 @@ PODS:
|
|||||||
- sqflite (0.0.1):
|
- sqflite (0.0.1):
|
||||||
- Flutter
|
- Flutter
|
||||||
- FMDB (~> 2.7.2)
|
- FMDB (~> 2.7.2)
|
||||||
- ZXingObjC (3.2.2):
|
- ZXingObjC (3.6.5):
|
||||||
- ZXingObjC/All (= 3.2.2)
|
- ZXingObjC/All (= 3.6.5)
|
||||||
- ZXingObjC/All (3.2.2)
|
- ZXingObjC/All (3.6.5)
|
||||||
|
|
||||||
DEPENDENCIES:
|
DEPENDENCIES:
|
||||||
|
- DropDown (= 2.3.12)
|
||||||
|
- Flutter (from `/Users/nikitateplyakov/Library/flutter/bin/cache/artifacts/engine/ios-release`)
|
||||||
|
- image_picker (from `/Users/nikitateplyakov/Library/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.4.10/ios`)
|
||||||
|
- path_provider (from `/Users/nikitateplyakov/Library/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider-0.4.1/ios`)
|
||||||
|
- "sqflite (from `/Users/nikitateplyakov/Library/flutter/.pub-cache/hosted/pub.dartlang.org/sqflite-0.12.2+1/ios`)"
|
||||||
|
- ZXingObjC (= 3.6.5)
|
||||||
|
|
||||||
|
SPEC REPOS:
|
||||||
|
https://github.com/cocoapods/specs.git:
|
||||||
- DropDown
|
- DropDown
|
||||||
- Flutter (from `/Users/dinect/projects/flutter/bin/cache/artifacts/engine/ios`)
|
- FMDB
|
||||||
- image_picker (from `/Users/dinect/.pub-cache/hosted/pub.dartlang.org/image_picker-0.4.10/ios`)
|
- ZXingObjC
|
||||||
- path_provider (from `/Users/dinect/.pub-cache/hosted/pub.dartlang.org/path_provider-0.4.1/ios`)
|
|
||||||
- sqflite (from `/Users/dinect/.pub-cache/hosted/pub.dartlang.org/sqflite-0.12.2+1/ios`)
|
|
||||||
- ZXingObjC (~> 3.2.2)
|
|
||||||
|
|
||||||
EXTERNAL SOURCES:
|
EXTERNAL SOURCES:
|
||||||
Flutter:
|
Flutter:
|
||||||
:path: /Users/dinect/projects/flutter/bin/cache/artifacts/engine/ios
|
:path: "/Users/nikitateplyakov/Library/flutter/bin/cache/artifacts/engine/ios-release"
|
||||||
image_picker:
|
image_picker:
|
||||||
:path: /Users/dinect/.pub-cache/hosted/pub.dartlang.org/image_picker-0.4.10/ios
|
:path: "/Users/nikitateplyakov/Library/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.4.10/ios"
|
||||||
path_provider:
|
path_provider:
|
||||||
:path: /Users/dinect/.pub-cache/hosted/pub.dartlang.org/path_provider-0.4.1/ios
|
:path: "/Users/nikitateplyakov/Library/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider-0.4.1/ios"
|
||||||
sqflite:
|
sqflite:
|
||||||
:path: /Users/dinect/.pub-cache/hosted/pub.dartlang.org/sqflite-0.12.2+1/ios
|
:path: "/Users/nikitateplyakov/Library/flutter/.pub-cache/hosted/pub.dartlang.org/sqflite-0.12.2+1/ios"
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
DropDown: 7f87abecc28f9b4edad810fe1211c5c018c257e5
|
DropDown: 0bcc278799ec11a3d34ce1aac9367fbbaf5423d9
|
||||||
Flutter: 9d0fac939486c9aba2809b7982dfdbb47a7b0296
|
Flutter: 9d0fac939486c9aba2809b7982dfdbb47a7b0296
|
||||||
FMDB: 6198a90e7b6900cfc046e6bc0ef6ebb7be9236aa
|
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
|
||||||
image_picker: ee00aab0487cedc80a304085219503cc6d0f2e22
|
image_picker: ee00aab0487cedc80a304085219503cc6d0f2e22
|
||||||
path_provider: 09407919825bfe3c2deae39453b7a5b44f467873
|
path_provider: 09407919825bfe3c2deae39453b7a5b44f467873
|
||||||
sqflite: 801b6b0983f722fa29baf00d1476e4556ada6de4
|
sqflite: 801b6b0983f722fa29baf00d1476e4556ada6de4
|
||||||
ZXingObjC: 2c95a0dc52daac69b23ec78fad8fa2fec05f8981
|
ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb
|
||||||
|
|
||||||
PODFILE CHECKSUM: fb0878732874759a90764b55aa8df21a11e17dea
|
PODFILE CHECKSUM: 1eb639368316fc9db6b59382293c5479a70ebdc1
|
||||||
|
|
||||||
COCOAPODS: 1.4.0
|
COCOAPODS: 1.5.3
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,8 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict/>
|
||||||
<key>aps-environment</key>
|
|
||||||
<string>development</string>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
</plist>
|
||||||
|
|||||||
Reference in New Issue
Block a user