diff --git a/ios/Flutter/App.framework/App b/ios/Flutter/App.framework/App index 9ad365c..4c1b5fa 100755 Binary files a/ios/Flutter/App.framework/App and b/ios/Flutter/App.framework/App differ diff --git a/ios/Flutter/Flutter.framework/Flutter b/ios/Flutter/Flutter.framework/Flutter index 4920183..f9207a8 100755 Binary files a/ios/Flutter/Flutter.framework/Flutter and b/ios/Flutter/Flutter.framework/Flutter differ diff --git a/ios/Flutter/Generated.xcconfig b/ios/Flutter/Generated.xcconfig index fc9557a..d5e5e70 100644 --- a/ios/Flutter/Generated.xcconfig +++ b/ios/Flutter/Generated.xcconfig @@ -1,8 +1,8 @@ // This is a generated file; do not edit or check into version control. -FLUTTER_ROOT=/Users/kifio/flutter -FLUTTER_APPLICATION_PATH=/Users/kifio/Desktop/FlutterProjects/checker +FLUTTER_ROOT=/Users/dinect/projects/flutter +FLUTTER_APPLICATION_PATH=/Users/dinect/projects/checker FLUTTER_TARGET=lib/main.dart -FLUTTER_BUILD_MODE=debug +FLUTTER_BUILD_MODE=release FLUTTER_BUILD_DIR=build SYMROOT=${SOURCE_ROOT}/../build/ios -FLUTTER_FRAMEWORK_DIR=/Users/kifio/flutter/bin/cache/artifacts/engine/ios +FLUTTER_FRAMEWORK_DIR=/Users/dinect/projects/flutter/bin/cache/artifacts/engine/ios-release diff --git a/ios/Flutter/app.flx b/ios/Flutter/app.flx index 4605962..1a80ea4 100644 Binary files a/ios/Flutter/app.flx and b/ios/Flutter/app.flx differ diff --git a/ios/Podfile b/ios/Podfile index 136a877..9242828 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -6,7 +6,28 @@ if ENV['FLUTTER_FRAMEWORK_DIR'] == nil abort('Please set FLUTTER_FRAMEWORK_DIR to the directory containing Flutter.framework') end -target 'Runner' do +target ‘Runner’ do + # Pods for Runner + + # 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’ do # Pods for Runner # Flutter Pods diff --git a/ios/Podfile.lock b/ios/Podfile.lock index a099549..bde92c3 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -15,21 +15,21 @@ PODS: - ZXingObjC/All (3.2.2) DEPENDENCIES: - - Flutter (from `/Users/kifio/flutter/bin/cache/artifacts/engine/ios`) - - image_picker (from `/Users/kifio/.pub-cache/hosted/pub.dartlang.org/image_picker-0.1.5/ios`) - - path_provider (from `/Users/kifio/.pub-cache/hosted/pub.dartlang.org/path_provider-0.2.2/ios`) - - sqflite (from `/Users/kifio/.pub-cache/hosted/pub.dartlang.org/sqflite-0.8.2/ios`) + - Flutter (from `/Users/dinect/projects/flutter/bin/cache/artifacts/engine/ios`) + - image_picker (from `/Users/dinect/.pub-cache/hosted/pub.dartlang.org/image_picker-0.1.5/ios`) + - path_provider (from `/Users/dinect/.pub-cache/hosted/pub.dartlang.org/path_provider-0.2.2/ios`) + - sqflite (from `/Users/dinect/.pub-cache/hosted/pub.dartlang.org/sqflite-0.8.3/ios`) - ZXingObjC (~> 3.2.2) EXTERNAL SOURCES: Flutter: - :path: /Users/kifio/flutter/bin/cache/artifacts/engine/ios + :path: /Users/dinect/projects/flutter/bin/cache/artifacts/engine/ios image_picker: - :path: /Users/kifio/.pub-cache/hosted/pub.dartlang.org/image_picker-0.1.5/ios + :path: /Users/dinect/.pub-cache/hosted/pub.dartlang.org/image_picker-0.1.5/ios path_provider: - :path: /Users/kifio/.pub-cache/hosted/pub.dartlang.org/path_provider-0.2.2/ios + :path: /Users/dinect/.pub-cache/hosted/pub.dartlang.org/path_provider-0.2.2/ios sqflite: - :path: /Users/kifio/.pub-cache/hosted/pub.dartlang.org/sqflite-0.8.2/ios + :path: /Users/dinect/.pub-cache/hosted/pub.dartlang.org/sqflite-0.8.3/ios SPEC CHECKSUMS: Flutter: 9d0fac939486c9aba2809b7982dfdbb47a7b0296 @@ -39,6 +39,6 @@ SPEC CHECKSUMS: sqflite: edb0e4df7640c26fea6a107c21ed1542219e761a ZXingObjC: 2c95a0dc52daac69b23ec78fad8fa2fec05f8981 -PODFILE CHECKSUM: 9f4cf0c4c102f6176b37e2c4c913e0544612cec5 +PODFILE CHECKSUM: 2ceeefc32de2ad75f31a20512bf85939c4b7b592 COCOAPODS: 1.4.0 diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 956b698..59de10b 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -7,32 +7,30 @@ objects = { /* Begin PBXBuildFile section */ - 0A215136DF169E20663D3326 /* libPods-Runner.a in Frameworks */ = {isa = PBXBuildFile; fileRef = AC45BF661F9E3F97009713E2 /* libPods-Runner.a */; }; 2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */ = {isa = PBXBuildFile; fileRef = 2D5378251FAA1A9400D5DBA9 /* flutter_assets */; }; - 32EE9BF5205A2B3B0044587E /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */; }; - 32EE9BF6205A2B3B0044587E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 97C146F21CF9000F007C117D /* main.m */; }; - 32EE9BF7205A2B3B0044587E /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; }; - 32EE9BF8205A2B3B0044587E /* ScannerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBA9BAFE1F176DD10053B6EA /* ScannerViewController.swift */; }; - 32EE9BFA205A2B3B0044587E /* libiconv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB601F179D270053B6EA /* libiconv.tbd */; }; - 32EE9BFB205A2B3B0044587E /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB3B1F1792A90053B6EA /* QuartzCore.framework */; }; - 32EE9BFC205A2B3B0044587E /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB391F17927C0053B6EA /* CoreVideo.framework */; }; - 32EE9BFD205A2B3B0044587E /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB371F1792730053B6EA /* CoreAudio.framework */; }; - 32EE9BFE205A2B3B0044587E /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB351F1792690053B6EA /* CoreMedia.framework */; }; - 32EE9BFF205A2B3B0044587E /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB331F17925F0053B6EA /* CoreGraphics.framework */; }; - 32EE9C00205A2B3B0044587E /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB311F1792570053B6EA /* AVFoundation.framework */; }; - 32EE9C01205A2B3B0044587E /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; }; - 32EE9C02205A2B3B0044587E /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; }; - 32EE9C03205A2B3B0044587E /* libPods-Runner.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 28B464359F9DDCC3EF756D7D /* libPods-Runner.a */; }; - 32EE9C04205A2B3B0044587E /* libPods-Runner.a in Frameworks */ = {isa = PBXBuildFile; fileRef = AC45BF661F9E3F97009713E2 /* libPods-Runner.a */; }; - 32EE9C05205A2B3B0044587E /* libPods-Runner.a in Frameworks */ = {isa = PBXBuildFile; fileRef = AC45BF661F9E3F97009713E2 /* libPods-Runner.a */; }; - 32EE9C07205A2B3B0044587E /* flutter_assets in Resources */ = {isa = PBXBuildFile; fileRef = 2D5378251FAA1A9400D5DBA9 /* flutter_assets */; }; - 32EE9C08205A2B3B0044587E /* app.flx in Resources */ = {isa = PBXBuildFile; fileRef = 9740EEB71CF902C7004384FC /* app.flx */; }; - 32EE9C09205A2B3B0044587E /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; - 32EE9C0A205A2B3B0044587E /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; }; - 32EE9C0B205A2B3B0044587E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; }; - 32EE9C0C205A2B3B0044587E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; }; - 32EE9C0E205A2B3B0044587E /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 32EE9C0F205A2B3B0044587E /* Flutter.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + 328A588D205F68270039EA5A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */; }; + 328A588E205F68270039EA5A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 97C146F21CF9000F007C117D /* main.m */; }; + 328A588F205F68270039EA5A /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; }; + 328A5890205F68270039EA5A /* ScannerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBA9BAFE1F176DD10053B6EA /* ScannerViewController.swift */; }; + 328A5892205F68270039EA5A /* libiconv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB601F179D270053B6EA /* libiconv.tbd */; }; + 328A5893205F68270039EA5A /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB3B1F1792A90053B6EA /* QuartzCore.framework */; }; + 328A5894205F68270039EA5A /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB391F17927C0053B6EA /* CoreVideo.framework */; }; + 328A5895205F68270039EA5A /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB371F1792730053B6EA /* CoreAudio.framework */; }; + 328A5896205F68270039EA5A /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB351F1792690053B6EA /* CoreMedia.framework */; }; + 328A5897205F68270039EA5A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB331F17925F0053B6EA /* CoreGraphics.framework */; }; + 328A5898205F68270039EA5A /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB311F1792570053B6EA /* AVFoundation.framework */; }; + 328A5899205F68270039EA5A /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; }; + 328A589A205F68270039EA5A /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; }; + 328A589F205F68270039EA5A /* flutter_assets in Resources */ = {isa = PBXBuildFile; fileRef = 2D5378251FAA1A9400D5DBA9 /* flutter_assets */; }; + 328A58A0205F68270039EA5A /* app.flx in Resources */ = {isa = PBXBuildFile; fileRef = 9740EEB71CF902C7004384FC /* app.flx */; }; + 328A58A1205F68270039EA5A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; + 328A58A2205F68270039EA5A /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; }; + 328A58A3205F68270039EA5A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; }; + 328A58A4205F68270039EA5A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; }; + 328A58A6205F68270039EA5A /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + 328A58A7205F68270039EA5A /* Flutter.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + 5CE2CFEF524B0B484C395BFB /* libPods-Runner.a in Frameworks */ = {isa = PBXBuildFile; fileRef = AC45BF661F9E3F97009713E2 /* libPods-Runner.a */; }; + 88E99AB62A1FE7533CEF9762 /* libPods-Dinect.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 9D75166453B05AAD07EDBD58 /* libPods-Dinect.a */; }; ACE8612B1F9F745B006FEF38 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */; }; ACE8612C1F9F745B006FEF38 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 97C146F21CF9000F007C117D /* main.m */; }; ACE8612D1F9F745B006FEF38 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; }; @@ -46,8 +44,6 @@ ACE861361F9F745B006FEF38 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBA9BB311F1792570053B6EA /* AVFoundation.framework */; }; ACE861371F9F745B006FEF38 /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; }; ACE861381F9F745B006FEF38 /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; }; - ACE8613A1F9F745B006FEF38 /* libPods-Runner.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 28B464359F9DDCC3EF756D7D /* libPods-Runner.a */; }; - ACE8613B1F9F745B006FEF38 /* libPods-Runner.a in Frameworks */ = {isa = PBXBuildFile; fileRef = AC45BF661F9E3F97009713E2 /* libPods-Runner.a */; }; ACE8613E1F9F745B006FEF38 /* app.flx in Resources */ = {isa = PBXBuildFile; fileRef = 9740EEB71CF902C7004384FC /* app.flx */; }; ACE8613F1F9F745B006FEF38 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; ACE861411F9F745B006FEF38 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; }; @@ -100,19 +96,19 @@ /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ - 32EE9C0D205A2B3B0044587E /* Embed Frameworks */ = { + 328A58A5205F68270039EA5A /* Embed Frameworks */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 32EE9C0E205A2B3B0044587E /* App.framework in Embed Frameworks */, - 32EE9C0F205A2B3B0044587E /* Flutter.framework in Embed Frameworks */, + 328A58A6205F68270039EA5A /* App.framework in Embed Frameworks */, + 328A58A7205F68270039EA5A /* Flutter.framework in Embed Frameworks */, ); name = "Embed Frameworks"; runOnlyForDeploymentPostprocessing = 0; }; - 32EE9C13205A2B3B0044587E /* Embed App Extensions */ = { + 328A58AB205F68270039EA5A /* Embed App Extensions */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; @@ -196,11 +192,13 @@ 28B464359F9DDCC3EF756D7D /* libPods-Runner.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Runner.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 2D5378251FAA1A9400D5DBA9 /* flutter_assets */ = {isa = PBXFileReference; lastKnownFileType = folder; name = flutter_assets; path = Flutter/flutter_assets; sourceTree = SOURCE_ROOT; }; 323C7CAF205A43FC0051BB7F /* Dinect-INT.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Dinect-INT.entitlements"; sourceTree = ""; }; + 328A58AF205F68270039EA5A /* Dinect.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Dinect.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 328A58B0205F68270039EA5A /* Runner copy2-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Runner copy2-Info.plist"; path = "/Users/dinect/projects/checker/ios/Runner copy2-Info.plist"; sourceTree = ""; }; 32DA147B1FBC3DCE008F0388 /* Runner.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Runner.entitlements; sourceTree = ""; }; - 32EE9C17205A2B3B0044587E /* Dinect.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Dinect.app; sourceTree = BUILT_PRODUCTS_DIR; }; 32EE9C18205A2B3C0044587E /* Release-Runner copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Release-Runner copy-Info.plist"; path = "/Users/dinect/projects/checker/ios/Release-Runner copy-Info.plist"; sourceTree = ""; }; 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = ""; }; 3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = ""; }; + 426F2CCB34ACB10850711668 /* Pods-Runner.releasedinect.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.releasedinect.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.releasedinect.xcconfig"; sourceTree = ""; }; 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = ""; }; 7AFFD8ED1D35381100E5BB4D /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; @@ -212,6 +210,7 @@ 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + 9D75166453B05AAD07EDBD58 /* libPods-Dinect.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Dinect.a"; sourceTree = BUILT_PRODUCTS_DIR; }; AC45BF661F9E3F97009713E2 /* libPods-Runner.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libPods-Runner.a"; sourceTree = BUILT_PRODUCTS_DIR; }; AC45BF911F9E408E009713E2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = /Users/ntrlab/semyon/apps/checker/ios/Runner/Info.plist; sourceTree = ""; }; AC73A4241F9F7F920026EBA4 /* Dinect.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Dinect.plist; path = /Users/ntrlab/semyon/apps/checker/ios/Runner/Dinect.plist; sourceTree = ""; }; @@ -225,29 +224,28 @@ BBA9BB391F17927C0053B6EA /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = System/Library/Frameworks/CoreVideo.framework; sourceTree = SDKROOT; }; BBA9BB3B1F1792A90053B6EA /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; BBA9BB601F179D270053B6EA /* libiconv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libiconv.tbd; path = usr/lib/libiconv.tbd; sourceTree = SDKROOT; }; - FB862E8320548D6C00C04986 /* Dinect-Crypto.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Dinect-Crypto.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + FB862E8320548D6C00C04986 /* Crypto.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Crypto.app; sourceTree = BUILT_PRODUCTS_DIR; }; FB862E8420548D6C00C04986 /* Debug-Dinect-INT copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Debug-Dinect-INT copy-Info.plist"; path = "/Users/kifio/Desktop/FlutterProjects/checker/ios/Debug-Dinect-INT copy-Info.plist"; sourceTree = ""; }; FB8CCC37204C824A002BBFDA /* Dinect-INT.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Dinect-INT.app"; sourceTree = BUILT_PRODUCTS_DIR; }; FB8CCC38204C824A002BBFDA /* Runner copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Runner copy-Info.plist"; path = "/Users/kifio/Desktop/FlutterProjects/checker/ios/Runner copy-Info.plist"; sourceTree = ""; }; + FF1E5B4AEEF4D73A311E1A3E /* Pods-Dinect.releasedinect.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Dinect.releasedinect.xcconfig"; path = "Pods/Target Support Files/Pods-Dinect/Pods-Dinect.releasedinect.xcconfig"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 32EE9BF9205A2B3B0044587E /* Frameworks */ = { + 328A5891205F68270039EA5A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 32EE9BFA205A2B3B0044587E /* libiconv.tbd in Frameworks */, - 32EE9BFB205A2B3B0044587E /* QuartzCore.framework in Frameworks */, - 32EE9BFC205A2B3B0044587E /* CoreVideo.framework in Frameworks */, - 32EE9BFD205A2B3B0044587E /* CoreAudio.framework in Frameworks */, - 32EE9BFE205A2B3B0044587E /* CoreMedia.framework in Frameworks */, - 32EE9BFF205A2B3B0044587E /* CoreGraphics.framework in Frameworks */, - 32EE9C00205A2B3B0044587E /* AVFoundation.framework in Frameworks */, - 32EE9C01205A2B3B0044587E /* Flutter.framework in Frameworks */, - 32EE9C02205A2B3B0044587E /* App.framework in Frameworks */, - 32EE9C03205A2B3B0044587E /* libPods-Runner.a in Frameworks */, - 32EE9C04205A2B3B0044587E /* libPods-Runner.a in Frameworks */, - 32EE9C05205A2B3B0044587E /* libPods-Runner.a in Frameworks */, + 328A5892205F68270039EA5A /* libiconv.tbd in Frameworks */, + 328A5893205F68270039EA5A /* QuartzCore.framework in Frameworks */, + 328A5894205F68270039EA5A /* CoreVideo.framework in Frameworks */, + 328A5895205F68270039EA5A /* CoreAudio.framework in Frameworks */, + 328A5896205F68270039EA5A /* CoreMedia.framework in Frameworks */, + 328A5897205F68270039EA5A /* CoreGraphics.framework in Frameworks */, + 328A5898205F68270039EA5A /* AVFoundation.framework in Frameworks */, + 328A5899205F68270039EA5A /* Flutter.framework in Frameworks */, + 328A589A205F68270039EA5A /* App.framework in Frameworks */, + 88E99AB62A1FE7533CEF9762 /* libPods-Dinect.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -264,9 +262,7 @@ ACE861361F9F745B006FEF38 /* AVFoundation.framework in Frameworks */, ACE861371F9F745B006FEF38 /* Flutter.framework in Frameworks */, ACE861381F9F745B006FEF38 /* App.framework in Frameworks */, - ACE8613A1F9F745B006FEF38 /* libPods-Runner.a in Frameworks */, - ACE8613B1F9F745B006FEF38 /* libPods-Runner.a in Frameworks */, - 0A215136DF169E20663D3326 /* libPods-Runner.a in Frameworks */, + 5CE2CFEF524B0B484C395BFB /* libPods-Runner.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -308,6 +304,8 @@ 578B8FA7D56ACA2E56C02128 /* Pods */ = { isa = PBXGroup; children = ( + FF1E5B4AEEF4D73A311E1A3E /* Pods-Dinect.releasedinect.xcconfig */, + 426F2CCB34ACB10850711668 /* Pods-Runner.releasedinect.xcconfig */, ); name = Pods; sourceTree = ""; @@ -339,6 +337,7 @@ FB8CCC38204C824A002BBFDA /* Runner copy-Info.plist */, FB862E8420548D6C00C04986 /* Debug-Dinect-INT copy-Info.plist */, 32EE9C18205A2B3C0044587E /* Release-Runner copy-Info.plist */, + 328A58B0205F68270039EA5A /* Runner copy2-Info.plist */, ); sourceTree = ""; }; @@ -347,8 +346,8 @@ children = ( ACE861531F9F745B006FEF38 /* Runner.app */, FB8CCC37204C824A002BBFDA /* Dinect-INT.app */, - FB862E8320548D6C00C04986 /* Dinect-Crypto.app */, - 32EE9C17205A2B3B0044587E /* Dinect.app */, + FB862E8320548D6C00C04986 /* Crypto.app */, + 328A58AF205F68270039EA5A /* Dinect.app */, ); name = Products; sourceTree = ""; @@ -393,6 +392,7 @@ BBA9BB331F17925F0053B6EA /* CoreGraphics.framework */, BBA9BB311F1792570053B6EA /* AVFoundation.framework */, 28B464359F9DDCC3EF756D7D /* libPods-Runner.a */, + 9D75166453B05AAD07EDBD58 /* libPods-Dinect.a */, ); name = Frameworks; sourceTree = ""; @@ -400,20 +400,20 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - 32EE9BF1205A2B3B0044587E /* Dinect */ = { + 328A5889205F68270039EA5A /* Dinect */ = { isa = PBXNativeTarget; - buildConfigurationList = 32EE9C14205A2B3B0044587E /* Build configuration list for PBXNativeTarget "Dinect" */; + buildConfigurationList = 328A58AC205F68270039EA5A /* Build configuration list for PBXNativeTarget "Dinect" */; buildPhases = ( - 32EE9BF2205A2B3B0044587E /* [CP] Check Pods Manifest.lock */, - 32EE9BF3205A2B3B0044587E /* Run Script */, - 32EE9BF4205A2B3B0044587E /* Sources */, - 32EE9BF9205A2B3B0044587E /* Frameworks */, - 32EE9C06205A2B3B0044587E /* Resources */, - 32EE9C0D205A2B3B0044587E /* Embed Frameworks */, - 32EE9C10205A2B3B0044587E /* Thin Binary */, - 32EE9C11205A2B3B0044587E /* [CP] Embed Pods Frameworks */, - 32EE9C12205A2B3B0044587E /* [CP] Copy Pods Resources */, - 32EE9C13205A2B3B0044587E /* Embed App Extensions */, + 2B7A60E44BA3BBFBB70F92E4 /* [CP] Check Pods Manifest.lock */, + 328A588B205F68270039EA5A /* Run Script */, + 328A588C205F68270039EA5A /* Sources */, + 328A5891205F68270039EA5A /* Frameworks */, + 328A589E205F68270039EA5A /* Resources */, + 328A58A5205F68270039EA5A /* Embed Frameworks */, + 328A58A8205F68270039EA5A /* Thin Binary */, + 328A58AB205F68270039EA5A /* Embed App Extensions */, + EC86F6ACFFEB5A0CED7D3979 /* [CP] Embed Pods Frameworks */, + A53685927844010779FE1333 /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -421,23 +421,23 @@ ); name = Dinect; productName = Runner; - productReference = 32EE9C17205A2B3B0044587E /* Dinect.app */; + productReference = 328A58AF205F68270039EA5A /* Dinect.app */; productType = "com.apple.product-type.application"; }; ACE861271F9F745B006FEF38 /* Runner */ = { isa = PBXNativeTarget; buildConfigurationList = ACE8614C1F9F745B006FEF38 /* Build configuration list for PBXNativeTarget "Runner" */; buildPhases = ( - ACE861281F9F745B006FEF38 /* [CP] Check Pods Manifest.lock */, + 2B950D2D7DEF55C5959D94FB /* [CP] Check Pods Manifest.lock */, ACE861291F9F745B006FEF38 /* Run Script */, ACE8612A1F9F745B006FEF38 /* Sources */, ACE8612F1F9F745B006FEF38 /* Frameworks */, ACE8613D1F9F745B006FEF38 /* Resources */, ACE861451F9F745B006FEF38 /* Embed Frameworks */, ACE861481F9F745B006FEF38 /* Thin Binary */, - ACE861491F9F745B006FEF38 /* [CP] Embed Pods Frameworks */, - ACE8614A1F9F745B006FEF38 /* [CP] Copy Pods Resources */, ACE8614B1F9F745B006FEF38 /* Embed App Extensions */, + 3371D01CB7DDF41540ADA90B /* [CP] Embed Pods Frameworks */, + F4D17AAAD1A3A2E488EB044B /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -448,9 +448,9 @@ productReference = ACE861531F9F745B006FEF38 /* Runner.app */; productType = "com.apple.product-type.application"; }; - FB862E6320548D6C00C04986 /* Dinect-Crypto */ = { + FB862E6320548D6C00C04986 /* Crypto */ = { isa = PBXNativeTarget; - buildConfigurationList = FB862E8020548D6C00C04986 /* Build configuration list for PBXNativeTarget "Dinect-Crypto" */; + buildConfigurationList = FB862E8020548D6C00C04986 /* Build configuration list for PBXNativeTarget "Crypto" */; buildPhases = ( FB862E6420548D6C00C04986 /* Run Script */, FB862E6520548D6C00C04986 /* Sources */, @@ -464,9 +464,9 @@ ); dependencies = ( ); - name = "Dinect-Crypto"; + name = Crypto; productName = Runner; - productReference = FB862E8320548D6C00C04986 /* Dinect-Crypto.app */; + productReference = FB862E8320548D6C00C04986 /* Crypto.app */; productType = "com.apple.product-type.application"; }; FB8CCC12204C8249002BBFDA /* Dinect-INT */ = { @@ -500,7 +500,7 @@ LastUpgradeCheck = 0920; ORGANIZATIONNAME = "The Chromium Authors"; TargetAttributes = { - 32EE9BF1205A2B3B0044587E = { + 328A5889205F68270039EA5A = { DevelopmentTeam = 926V94K5Q8; ProvisioningStyle = Automatic; }; @@ -548,23 +548,23 @@ targets = ( ACE861271F9F745B006FEF38 /* Runner */, FB8CCC12204C8249002BBFDA /* Dinect-INT */, - FB862E6320548D6C00C04986 /* Dinect-Crypto */, - 32EE9BF1205A2B3B0044587E /* Dinect */, + FB862E6320548D6C00C04986 /* Crypto */, + 328A5889205F68270039EA5A /* Dinect */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 32EE9C06205A2B3B0044587E /* Resources */ = { + 328A589E205F68270039EA5A /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 32EE9C07205A2B3B0044587E /* flutter_assets in Resources */, - 32EE9C08205A2B3B0044587E /* app.flx in Resources */, - 32EE9C09205A2B3B0044587E /* LaunchScreen.storyboard in Resources */, - 32EE9C0A205A2B3B0044587E /* AppFrameworkInfo.plist in Resources */, - 32EE9C0B205A2B3B0044587E /* Assets.xcassets in Resources */, - 32EE9C0C205A2B3B0044587E /* Main.storyboard in Resources */, + 328A589F205F68270039EA5A /* flutter_assets in Resources */, + 328A58A0205F68270039EA5A /* app.flx in Resources */, + 328A58A1205F68270039EA5A /* LaunchScreen.storyboard in Resources */, + 328A58A2205F68270039EA5A /* AppFrameworkInfo.plist in Resources */, + 328A58A3205F68270039EA5A /* Assets.xcassets in Resources */, + 328A58A4205F68270039EA5A /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -610,7 +610,25 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 32EE9BF2205A2B3B0044587E /* [CP] Check Pods Manifest.lock */ = { + 2B7A60E44BA3BBFBB70F92E4 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-Dinect-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; + 2B950D2D7DEF55C5959D94FB /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -628,7 +646,7 @@ shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; - 32EE9BF3205A2B3B0044587E /* Run Script */ = { + 328A588B205F68270039EA5A /* Run Script */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -642,7 +660,7 @@ shellPath = /bin/sh; shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build"; }; - 32EE9C10205A2B3B0044587E /* Thin Binary */ = { + 328A58A8205F68270039EA5A /* Thin Binary */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -656,14 +674,14 @@ shellPath = /bin/sh; shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" thin"; }; - 32EE9C11205A2B3B0044587E /* [CP] Embed Pods Frameworks */ = { + 3371D01CB7DDF41540ADA90B /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( "${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh", - "${PODS_ROOT}/../../../../../flutter/bin/cache/artifacts/engine/ios/Flutter.framework", + "${PODS_ROOT}/../../../flutter/bin/cache/artifacts/engine/ios/Flutter.framework", ); name = "[CP] Embed Pods Frameworks"; outputPaths = ( @@ -674,7 +692,7 @@ shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - 32EE9C12205A2B3B0044587E /* [CP] Copy Pods Resources */ = { + A53685927844010779FE1333 /* [CP] Copy Pods Resources */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -686,25 +704,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - ACE861281F9F745B006FEF38 /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Dinect/Pods-Dinect-resources.sh\"\n"; showEnvVarsInLog = 0; }; ACE861291F9F745B006FEF38 /* Run Script */ = { @@ -735,14 +735,14 @@ shellPath = /bin/sh; shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" thin"; }; - ACE861491F9F745B006FEF38 /* [CP] Embed Pods Frameworks */ = { + EC86F6ACFFEB5A0CED7D3979 /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( - "${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh", - "${PODS_ROOT}/../../../../../flutter/bin/cache/artifacts/engine/ios/Flutter.framework", + "${SRCROOT}/Pods/Target Support Files/Pods-Dinect/Pods-Dinect-frameworks.sh", + "${PODS_ROOT}/../../../flutter/bin/cache/artifacts/engine/ios/Flutter.framework", ); name = "[CP] Embed Pods Frameworks"; outputPaths = ( @@ -750,10 +750,10 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Dinect/Pods-Dinect-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - ACE8614A1F9F745B006FEF38 /* [CP] Copy Pods Resources */ = { + F4D17AAAD1A3A2E488EB044B /* [CP] Copy Pods Resources */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -827,14 +827,14 @@ /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 32EE9BF4205A2B3B0044587E /* Sources */ = { + 328A588C205F68270039EA5A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 32EE9BF5205A2B3B0044587E /* AppDelegate.m in Sources */, - 32EE9BF6205A2B3B0044587E /* main.m in Sources */, - 32EE9BF7205A2B3B0044587E /* GeneratedPluginRegistrant.m in Sources */, - 32EE9BF8205A2B3B0044587E /* ScannerViewController.swift in Sources */, + 328A588D205F68270039EA5A /* AppDelegate.m in Sources */, + 328A588E205F68270039EA5A /* main.m in Sources */, + 328A588F205F68270039EA5A /* GeneratedPluginRegistrant.m in Sources */, + 328A5890205F68270039EA5A /* ScannerViewController.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -893,7 +893,7 @@ /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ - 32EE9C15205A2B3B0044587E /* Debug */ = { + 328A58AD205F68270039EA5A /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */; buildSettings = { @@ -911,7 +911,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - INFOPLIST_FILE = "Release-Runner copy-Info.plist"; + INFOPLIST_FILE = "Runner copy2-Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LIBRARY_SEARCH_PATHS = ( "$(inherited)", @@ -930,7 +930,7 @@ }; name = Debug; }; - 32EE9C16205A2B3B0044587E /* Release */ = { + 328A58AE205F68270039EA5A /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; buildSettings = { @@ -948,7 +948,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - INFOPLIST_FILE = "Release-Runner copy-Info.plist"; + INFOPLIST_FILE = "Runner copy2-Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LIBRARY_SEARCH_PATHS = ( "$(inherited)", @@ -966,6 +966,198 @@ }; name = Release; }; + 328A58B1205F68BD0039EA5A /* ReleaseDinect */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LIBRARY_SEARCH_PATHS = "$(inherited)"; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = ReleaseDinect; + }; + 328A58B2205F68BD0039EA5A /* ReleaseDinect */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 426F2CCB34ACB10850711668 /* Pods-Runner.releasedinect.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CODE_SIGN_STYLE = Automatic; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = 926V94K5Q8; + ENABLE_BITCODE = NO; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Flutter", + ); + INFOPLIST_FILE = "$(SRCROOT)/Runner/Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Flutter", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.dinect.checker.autoclub.app; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE = ""; + PROVISIONING_PROFILE_SPECIFIER = ""; + SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; + SWIFT_OBJC_INTERFACE_HEADER_NAME = "Autobonus-Swift.h"; + SWIFT_VERSION = 3.0; + TARGETED_DEVICE_FAMILY = 1; + VALID_ARCHS = "arm64 arm7 armv7s"; + }; + name = ReleaseDinect; + }; + 328A58B3205F68BD0039EA5A /* ReleaseDinect */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-Checker-INT"; + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_ENTITLEMENTS = "Dinect-INT.entitlements"; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CODE_SIGN_STYLE = Automatic; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = 926V94K5Q8; + ENABLE_BITCODE = NO; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Flutter", + ); + INFOPLIST_FILE = "Runner copy-Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Flutter", + ); + PRODUCT_BUNDLE_IDENTIFIER = "com.dinect.develop-iOS"; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE = ""; + PROVISIONING_PROFILE_SPECIFIER = ""; + SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; + SWIFT_OBJC_INTERFACE_HEADER_NAME = "Autobonus-Swift.h"; + SWIFT_VERSION = 3.0; + TARGETED_DEVICE_FAMILY = 1; + VALID_ARCHS = "arm64 arm7 armv7s"; + }; + name = ReleaseDinect; + }; + 328A58B4205F68BD0039EA5A /* ReleaseDinect */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + ASSETCATALOG_COMPILER_APPICON_NAME = crypto; + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CODE_SIGN_STYLE = Automatic; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = 926V94K5Q8; + ENABLE_BITCODE = NO; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Flutter", + ); + INFOPLIST_FILE = "Debug-Dinect-INT copy-Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Flutter", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.dinect.checker.crypto; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE = ""; + PROVISIONING_PROFILE_SPECIFIER = ""; + SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; + SWIFT_OBJC_INTERFACE_HEADER_NAME = "Autobonus-Swift.h"; + SWIFT_VERSION = 3.0; + TARGETED_DEVICE_FAMILY = 1; + VALID_ARCHS = "arm64 arm7 armv7s"; + }; + name = ReleaseDinect; + }; + 328A58B5205F68BD0039EA5A /* ReleaseDinect */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = FF1E5B4AEEF4D73A311E1A3E /* Pods-Dinect.releasedinect.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-Checker-INT"; + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CODE_SIGN_STYLE = Automatic; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = 926V94K5Q8; + ENABLE_BITCODE = NO; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Flutter", + ); + INFOPLIST_FILE = "Runner copy2-Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Flutter", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.dinect.checker.dinect.app; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE = ""; + PROVISIONING_PROFILE_SPECIFIER = ""; + SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; + SWIFT_OBJC_INTERFACE_HEADER_NAME = "Autobonus-Swift.h"; + SWIFT_VERSION = 3.0; + TARGETED_DEVICE_FAMILY = 1; + VALID_ARCHS = "arm64 arm7 armv7s"; + }; + name = ReleaseDinect; + }; 97C147031CF9000F007C117D /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */; @@ -1013,6 +1205,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LIBRARY_SEARCH_PATHS = "$(inherited)"; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -1061,6 +1254,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LIBRARY_SEARCH_PATHS = "$(inherited)"; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; @@ -1291,11 +1485,12 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 32EE9C14205A2B3B0044587E /* Build configuration list for PBXNativeTarget "Dinect" */ = { + 328A58AC205F68270039EA5A /* Build configuration list for PBXNativeTarget "Dinect" */ = { isa = XCConfigurationList; buildConfigurations = ( - 32EE9C15205A2B3B0044587E /* Debug */, - 32EE9C16205A2B3B0044587E /* Release */, + 328A58AD205F68270039EA5A /* Debug */, + 328A58AE205F68270039EA5A /* Release */, + 328A58B5205F68BD0039EA5A /* ReleaseDinect */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -1305,6 +1500,7 @@ buildConfigurations = ( 97C147031CF9000F007C117D /* Debug */, 97C147041CF9000F007C117D /* Release */, + 328A58B1205F68BD0039EA5A /* ReleaseDinect */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -1314,15 +1510,17 @@ buildConfigurations = ( ACE8614D1F9F745B006FEF38 /* Debug */, ACE861521F9F745B006FEF38 /* Release */, + 328A58B2205F68BD0039EA5A /* ReleaseDinect */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - FB862E8020548D6C00C04986 /* Build configuration list for PBXNativeTarget "Dinect-Crypto" */ = { + FB862E8020548D6C00C04986 /* Build configuration list for PBXNativeTarget "Crypto" */ = { isa = XCConfigurationList; buildConfigurations = ( FB862E8120548D6C00C04986 /* Debug */, FB862E8220548D6C00C04986 /* Release */, + 328A58B4205F68BD0039EA5A /* ReleaseDinect */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -1332,6 +1530,7 @@ buildConfigurations = ( FB8CCC35204C8249002BBFDA /* Debug */, FB8CCC36204C8249002BBFDA /* Release */, + 328A58B3205F68BD0039EA5A /* ReleaseDinect */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/ios/Runner.xcodeproj/xcshareddata/xcschemes/Dinect-Crypto.xcscheme b/ios/Runner.xcodeproj/xcshareddata/xcschemes/Dinect-Crypto.xcscheme index d8c6997..5d8fe42 100644 --- a/ios/Runner.xcodeproj/xcshareddata/xcschemes/Dinect-Crypto.xcscheme +++ b/ios/Runner.xcodeproj/xcshareddata/xcschemes/Dinect-Crypto.xcscheme @@ -15,8 +15,8 @@ @@ -34,8 +34,8 @@ @@ -58,8 +58,8 @@ @@ -77,8 +77,8 @@ diff --git a/pubspec.lock b/pubspec.lock index 4aa3377..c7328ee 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1,5 +1,5 @@ # Generated by pub -# See http://pub.dartlang.org/doc/glossary.html#lockfile +# See https://www.dartlang.org/tools/pub/glossary#lockfile packages: async: dependency: transitive @@ -21,7 +21,7 @@ packages: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.14.5" + version: "1.14.6" flutter: dependency: "direct main" description: flutter @@ -82,7 +82,7 @@ packages: name: petitparser url: "https://pub.dartlang.org" source: hosted - version: "1.7.5" + version: "1.7.6" sky_engine: dependency: transitive description: flutter @@ -108,7 +108,7 @@ packages: name: sqflite url: "https://pub.dartlang.org" source: hosted - version: "0.8.2" + version: "0.8.3" stack_trace: dependency: transitive description: