diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index d4f7184a0a457502c77ed729ae822bfda81fc16e..4f5087c5c593c409f673e6910779f4745dc615ad 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -40,12 +40,16 @@ /* Begin PBXFileReference section */ 01FCA16E363494253C1046FA /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; }; 11CD157622E0938300C26878 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; }; + 11DC825522E749E300946AFB /* development.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = development.xcconfig; sourceTree = "<group>"; }; + 11DC825822E74FF300946AFB /* production.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = production.xcconfig; sourceTree = "<group>"; }; 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; }; 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; }; 243F8ED4CD2745551915608C /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 35884CBCA3F9937CF00C549A /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; }; 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; }; 3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; }; + 4E9F4BAD0684D8942060287A /* Pods-Runner.debug-development.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug-development.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug-development.xcconfig"; sourceTree = "<group>"; }; + 545ED105C35A59118B58FA1D /* Pods-Runner.debug-production.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug-production.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug-production.xcconfig"; sourceTree = "<group>"; }; 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; }; 7AFFD8ED1D35381100E5BB4D /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; @@ -59,6 +63,8 @@ 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; B1242E9899F66FF7989E93F7 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; }; + D89BBF2DBFB63748BFF02F5F /* Pods-Runner.release-production.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release-production.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release-production.xcconfig"; sourceTree = "<group>"; }; + FA1C5AC084313913B0505E05 /* Pods-Runner.release-development.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release-development.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release-development.xcconfig"; sourceTree = "<group>"; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -81,6 +87,10 @@ B1242E9899F66FF7989E93F7 /* Pods-Runner.debug.xcconfig */, 35884CBCA3F9937CF00C549A /* Pods-Runner.release.xcconfig */, 01FCA16E363494253C1046FA /* Pods-Runner.profile.xcconfig */, + 4E9F4BAD0684D8942060287A /* Pods-Runner.debug-development.xcconfig */, + 545ED105C35A59118B58FA1D /* Pods-Runner.debug-production.xcconfig */, + D89BBF2DBFB63748BFF02F5F /* Pods-Runner.release-production.xcconfig */, + FA1C5AC084313913B0505E05 /* Pods-Runner.release-development.xcconfig */, ); path = Pods; sourceTree = "<group>"; @@ -94,6 +104,8 @@ 9740EEB21CF90195004384FC /* Debug.xcconfig */, 7AFA3C8E1D35360C0083082E /* Release.xcconfig */, 9740EEB31CF90195004384FC /* Generated.xcconfig */, + 11DC825522E749E300946AFB /* development.xcconfig */, + 11DC825822E74FF300946AFB /* production.xcconfig */, ); name = Flutter; sourceTree = "<group>"; @@ -325,6 +337,328 @@ /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ + 11DC825622E74A3100946AFB /* Debug-development */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 11DC825522E749E300946AFB /* development.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_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_IMPLICIT_RETAIN_SELF = 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; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + 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; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = "Debug-development"; + }; + 11DC825722E74A3100946AFB /* Debug-development */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 11DC825522E749E300946AFB /* development.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_MODULES = YES; + CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; + DEVELOPMENT_TEAM = 825ANDQ593; + ENABLE_BITCODE = NO; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Flutter", + ); + INFOPLIST_FILE = Runner/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Flutter", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.vereign.app; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_OBJC_BRIDGING_HEADER = "Runner-Bridging-Header.h"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 4.0; + VERSIONING_SYSTEM = "apple-generic"; + }; + name = "Debug-development"; + }; + 11DC825922E7502B00946AFB /* Debug-production */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 11DC825822E74FF300946AFB /* production.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_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_IMPLICIT_RETAIN_SELF = 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; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + 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; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = "Debug-production"; + }; + 11DC825A22E7502B00946AFB /* Debug-production */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 11DC825822E74FF300946AFB /* production.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_MODULES = YES; + CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; + DEVELOPMENT_TEAM = 825ANDQ593; + ENABLE_BITCODE = NO; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Flutter", + ); + INFOPLIST_FILE = Runner/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Flutter", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.vereign.app; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_OBJC_BRIDGING_HEADER = "Runner-Bridging-Header.h"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 4.0; + VERSIONING_SYSTEM = "apple-generic"; + }; + name = "Debug-production"; + }; + 11DC825D22E7504800946AFB /* Release-development */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 11DC825522E749E300946AFB /* development.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_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_IMPLICIT_RETAIN_SELF = 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; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = "Release-development"; + }; + 11DC825E22E7504800946AFB /* Release-development */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 11DC825522E749E300946AFB /* development.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_MODULES = YES; + CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; + DEVELOPMENT_TEAM = 825ANDQ593; + ENABLE_BITCODE = NO; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Flutter", + ); + INFOPLIST_FILE = Runner/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Flutter", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.vereign.app; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_OBJC_BRIDGING_HEADER = "Runner-Bridging-Header.h"; + SWIFT_VERSION = 4.0; + VERSIONING_SYSTEM = "apple-generic"; + }; + name = "Release-development"; + }; + 11DC825F22E7505000946AFB /* Release-production */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 11DC825822E74FF300946AFB /* production.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_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_IMPLICIT_RETAIN_SELF = 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; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = "Release-production"; + }; + 11DC826022E7505000946AFB /* Release-production */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 11DC825822E74FF300946AFB /* production.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_MODULES = YES; + CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; + DEVELOPMENT_TEAM = 825ANDQ593; + ENABLE_BITCODE = NO; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Flutter", + ); + INFOPLIST_FILE = Runner/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/Flutter", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.vereign.app; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_OBJC_BRIDGING_HEADER = "Runner-Bridging-Header.h"; + SWIFT_VERSION = 4.0; + VERSIONING_SYSTEM = "apple-generic"; + }; + name = "Release-production"; + }; 249021D3217E4FDB00AE95B9 /* Profile */ = { isa = XCBuildConfiguration; baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; @@ -570,7 +904,11 @@ isa = XCConfigurationList; buildConfigurations = ( 97C147031CF9000F007C117D /* Debug */, + 11DC825622E74A3100946AFB /* Debug-development */, + 11DC825922E7502B00946AFB /* Debug-production */, 97C147041CF9000F007C117D /* Release */, + 11DC825F22E7505000946AFB /* Release-production */, + 11DC825D22E7504800946AFB /* Release-development */, 249021D3217E4FDB00AE95B9 /* Profile */, ); defaultConfigurationIsVisible = 0; @@ -580,7 +918,11 @@ isa = XCConfigurationList; buildConfigurations = ( 97C147061CF9000F007C117D /* Debug */, + 11DC825722E74A3100946AFB /* Debug-development */, + 11DC825A22E7502B00946AFB /* Debug-production */, 97C147071CF9000F007C117D /* Release */, + 11DC826022E7505000946AFB /* Release-production */, + 11DC825E22E7504800946AFB /* Release-development */, 249021D4217E4FDB00AE95B9 /* Profile */, ); defaultConfigurationIsVisible = 0; diff --git a/ios/Runner.xcodeproj/xcshareddata/xcschemes/development.xcscheme b/ios/Runner.xcodeproj/xcshareddata/xcschemes/development.xcscheme new file mode 100644 index 0000000000000000000000000000000000000000..070dcc01088fafcb8456d97746866c29febf81b4 --- /dev/null +++ b/ios/Runner.xcodeproj/xcshareddata/xcschemes/development.xcscheme @@ -0,0 +1,91 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Scheme + LastUpgradeVersion = "1030" + version = "1.3"> + <BuildAction + parallelizeBuildables = "YES" + buildImplicitDependencies = "YES"> + <BuildActionEntries> + <BuildActionEntry + buildForTesting = "YES" + buildForRunning = "YES" + buildForProfiling = "YES" + buildForArchiving = "YES" + buildForAnalyzing = "YES"> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "97C146ED1CF9000F007C117D" + BuildableName = "Runner.app" + BlueprintName = "Runner" + ReferencedContainer = "container:Runner.xcodeproj"> + </BuildableReference> + </BuildActionEntry> + </BuildActionEntries> + </BuildAction> + <TestAction + buildConfiguration = "Debug" + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + shouldUseLaunchSchemeArgsEnv = "YES"> + <Testables> + </Testables> + <MacroExpansion> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "97C146ED1CF9000F007C117D" + BuildableName = "Runner.app" + BlueprintName = "Runner" + ReferencedContainer = "container:Runner.xcodeproj"> + </BuildableReference> + </MacroExpansion> + <AdditionalOptions> + </AdditionalOptions> + </TestAction> + <LaunchAction + buildConfiguration = "Debug-development" + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + launchStyle = "0" + useCustomWorkingDirectory = "NO" + ignoresPersistentStateOnLaunch = "NO" + debugDocumentVersioning = "YES" + debugServiceExtension = "internal" + allowLocationSimulation = "YES"> + <BuildableProductRunnable + runnableDebuggingMode = "0"> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "97C146ED1CF9000F007C117D" + BuildableName = "Runner.app" + BlueprintName = "Runner" + ReferencedContainer = "container:Runner.xcodeproj"> + </BuildableReference> + </BuildableProductRunnable> + <AdditionalOptions> + </AdditionalOptions> + </LaunchAction> + <ProfileAction + buildConfiguration = "Release" + shouldUseLaunchSchemeArgsEnv = "YES" + savedToolIdentifier = "" + useCustomWorkingDirectory = "NO" + debugDocumentVersioning = "YES"> + <BuildableProductRunnable + runnableDebuggingMode = "0"> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "97C146ED1CF9000F007C117D" + BuildableName = "Runner.app" + BlueprintName = "Runner" + ReferencedContainer = "container:Runner.xcodeproj"> + </BuildableReference> + </BuildableProductRunnable> + </ProfileAction> + <AnalyzeAction + buildConfiguration = "Debug"> + </AnalyzeAction> + <ArchiveAction + buildConfiguration = "Debug-development" + revealArchiveInOrganizer = "YES"> + </ArchiveAction> +</Scheme> diff --git a/ios/Runner.xcodeproj/xcshareddata/xcschemes/production.xcscheme b/ios/Runner.xcodeproj/xcshareddata/xcschemes/production.xcscheme new file mode 100644 index 0000000000000000000000000000000000000000..9bacab5a653ddf4d641628abf214ab299a3be56a --- /dev/null +++ b/ios/Runner.xcodeproj/xcshareddata/xcschemes/production.xcscheme @@ -0,0 +1,91 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Scheme + LastUpgradeVersion = "1030" + version = "1.3"> + <BuildAction + parallelizeBuildables = "YES" + buildImplicitDependencies = "YES"> + <BuildActionEntries> + <BuildActionEntry + buildForTesting = "YES" + buildForRunning = "YES" + buildForProfiling = "YES" + buildForArchiving = "YES" + buildForAnalyzing = "YES"> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "97C146ED1CF9000F007C117D" + BuildableName = "Runner.app" + BlueprintName = "Runner" + ReferencedContainer = "container:Runner.xcodeproj"> + </BuildableReference> + </BuildActionEntry> + </BuildActionEntries> + </BuildAction> + <TestAction + buildConfiguration = "Debug" + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + shouldUseLaunchSchemeArgsEnv = "YES"> + <Testables> + </Testables> + <MacroExpansion> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "97C146ED1CF9000F007C117D" + BuildableName = "Runner.app" + BlueprintName = "Runner" + ReferencedContainer = "container:Runner.xcodeproj"> + </BuildableReference> + </MacroExpansion> + <AdditionalOptions> + </AdditionalOptions> + </TestAction> + <LaunchAction + buildConfiguration = "Debug-production" + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + launchStyle = "0" + useCustomWorkingDirectory = "NO" + ignoresPersistentStateOnLaunch = "NO" + debugDocumentVersioning = "YES" + debugServiceExtension = "internal" + allowLocationSimulation = "YES"> + <BuildableProductRunnable + runnableDebuggingMode = "0"> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "97C146ED1CF9000F007C117D" + BuildableName = "Runner.app" + BlueprintName = "Runner" + ReferencedContainer = "container:Runner.xcodeproj"> + </BuildableReference> + </BuildableProductRunnable> + <AdditionalOptions> + </AdditionalOptions> + </LaunchAction> + <ProfileAction + buildConfiguration = "Release" + shouldUseLaunchSchemeArgsEnv = "YES" + savedToolIdentifier = "" + useCustomWorkingDirectory = "NO" + debugDocumentVersioning = "YES"> + <BuildableProductRunnable + runnableDebuggingMode = "0"> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "97C146ED1CF9000F007C117D" + BuildableName = "Runner.app" + BlueprintName = "Runner" + ReferencedContainer = "container:Runner.xcodeproj"> + </BuildableReference> + </BuildableProductRunnable> + </ProfileAction> + <AnalyzeAction + buildConfiguration = "Debug"> + </AnalyzeAction> + <ArchiveAction + buildConfiguration = "Release-production" + revealArchiveInOrganizer = "YES"> + </ArchiveAction> +</Scheme> diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 13140d087056316ef93f0bb119ff9b650e3554be..41d33c2d12c39f10e7816017e51c54980819a45b 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -5,11 +5,11 @@ <key>CFBundleDevelopmentRegion</key> <string>$(DEVELOPMENT_LANGUAGE)</string> <key>CFBundleDisplayName</key> - <string>Vereign</string> + <string>Vereign$(bundle_name_suffix)</string> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> <key>CFBundleIdentifier</key> - <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> + <string>$(PRODUCT_BUNDLE_IDENTIFIER)$(bundle_suffix)</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> diff --git a/ios/build/XCBuildData/050f6418e18d1088675935f467698227-desc.xcbuild b/ios/build/XCBuildData/050f6418e18d1088675935f467698227-desc.xcbuild new file mode 100644 index 0000000000000000000000000000000000000000..33789360be377c83c83db98a80bd1e368f4eef21 Binary files /dev/null and b/ios/build/XCBuildData/050f6418e18d1088675935f467698227-desc.xcbuild differ diff --git a/ios/build/XCBuildData/050f6418e18d1088675935f467698227-manifest.xcbuild b/ios/build/XCBuildData/050f6418e18d1088675935f467698227-manifest.xcbuild new file mode 100644 index 0000000000000000000000000000000000000000..32ddc91a1f157ad81a06664af81ba2d32ba9858d --- /dev/null +++ b/ios/build/XCBuildData/050f6418e18d1088675935f467698227-manifest.xcbuild @@ -0,0 +1,100 @@ +client: + name: basic + version: 0 + file-system: default + +targets: + "": ["<all>"] + +nodes: + "/Users/igorwork/development/vereign/mobile_app/ios/build": {"is-mutated":true} + "/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app": {"is-mutated":true} + "/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework": {"is-mutated":true} + "/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework/App": {"is-mutated":true} + "/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework": {"is-mutated":true} + "/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework/Flutter": {"is-mutated":true} + "/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner": {"is-mutated":true} + "<TRIGGER: CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>": {"is-command-timestamp":true} + "<TRIGGER: Ld /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner normal arm64>": {"is-command-timestamp":true} + "<TRIGGER: MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>": {"is-command-timestamp":true} + "<TRIGGER: PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/App.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>": {"is-command-timestamp":true} + "<TRIGGER: PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/Flutter.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>": {"is-command-timestamp":true} + +commands: + "<all>": {"tool":"phony","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework/App","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework/_CodeSignature","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework/Flutter","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework/_CodeSignature","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/_CodeSignature","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--end>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--modules-ready>"],"outputs":["<all>"]} + "<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-Debug-development-iphoneos-stale-file-removal>": {"tool":"stale-file-removal","expectedOutputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/_CodeSignature","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework/App","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework/_CodeSignature","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework/Flutter","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework/_CodeSignature","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/assetcatalog_generated_info.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Assets.car","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/AppFrameworkInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Debug.xcconfig","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/Main.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework/App","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework/Flutter","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Info.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.app.xcent","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/embedded.mobileprovision","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Entitlements.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/all-product-headers.yaml"],"roots":["/tmp/Runner.dst","/Users/igorwork/development/vereign/mobile_app/ios/build","/Users/igorwork/development/vereign/mobile_app/ios/build"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-Debug-development-iphoneos-stale-file-removal>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangeAlternatePermissions": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangePermissions>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangeAlternatePermissions>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangePermissions": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-StripSymbols>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangePermissions>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangeAlternatePermissions>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CopyAside": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductPostprocessingTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CopyAside>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-StripSymbols": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CopyAside>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-StripSymbols>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-Validate": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<Touch /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","<Validate /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-Validate>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.app.xcent","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/embedded.mobileprovision","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Entitlements.plist"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/all-product-headers.yaml"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--InfoPlistTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Info.plist"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--InfoPlistTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ModuleMapTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ModuleMapTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductPostprocessingTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--InfoPlistTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--VersionPlistTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SanitizerTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ModuleMapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SwiftStandardLibrariesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--StubBinaryTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductPostprocessingTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--start>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","<MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SanitizerTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SanitizerTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--StubBinaryTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--StubBinaryTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SwiftStandardLibrariesTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<CopySwiftStdlib /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SwiftStandardLibrariesTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetPostprocessingTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductPostprocessingTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetPostprocessingTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--VersionPlistTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--VersionPlistTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-Debug-development-iphoneos-stale-file-removal>","<CreateBuildDirectory-/tmp/Runner.dst>","<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>","<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--end": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangeAlternatePermissions>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangePermissions>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CopyAside>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-StripSymbols>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-Validate>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--InfoPlistTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ModuleMapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductPostprocessingTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SanitizerTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--StubBinaryTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SwiftStandardLibrariesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetPostprocessingTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--VersionPlistTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks>","<CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","<CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>","<CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Assets.car","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/AppFrameworkInfo.plist","<CopySwiftStdlib /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Debug.xcconfig","<Linked Binary /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner>","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/Main.storyboardc","<MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","<MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks>","<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>","<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6df9eb60ff613d36b3b9942d1a6e1e7c6aa>","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dff1eee2015e8ff5ebcd27678f788c2826>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dfa0e77cc467c7479a7b8b040215e251aa>","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Info.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.app.xcent","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/embedded.mobileprovision","<Touch /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","<Validate /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Entitlements.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/all-product-headers.yaml"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--end>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-Debug-development-iphoneos-stale-file-removal>","<CreateBuildDirectory-/tmp/Runner.dst>","<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>","<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-Debug-development-iphoneos-stale-file-removal>","<CreateBuildDirectory-/tmp/Runner.dst>","<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>","<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--modules-ready": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6df9eb60ff613d36b3b9942d1a6e1e7c6aa>","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dff1eee2015e8ff5ebcd27678f788c2826>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dfa0e77cc467c7479a7b8b040215e251aa>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--modules-ready>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6df9eb60ff613d36b3b9942d1a6e1e7c6aa>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o","<Linked Binary /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Assets.car","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/AppFrameworkInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Debug.xcconfig","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/Main.storyboardc"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>","<CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>","<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>","<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dff1eee2015e8ff5ebcd27678f788c2826>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dfa0e77cc467c7479a7b8b040215e251aa>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks>"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app": {"tool":"shell","description":"CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Info.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.app.xcent","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangeAlternatePermissions>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>","<TRIGGER: Ld /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner normal arm64>","<TRIGGER: MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/_CodeSignature","<CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","<TRIGGER: CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"],"args":["/usr/bin/codesign","--force","--sign","4B0CF1CA341CD9AEC0EF440F7C1C228289E077FE","--entitlements","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.app.xcent","--timestamp=none","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app"],"env":{"CODESIGN_ALLOCATE":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate"},"can-safely-interrupt":false,"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","signature":"233f842cf8dd3896bf27cd8bc21fc681"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework": {"tool":"shell","description":"CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework","inputs":["<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>","<TRIGGER: PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/App.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>","<TRIGGER: PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/App.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework/_CodeSignature","<CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>"],"args":["/usr/bin/codesign","--force","--sign","4B0CF1CA341CD9AEC0EF440F7C1C228289E077FE","--timestamp=none","--preserve-metadata=identifier,entitlements,flags","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework"],"env":{"CODESIGN_ALLOCATE":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate"},"can-safely-interrupt":false,"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","signature":"20c1f9c456eb645435b4547c5ecf2350"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework": {"tool":"shell","description":"CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework","inputs":["<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>","<TRIGGER: PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/Flutter.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>","<TRIGGER: PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/Flutter.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework/_CodeSignature","<CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>"],"args":["/usr/bin/codesign","--force","--sign","4B0CF1CA341CD9AEC0EF440F7C1C228289E077FE","--timestamp=none","--preserve-metadata=identifier,entitlements,flags","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework"],"env":{"CODESIGN_ALLOCATE":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate"},"can-safely-interrupt":false,"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","signature":"ab8c47e6f59f2498c82515aeb133dbde"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileAssetCatalog /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app /Users/igorwork/development/vereign/mobile_app/ios/Runner/Assets.xcassets": {"tool":"shell","description":"CompileAssetCatalog /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app /Users/igorwork/development/vereign/mobile_app/ios/Runner/Assets.xcassets","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/Assets.xcassets/","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/assetcatalog_generated_info.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Assets.car"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/actool","--output-format","human-readable-text","--notices","--warnings","--export-dependency-info","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/assetcatalog_dependencies","--output-partial-info-plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/assetcatalog_generated_info.plist","--app-icon","AppIcon","--compress-pngs","--enable-on-demand-resources","YES","--filter-for-device-model","iPhone10,6","--filter-for-device-os-version","12.3.1","--sticker-pack-identifier-prefix","com.vereign.app.sticker-pack.","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","8.0","--platform","iphoneos","--product-type","com.apple.product-type.application","--compile","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","/Users/igorwork/development/vereign/mobile_app/ios/Runner/Assets.xcassets"],"env":{},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"deps":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/assetcatalog_dependencies"],"deps-style":"dependency-info","signature":"22e46a07f045d7d6c76ae49394b248b9"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o /Users/igorwork/development/vereign/mobile_app/ios/Runner/AppDelegate.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o /Users/igorwork/development/vereign/mobile_app/ios/Runner/AppDelegate.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/AppDelegate.m","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","objective-c","-arch","arm64","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fobjc-arc","-fmodules","-gmodules","-fmodules-cache-path=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","-fmodules-validate-once-per-build-session","-Wnon-modular-include-in-framework-module","-Werror=non-modular-include-in-framework-module","-Wno-trigraphs","-fpascal-strings","-O0","-fno-common","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Werror=return-type","-Wunreachable-code","-Wno-implicit-atomic-properties","-Werror=deprecated-objc-isa-usage","-Wno-objc-interface-ivars","-Werror=objc-root-class","-Wno-arc-repeated-use-of-weak","-Wimplicit-retain-self","-Wduplicate-method-match","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wunused-function","-Wno-unused-label","-Wno-unused-parameter","-Wunused-variable","-Wunused-value","-Wempty-body","-Wuninitialized","-Wconditional-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wconstant-conversion","-Wint-conversion","-Wbool-conversion","-Wenum-conversion","-Wno-float-conversion","-Wnon-literal-null-conversion","-Wobjc-literal-conversion","-Wshorten-64-to-32","-Wpointer-sign","-Wno-newline-eof","-Wno-selector","-Wno-strict-selector-match","-Wundeclared-selector","-Wdeprecated-implementations","-DDEBUG=1","-DCOCOAPODS=1","-DCOCOAPODS=1","-DOBJC_OLD_DISPATCH_PROTOTYPES=0","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","-fstrict-aliasing","-Wprotocol","-Wdeprecated-declarations","-miphoneos-version-min=8.0","-g","-Wno-sign-conversion","-Winfinite-recursion","-Wcomma","-Wblock-capture-autoreleasing","-Wstrict-prototypes","-Wno-semicolon-before-method-body","-index-store-path","/Users/igorwork/Library/Developer/Xcode/DerivedData/Runner-drrcsdfmfuxbsxcsffihjkubnynv/Index/DataStore","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources-normal/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/Flutter","-MMD","-MT","dependencies","-MF","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.d","--serialize-diagnostics","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.dia","-c","/Users/igorwork/development/vereign/mobile_app/ios/Runner/AppDelegate.m","-o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","deps":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.d"],"deps-style":"makefile","signature":"a691683d1b442e12569f992f6701e86a"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o /Users/igorwork/development/vereign/mobile_app/ios/Runner/GeneratedPluginRegistrant.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o /Users/igorwork/development/vereign/mobile_app/ios/Runner/GeneratedPluginRegistrant.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/GeneratedPluginRegistrant.m","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","objective-c","-arch","arm64","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fobjc-arc","-fmodules","-gmodules","-fmodules-cache-path=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","-fmodules-validate-once-per-build-session","-Wnon-modular-include-in-framework-module","-Werror=non-modular-include-in-framework-module","-Wno-trigraphs","-fpascal-strings","-O0","-fno-common","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Werror=return-type","-Wunreachable-code","-Wno-implicit-atomic-properties","-Werror=deprecated-objc-isa-usage","-Wno-objc-interface-ivars","-Werror=objc-root-class","-Wno-arc-repeated-use-of-weak","-Wimplicit-retain-self","-Wduplicate-method-match","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wunused-function","-Wno-unused-label","-Wno-unused-parameter","-Wunused-variable","-Wunused-value","-Wempty-body","-Wuninitialized","-Wconditional-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wconstant-conversion","-Wint-conversion","-Wbool-conversion","-Wenum-conversion","-Wno-float-conversion","-Wnon-literal-null-conversion","-Wobjc-literal-conversion","-Wshorten-64-to-32","-Wpointer-sign","-Wno-newline-eof","-Wno-selector","-Wno-strict-selector-match","-Wundeclared-selector","-Wdeprecated-implementations","-DDEBUG=1","-DCOCOAPODS=1","-DCOCOAPODS=1","-DOBJC_OLD_DISPATCH_PROTOTYPES=0","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","-fstrict-aliasing","-Wprotocol","-Wdeprecated-declarations","-miphoneos-version-min=8.0","-g","-Wno-sign-conversion","-Winfinite-recursion","-Wcomma","-Wblock-capture-autoreleasing","-Wstrict-prototypes","-Wno-semicolon-before-method-body","-index-store-path","/Users/igorwork/Library/Developer/Xcode/DerivedData/Runner-drrcsdfmfuxbsxcsffihjkubnynv/Index/DataStore","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources-normal/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/Flutter","-MMD","-MT","dependencies","-MF","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.d","--serialize-diagnostics","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.dia","-c","/Users/igorwork/development/vereign/mobile_app/ios/Runner/GeneratedPluginRegistrant.m","-o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","deps":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.d"],"deps-style":"makefile","signature":"c928d597c8462dfa50d04e56c96a4b03"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","c","-arch","arm64","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fmodules","-gmodules","-fmodules-cache-path=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","-fmodules-validate-once-per-build-session","-Wnon-modular-include-in-framework-module","-Werror=non-modular-include-in-framework-module","-Wno-trigraphs","-fpascal-strings","-O0","-fno-common","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Werror=return-type","-Wunreachable-code","-Werror=deprecated-objc-isa-usage","-Werror=objc-root-class","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wunused-function","-Wno-unused-label","-Wno-unused-parameter","-Wunused-variable","-Wunused-value","-Wempty-body","-Wuninitialized","-Wconditional-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wconstant-conversion","-Wint-conversion","-Wbool-conversion","-Wenum-conversion","-Wno-float-conversion","-Wnon-literal-null-conversion","-Wobjc-literal-conversion","-Wshorten-64-to-32","-Wpointer-sign","-Wno-newline-eof","-DDEBUG=1","-DCOCOAPODS=1","-DCOCOAPODS=1","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","-fstrict-aliasing","-Wdeprecated-declarations","-miphoneos-version-min=8.0","-g","-Wno-sign-conversion","-Winfinite-recursion","-Wcomma","-Wblock-capture-autoreleasing","-Wstrict-prototypes","-Wno-semicolon-before-method-body","-index-store-path","/Users/igorwork/Library/Developer/Xcode/DerivedData/Runner-drrcsdfmfuxbsxcsffihjkubnynv/Index/DataStore","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources-normal/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/Flutter","-MMD","-MT","dependencies","-MF","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.d","--serialize-diagnostics","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.dia","-c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","-o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","deps":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.d"],"deps-style":"makefile","signature":"6cfdaa519e97a13c22ff65751a235fbd"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o /Users/igorwork/development/vereign/mobile_app/ios/Runner/main.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o /Users/igorwork/development/vereign/mobile_app/ios/Runner/main.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/main.m","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","objective-c","-arch","arm64","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fobjc-arc","-fmodules","-gmodules","-fmodules-cache-path=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","-fmodules-validate-once-per-build-session","-Wnon-modular-include-in-framework-module","-Werror=non-modular-include-in-framework-module","-Wno-trigraphs","-fpascal-strings","-O0","-fno-common","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Werror=return-type","-Wunreachable-code","-Wno-implicit-atomic-properties","-Werror=deprecated-objc-isa-usage","-Wno-objc-interface-ivars","-Werror=objc-root-class","-Wno-arc-repeated-use-of-weak","-Wimplicit-retain-self","-Wduplicate-method-match","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wunused-function","-Wno-unused-label","-Wno-unused-parameter","-Wunused-variable","-Wunused-value","-Wempty-body","-Wuninitialized","-Wconditional-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wconstant-conversion","-Wint-conversion","-Wbool-conversion","-Wenum-conversion","-Wno-float-conversion","-Wnon-literal-null-conversion","-Wobjc-literal-conversion","-Wshorten-64-to-32","-Wpointer-sign","-Wno-newline-eof","-Wno-selector","-Wno-strict-selector-match","-Wundeclared-selector","-Wdeprecated-implementations","-DDEBUG=1","-DCOCOAPODS=1","-DCOCOAPODS=1","-DOBJC_OLD_DISPATCH_PROTOTYPES=0","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","-fstrict-aliasing","-Wprotocol","-Wdeprecated-declarations","-miphoneos-version-min=8.0","-g","-Wno-sign-conversion","-Winfinite-recursion","-Wcomma","-Wblock-capture-autoreleasing","-Wstrict-prototypes","-Wno-semicolon-before-method-body","-index-store-path","/Users/igorwork/Library/Developer/Xcode/DerivedData/Runner-drrcsdfmfuxbsxcsffihjkubnynv/Index/DataStore","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources-normal/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/Flutter","-MMD","-MT","dependencies","-MF","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.d","--serialize-diagnostics","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.dia","-c","/Users/igorwork/development/vereign/mobile_app/ios/Runner/main.m","-o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","deps":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.d"],"deps-style":"makefile","signature":"be7b52e5b3996bc548492088f0cd08a1"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileStoryboard /Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/LaunchScreen.storyboard": {"tool":"shell","description":"CompileStoryboard /Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/LaunchScreen.storyboard","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/LaunchScreen.storyboard","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool","--errors","--warnings","--notices","--module","Runner","--output-partial-info-plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","--auto-activate-custom-fonts","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","8.0","--output-format","human-readable-text","--compilation-directory","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj","/Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/LaunchScreen.storyboard"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"454aa5a91179573e1d82e46aaa6f69d2"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileStoryboard /Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/Main.storyboard": {"tool":"shell","description":"CompileStoryboard /Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/Main.storyboard","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/Main.storyboard","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool","--errors","--warnings","--notices","--module","Runner","--output-partial-info-plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","--auto-activate-custom-fonts","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","8.0","--output-format","human-readable-text","--compilation-directory","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj","/Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/Main.storyboard"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"f3b7b1e5f8f7d8392679ecd7265a9844"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CopyPlistFile /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/AppFrameworkInfo.plist /Users/igorwork/development/vereign/mobile_app/ios/Flutter/AppFrameworkInfo.plist": {"tool":"copy-plist","description":"CopyPlistFile /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/AppFrameworkInfo.plist /Users/igorwork/development/vereign/mobile_app/ios/Flutter/AppFrameworkInfo.plist","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Flutter/AppFrameworkInfo.plist","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/AppFrameworkInfo.plist"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CopySwiftLibs /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app": {"tool":"embed-swift-stdlib","description":"CopySwiftLibs /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["<CopySwiftStdlib /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"],"deps":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/SwiftStdLibToolInputDependencies.dep"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CpResource /Users/igorwork/development/vereign/mobile_app/ios/Flutter/Debug.xcconfig /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Debug.xcconfig": {"tool":"file-copy","description":"CpResource /Users/igorwork/development/vereign/mobile_app/ios/Flutter/Debug.xcconfig /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Debug.xcconfig","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Flutter/Debug.xcconfig/","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Debug.xcconfig"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CreateBuildDirectory /Users/igorwork/development/vereign/mobile_app/ios/build": {"tool":"create-build-directory","description":"CreateBuildDirectory /Users/igorwork/development/vereign/mobile_app/ios/build","inputs":[],"outputs":["<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>","/Users/igorwork/development/vereign/mobile_app/ios/build"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:Ld /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner normal arm64": {"tool":"shell","description":"Ld /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner normal arm64","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner","<Linked Binary /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner>","<TRIGGER: Ld /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner normal arm64>"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-arch","arm64","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","-L/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","-L/Users/igorwork/development/vereign/mobile_app/ios/Flutter","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/Flutter","-filelist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","-Xlinker","-rpath","-Xlinker","@executable_path/Frameworks","-Xlinker","-rpath","-Xlinker","@loader_path/Frameworks","-Xlinker","-rpath","-Xlinker","@executable_path/Frameworks","-Xlinker","-rpath","-Xlinker","@loader_path/Frameworks","-Xlinker","-rpath","-Xlinker","@executable_path/Frameworks","-miphoneos-version-min=8.0","-dead_strip","-Xlinker","-object_path_lto","-Xlinker","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_lto.o","-Xlinker","-export_dynamic","-Xlinker","-no_deduplicate","-fobjc-arc","-fobjc-link-runtime","-framework","AppAuth","-framework","Flutter","-framework","SafariServices","-framework","flutter_app_auth_wrapper","-framework","flutter_web_browser","-framework","uni_links","-framework","url_launcher","-weak_framework","AuthenticationServices","-framework","AppAuth","-framework","Flutter","-framework","SafariServices","-framework","flutter_app_auth_wrapper","-framework","flutter_web_browser","-framework","uni_links","-framework","url_launcher","-weak_framework","AuthenticationServices","-framework","Flutter","-framework","App","-framework","Pods_Runner","-Xlinker","-dependency_info","-Xlinker","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat","-o","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner"],"env":{"IPHONEOS_DEPLOYMENT_TARGET":"8.0"},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","deps":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat"],"deps-style":"dependency-info","signature":"1c48cf7d780c69f5b388e96334fc0633"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:LinkStoryboards": {"tool":"shell","description":"LinkStoryboards","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main.storyboardc","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/Main.storyboardc"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool","--errors","--warnings","--notices","--module","Runner","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","8.0","--output-format","human-readable-text","--link","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main.storyboardc"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"58d61d5b01685fb20041a572a63968c9"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app": {"tool":"mkdir","description":"MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--start>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","<MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","<TRIGGER: MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks": {"tool":"mkdir","description":"MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--start>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks","<MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks>"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/App.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework": {"tool":"file-copy","description":"PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/App.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Flutter/App.framework/","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework/App","<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>","<TRIGGER: PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/App.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/Flutter.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework": {"tool":"file-copy","description":"PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/Flutter.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Flutter/Flutter.framework/","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework/Flutter","<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>","<TRIGGER: PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/Flutter.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:PhaseScriptExecution Run Script /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh": {"tool":"shell","description":"PhaseScriptExecution Run Script /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6df9eb60ff613d36b3b9942d1a6e1e7c6aa>"],"args":["/bin/sh","-c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"igorwork","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"YES","ALWAYS_SEARCH_USER_PATHS":"NO","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","ARCHS":"arm64","ARCHS_STANDARD":"armv7 arm64","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"armv7 arm64","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","AppIdentifierPrefix":"825ANDQ593.","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CACHE_ROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CCHROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_NONNULL":"YES","CLANG_CXX_LANGUAGE_STANDARD":"gnu++0x","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING":"YES","CLANG_WARN_BOOL_CONVERSION":"YES","CLANG_WARN_COMMA":"YES","CLANG_WARN_CONSTANT_CONVERSION":"YES","CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS":"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_IMPLICIT_RETAIN_SELF":"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","CLASS_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_IDENTITY":"iPhone Developer","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/igorwork/development/vereign/mobile_app/ios/build/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug-development","CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CONFIGURATION_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos","CONTENTS_FOLDER_PATH":"Runner.app","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"NO","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator12.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_VARIANT":"normal","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_KEXT_INSTALL_PATH":"/System/Library/Extensions","DEFINES_MODULE":"NO","DEPLOYMENT_LOCATION":"NO","DEPLOYMENT_POSTPROCESSING":"NO","DEPLOYMENT_TARGET_CLANG_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_CLANG_FLAG_NAME":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4","DERIVED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"en","DEVELOPMENT_TEAM":"825ANDQ593","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DO_HEADER_SCANNING_IN_JAM":"NO","DSTROOT":"/tmp/Runner.dst","DT_TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","DWARF_DSYM_FILE_NAME":"Runner.app.dSYM","DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT":"NO","DWARF_DSYM_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENTITLEMENTS_ALLOWED":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"YES","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"Runner.app/Executables","EXECUTABLE_FOLDER_PATH":"Runner.app","EXECUTABLE_NAME":"Runner","EXECUTABLE_PATH":"Runner.app/Runner","EXPANDED_CODE_SIGN_IDENTITY":"4B0CF1CA341CD9AEC0EF440F7C1C228289E077FE","EXPANDED_CODE_SIGN_IDENTITY_NAME":"iPhone Developer: Stephan Morphis (R5VTVKG6Y8)","EXPANDED_PROVISIONING_PROFILE":"f165d174-91da-44fe-bd23-0ed4e66d9742","FILE_LIST":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/FixedFiles","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" /Users/igorwork/development/vereign/mobile_app/ios/Flutter","FRAMEWORK_VERSION":"A","FULL_PRODUCT_NAME":"Runner.app","GCC3_VERSION":"3.3","GCC_C_LANGUAGE_STANDARD":"gnu99","GCC_DYNAMIC_NO_PIC":"NO","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_NO_COMMON_BLOCKS":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","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","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"YES","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/igorwork","ICONV":"/usr/bin/iconv","INFOPLIST_EXPAND_BUILD_SETTINGS":"YES","INFOPLIST_FILE":"Runner/Info.plist","INFOPLIST_OUTPUT_FORMAT":"binary","INFOPLIST_PATH":"Runner.app/Info.plist","INFOPLIST_PREPROCESS":"NO","INFOSTRINGS_PATH":"Runner.app/en.lproj/InfoPlist.strings","INLINE_PRIVATE_FRAMEWORKS":"NO","INSTALLHDRS_COPY_PHASE":"NO","INSTALLHDRS_SCRIPT_PHASE":"NO","INSTALL_DIR":"/tmp/Runner.dst/Applications","INSTALL_GROUP":"staff","INSTALL_MODE_FLAG":"u+w,go-w,a+rX","INSTALL_OWNER":"igorwork","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"8.0","JAVAC_DEFAULT_FLAGS":"-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8","JAVA_APP_STUB":"/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub","JAVA_ARCHIVE_CLASSES":"YES","JAVA_ARCHIVE_TYPE":"JAR","JAVA_COMPILER":"/usr/bin/javac","JAVA_FOLDER_PATH":"Runner.app/Java","JAVA_FRAMEWORK_RESOURCES_DIRS":"Resources","JAVA_JAR_FLAGS":"cv","JAVA_SOURCE_SUBDIR":".","JAVA_USE_DEPENDENCIES":"YES","JAVA_ZIP_FLAGS":"-urg","JIKES_DEFAULT_FLAGS":"+E +OLDCSO","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos /Users/igorwork/development/vereign/mobile_app/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFLocalizedString","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","LOCSYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"18F132","MAC_OS_X_VERSION_ACTUAL":"101405","MAC_OS_X_VERSION_MAJOR":"101400","MAC_OS_X_VERSION_MINOR":"1405","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","MODULE_CACHE_DIR":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"armv7","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","OBJROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\"","OTHER_SWIFT_FLAGS":" -D COCOAPODS -D COCOAPODS","PACKAGE_TYPE":"com.apple.package-type.wrapper.application","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"Runner.app/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"16G73","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","PODS_CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","PODS_PODFILE_DIR_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/.","PODS_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/Pods","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"com.vereign.app","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/DerivedSources","PROJECT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios","PROJECT_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build","PROJECT_TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","PROVISIONING_PROFILE_REQUIRED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"Runner.app/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESOURCE_RULES_REQUIRED":"YES","REZ_COLLECTOR_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR_iphoneos12_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_NAME":"iphoneos12.4","SDK_NAMES":"iphoneos12.4","SDK_PRODUCT_BUILD_VERSION":"16G73","SDK_VERSION":"12.4","SDK_VERSION_ACTUAL":"120400","SDK_VERSION_MAJOR":"120000","SDK_VERSION_MINOR":"400","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios","SRCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"YES","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_OBJC_BRIDGING_HEADER":"Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_VERSION":"4.0","SYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","SYSTEM_ADMIN_APPS_DIR":"/Applications/Utilities","SYSTEM_APPS_DIR":"/Applications","SYSTEM_CORE_SERVICES_DIR":"/System/Library/CoreServices","SYSTEM_DEMOS_DIR":"/Applications/Extras","SYSTEM_DEVELOPER_APPS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","SYSTEM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","SYSTEM_DEVELOPER_DEMOS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples","SYSTEM_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SYSTEM_DEVELOPER_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library","SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools","SYSTEM_DEVELOPER_JAVA_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Java Tools","SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools","SYSTEM_DEVELOPER_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes","SYSTEM_DEVELOPER_TOOLS":"/Applications/Xcode.app/Contents/Developer/Tools","SYSTEM_DEVELOPER_TOOLS_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools","SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools","SYSTEM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","SYSTEM_DEVELOPER_UTILITIES_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities","SYSTEM_DOCUMENTATION_DIR":"/Library/Documentation","SYSTEM_KEXT_INSTALL_PATH":"/System/Library/Extensions","SYSTEM_LIBRARY_DIR":"/System/Library","TAPI_VERIFY_MODE":"ErrorsOnly","TARGETED_DEVICE_FAMILY":"1,2","TARGETNAME":"Runner","TARGET_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","TARGET_DEVICE_IDENTIFIER":"7db350d25bf1f4f50f6ad677cb838caec1e64b83","TARGET_DEVICE_MODEL":"iPhone10,6","TARGET_DEVICE_OS_VERSION":"12.3.1","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TeamIdentifierPrefix":"825ANDQ593.","UID":"503","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"igorwork","USER_APPS_DIR":"/Users/igorwork/Applications","USER_LIBRARY_DIR":"/Users/igorwork/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","VALIDATE_PRODUCT":"NO","VALID_ARCHS":"arm64 arm64e armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"igorwork","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-\"","WRAPPER_EXTENSION":"app","WRAPPER_NAME":"Runner.app","WRAPPER_SUFFIX":".app","WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES":"NO","XCODE_APP_SUPPORT_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Xcode","XCODE_PRODUCT_BUILD_VERSION":"10G8","XCODE_VERSION_ACTUAL":"1030","XCODE_VERSION_MAJOR":"1000","XCODE_VERSION_MINOR":"1030","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","bundle_name_suffix":"-dev","bundle_suffix":".dev","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"0b75fabbd57ff97f03dbf8aae8f4dcce"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:PhaseScriptExecution Thin Binary /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh": {"tool":"shell","description":"PhaseScriptExecution Thin Binary /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dff1eee2015e8ff5ebcd27678f788c2826>"],"args":["/bin/sh","-c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"igorwork","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"YES","ALWAYS_SEARCH_USER_PATHS":"NO","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","ARCHS":"arm64","ARCHS_STANDARD":"armv7 arm64","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"armv7 arm64","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","AppIdentifierPrefix":"825ANDQ593.","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CACHE_ROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CCHROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_NONNULL":"YES","CLANG_CXX_LANGUAGE_STANDARD":"gnu++0x","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING":"YES","CLANG_WARN_BOOL_CONVERSION":"YES","CLANG_WARN_COMMA":"YES","CLANG_WARN_CONSTANT_CONVERSION":"YES","CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS":"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_IMPLICIT_RETAIN_SELF":"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","CLASS_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_IDENTITY":"iPhone Developer","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/igorwork/development/vereign/mobile_app/ios/build/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug-development","CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CONFIGURATION_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos","CONTENTS_FOLDER_PATH":"Runner.app","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"NO","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator12.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_VARIANT":"normal","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_KEXT_INSTALL_PATH":"/System/Library/Extensions","DEFINES_MODULE":"NO","DEPLOYMENT_LOCATION":"NO","DEPLOYMENT_POSTPROCESSING":"NO","DEPLOYMENT_TARGET_CLANG_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_CLANG_FLAG_NAME":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4","DERIVED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"en","DEVELOPMENT_TEAM":"825ANDQ593","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DO_HEADER_SCANNING_IN_JAM":"NO","DSTROOT":"/tmp/Runner.dst","DT_TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","DWARF_DSYM_FILE_NAME":"Runner.app.dSYM","DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT":"NO","DWARF_DSYM_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENTITLEMENTS_ALLOWED":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"YES","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"Runner.app/Executables","EXECUTABLE_FOLDER_PATH":"Runner.app","EXECUTABLE_NAME":"Runner","EXECUTABLE_PATH":"Runner.app/Runner","EXPANDED_CODE_SIGN_IDENTITY":"4B0CF1CA341CD9AEC0EF440F7C1C228289E077FE","EXPANDED_CODE_SIGN_IDENTITY_NAME":"iPhone Developer: Stephan Morphis (R5VTVKG6Y8)","EXPANDED_PROVISIONING_PROFILE":"f165d174-91da-44fe-bd23-0ed4e66d9742","FILE_LIST":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/FixedFiles","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" /Users/igorwork/development/vereign/mobile_app/ios/Flutter","FRAMEWORK_VERSION":"A","FULL_PRODUCT_NAME":"Runner.app","GCC3_VERSION":"3.3","GCC_C_LANGUAGE_STANDARD":"gnu99","GCC_DYNAMIC_NO_PIC":"NO","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_NO_COMMON_BLOCKS":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","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","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"YES","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/igorwork","ICONV":"/usr/bin/iconv","INFOPLIST_EXPAND_BUILD_SETTINGS":"YES","INFOPLIST_FILE":"Runner/Info.plist","INFOPLIST_OUTPUT_FORMAT":"binary","INFOPLIST_PATH":"Runner.app/Info.plist","INFOPLIST_PREPROCESS":"NO","INFOSTRINGS_PATH":"Runner.app/en.lproj/InfoPlist.strings","INLINE_PRIVATE_FRAMEWORKS":"NO","INSTALLHDRS_COPY_PHASE":"NO","INSTALLHDRS_SCRIPT_PHASE":"NO","INSTALL_DIR":"/tmp/Runner.dst/Applications","INSTALL_GROUP":"staff","INSTALL_MODE_FLAG":"u+w,go-w,a+rX","INSTALL_OWNER":"igorwork","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"8.0","JAVAC_DEFAULT_FLAGS":"-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8","JAVA_APP_STUB":"/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub","JAVA_ARCHIVE_CLASSES":"YES","JAVA_ARCHIVE_TYPE":"JAR","JAVA_COMPILER":"/usr/bin/javac","JAVA_FOLDER_PATH":"Runner.app/Java","JAVA_FRAMEWORK_RESOURCES_DIRS":"Resources","JAVA_JAR_FLAGS":"cv","JAVA_SOURCE_SUBDIR":".","JAVA_USE_DEPENDENCIES":"YES","JAVA_ZIP_FLAGS":"-urg","JIKES_DEFAULT_FLAGS":"+E +OLDCSO","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos /Users/igorwork/development/vereign/mobile_app/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFLocalizedString","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","LOCSYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"18F132","MAC_OS_X_VERSION_ACTUAL":"101405","MAC_OS_X_VERSION_MAJOR":"101400","MAC_OS_X_VERSION_MINOR":"1405","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","MODULE_CACHE_DIR":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"armv7","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","OBJROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\"","OTHER_SWIFT_FLAGS":" -D COCOAPODS -D COCOAPODS","PACKAGE_TYPE":"com.apple.package-type.wrapper.application","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"Runner.app/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"16G73","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","PODS_CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","PODS_PODFILE_DIR_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/.","PODS_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/Pods","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"com.vereign.app","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/DerivedSources","PROJECT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios","PROJECT_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build","PROJECT_TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","PROVISIONING_PROFILE_REQUIRED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"Runner.app/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESOURCE_RULES_REQUIRED":"YES","REZ_COLLECTOR_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR_iphoneos12_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_NAME":"iphoneos12.4","SDK_NAMES":"iphoneos12.4","SDK_PRODUCT_BUILD_VERSION":"16G73","SDK_VERSION":"12.4","SDK_VERSION_ACTUAL":"120400","SDK_VERSION_MAJOR":"120000","SDK_VERSION_MINOR":"400","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios","SRCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"YES","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_OBJC_BRIDGING_HEADER":"Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_VERSION":"4.0","SYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","SYSTEM_ADMIN_APPS_DIR":"/Applications/Utilities","SYSTEM_APPS_DIR":"/Applications","SYSTEM_CORE_SERVICES_DIR":"/System/Library/CoreServices","SYSTEM_DEMOS_DIR":"/Applications/Extras","SYSTEM_DEVELOPER_APPS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","SYSTEM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","SYSTEM_DEVELOPER_DEMOS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples","SYSTEM_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SYSTEM_DEVELOPER_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library","SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools","SYSTEM_DEVELOPER_JAVA_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Java Tools","SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools","SYSTEM_DEVELOPER_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes","SYSTEM_DEVELOPER_TOOLS":"/Applications/Xcode.app/Contents/Developer/Tools","SYSTEM_DEVELOPER_TOOLS_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools","SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools","SYSTEM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","SYSTEM_DEVELOPER_UTILITIES_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities","SYSTEM_DOCUMENTATION_DIR":"/Library/Documentation","SYSTEM_KEXT_INSTALL_PATH":"/System/Library/Extensions","SYSTEM_LIBRARY_DIR":"/System/Library","TAPI_VERIFY_MODE":"ErrorsOnly","TARGETED_DEVICE_FAMILY":"1,2","TARGETNAME":"Runner","TARGET_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","TARGET_DEVICE_IDENTIFIER":"7db350d25bf1f4f50f6ad677cb838caec1e64b83","TARGET_DEVICE_MODEL":"iPhone10,6","TARGET_DEVICE_OS_VERSION":"12.3.1","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TeamIdentifierPrefix":"825ANDQ593.","UID":"503","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"igorwork","USER_APPS_DIR":"/Users/igorwork/Applications","USER_LIBRARY_DIR":"/Users/igorwork/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","VALIDATE_PRODUCT":"NO","VALID_ARCHS":"arm64 arm64e armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"igorwork","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-\"","WRAPPER_EXTENSION":"app","WRAPPER_NAME":"Runner.app","WRAPPER_SUFFIX":".app","WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES":"NO","XCODE_APP_SUPPORT_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Xcode","XCODE_PRODUCT_BUILD_VERSION":"10G8","XCODE_VERSION_ACTUAL":"1030","XCODE_VERSION_MAJOR":"1000","XCODE_VERSION_MINOR":"1030","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","bundle_name_suffix":"-dev","bundle_suffix":".dev","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"d72f27c83752c62bafd7996647096b55"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:PhaseScriptExecution [CP] Check Pods Manifest.lock /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh": {"tool":"shell","description":"PhaseScriptExecution [CP] Check Pods Manifest.lock /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Podfile.lock","/Users/igorwork/development/vereign/mobile_app/ios/Pods/Manifest.lock","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt"],"args":["/bin/sh","-c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"igorwork","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"YES","ALWAYS_SEARCH_USER_PATHS":"NO","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","ARCHS":"arm64","ARCHS_STANDARD":"armv7 arm64","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"armv7 arm64","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","AppIdentifierPrefix":"825ANDQ593.","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CACHE_ROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CCHROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_NONNULL":"YES","CLANG_CXX_LANGUAGE_STANDARD":"gnu++0x","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING":"YES","CLANG_WARN_BOOL_CONVERSION":"YES","CLANG_WARN_COMMA":"YES","CLANG_WARN_CONSTANT_CONVERSION":"YES","CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS":"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_IMPLICIT_RETAIN_SELF":"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","CLASS_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_IDENTITY":"iPhone Developer","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/igorwork/development/vereign/mobile_app/ios/build/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug-development","CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CONFIGURATION_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos","CONTENTS_FOLDER_PATH":"Runner.app","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"NO","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator12.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_VARIANT":"normal","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_KEXT_INSTALL_PATH":"/System/Library/Extensions","DEFINES_MODULE":"NO","DEPLOYMENT_LOCATION":"NO","DEPLOYMENT_POSTPROCESSING":"NO","DEPLOYMENT_TARGET_CLANG_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_CLANG_FLAG_NAME":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4","DERIVED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"en","DEVELOPMENT_TEAM":"825ANDQ593","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DO_HEADER_SCANNING_IN_JAM":"NO","DSTROOT":"/tmp/Runner.dst","DT_TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","DWARF_DSYM_FILE_NAME":"Runner.app.dSYM","DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT":"NO","DWARF_DSYM_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENTITLEMENTS_ALLOWED":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"YES","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"Runner.app/Executables","EXECUTABLE_FOLDER_PATH":"Runner.app","EXECUTABLE_NAME":"Runner","EXECUTABLE_PATH":"Runner.app/Runner","EXPANDED_CODE_SIGN_IDENTITY":"4B0CF1CA341CD9AEC0EF440F7C1C228289E077FE","EXPANDED_CODE_SIGN_IDENTITY_NAME":"iPhone Developer: Stephan Morphis (R5VTVKG6Y8)","EXPANDED_PROVISIONING_PROFILE":"f165d174-91da-44fe-bd23-0ed4e66d9742","FILE_LIST":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/FixedFiles","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" /Users/igorwork/development/vereign/mobile_app/ios/Flutter","FRAMEWORK_VERSION":"A","FULL_PRODUCT_NAME":"Runner.app","GCC3_VERSION":"3.3","GCC_C_LANGUAGE_STANDARD":"gnu99","GCC_DYNAMIC_NO_PIC":"NO","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_NO_COMMON_BLOCKS":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","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","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"YES","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/igorwork","ICONV":"/usr/bin/iconv","INFOPLIST_EXPAND_BUILD_SETTINGS":"YES","INFOPLIST_FILE":"Runner/Info.plist","INFOPLIST_OUTPUT_FORMAT":"binary","INFOPLIST_PATH":"Runner.app/Info.plist","INFOPLIST_PREPROCESS":"NO","INFOSTRINGS_PATH":"Runner.app/en.lproj/InfoPlist.strings","INLINE_PRIVATE_FRAMEWORKS":"NO","INSTALLHDRS_COPY_PHASE":"NO","INSTALLHDRS_SCRIPT_PHASE":"NO","INSTALL_DIR":"/tmp/Runner.dst/Applications","INSTALL_GROUP":"staff","INSTALL_MODE_FLAG":"u+w,go-w,a+rX","INSTALL_OWNER":"igorwork","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"8.0","JAVAC_DEFAULT_FLAGS":"-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8","JAVA_APP_STUB":"/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub","JAVA_ARCHIVE_CLASSES":"YES","JAVA_ARCHIVE_TYPE":"JAR","JAVA_COMPILER":"/usr/bin/javac","JAVA_FOLDER_PATH":"Runner.app/Java","JAVA_FRAMEWORK_RESOURCES_DIRS":"Resources","JAVA_JAR_FLAGS":"cv","JAVA_SOURCE_SUBDIR":".","JAVA_USE_DEPENDENCIES":"YES","JAVA_ZIP_FLAGS":"-urg","JIKES_DEFAULT_FLAGS":"+E +OLDCSO","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos /Users/igorwork/development/vereign/mobile_app/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFLocalizedString","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","LOCSYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"18F132","MAC_OS_X_VERSION_ACTUAL":"101405","MAC_OS_X_VERSION_MAJOR":"101400","MAC_OS_X_VERSION_MINOR":"1405","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","MODULE_CACHE_DIR":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"armv7","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","OBJROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\"","OTHER_SWIFT_FLAGS":" -D COCOAPODS -D COCOAPODS","PACKAGE_TYPE":"com.apple.package-type.wrapper.application","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"Runner.app/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"16G73","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","PODS_CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","PODS_PODFILE_DIR_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/.","PODS_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/Pods","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"com.vereign.app","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/DerivedSources","PROJECT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios","PROJECT_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build","PROJECT_TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","PROVISIONING_PROFILE_REQUIRED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"Runner.app/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESOURCE_RULES_REQUIRED":"YES","REZ_COLLECTOR_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_0":"/Users/igorwork/development/vereign/mobile_app/ios/Podfile.lock","SCRIPT_INPUT_FILE_1":"/Users/igorwork/development/vereign/mobile_app/ios/Pods/Manifest.lock","SCRIPT_INPUT_FILE_COUNT":"2","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_0":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","SCRIPT_OUTPUT_FILE_COUNT":"1","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR_iphoneos12_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_NAME":"iphoneos12.4","SDK_NAMES":"iphoneos12.4","SDK_PRODUCT_BUILD_VERSION":"16G73","SDK_VERSION":"12.4","SDK_VERSION_ACTUAL":"120400","SDK_VERSION_MAJOR":"120000","SDK_VERSION_MINOR":"400","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios","SRCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"YES","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_OBJC_BRIDGING_HEADER":"Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_VERSION":"4.0","SYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","SYSTEM_ADMIN_APPS_DIR":"/Applications/Utilities","SYSTEM_APPS_DIR":"/Applications","SYSTEM_CORE_SERVICES_DIR":"/System/Library/CoreServices","SYSTEM_DEMOS_DIR":"/Applications/Extras","SYSTEM_DEVELOPER_APPS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","SYSTEM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","SYSTEM_DEVELOPER_DEMOS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples","SYSTEM_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SYSTEM_DEVELOPER_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library","SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools","SYSTEM_DEVELOPER_JAVA_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Java Tools","SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools","SYSTEM_DEVELOPER_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes","SYSTEM_DEVELOPER_TOOLS":"/Applications/Xcode.app/Contents/Developer/Tools","SYSTEM_DEVELOPER_TOOLS_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools","SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools","SYSTEM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","SYSTEM_DEVELOPER_UTILITIES_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities","SYSTEM_DOCUMENTATION_DIR":"/Library/Documentation","SYSTEM_KEXT_INSTALL_PATH":"/System/Library/Extensions","SYSTEM_LIBRARY_DIR":"/System/Library","TAPI_VERIFY_MODE":"ErrorsOnly","TARGETED_DEVICE_FAMILY":"1,2","TARGETNAME":"Runner","TARGET_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","TARGET_DEVICE_IDENTIFIER":"7db350d25bf1f4f50f6ad677cb838caec1e64b83","TARGET_DEVICE_MODEL":"iPhone10,6","TARGET_DEVICE_OS_VERSION":"12.3.1","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TeamIdentifierPrefix":"825ANDQ593.","UID":"503","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"igorwork","USER_APPS_DIR":"/Users/igorwork/Applications","USER_LIBRARY_DIR":"/Users/igorwork/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","VALIDATE_PRODUCT":"NO","VALID_ARCHS":"arm64 arm64e armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"igorwork","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-\"","WRAPPER_EXTENSION":"app","WRAPPER_NAME":"Runner.app","WRAPPER_SUFFIX":".app","WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES":"NO","XCODE_APP_SUPPORT_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Xcode","XCODE_PRODUCT_BUILD_VERSION":"10G8","XCODE_VERSION_ACTUAL":"1030","XCODE_VERSION_MAJOR":"1000","XCODE_VERSION_MINOR":"1030","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","bundle_name_suffix":"-dev","bundle_suffix":".dev","variant":"normal"},"allow-missing-inputs":true,"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"1d7e65082e3729aa4a8ae9912cc90522"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:PhaseScriptExecution [CP] Embed Pods Frameworks /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh": {"tool":"shell","description":"PhaseScriptExecution [CP] Embed Pods Frameworks /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dfa0e77cc467c7479a7b8b040215e251aa>"],"args":["/bin/sh","-c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"igorwork","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"YES","ALWAYS_SEARCH_USER_PATHS":"NO","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","ARCHS":"arm64","ARCHS_STANDARD":"armv7 arm64","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"armv7 arm64","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","AppIdentifierPrefix":"825ANDQ593.","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CACHE_ROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CCHROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_NONNULL":"YES","CLANG_CXX_LANGUAGE_STANDARD":"gnu++0x","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING":"YES","CLANG_WARN_BOOL_CONVERSION":"YES","CLANG_WARN_COMMA":"YES","CLANG_WARN_CONSTANT_CONVERSION":"YES","CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS":"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_IMPLICIT_RETAIN_SELF":"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","CLASS_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_IDENTITY":"iPhone Developer","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/igorwork/development/vereign/mobile_app/ios/build/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug-development","CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CONFIGURATION_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos","CONTENTS_FOLDER_PATH":"Runner.app","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"NO","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator12.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_VARIANT":"normal","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_KEXT_INSTALL_PATH":"/System/Library/Extensions","DEFINES_MODULE":"NO","DEPLOYMENT_LOCATION":"NO","DEPLOYMENT_POSTPROCESSING":"NO","DEPLOYMENT_TARGET_CLANG_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_CLANG_FLAG_NAME":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4","DERIVED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"en","DEVELOPMENT_TEAM":"825ANDQ593","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DO_HEADER_SCANNING_IN_JAM":"NO","DSTROOT":"/tmp/Runner.dst","DT_TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","DWARF_DSYM_FILE_NAME":"Runner.app.dSYM","DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT":"NO","DWARF_DSYM_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENTITLEMENTS_ALLOWED":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"YES","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"Runner.app/Executables","EXECUTABLE_FOLDER_PATH":"Runner.app","EXECUTABLE_NAME":"Runner","EXECUTABLE_PATH":"Runner.app/Runner","EXPANDED_CODE_SIGN_IDENTITY":"4B0CF1CA341CD9AEC0EF440F7C1C228289E077FE","EXPANDED_CODE_SIGN_IDENTITY_NAME":"iPhone Developer: Stephan Morphis (R5VTVKG6Y8)","EXPANDED_PROVISIONING_PROFILE":"f165d174-91da-44fe-bd23-0ed4e66d9742","FILE_LIST":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/FixedFiles","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" /Users/igorwork/development/vereign/mobile_app/ios/Flutter","FRAMEWORK_VERSION":"A","FULL_PRODUCT_NAME":"Runner.app","GCC3_VERSION":"3.3","GCC_C_LANGUAGE_STANDARD":"gnu99","GCC_DYNAMIC_NO_PIC":"NO","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_NO_COMMON_BLOCKS":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","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","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"YES","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/igorwork","ICONV":"/usr/bin/iconv","INFOPLIST_EXPAND_BUILD_SETTINGS":"YES","INFOPLIST_FILE":"Runner/Info.plist","INFOPLIST_OUTPUT_FORMAT":"binary","INFOPLIST_PATH":"Runner.app/Info.plist","INFOPLIST_PREPROCESS":"NO","INFOSTRINGS_PATH":"Runner.app/en.lproj/InfoPlist.strings","INLINE_PRIVATE_FRAMEWORKS":"NO","INSTALLHDRS_COPY_PHASE":"NO","INSTALLHDRS_SCRIPT_PHASE":"NO","INSTALL_DIR":"/tmp/Runner.dst/Applications","INSTALL_GROUP":"staff","INSTALL_MODE_FLAG":"u+w,go-w,a+rX","INSTALL_OWNER":"igorwork","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"8.0","JAVAC_DEFAULT_FLAGS":"-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8","JAVA_APP_STUB":"/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub","JAVA_ARCHIVE_CLASSES":"YES","JAVA_ARCHIVE_TYPE":"JAR","JAVA_COMPILER":"/usr/bin/javac","JAVA_FOLDER_PATH":"Runner.app/Java","JAVA_FRAMEWORK_RESOURCES_DIRS":"Resources","JAVA_JAR_FLAGS":"cv","JAVA_SOURCE_SUBDIR":".","JAVA_USE_DEPENDENCIES":"YES","JAVA_ZIP_FLAGS":"-urg","JIKES_DEFAULT_FLAGS":"+E +OLDCSO","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos /Users/igorwork/development/vereign/mobile_app/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFLocalizedString","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","LOCSYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"18F132","MAC_OS_X_VERSION_ACTUAL":"101405","MAC_OS_X_VERSION_MAJOR":"101400","MAC_OS_X_VERSION_MINOR":"1405","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","MODULE_CACHE_DIR":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"armv7","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","OBJROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\"","OTHER_SWIFT_FLAGS":" -D COCOAPODS -D COCOAPODS","PACKAGE_TYPE":"com.apple.package-type.wrapper.application","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"Runner.app/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"16G73","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","PODS_CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","PODS_PODFILE_DIR_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/.","PODS_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/Pods","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"com.vereign.app","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/DerivedSources","PROJECT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios","PROJECT_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build","PROJECT_TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","PROVISIONING_PROFILE_REQUIRED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"Runner.app/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESOURCE_RULES_REQUIRED":"YES","REZ_COLLECTOR_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR_iphoneos12_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_NAME":"iphoneos12.4","SDK_NAMES":"iphoneos12.4","SDK_PRODUCT_BUILD_VERSION":"16G73","SDK_VERSION":"12.4","SDK_VERSION_ACTUAL":"120400","SDK_VERSION_MAJOR":"120000","SDK_VERSION_MINOR":"400","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios","SRCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"YES","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_OBJC_BRIDGING_HEADER":"Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_VERSION":"4.0","SYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","SYSTEM_ADMIN_APPS_DIR":"/Applications/Utilities","SYSTEM_APPS_DIR":"/Applications","SYSTEM_CORE_SERVICES_DIR":"/System/Library/CoreServices","SYSTEM_DEMOS_DIR":"/Applications/Extras","SYSTEM_DEVELOPER_APPS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","SYSTEM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","SYSTEM_DEVELOPER_DEMOS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples","SYSTEM_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SYSTEM_DEVELOPER_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library","SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools","SYSTEM_DEVELOPER_JAVA_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Java Tools","SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools","SYSTEM_DEVELOPER_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes","SYSTEM_DEVELOPER_TOOLS":"/Applications/Xcode.app/Contents/Developer/Tools","SYSTEM_DEVELOPER_TOOLS_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools","SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools","SYSTEM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","SYSTEM_DEVELOPER_UTILITIES_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities","SYSTEM_DOCUMENTATION_DIR":"/Library/Documentation","SYSTEM_KEXT_INSTALL_PATH":"/System/Library/Extensions","SYSTEM_LIBRARY_DIR":"/System/Library","TAPI_VERIFY_MODE":"ErrorsOnly","TARGETED_DEVICE_FAMILY":"1,2","TARGETNAME":"Runner","TARGET_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","TARGET_DEVICE_IDENTIFIER":"7db350d25bf1f4f50f6ad677cb838caec1e64b83","TARGET_DEVICE_MODEL":"iPhone10,6","TARGET_DEVICE_OS_VERSION":"12.3.1","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TeamIdentifierPrefix":"825ANDQ593.","UID":"503","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"igorwork","USER_APPS_DIR":"/Users/igorwork/Applications","USER_LIBRARY_DIR":"/Users/igorwork/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","VALIDATE_PRODUCT":"NO","VALID_ARCHS":"arm64 arm64e armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"igorwork","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-\"","WRAPPER_EXTENSION":"app","WRAPPER_NAME":"Runner.app","WRAPPER_SUFFIX":".app","WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES":"NO","XCODE_APP_SUPPORT_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Xcode","XCODE_PRODUCT_BUILD_VERSION":"10G8","XCODE_VERSION_ACTUAL":"1030","XCODE_VERSION_MAJOR":"1000","XCODE_VERSION_MINOR":"1030","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","bundle_name_suffix":"-dev","bundle_suffix":".dev","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"a6a0df2fdcba9adbcd58e697b0b62ee8"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:ProcessInfoPlistFile /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Info.plist /Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist": {"tool":"info-plist-processor","description":"ProcessInfoPlistFile /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Info.plist /Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/assetcatalog_generated_info.plist","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Info.plist"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:ProcessProductPackaging /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.app.xcent": {"tool":"process-product-entitlements","description":"ProcessProductPackaging /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.app.xcent","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Entitlements.plist","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.app.xcent"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:ProcessProductPackaging /Users/igorwork/Library/MobileDevice/Provisioning Profiles/f165d174-91da-44fe-bd23-0ed4e66d9742.mobileprovision /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/embedded.mobileprovision": {"tool":"process-product-provisioning-profile","description":"ProcessProductPackaging /Users/igorwork/Library/MobileDevice/Provisioning Profiles/f165d174-91da-44fe-bd23-0ed4e66d9742.mobileprovision /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/embedded.mobileprovision","inputs":["/Users/igorwork/Library/MobileDevice/Provisioning Profiles/f165d174-91da-44fe-bd23-0ed4e66d9742.mobileprovision","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/embedded.mobileprovision"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:Touch /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app": {"tool":"shell","description":"Touch /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["<Touch /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"],"args":["/usr/bin/touch","-c","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app"],"env":{},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","signature":"c42078064d605f15cc7e1268cdf6403d"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:Validate /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app": {"tool":"validate-product","description":"Validate /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>","<TRIGGER: CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"],"outputs":["<Validate /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Entitlements.plist": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Entitlements.plist","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Entitlements.plist"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.hmap","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.hmap"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/all-product-headers.yaml": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/all-product-headers.yaml","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/all-product-headers.yaml"]} + diff --git a/ios/build/XCBuildData/1f6d9eebed9eedd4518135e47e45f97f-desc.xcbuild b/ios/build/XCBuildData/1f6d9eebed9eedd4518135e47e45f97f-desc.xcbuild new file mode 100644 index 0000000000000000000000000000000000000000..17b9b967e64d5405584e78eb7b7a9549d4975cc4 Binary files /dev/null and b/ios/build/XCBuildData/1f6d9eebed9eedd4518135e47e45f97f-desc.xcbuild differ diff --git a/ios/build/XCBuildData/1f6d9eebed9eedd4518135e47e45f97f-manifest.xcbuild b/ios/build/XCBuildData/1f6d9eebed9eedd4518135e47e45f97f-manifest.xcbuild new file mode 100644 index 0000000000000000000000000000000000000000..51d6c0fb291b48bd842646bc40e8efbe6d6da009 --- /dev/null +++ b/ios/build/XCBuildData/1f6d9eebed9eedd4518135e47e45f97f-manifest.xcbuild @@ -0,0 +1,85 @@ +client: + name: basic + version: 0 + file-system: default + +targets: + "": ["<all>"] + +nodes: + "/Users/igorwork/development/vereign/mobile_app/ios/build": {"is-mutated":true} + "/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app": {"is-mutated":true} + "<TRIGGER: MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>": {"is-command-timestamp":true} + +commands: + "<all>": {"tool":"phony","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework/App","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework/Flutter","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--end>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--modules-ready>"],"outputs":["<all>"]} + "<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-Debug-development-iphoneos-stale-file-removal>": {"tool":"stale-file-removal","expectedOutputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/assetcatalog_generated_info.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Assets.car","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/AppFrameworkInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Debug.xcconfig","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/Main.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework/App","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework/Flutter","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Info.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/all-product-headers.yaml"],"roots":["/tmp/Runner.dst","/Users/igorwork/development/vereign/mobile_app/ios/build","/Users/igorwork/development/vereign/mobile_app/ios/build"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-Debug-development-iphoneos-stale-file-removal>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangeAlternatePermissions": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangePermissions>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangeAlternatePermissions>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangePermissions": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-StripSymbols>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangePermissions>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangeAlternatePermissions>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CopyAside": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductPostprocessingTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CopyAside>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-StripSymbols": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CopyAside>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-StripSymbols>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-Validate": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<Touch /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","<Validate /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-Validate>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/all-product-headers.yaml"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--InfoPlistTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Info.plist"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--InfoPlistTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ModuleMapTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ModuleMapTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductPostprocessingTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--InfoPlistTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--VersionPlistTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SanitizerTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ModuleMapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SwiftStandardLibrariesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--StubBinaryTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductPostprocessingTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--start>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","<MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SanitizerTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SanitizerTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--StubBinaryTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--StubBinaryTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SwiftStandardLibrariesTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<CopySwiftStdlib /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SwiftStandardLibrariesTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetPostprocessingTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductPostprocessingTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetPostprocessingTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--VersionPlistTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--VersionPlistTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-Debug-development-iphoneos-stale-file-removal>","<CreateBuildDirectory-/tmp/Runner.dst>","<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>","<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--end": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangeAlternatePermissions>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangePermissions>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CopyAside>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-StripSymbols>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-Validate>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--InfoPlistTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ModuleMapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductPostprocessingTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SanitizerTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--StubBinaryTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SwiftStandardLibrariesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetPostprocessingTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--VersionPlistTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks>","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Assets.car","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/AppFrameworkInfo.plist","<CopySwiftStdlib /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Debug.xcconfig","<Linked Binary /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner>","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/Main.storyboardc","<MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","<MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks>","<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>","<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6df9eb60ff613d36b3b9942d1a6e1e7c6aa>","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dff1eee2015e8ff5ebcd27678f788c2826>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dfa0e77cc467c7479a7b8b040215e251aa>","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Info.plist","<Touch /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","<Validate /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/all-product-headers.yaml"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--end>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-Debug-development-iphoneos-stale-file-removal>","<CreateBuildDirectory-/tmp/Runner.dst>","<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>","<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-Debug-development-iphoneos-stale-file-removal>","<CreateBuildDirectory-/tmp/Runner.dst>","<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>","<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--modules-ready": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6df9eb60ff613d36b3b9942d1a6e1e7c6aa>","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dff1eee2015e8ff5ebcd27678f788c2826>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dfa0e77cc467c7479a7b8b040215e251aa>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--modules-ready>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6df9eb60ff613d36b3b9942d1a6e1e7c6aa>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o","<Linked Binary /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Assets.car","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/AppFrameworkInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Debug.xcconfig","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/Main.storyboardc"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>","<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dff1eee2015e8ff5ebcd27678f788c2826>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dfa0e77cc467c7479a7b8b040215e251aa>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks>"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileAssetCatalog /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app /Users/igorwork/development/vereign/mobile_app/ios/Runner/Assets.xcassets": {"tool":"shell","description":"CompileAssetCatalog /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app /Users/igorwork/development/vereign/mobile_app/ios/Runner/Assets.xcassets","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/Assets.xcassets/","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/assetcatalog_generated_info.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Assets.car"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/actool","--output-format","human-readable-text","--notices","--warnings","--export-dependency-info","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/assetcatalog_dependencies","--output-partial-info-plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/assetcatalog_generated_info.plist","--app-icon","AppIcon","--compress-pngs","--enable-on-demand-resources","YES","--filter-for-device-model","iPhone10,6","--filter-for-device-os-version","12.3.1","--sticker-pack-identifier-prefix","com.vereign.app.sticker-pack.","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","8.0","--platform","iphoneos","--product-type","com.apple.product-type.application","--compile","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","/Users/igorwork/development/vereign/mobile_app/ios/Runner/Assets.xcassets"],"env":{},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"deps":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/assetcatalog_dependencies"],"deps-style":"dependency-info","signature":"22e46a07f045d7d6c76ae49394b248b9"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o /Users/igorwork/development/vereign/mobile_app/ios/Runner/AppDelegate.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o /Users/igorwork/development/vereign/mobile_app/ios/Runner/AppDelegate.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/AppDelegate.m","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","objective-c","-arch","arm64","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fobjc-arc","-fmodules","-gmodules","-fmodules-cache-path=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","-fmodules-validate-once-per-build-session","-Wnon-modular-include-in-framework-module","-Werror=non-modular-include-in-framework-module","-Wno-trigraphs","-fpascal-strings","-O0","-fno-common","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Werror=return-type","-Wunreachable-code","-Wno-implicit-atomic-properties","-Werror=deprecated-objc-isa-usage","-Wno-objc-interface-ivars","-Werror=objc-root-class","-Wno-arc-repeated-use-of-weak","-Wimplicit-retain-self","-Wduplicate-method-match","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wunused-function","-Wno-unused-label","-Wno-unused-parameter","-Wunused-variable","-Wunused-value","-Wempty-body","-Wuninitialized","-Wconditional-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wconstant-conversion","-Wint-conversion","-Wbool-conversion","-Wenum-conversion","-Wno-float-conversion","-Wnon-literal-null-conversion","-Wobjc-literal-conversion","-Wshorten-64-to-32","-Wpointer-sign","-Wno-newline-eof","-Wno-selector","-Wno-strict-selector-match","-Wundeclared-selector","-Wdeprecated-implementations","-DDEBUG=1","-DCOCOAPODS=1","-DCOCOAPODS=1","-DOBJC_OLD_DISPATCH_PROTOTYPES=0","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","-fstrict-aliasing","-Wprotocol","-Wdeprecated-declarations","-miphoneos-version-min=8.0","-g","-Wno-sign-conversion","-Winfinite-recursion","-Wcomma","-Wblock-capture-autoreleasing","-Wstrict-prototypes","-Wno-semicolon-before-method-body","-index-store-path","/Users/igorwork/Library/Developer/Xcode/DerivedData/Runner-drrcsdfmfuxbsxcsffihjkubnynv/Index/DataStore","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources-normal/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/Flutter","-MMD","-MT","dependencies","-MF","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.d","--serialize-diagnostics","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.dia","-c","/Users/igorwork/development/vereign/mobile_app/ios/Runner/AppDelegate.m","-o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","deps":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.d"],"deps-style":"makefile","signature":"a691683d1b442e12569f992f6701e86a"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o /Users/igorwork/development/vereign/mobile_app/ios/Runner/GeneratedPluginRegistrant.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o /Users/igorwork/development/vereign/mobile_app/ios/Runner/GeneratedPluginRegistrant.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/GeneratedPluginRegistrant.m","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","objective-c","-arch","arm64","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fobjc-arc","-fmodules","-gmodules","-fmodules-cache-path=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","-fmodules-validate-once-per-build-session","-Wnon-modular-include-in-framework-module","-Werror=non-modular-include-in-framework-module","-Wno-trigraphs","-fpascal-strings","-O0","-fno-common","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Werror=return-type","-Wunreachable-code","-Wno-implicit-atomic-properties","-Werror=deprecated-objc-isa-usage","-Wno-objc-interface-ivars","-Werror=objc-root-class","-Wno-arc-repeated-use-of-weak","-Wimplicit-retain-self","-Wduplicate-method-match","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wunused-function","-Wno-unused-label","-Wno-unused-parameter","-Wunused-variable","-Wunused-value","-Wempty-body","-Wuninitialized","-Wconditional-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wconstant-conversion","-Wint-conversion","-Wbool-conversion","-Wenum-conversion","-Wno-float-conversion","-Wnon-literal-null-conversion","-Wobjc-literal-conversion","-Wshorten-64-to-32","-Wpointer-sign","-Wno-newline-eof","-Wno-selector","-Wno-strict-selector-match","-Wundeclared-selector","-Wdeprecated-implementations","-DDEBUG=1","-DCOCOAPODS=1","-DCOCOAPODS=1","-DOBJC_OLD_DISPATCH_PROTOTYPES=0","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","-fstrict-aliasing","-Wprotocol","-Wdeprecated-declarations","-miphoneos-version-min=8.0","-g","-Wno-sign-conversion","-Winfinite-recursion","-Wcomma","-Wblock-capture-autoreleasing","-Wstrict-prototypes","-Wno-semicolon-before-method-body","-index-store-path","/Users/igorwork/Library/Developer/Xcode/DerivedData/Runner-drrcsdfmfuxbsxcsffihjkubnynv/Index/DataStore","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources-normal/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/Flutter","-MMD","-MT","dependencies","-MF","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.d","--serialize-diagnostics","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.dia","-c","/Users/igorwork/development/vereign/mobile_app/ios/Runner/GeneratedPluginRegistrant.m","-o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","deps":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.d"],"deps-style":"makefile","signature":"c928d597c8462dfa50d04e56c96a4b03"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","c","-arch","arm64","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fmodules","-gmodules","-fmodules-cache-path=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","-fmodules-validate-once-per-build-session","-Wnon-modular-include-in-framework-module","-Werror=non-modular-include-in-framework-module","-Wno-trigraphs","-fpascal-strings","-O0","-fno-common","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Werror=return-type","-Wunreachable-code","-Werror=deprecated-objc-isa-usage","-Werror=objc-root-class","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wunused-function","-Wno-unused-label","-Wno-unused-parameter","-Wunused-variable","-Wunused-value","-Wempty-body","-Wuninitialized","-Wconditional-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wconstant-conversion","-Wint-conversion","-Wbool-conversion","-Wenum-conversion","-Wno-float-conversion","-Wnon-literal-null-conversion","-Wobjc-literal-conversion","-Wshorten-64-to-32","-Wpointer-sign","-Wno-newline-eof","-DDEBUG=1","-DCOCOAPODS=1","-DCOCOAPODS=1","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","-fstrict-aliasing","-Wdeprecated-declarations","-miphoneos-version-min=8.0","-g","-Wno-sign-conversion","-Winfinite-recursion","-Wcomma","-Wblock-capture-autoreleasing","-Wstrict-prototypes","-Wno-semicolon-before-method-body","-index-store-path","/Users/igorwork/Library/Developer/Xcode/DerivedData/Runner-drrcsdfmfuxbsxcsffihjkubnynv/Index/DataStore","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources-normal/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/Flutter","-MMD","-MT","dependencies","-MF","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.d","--serialize-diagnostics","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.dia","-c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","-o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","deps":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.d"],"deps-style":"makefile","signature":"6cfdaa519e97a13c22ff65751a235fbd"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o /Users/igorwork/development/vereign/mobile_app/ios/Runner/main.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o /Users/igorwork/development/vereign/mobile_app/ios/Runner/main.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/main.m","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","objective-c","-arch","arm64","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fobjc-arc","-fmodules","-gmodules","-fmodules-cache-path=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","-fmodules-validate-once-per-build-session","-Wnon-modular-include-in-framework-module","-Werror=non-modular-include-in-framework-module","-Wno-trigraphs","-fpascal-strings","-O0","-fno-common","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Werror=return-type","-Wunreachable-code","-Wno-implicit-atomic-properties","-Werror=deprecated-objc-isa-usage","-Wno-objc-interface-ivars","-Werror=objc-root-class","-Wno-arc-repeated-use-of-weak","-Wimplicit-retain-self","-Wduplicate-method-match","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wunused-function","-Wno-unused-label","-Wno-unused-parameter","-Wunused-variable","-Wunused-value","-Wempty-body","-Wuninitialized","-Wconditional-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wconstant-conversion","-Wint-conversion","-Wbool-conversion","-Wenum-conversion","-Wno-float-conversion","-Wnon-literal-null-conversion","-Wobjc-literal-conversion","-Wshorten-64-to-32","-Wpointer-sign","-Wno-newline-eof","-Wno-selector","-Wno-strict-selector-match","-Wundeclared-selector","-Wdeprecated-implementations","-DDEBUG=1","-DCOCOAPODS=1","-DCOCOAPODS=1","-DOBJC_OLD_DISPATCH_PROTOTYPES=0","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","-fstrict-aliasing","-Wprotocol","-Wdeprecated-declarations","-miphoneos-version-min=8.0","-g","-Wno-sign-conversion","-Winfinite-recursion","-Wcomma","-Wblock-capture-autoreleasing","-Wstrict-prototypes","-Wno-semicolon-before-method-body","-index-store-path","/Users/igorwork/Library/Developer/Xcode/DerivedData/Runner-drrcsdfmfuxbsxcsffihjkubnynv/Index/DataStore","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources-normal/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/Flutter","-MMD","-MT","dependencies","-MF","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.d","--serialize-diagnostics","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.dia","-c","/Users/igorwork/development/vereign/mobile_app/ios/Runner/main.m","-o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","deps":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.d"],"deps-style":"makefile","signature":"be7b52e5b3996bc548492088f0cd08a1"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileStoryboard /Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/LaunchScreen.storyboard": {"tool":"shell","description":"CompileStoryboard /Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/LaunchScreen.storyboard","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/LaunchScreen.storyboard","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool","--errors","--warnings","--notices","--module","Runner","--output-partial-info-plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","--auto-activate-custom-fonts","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","8.0","--output-format","human-readable-text","--compilation-directory","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj","/Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/LaunchScreen.storyboard"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"454aa5a91179573e1d82e46aaa6f69d2"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileStoryboard /Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/Main.storyboard": {"tool":"shell","description":"CompileStoryboard /Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/Main.storyboard","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/Main.storyboard","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool","--errors","--warnings","--notices","--module","Runner","--output-partial-info-plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","--auto-activate-custom-fonts","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","8.0","--output-format","human-readable-text","--compilation-directory","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj","/Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/Main.storyboard"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"f3b7b1e5f8f7d8392679ecd7265a9844"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CopyPlistFile /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/AppFrameworkInfo.plist /Users/igorwork/development/vereign/mobile_app/ios/Flutter/AppFrameworkInfo.plist": {"tool":"copy-plist","description":"CopyPlistFile /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/AppFrameworkInfo.plist /Users/igorwork/development/vereign/mobile_app/ios/Flutter/AppFrameworkInfo.plist","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Flutter/AppFrameworkInfo.plist","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/AppFrameworkInfo.plist"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CopySwiftLibs /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app": {"tool":"embed-swift-stdlib","description":"CopySwiftLibs /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["<CopySwiftStdlib /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"],"deps":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/SwiftStdLibToolInputDependencies.dep"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CpResource /Users/igorwork/development/vereign/mobile_app/ios/Flutter/Debug.xcconfig /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Debug.xcconfig": {"tool":"file-copy","description":"CpResource /Users/igorwork/development/vereign/mobile_app/ios/Flutter/Debug.xcconfig /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Debug.xcconfig","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Flutter/Debug.xcconfig/","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Debug.xcconfig"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CreateBuildDirectory /Users/igorwork/development/vereign/mobile_app/ios/build": {"tool":"create-build-directory","description":"CreateBuildDirectory /Users/igorwork/development/vereign/mobile_app/ios/build","inputs":[],"outputs":["<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>","/Users/igorwork/development/vereign/mobile_app/ios/build"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:Ld /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner normal arm64": {"tool":"shell","description":"Ld /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner normal arm64","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner","<Linked Binary /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner>"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-arch","arm64","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","-L/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","-L/Users/igorwork/development/vereign/mobile_app/ios/Flutter","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/Flutter","-filelist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","-Xlinker","-rpath","-Xlinker","@executable_path/Frameworks","-Xlinker","-rpath","-Xlinker","@loader_path/Frameworks","-Xlinker","-rpath","-Xlinker","@executable_path/Frameworks","-Xlinker","-rpath","-Xlinker","@loader_path/Frameworks","-Xlinker","-rpath","-Xlinker","@executable_path/Frameworks","-miphoneos-version-min=8.0","-dead_strip","-Xlinker","-object_path_lto","-Xlinker","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_lto.o","-Xlinker","-export_dynamic","-Xlinker","-no_deduplicate","-fobjc-arc","-fobjc-link-runtime","-framework","AppAuth","-framework","Flutter","-framework","SafariServices","-framework","flutter_app_auth_wrapper","-framework","flutter_web_browser","-framework","uni_links","-framework","url_launcher","-weak_framework","AuthenticationServices","-framework","AppAuth","-framework","Flutter","-framework","SafariServices","-framework","flutter_app_auth_wrapper","-framework","flutter_web_browser","-framework","uni_links","-framework","url_launcher","-weak_framework","AuthenticationServices","-framework","Flutter","-framework","App","-framework","Pods_Runner","-Xlinker","-dependency_info","-Xlinker","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat","-o","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner"],"env":{"IPHONEOS_DEPLOYMENT_TARGET":"8.0"},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","deps":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat"],"deps-style":"dependency-info","signature":"1c48cf7d780c69f5b388e96334fc0633"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:LinkStoryboards": {"tool":"shell","description":"LinkStoryboards","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main.storyboardc","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/Main.storyboardc"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool","--errors","--warnings","--notices","--module","Runner","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","8.0","--output-format","human-readable-text","--link","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main.storyboardc"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"58d61d5b01685fb20041a572a63968c9"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app": {"tool":"mkdir","description":"MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--start>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","<MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","<TRIGGER: MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks": {"tool":"mkdir","description":"MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--start>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks","<MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks>"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/App.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework": {"tool":"file-copy","description":"PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/App.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Flutter/App.framework/","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework/App","<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/Flutter.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework": {"tool":"file-copy","description":"PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/Flutter.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Flutter/Flutter.framework/","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework/Flutter","<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:PhaseScriptExecution Run Script /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh": {"tool":"shell","description":"PhaseScriptExecution Run Script /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6df9eb60ff613d36b3b9942d1a6e1e7c6aa>"],"args":["/bin/sh","-c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"igorwork","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"YES","ALWAYS_SEARCH_USER_PATHS":"NO","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","ARCHS":"arm64","ARCHS_STANDARD":"armv7 arm64","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"armv7 arm64","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CACHE_ROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CCHROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_NONNULL":"YES","CLANG_CXX_LANGUAGE_STANDARD":"gnu++0x","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING":"YES","CLANG_WARN_BOOL_CONVERSION":"YES","CLANG_WARN_COMMA":"YES","CLANG_WARN_CONSTANT_CONVERSION":"YES","CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS":"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_IMPLICIT_RETAIN_SELF":"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","CLASS_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_IDENTITY":"iPhone Developer","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/igorwork/development/vereign/mobile_app/ios/build/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug-development","CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CONFIGURATION_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos","CONTENTS_FOLDER_PATH":"Runner.app","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"NO","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator12.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_VARIANT":"normal","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_KEXT_INSTALL_PATH":"/System/Library/Extensions","DEFINES_MODULE":"NO","DEPLOYMENT_LOCATION":"NO","DEPLOYMENT_POSTPROCESSING":"NO","DEPLOYMENT_TARGET_CLANG_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_CLANG_FLAG_NAME":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4","DERIVED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"en","DEVELOPMENT_TEAM":"825ANDQ593","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DO_HEADER_SCANNING_IN_JAM":"NO","DSTROOT":"/tmp/Runner.dst","DT_TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","DWARF_DSYM_FILE_NAME":"Runner.app.dSYM","DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT":"NO","DWARF_DSYM_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENTITLEMENTS_ALLOWED":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"YES","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"Runner.app/Executables","EXECUTABLE_FOLDER_PATH":"Runner.app","EXECUTABLE_NAME":"Runner","EXECUTABLE_PATH":"Runner.app/Runner","FILE_LIST":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/FixedFiles","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" /Users/igorwork/development/vereign/mobile_app/ios/Flutter","FRAMEWORK_VERSION":"A","FULL_PRODUCT_NAME":"Runner.app","GCC3_VERSION":"3.3","GCC_C_LANGUAGE_STANDARD":"gnu99","GCC_DYNAMIC_NO_PIC":"NO","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_NO_COMMON_BLOCKS":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","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","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"YES","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/igorwork","ICONV":"/usr/bin/iconv","INFOPLIST_EXPAND_BUILD_SETTINGS":"YES","INFOPLIST_FILE":"Runner/Info.plist","INFOPLIST_OUTPUT_FORMAT":"binary","INFOPLIST_PATH":"Runner.app/Info.plist","INFOPLIST_PREPROCESS":"NO","INFOSTRINGS_PATH":"Runner.app/en.lproj/InfoPlist.strings","INLINE_PRIVATE_FRAMEWORKS":"NO","INSTALLHDRS_COPY_PHASE":"NO","INSTALLHDRS_SCRIPT_PHASE":"NO","INSTALL_DIR":"/tmp/Runner.dst/Applications","INSTALL_GROUP":"staff","INSTALL_MODE_FLAG":"u+w,go-w,a+rX","INSTALL_OWNER":"igorwork","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"8.0","JAVAC_DEFAULT_FLAGS":"-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8","JAVA_APP_STUB":"/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub","JAVA_ARCHIVE_CLASSES":"YES","JAVA_ARCHIVE_TYPE":"JAR","JAVA_COMPILER":"/usr/bin/javac","JAVA_FOLDER_PATH":"Runner.app/Java","JAVA_FRAMEWORK_RESOURCES_DIRS":"Resources","JAVA_JAR_FLAGS":"cv","JAVA_SOURCE_SUBDIR":".","JAVA_USE_DEPENDENCIES":"YES","JAVA_ZIP_FLAGS":"-urg","JIKES_DEFAULT_FLAGS":"+E +OLDCSO","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos /Users/igorwork/development/vereign/mobile_app/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFLocalizedString","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","LOCSYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"18F132","MAC_OS_X_VERSION_ACTUAL":"101405","MAC_OS_X_VERSION_MAJOR":"101400","MAC_OS_X_VERSION_MINOR":"1405","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","MODULE_CACHE_DIR":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"armv7","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","OBJROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\"","OTHER_SWIFT_FLAGS":" -D COCOAPODS -D COCOAPODS","PACKAGE_TYPE":"com.apple.package-type.wrapper.application","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"Runner.app/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"16G73","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","PODS_CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","PODS_PODFILE_DIR_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/.","PODS_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/Pods","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"com.vereign.app","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/DerivedSources","PROJECT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios","PROJECT_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build","PROJECT_TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","PROVISIONING_PROFILE_REQUIRED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"Runner.app/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESOURCE_RULES_REQUIRED":"YES","REZ_COLLECTOR_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR_iphoneos12_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_NAME":"iphoneos12.4","SDK_NAMES":"iphoneos12.4","SDK_PRODUCT_BUILD_VERSION":"16G73","SDK_VERSION":"12.4","SDK_VERSION_ACTUAL":"120400","SDK_VERSION_MAJOR":"120000","SDK_VERSION_MINOR":"400","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios","SRCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"YES","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_OBJC_BRIDGING_HEADER":"Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_VERSION":"4.0","SYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","SYSTEM_ADMIN_APPS_DIR":"/Applications/Utilities","SYSTEM_APPS_DIR":"/Applications","SYSTEM_CORE_SERVICES_DIR":"/System/Library/CoreServices","SYSTEM_DEMOS_DIR":"/Applications/Extras","SYSTEM_DEVELOPER_APPS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","SYSTEM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","SYSTEM_DEVELOPER_DEMOS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples","SYSTEM_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SYSTEM_DEVELOPER_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library","SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools","SYSTEM_DEVELOPER_JAVA_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Java Tools","SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools","SYSTEM_DEVELOPER_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes","SYSTEM_DEVELOPER_TOOLS":"/Applications/Xcode.app/Contents/Developer/Tools","SYSTEM_DEVELOPER_TOOLS_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools","SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools","SYSTEM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","SYSTEM_DEVELOPER_UTILITIES_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities","SYSTEM_DOCUMENTATION_DIR":"/Library/Documentation","SYSTEM_KEXT_INSTALL_PATH":"/System/Library/Extensions","SYSTEM_LIBRARY_DIR":"/System/Library","TAPI_VERIFY_MODE":"ErrorsOnly","TARGETED_DEVICE_FAMILY":"1,2","TARGETNAME":"Runner","TARGET_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","TARGET_DEVICE_IDENTIFIER":"7db350d25bf1f4f50f6ad677cb838caec1e64b83","TARGET_DEVICE_MODEL":"iPhone10,6","TARGET_DEVICE_OS_VERSION":"12.3.1","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","UID":"503","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"igorwork","USER_APPS_DIR":"/Users/igorwork/Applications","USER_LIBRARY_DIR":"/Users/igorwork/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","VALIDATE_PRODUCT":"NO","VALID_ARCHS":"arm64 arm64e armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"igorwork","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-\"","WRAPPER_EXTENSION":"app","WRAPPER_NAME":"Runner.app","WRAPPER_SUFFIX":".app","WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES":"NO","XCODE_APP_SUPPORT_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Xcode","XCODE_PRODUCT_BUILD_VERSION":"10G8","XCODE_VERSION_ACTUAL":"1030","XCODE_VERSION_MAJOR":"1000","XCODE_VERSION_MINOR":"1030","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","bundle_name_suffix":"-dev","bundle_suffix":".dev","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"deaaf21c91ea3f09f3661caf59c3a368"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:PhaseScriptExecution Thin Binary /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh": {"tool":"shell","description":"PhaseScriptExecution Thin Binary /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dff1eee2015e8ff5ebcd27678f788c2826>"],"args":["/bin/sh","-c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"igorwork","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"YES","ALWAYS_SEARCH_USER_PATHS":"NO","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","ARCHS":"arm64","ARCHS_STANDARD":"armv7 arm64","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"armv7 arm64","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CACHE_ROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CCHROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_NONNULL":"YES","CLANG_CXX_LANGUAGE_STANDARD":"gnu++0x","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING":"YES","CLANG_WARN_BOOL_CONVERSION":"YES","CLANG_WARN_COMMA":"YES","CLANG_WARN_CONSTANT_CONVERSION":"YES","CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS":"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_IMPLICIT_RETAIN_SELF":"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","CLASS_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_IDENTITY":"iPhone Developer","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/igorwork/development/vereign/mobile_app/ios/build/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug-development","CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CONFIGURATION_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos","CONTENTS_FOLDER_PATH":"Runner.app","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"NO","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator12.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_VARIANT":"normal","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_KEXT_INSTALL_PATH":"/System/Library/Extensions","DEFINES_MODULE":"NO","DEPLOYMENT_LOCATION":"NO","DEPLOYMENT_POSTPROCESSING":"NO","DEPLOYMENT_TARGET_CLANG_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_CLANG_FLAG_NAME":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4","DERIVED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"en","DEVELOPMENT_TEAM":"825ANDQ593","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DO_HEADER_SCANNING_IN_JAM":"NO","DSTROOT":"/tmp/Runner.dst","DT_TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","DWARF_DSYM_FILE_NAME":"Runner.app.dSYM","DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT":"NO","DWARF_DSYM_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENTITLEMENTS_ALLOWED":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"YES","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"Runner.app/Executables","EXECUTABLE_FOLDER_PATH":"Runner.app","EXECUTABLE_NAME":"Runner","EXECUTABLE_PATH":"Runner.app/Runner","FILE_LIST":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/FixedFiles","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" /Users/igorwork/development/vereign/mobile_app/ios/Flutter","FRAMEWORK_VERSION":"A","FULL_PRODUCT_NAME":"Runner.app","GCC3_VERSION":"3.3","GCC_C_LANGUAGE_STANDARD":"gnu99","GCC_DYNAMIC_NO_PIC":"NO","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_NO_COMMON_BLOCKS":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","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","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"YES","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/igorwork","ICONV":"/usr/bin/iconv","INFOPLIST_EXPAND_BUILD_SETTINGS":"YES","INFOPLIST_FILE":"Runner/Info.plist","INFOPLIST_OUTPUT_FORMAT":"binary","INFOPLIST_PATH":"Runner.app/Info.plist","INFOPLIST_PREPROCESS":"NO","INFOSTRINGS_PATH":"Runner.app/en.lproj/InfoPlist.strings","INLINE_PRIVATE_FRAMEWORKS":"NO","INSTALLHDRS_COPY_PHASE":"NO","INSTALLHDRS_SCRIPT_PHASE":"NO","INSTALL_DIR":"/tmp/Runner.dst/Applications","INSTALL_GROUP":"staff","INSTALL_MODE_FLAG":"u+w,go-w,a+rX","INSTALL_OWNER":"igorwork","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"8.0","JAVAC_DEFAULT_FLAGS":"-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8","JAVA_APP_STUB":"/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub","JAVA_ARCHIVE_CLASSES":"YES","JAVA_ARCHIVE_TYPE":"JAR","JAVA_COMPILER":"/usr/bin/javac","JAVA_FOLDER_PATH":"Runner.app/Java","JAVA_FRAMEWORK_RESOURCES_DIRS":"Resources","JAVA_JAR_FLAGS":"cv","JAVA_SOURCE_SUBDIR":".","JAVA_USE_DEPENDENCIES":"YES","JAVA_ZIP_FLAGS":"-urg","JIKES_DEFAULT_FLAGS":"+E +OLDCSO","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos /Users/igorwork/development/vereign/mobile_app/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFLocalizedString","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","LOCSYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"18F132","MAC_OS_X_VERSION_ACTUAL":"101405","MAC_OS_X_VERSION_MAJOR":"101400","MAC_OS_X_VERSION_MINOR":"1405","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","MODULE_CACHE_DIR":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"armv7","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","OBJROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\"","OTHER_SWIFT_FLAGS":" -D COCOAPODS -D COCOAPODS","PACKAGE_TYPE":"com.apple.package-type.wrapper.application","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"Runner.app/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"16G73","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","PODS_CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","PODS_PODFILE_DIR_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/.","PODS_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/Pods","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"com.vereign.app","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/DerivedSources","PROJECT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios","PROJECT_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build","PROJECT_TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","PROVISIONING_PROFILE_REQUIRED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"Runner.app/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESOURCE_RULES_REQUIRED":"YES","REZ_COLLECTOR_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR_iphoneos12_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_NAME":"iphoneos12.4","SDK_NAMES":"iphoneos12.4","SDK_PRODUCT_BUILD_VERSION":"16G73","SDK_VERSION":"12.4","SDK_VERSION_ACTUAL":"120400","SDK_VERSION_MAJOR":"120000","SDK_VERSION_MINOR":"400","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios","SRCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"YES","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_OBJC_BRIDGING_HEADER":"Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_VERSION":"4.0","SYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","SYSTEM_ADMIN_APPS_DIR":"/Applications/Utilities","SYSTEM_APPS_DIR":"/Applications","SYSTEM_CORE_SERVICES_DIR":"/System/Library/CoreServices","SYSTEM_DEMOS_DIR":"/Applications/Extras","SYSTEM_DEVELOPER_APPS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","SYSTEM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","SYSTEM_DEVELOPER_DEMOS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples","SYSTEM_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SYSTEM_DEVELOPER_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library","SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools","SYSTEM_DEVELOPER_JAVA_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Java Tools","SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools","SYSTEM_DEVELOPER_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes","SYSTEM_DEVELOPER_TOOLS":"/Applications/Xcode.app/Contents/Developer/Tools","SYSTEM_DEVELOPER_TOOLS_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools","SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools","SYSTEM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","SYSTEM_DEVELOPER_UTILITIES_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities","SYSTEM_DOCUMENTATION_DIR":"/Library/Documentation","SYSTEM_KEXT_INSTALL_PATH":"/System/Library/Extensions","SYSTEM_LIBRARY_DIR":"/System/Library","TAPI_VERIFY_MODE":"ErrorsOnly","TARGETED_DEVICE_FAMILY":"1,2","TARGETNAME":"Runner","TARGET_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","TARGET_DEVICE_IDENTIFIER":"7db350d25bf1f4f50f6ad677cb838caec1e64b83","TARGET_DEVICE_MODEL":"iPhone10,6","TARGET_DEVICE_OS_VERSION":"12.3.1","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","UID":"503","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"igorwork","USER_APPS_DIR":"/Users/igorwork/Applications","USER_LIBRARY_DIR":"/Users/igorwork/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","VALIDATE_PRODUCT":"NO","VALID_ARCHS":"arm64 arm64e armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"igorwork","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-\"","WRAPPER_EXTENSION":"app","WRAPPER_NAME":"Runner.app","WRAPPER_SUFFIX":".app","WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES":"NO","XCODE_APP_SUPPORT_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Xcode","XCODE_PRODUCT_BUILD_VERSION":"10G8","XCODE_VERSION_ACTUAL":"1030","XCODE_VERSION_MAJOR":"1000","XCODE_VERSION_MINOR":"1030","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","bundle_name_suffix":"-dev","bundle_suffix":".dev","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"19d76bd4cfed561c2e8a52cee31bd405"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:PhaseScriptExecution [CP] Check Pods Manifest.lock /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh": {"tool":"shell","description":"PhaseScriptExecution [CP] Check Pods Manifest.lock /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Podfile.lock","/Users/igorwork/development/vereign/mobile_app/ios/Pods/Manifest.lock","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt"],"args":["/bin/sh","-c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"igorwork","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"YES","ALWAYS_SEARCH_USER_PATHS":"NO","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","ARCHS":"arm64","ARCHS_STANDARD":"armv7 arm64","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"armv7 arm64","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CACHE_ROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CCHROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_NONNULL":"YES","CLANG_CXX_LANGUAGE_STANDARD":"gnu++0x","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING":"YES","CLANG_WARN_BOOL_CONVERSION":"YES","CLANG_WARN_COMMA":"YES","CLANG_WARN_CONSTANT_CONVERSION":"YES","CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS":"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_IMPLICIT_RETAIN_SELF":"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","CLASS_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_IDENTITY":"iPhone Developer","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/igorwork/development/vereign/mobile_app/ios/build/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug-development","CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CONFIGURATION_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos","CONTENTS_FOLDER_PATH":"Runner.app","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"NO","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator12.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_VARIANT":"normal","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_KEXT_INSTALL_PATH":"/System/Library/Extensions","DEFINES_MODULE":"NO","DEPLOYMENT_LOCATION":"NO","DEPLOYMENT_POSTPROCESSING":"NO","DEPLOYMENT_TARGET_CLANG_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_CLANG_FLAG_NAME":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4","DERIVED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"en","DEVELOPMENT_TEAM":"825ANDQ593","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DO_HEADER_SCANNING_IN_JAM":"NO","DSTROOT":"/tmp/Runner.dst","DT_TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","DWARF_DSYM_FILE_NAME":"Runner.app.dSYM","DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT":"NO","DWARF_DSYM_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENTITLEMENTS_ALLOWED":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"YES","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"Runner.app/Executables","EXECUTABLE_FOLDER_PATH":"Runner.app","EXECUTABLE_NAME":"Runner","EXECUTABLE_PATH":"Runner.app/Runner","FILE_LIST":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/FixedFiles","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" /Users/igorwork/development/vereign/mobile_app/ios/Flutter","FRAMEWORK_VERSION":"A","FULL_PRODUCT_NAME":"Runner.app","GCC3_VERSION":"3.3","GCC_C_LANGUAGE_STANDARD":"gnu99","GCC_DYNAMIC_NO_PIC":"NO","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_NO_COMMON_BLOCKS":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","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","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"YES","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/igorwork","ICONV":"/usr/bin/iconv","INFOPLIST_EXPAND_BUILD_SETTINGS":"YES","INFOPLIST_FILE":"Runner/Info.plist","INFOPLIST_OUTPUT_FORMAT":"binary","INFOPLIST_PATH":"Runner.app/Info.plist","INFOPLIST_PREPROCESS":"NO","INFOSTRINGS_PATH":"Runner.app/en.lproj/InfoPlist.strings","INLINE_PRIVATE_FRAMEWORKS":"NO","INSTALLHDRS_COPY_PHASE":"NO","INSTALLHDRS_SCRIPT_PHASE":"NO","INSTALL_DIR":"/tmp/Runner.dst/Applications","INSTALL_GROUP":"staff","INSTALL_MODE_FLAG":"u+w,go-w,a+rX","INSTALL_OWNER":"igorwork","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"8.0","JAVAC_DEFAULT_FLAGS":"-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8","JAVA_APP_STUB":"/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub","JAVA_ARCHIVE_CLASSES":"YES","JAVA_ARCHIVE_TYPE":"JAR","JAVA_COMPILER":"/usr/bin/javac","JAVA_FOLDER_PATH":"Runner.app/Java","JAVA_FRAMEWORK_RESOURCES_DIRS":"Resources","JAVA_JAR_FLAGS":"cv","JAVA_SOURCE_SUBDIR":".","JAVA_USE_DEPENDENCIES":"YES","JAVA_ZIP_FLAGS":"-urg","JIKES_DEFAULT_FLAGS":"+E +OLDCSO","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos /Users/igorwork/development/vereign/mobile_app/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFLocalizedString","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","LOCSYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"18F132","MAC_OS_X_VERSION_ACTUAL":"101405","MAC_OS_X_VERSION_MAJOR":"101400","MAC_OS_X_VERSION_MINOR":"1405","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","MODULE_CACHE_DIR":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"armv7","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","OBJROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\"","OTHER_SWIFT_FLAGS":" -D COCOAPODS -D COCOAPODS","PACKAGE_TYPE":"com.apple.package-type.wrapper.application","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"Runner.app/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"16G73","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","PODS_CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","PODS_PODFILE_DIR_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/.","PODS_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/Pods","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"com.vereign.app","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/DerivedSources","PROJECT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios","PROJECT_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build","PROJECT_TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","PROVISIONING_PROFILE_REQUIRED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"Runner.app/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESOURCE_RULES_REQUIRED":"YES","REZ_COLLECTOR_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_0":"/Users/igorwork/development/vereign/mobile_app/ios/Podfile.lock","SCRIPT_INPUT_FILE_1":"/Users/igorwork/development/vereign/mobile_app/ios/Pods/Manifest.lock","SCRIPT_INPUT_FILE_COUNT":"2","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_0":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","SCRIPT_OUTPUT_FILE_COUNT":"1","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR_iphoneos12_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_NAME":"iphoneos12.4","SDK_NAMES":"iphoneos12.4","SDK_PRODUCT_BUILD_VERSION":"16G73","SDK_VERSION":"12.4","SDK_VERSION_ACTUAL":"120400","SDK_VERSION_MAJOR":"120000","SDK_VERSION_MINOR":"400","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios","SRCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"YES","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_OBJC_BRIDGING_HEADER":"Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_VERSION":"4.0","SYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","SYSTEM_ADMIN_APPS_DIR":"/Applications/Utilities","SYSTEM_APPS_DIR":"/Applications","SYSTEM_CORE_SERVICES_DIR":"/System/Library/CoreServices","SYSTEM_DEMOS_DIR":"/Applications/Extras","SYSTEM_DEVELOPER_APPS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","SYSTEM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","SYSTEM_DEVELOPER_DEMOS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples","SYSTEM_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SYSTEM_DEVELOPER_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library","SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools","SYSTEM_DEVELOPER_JAVA_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Java Tools","SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools","SYSTEM_DEVELOPER_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes","SYSTEM_DEVELOPER_TOOLS":"/Applications/Xcode.app/Contents/Developer/Tools","SYSTEM_DEVELOPER_TOOLS_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools","SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools","SYSTEM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","SYSTEM_DEVELOPER_UTILITIES_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities","SYSTEM_DOCUMENTATION_DIR":"/Library/Documentation","SYSTEM_KEXT_INSTALL_PATH":"/System/Library/Extensions","SYSTEM_LIBRARY_DIR":"/System/Library","TAPI_VERIFY_MODE":"ErrorsOnly","TARGETED_DEVICE_FAMILY":"1,2","TARGETNAME":"Runner","TARGET_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","TARGET_DEVICE_IDENTIFIER":"7db350d25bf1f4f50f6ad677cb838caec1e64b83","TARGET_DEVICE_MODEL":"iPhone10,6","TARGET_DEVICE_OS_VERSION":"12.3.1","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","UID":"503","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"igorwork","USER_APPS_DIR":"/Users/igorwork/Applications","USER_LIBRARY_DIR":"/Users/igorwork/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","VALIDATE_PRODUCT":"NO","VALID_ARCHS":"arm64 arm64e armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"igorwork","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-\"","WRAPPER_EXTENSION":"app","WRAPPER_NAME":"Runner.app","WRAPPER_SUFFIX":".app","WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES":"NO","XCODE_APP_SUPPORT_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Xcode","XCODE_PRODUCT_BUILD_VERSION":"10G8","XCODE_VERSION_ACTUAL":"1030","XCODE_VERSION_MAJOR":"1000","XCODE_VERSION_MINOR":"1030","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","bundle_name_suffix":"-dev","bundle_suffix":".dev","variant":"normal"},"allow-missing-inputs":true,"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"5cd2f9077825914c2f3566fe92933bec"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:PhaseScriptExecution [CP] Embed Pods Frameworks /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh": {"tool":"shell","description":"PhaseScriptExecution [CP] Embed Pods Frameworks /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dfa0e77cc467c7479a7b8b040215e251aa>"],"args":["/bin/sh","-c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"igorwork","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"YES","ALWAYS_SEARCH_USER_PATHS":"NO","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","ARCHS":"arm64","ARCHS_STANDARD":"armv7 arm64","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"armv7 arm64","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CACHE_ROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CCHROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_NONNULL":"YES","CLANG_CXX_LANGUAGE_STANDARD":"gnu++0x","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING":"YES","CLANG_WARN_BOOL_CONVERSION":"YES","CLANG_WARN_COMMA":"YES","CLANG_WARN_CONSTANT_CONVERSION":"YES","CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS":"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_IMPLICIT_RETAIN_SELF":"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","CLASS_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_IDENTITY":"iPhone Developer","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/igorwork/development/vereign/mobile_app/ios/build/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug-development","CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CONFIGURATION_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos","CONTENTS_FOLDER_PATH":"Runner.app","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"NO","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator12.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_VARIANT":"normal","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_KEXT_INSTALL_PATH":"/System/Library/Extensions","DEFINES_MODULE":"NO","DEPLOYMENT_LOCATION":"NO","DEPLOYMENT_POSTPROCESSING":"NO","DEPLOYMENT_TARGET_CLANG_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_CLANG_FLAG_NAME":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4","DERIVED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"en","DEVELOPMENT_TEAM":"825ANDQ593","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DO_HEADER_SCANNING_IN_JAM":"NO","DSTROOT":"/tmp/Runner.dst","DT_TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","DWARF_DSYM_FILE_NAME":"Runner.app.dSYM","DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT":"NO","DWARF_DSYM_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENTITLEMENTS_ALLOWED":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"YES","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"Runner.app/Executables","EXECUTABLE_FOLDER_PATH":"Runner.app","EXECUTABLE_NAME":"Runner","EXECUTABLE_PATH":"Runner.app/Runner","FILE_LIST":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/FixedFiles","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" /Users/igorwork/development/vereign/mobile_app/ios/Flutter","FRAMEWORK_VERSION":"A","FULL_PRODUCT_NAME":"Runner.app","GCC3_VERSION":"3.3","GCC_C_LANGUAGE_STANDARD":"gnu99","GCC_DYNAMIC_NO_PIC":"NO","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_NO_COMMON_BLOCKS":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","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","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"YES","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/igorwork","ICONV":"/usr/bin/iconv","INFOPLIST_EXPAND_BUILD_SETTINGS":"YES","INFOPLIST_FILE":"Runner/Info.plist","INFOPLIST_OUTPUT_FORMAT":"binary","INFOPLIST_PATH":"Runner.app/Info.plist","INFOPLIST_PREPROCESS":"NO","INFOSTRINGS_PATH":"Runner.app/en.lproj/InfoPlist.strings","INLINE_PRIVATE_FRAMEWORKS":"NO","INSTALLHDRS_COPY_PHASE":"NO","INSTALLHDRS_SCRIPT_PHASE":"NO","INSTALL_DIR":"/tmp/Runner.dst/Applications","INSTALL_GROUP":"staff","INSTALL_MODE_FLAG":"u+w,go-w,a+rX","INSTALL_OWNER":"igorwork","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"8.0","JAVAC_DEFAULT_FLAGS":"-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8","JAVA_APP_STUB":"/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub","JAVA_ARCHIVE_CLASSES":"YES","JAVA_ARCHIVE_TYPE":"JAR","JAVA_COMPILER":"/usr/bin/javac","JAVA_FOLDER_PATH":"Runner.app/Java","JAVA_FRAMEWORK_RESOURCES_DIRS":"Resources","JAVA_JAR_FLAGS":"cv","JAVA_SOURCE_SUBDIR":".","JAVA_USE_DEPENDENCIES":"YES","JAVA_ZIP_FLAGS":"-urg","JIKES_DEFAULT_FLAGS":"+E +OLDCSO","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos /Users/igorwork/development/vereign/mobile_app/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFLocalizedString","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","LOCSYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"18F132","MAC_OS_X_VERSION_ACTUAL":"101405","MAC_OS_X_VERSION_MAJOR":"101400","MAC_OS_X_VERSION_MINOR":"1405","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","MODULE_CACHE_DIR":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"armv7","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","OBJROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\"","OTHER_SWIFT_FLAGS":" -D COCOAPODS -D COCOAPODS","PACKAGE_TYPE":"com.apple.package-type.wrapper.application","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"Runner.app/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"16G73","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","PODS_CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","PODS_PODFILE_DIR_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/.","PODS_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/Pods","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"com.vereign.app","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/DerivedSources","PROJECT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios","PROJECT_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build","PROJECT_TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","PROVISIONING_PROFILE_REQUIRED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"Runner.app/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESOURCE_RULES_REQUIRED":"YES","REZ_COLLECTOR_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR_iphoneos12_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_NAME":"iphoneos12.4","SDK_NAMES":"iphoneos12.4","SDK_PRODUCT_BUILD_VERSION":"16G73","SDK_VERSION":"12.4","SDK_VERSION_ACTUAL":"120400","SDK_VERSION_MAJOR":"120000","SDK_VERSION_MINOR":"400","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios","SRCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"YES","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_OBJC_BRIDGING_HEADER":"Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_VERSION":"4.0","SYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","SYSTEM_ADMIN_APPS_DIR":"/Applications/Utilities","SYSTEM_APPS_DIR":"/Applications","SYSTEM_CORE_SERVICES_DIR":"/System/Library/CoreServices","SYSTEM_DEMOS_DIR":"/Applications/Extras","SYSTEM_DEVELOPER_APPS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","SYSTEM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","SYSTEM_DEVELOPER_DEMOS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples","SYSTEM_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SYSTEM_DEVELOPER_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library","SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools","SYSTEM_DEVELOPER_JAVA_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Java Tools","SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools","SYSTEM_DEVELOPER_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes","SYSTEM_DEVELOPER_TOOLS":"/Applications/Xcode.app/Contents/Developer/Tools","SYSTEM_DEVELOPER_TOOLS_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools","SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools","SYSTEM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","SYSTEM_DEVELOPER_UTILITIES_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities","SYSTEM_DOCUMENTATION_DIR":"/Library/Documentation","SYSTEM_KEXT_INSTALL_PATH":"/System/Library/Extensions","SYSTEM_LIBRARY_DIR":"/System/Library","TAPI_VERIFY_MODE":"ErrorsOnly","TARGETED_DEVICE_FAMILY":"1,2","TARGETNAME":"Runner","TARGET_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","TARGET_DEVICE_IDENTIFIER":"7db350d25bf1f4f50f6ad677cb838caec1e64b83","TARGET_DEVICE_MODEL":"iPhone10,6","TARGET_DEVICE_OS_VERSION":"12.3.1","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","UID":"503","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"igorwork","USER_APPS_DIR":"/Users/igorwork/Applications","USER_LIBRARY_DIR":"/Users/igorwork/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","VALIDATE_PRODUCT":"NO","VALID_ARCHS":"arm64 arm64e armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"igorwork","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-\"","WRAPPER_EXTENSION":"app","WRAPPER_NAME":"Runner.app","WRAPPER_SUFFIX":".app","WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES":"NO","XCODE_APP_SUPPORT_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Xcode","XCODE_PRODUCT_BUILD_VERSION":"10G8","XCODE_VERSION_ACTUAL":"1030","XCODE_VERSION_MAJOR":"1000","XCODE_VERSION_MINOR":"1030","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","bundle_name_suffix":"-dev","bundle_suffix":".dev","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"3669985f69a8bf4aa54fa817806ef71d"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:ProcessInfoPlistFile /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Info.plist /Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist": {"tool":"info-plist-processor","description":"ProcessInfoPlistFile /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Info.plist /Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/assetcatalog_generated_info.plist","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Info.plist"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:Touch /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app": {"tool":"shell","description":"Touch /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["<Touch /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"],"args":["/usr/bin/touch","-c","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app"],"env":{},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","signature":"c42078064d605f15cc7e1268cdf6403d"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:Validate /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app": {"tool":"validate-product","description":"Validate /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>","<TRIGGER: MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"],"outputs":["<Validate /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.hmap","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.hmap"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/all-product-headers.yaml": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/all-product-headers.yaml","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/all-product-headers.yaml"]} + diff --git a/ios/build/XCBuildData/37175cf74a4062c67b64f5ce03ae05b3-desc.xcbuild b/ios/build/XCBuildData/37175cf74a4062c67b64f5ce03ae05b3-desc.xcbuild new file mode 100644 index 0000000000000000000000000000000000000000..98975897f36ad828ee7e2b9cd1964861bbf31c6a Binary files /dev/null and b/ios/build/XCBuildData/37175cf74a4062c67b64f5ce03ae05b3-desc.xcbuild differ diff --git a/ios/build/XCBuildData/37175cf74a4062c67b64f5ce03ae05b3-manifest.xcbuild b/ios/build/XCBuildData/37175cf74a4062c67b64f5ce03ae05b3-manifest.xcbuild new file mode 100644 index 0000000000000000000000000000000000000000..51d6c0fb291b48bd842646bc40e8efbe6d6da009 --- /dev/null +++ b/ios/build/XCBuildData/37175cf74a4062c67b64f5ce03ae05b3-manifest.xcbuild @@ -0,0 +1,85 @@ +client: + name: basic + version: 0 + file-system: default + +targets: + "": ["<all>"] + +nodes: + "/Users/igorwork/development/vereign/mobile_app/ios/build": {"is-mutated":true} + "/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app": {"is-mutated":true} + "<TRIGGER: MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>": {"is-command-timestamp":true} + +commands: + "<all>": {"tool":"phony","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework/App","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework/Flutter","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--end>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--modules-ready>"],"outputs":["<all>"]} + "<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-Debug-development-iphoneos-stale-file-removal>": {"tool":"stale-file-removal","expectedOutputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/assetcatalog_generated_info.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Assets.car","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/AppFrameworkInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Debug.xcconfig","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/Main.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework/App","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework/Flutter","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Info.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/all-product-headers.yaml"],"roots":["/tmp/Runner.dst","/Users/igorwork/development/vereign/mobile_app/ios/build","/Users/igorwork/development/vereign/mobile_app/ios/build"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-Debug-development-iphoneos-stale-file-removal>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangeAlternatePermissions": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangePermissions>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangeAlternatePermissions>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangePermissions": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-StripSymbols>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangePermissions>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangeAlternatePermissions>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CopyAside": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductPostprocessingTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CopyAside>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-StripSymbols": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CopyAside>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-StripSymbols>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-Validate": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<Touch /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","<Validate /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-Validate>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/all-product-headers.yaml"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--InfoPlistTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Info.plist"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--InfoPlistTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ModuleMapTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ModuleMapTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductPostprocessingTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--InfoPlistTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--VersionPlistTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SanitizerTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ModuleMapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SwiftStandardLibrariesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--StubBinaryTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductPostprocessingTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--start>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","<MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SanitizerTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SanitizerTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--StubBinaryTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--StubBinaryTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SwiftStandardLibrariesTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<CopySwiftStdlib /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SwiftStandardLibrariesTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetPostprocessingTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductPostprocessingTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetPostprocessingTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--VersionPlistTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--VersionPlistTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-Debug-development-iphoneos-stale-file-removal>","<CreateBuildDirectory-/tmp/Runner.dst>","<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>","<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--end": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangeAlternatePermissions>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangePermissions>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CopyAside>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-StripSymbols>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-Validate>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--InfoPlistTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ModuleMapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductPostprocessingTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SanitizerTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--StubBinaryTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SwiftStandardLibrariesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetPostprocessingTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--VersionPlistTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks>","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Assets.car","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/AppFrameworkInfo.plist","<CopySwiftStdlib /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Debug.xcconfig","<Linked Binary /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner>","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/Main.storyboardc","<MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","<MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks>","<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>","<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6df9eb60ff613d36b3b9942d1a6e1e7c6aa>","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dff1eee2015e8ff5ebcd27678f788c2826>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dfa0e77cc467c7479a7b8b040215e251aa>","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Info.plist","<Touch /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","<Validate /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/all-product-headers.yaml"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--end>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-Debug-development-iphoneos-stale-file-removal>","<CreateBuildDirectory-/tmp/Runner.dst>","<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>","<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-Debug-development-iphoneos-stale-file-removal>","<CreateBuildDirectory-/tmp/Runner.dst>","<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>","<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--modules-ready": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6df9eb60ff613d36b3b9942d1a6e1e7c6aa>","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dff1eee2015e8ff5ebcd27678f788c2826>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dfa0e77cc467c7479a7b8b040215e251aa>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--modules-ready>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6df9eb60ff613d36b3b9942d1a6e1e7c6aa>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o","<Linked Binary /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Assets.car","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/AppFrameworkInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Debug.xcconfig","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/Main.storyboardc"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>","<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dff1eee2015e8ff5ebcd27678f788c2826>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dfa0e77cc467c7479a7b8b040215e251aa>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks>"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileAssetCatalog /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app /Users/igorwork/development/vereign/mobile_app/ios/Runner/Assets.xcassets": {"tool":"shell","description":"CompileAssetCatalog /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app /Users/igorwork/development/vereign/mobile_app/ios/Runner/Assets.xcassets","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/Assets.xcassets/","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/assetcatalog_generated_info.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Assets.car"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/actool","--output-format","human-readable-text","--notices","--warnings","--export-dependency-info","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/assetcatalog_dependencies","--output-partial-info-plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/assetcatalog_generated_info.plist","--app-icon","AppIcon","--compress-pngs","--enable-on-demand-resources","YES","--filter-for-device-model","iPhone10,6","--filter-for-device-os-version","12.3.1","--sticker-pack-identifier-prefix","com.vereign.app.sticker-pack.","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","8.0","--platform","iphoneos","--product-type","com.apple.product-type.application","--compile","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","/Users/igorwork/development/vereign/mobile_app/ios/Runner/Assets.xcassets"],"env":{},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"deps":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/assetcatalog_dependencies"],"deps-style":"dependency-info","signature":"22e46a07f045d7d6c76ae49394b248b9"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o /Users/igorwork/development/vereign/mobile_app/ios/Runner/AppDelegate.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o /Users/igorwork/development/vereign/mobile_app/ios/Runner/AppDelegate.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/AppDelegate.m","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","objective-c","-arch","arm64","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fobjc-arc","-fmodules","-gmodules","-fmodules-cache-path=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","-fmodules-validate-once-per-build-session","-Wnon-modular-include-in-framework-module","-Werror=non-modular-include-in-framework-module","-Wno-trigraphs","-fpascal-strings","-O0","-fno-common","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Werror=return-type","-Wunreachable-code","-Wno-implicit-atomic-properties","-Werror=deprecated-objc-isa-usage","-Wno-objc-interface-ivars","-Werror=objc-root-class","-Wno-arc-repeated-use-of-weak","-Wimplicit-retain-self","-Wduplicate-method-match","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wunused-function","-Wno-unused-label","-Wno-unused-parameter","-Wunused-variable","-Wunused-value","-Wempty-body","-Wuninitialized","-Wconditional-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wconstant-conversion","-Wint-conversion","-Wbool-conversion","-Wenum-conversion","-Wno-float-conversion","-Wnon-literal-null-conversion","-Wobjc-literal-conversion","-Wshorten-64-to-32","-Wpointer-sign","-Wno-newline-eof","-Wno-selector","-Wno-strict-selector-match","-Wundeclared-selector","-Wdeprecated-implementations","-DDEBUG=1","-DCOCOAPODS=1","-DCOCOAPODS=1","-DOBJC_OLD_DISPATCH_PROTOTYPES=0","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","-fstrict-aliasing","-Wprotocol","-Wdeprecated-declarations","-miphoneos-version-min=8.0","-g","-Wno-sign-conversion","-Winfinite-recursion","-Wcomma","-Wblock-capture-autoreleasing","-Wstrict-prototypes","-Wno-semicolon-before-method-body","-index-store-path","/Users/igorwork/Library/Developer/Xcode/DerivedData/Runner-drrcsdfmfuxbsxcsffihjkubnynv/Index/DataStore","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources-normal/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/Flutter","-MMD","-MT","dependencies","-MF","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.d","--serialize-diagnostics","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.dia","-c","/Users/igorwork/development/vereign/mobile_app/ios/Runner/AppDelegate.m","-o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","deps":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.d"],"deps-style":"makefile","signature":"a691683d1b442e12569f992f6701e86a"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o /Users/igorwork/development/vereign/mobile_app/ios/Runner/GeneratedPluginRegistrant.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o /Users/igorwork/development/vereign/mobile_app/ios/Runner/GeneratedPluginRegistrant.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/GeneratedPluginRegistrant.m","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","objective-c","-arch","arm64","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fobjc-arc","-fmodules","-gmodules","-fmodules-cache-path=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","-fmodules-validate-once-per-build-session","-Wnon-modular-include-in-framework-module","-Werror=non-modular-include-in-framework-module","-Wno-trigraphs","-fpascal-strings","-O0","-fno-common","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Werror=return-type","-Wunreachable-code","-Wno-implicit-atomic-properties","-Werror=deprecated-objc-isa-usage","-Wno-objc-interface-ivars","-Werror=objc-root-class","-Wno-arc-repeated-use-of-weak","-Wimplicit-retain-self","-Wduplicate-method-match","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wunused-function","-Wno-unused-label","-Wno-unused-parameter","-Wunused-variable","-Wunused-value","-Wempty-body","-Wuninitialized","-Wconditional-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wconstant-conversion","-Wint-conversion","-Wbool-conversion","-Wenum-conversion","-Wno-float-conversion","-Wnon-literal-null-conversion","-Wobjc-literal-conversion","-Wshorten-64-to-32","-Wpointer-sign","-Wno-newline-eof","-Wno-selector","-Wno-strict-selector-match","-Wundeclared-selector","-Wdeprecated-implementations","-DDEBUG=1","-DCOCOAPODS=1","-DCOCOAPODS=1","-DOBJC_OLD_DISPATCH_PROTOTYPES=0","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","-fstrict-aliasing","-Wprotocol","-Wdeprecated-declarations","-miphoneos-version-min=8.0","-g","-Wno-sign-conversion","-Winfinite-recursion","-Wcomma","-Wblock-capture-autoreleasing","-Wstrict-prototypes","-Wno-semicolon-before-method-body","-index-store-path","/Users/igorwork/Library/Developer/Xcode/DerivedData/Runner-drrcsdfmfuxbsxcsffihjkubnynv/Index/DataStore","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources-normal/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/Flutter","-MMD","-MT","dependencies","-MF","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.d","--serialize-diagnostics","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.dia","-c","/Users/igorwork/development/vereign/mobile_app/ios/Runner/GeneratedPluginRegistrant.m","-o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","deps":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.d"],"deps-style":"makefile","signature":"c928d597c8462dfa50d04e56c96a4b03"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","c","-arch","arm64","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fmodules","-gmodules","-fmodules-cache-path=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","-fmodules-validate-once-per-build-session","-Wnon-modular-include-in-framework-module","-Werror=non-modular-include-in-framework-module","-Wno-trigraphs","-fpascal-strings","-O0","-fno-common","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Werror=return-type","-Wunreachable-code","-Werror=deprecated-objc-isa-usage","-Werror=objc-root-class","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wunused-function","-Wno-unused-label","-Wno-unused-parameter","-Wunused-variable","-Wunused-value","-Wempty-body","-Wuninitialized","-Wconditional-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wconstant-conversion","-Wint-conversion","-Wbool-conversion","-Wenum-conversion","-Wno-float-conversion","-Wnon-literal-null-conversion","-Wobjc-literal-conversion","-Wshorten-64-to-32","-Wpointer-sign","-Wno-newline-eof","-DDEBUG=1","-DCOCOAPODS=1","-DCOCOAPODS=1","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","-fstrict-aliasing","-Wdeprecated-declarations","-miphoneos-version-min=8.0","-g","-Wno-sign-conversion","-Winfinite-recursion","-Wcomma","-Wblock-capture-autoreleasing","-Wstrict-prototypes","-Wno-semicolon-before-method-body","-index-store-path","/Users/igorwork/Library/Developer/Xcode/DerivedData/Runner-drrcsdfmfuxbsxcsffihjkubnynv/Index/DataStore","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources-normal/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/Flutter","-MMD","-MT","dependencies","-MF","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.d","--serialize-diagnostics","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.dia","-c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","-o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","deps":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.d"],"deps-style":"makefile","signature":"6cfdaa519e97a13c22ff65751a235fbd"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o /Users/igorwork/development/vereign/mobile_app/ios/Runner/main.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o /Users/igorwork/development/vereign/mobile_app/ios/Runner/main.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/main.m","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","objective-c","-arch","arm64","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fobjc-arc","-fmodules","-gmodules","-fmodules-cache-path=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","-fmodules-validate-once-per-build-session","-Wnon-modular-include-in-framework-module","-Werror=non-modular-include-in-framework-module","-Wno-trigraphs","-fpascal-strings","-O0","-fno-common","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Werror=return-type","-Wunreachable-code","-Wno-implicit-atomic-properties","-Werror=deprecated-objc-isa-usage","-Wno-objc-interface-ivars","-Werror=objc-root-class","-Wno-arc-repeated-use-of-weak","-Wimplicit-retain-self","-Wduplicate-method-match","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wunused-function","-Wno-unused-label","-Wno-unused-parameter","-Wunused-variable","-Wunused-value","-Wempty-body","-Wuninitialized","-Wconditional-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wconstant-conversion","-Wint-conversion","-Wbool-conversion","-Wenum-conversion","-Wno-float-conversion","-Wnon-literal-null-conversion","-Wobjc-literal-conversion","-Wshorten-64-to-32","-Wpointer-sign","-Wno-newline-eof","-Wno-selector","-Wno-strict-selector-match","-Wundeclared-selector","-Wdeprecated-implementations","-DDEBUG=1","-DCOCOAPODS=1","-DCOCOAPODS=1","-DOBJC_OLD_DISPATCH_PROTOTYPES=0","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","-fstrict-aliasing","-Wprotocol","-Wdeprecated-declarations","-miphoneos-version-min=8.0","-g","-Wno-sign-conversion","-Winfinite-recursion","-Wcomma","-Wblock-capture-autoreleasing","-Wstrict-prototypes","-Wno-semicolon-before-method-body","-index-store-path","/Users/igorwork/Library/Developer/Xcode/DerivedData/Runner-drrcsdfmfuxbsxcsffihjkubnynv/Index/DataStore","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources-normal/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/Flutter","-MMD","-MT","dependencies","-MF","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.d","--serialize-diagnostics","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.dia","-c","/Users/igorwork/development/vereign/mobile_app/ios/Runner/main.m","-o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","deps":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.d"],"deps-style":"makefile","signature":"be7b52e5b3996bc548492088f0cd08a1"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileStoryboard /Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/LaunchScreen.storyboard": {"tool":"shell","description":"CompileStoryboard /Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/LaunchScreen.storyboard","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/LaunchScreen.storyboard","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool","--errors","--warnings","--notices","--module","Runner","--output-partial-info-plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","--auto-activate-custom-fonts","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","8.0","--output-format","human-readable-text","--compilation-directory","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj","/Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/LaunchScreen.storyboard"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"454aa5a91179573e1d82e46aaa6f69d2"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileStoryboard /Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/Main.storyboard": {"tool":"shell","description":"CompileStoryboard /Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/Main.storyboard","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/Main.storyboard","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool","--errors","--warnings","--notices","--module","Runner","--output-partial-info-plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","--auto-activate-custom-fonts","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","8.0","--output-format","human-readable-text","--compilation-directory","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj","/Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/Main.storyboard"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"f3b7b1e5f8f7d8392679ecd7265a9844"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CopyPlistFile /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/AppFrameworkInfo.plist /Users/igorwork/development/vereign/mobile_app/ios/Flutter/AppFrameworkInfo.plist": {"tool":"copy-plist","description":"CopyPlistFile /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/AppFrameworkInfo.plist /Users/igorwork/development/vereign/mobile_app/ios/Flutter/AppFrameworkInfo.plist","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Flutter/AppFrameworkInfo.plist","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/AppFrameworkInfo.plist"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CopySwiftLibs /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app": {"tool":"embed-swift-stdlib","description":"CopySwiftLibs /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["<CopySwiftStdlib /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"],"deps":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/SwiftStdLibToolInputDependencies.dep"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CpResource /Users/igorwork/development/vereign/mobile_app/ios/Flutter/Debug.xcconfig /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Debug.xcconfig": {"tool":"file-copy","description":"CpResource /Users/igorwork/development/vereign/mobile_app/ios/Flutter/Debug.xcconfig /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Debug.xcconfig","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Flutter/Debug.xcconfig/","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Debug.xcconfig"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CreateBuildDirectory /Users/igorwork/development/vereign/mobile_app/ios/build": {"tool":"create-build-directory","description":"CreateBuildDirectory /Users/igorwork/development/vereign/mobile_app/ios/build","inputs":[],"outputs":["<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>","/Users/igorwork/development/vereign/mobile_app/ios/build"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:Ld /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner normal arm64": {"tool":"shell","description":"Ld /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner normal arm64","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner","<Linked Binary /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner>"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-arch","arm64","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","-L/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","-L/Users/igorwork/development/vereign/mobile_app/ios/Flutter","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/Flutter","-filelist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","-Xlinker","-rpath","-Xlinker","@executable_path/Frameworks","-Xlinker","-rpath","-Xlinker","@loader_path/Frameworks","-Xlinker","-rpath","-Xlinker","@executable_path/Frameworks","-Xlinker","-rpath","-Xlinker","@loader_path/Frameworks","-Xlinker","-rpath","-Xlinker","@executable_path/Frameworks","-miphoneos-version-min=8.0","-dead_strip","-Xlinker","-object_path_lto","-Xlinker","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_lto.o","-Xlinker","-export_dynamic","-Xlinker","-no_deduplicate","-fobjc-arc","-fobjc-link-runtime","-framework","AppAuth","-framework","Flutter","-framework","SafariServices","-framework","flutter_app_auth_wrapper","-framework","flutter_web_browser","-framework","uni_links","-framework","url_launcher","-weak_framework","AuthenticationServices","-framework","AppAuth","-framework","Flutter","-framework","SafariServices","-framework","flutter_app_auth_wrapper","-framework","flutter_web_browser","-framework","uni_links","-framework","url_launcher","-weak_framework","AuthenticationServices","-framework","Flutter","-framework","App","-framework","Pods_Runner","-Xlinker","-dependency_info","-Xlinker","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat","-o","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner"],"env":{"IPHONEOS_DEPLOYMENT_TARGET":"8.0"},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","deps":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat"],"deps-style":"dependency-info","signature":"1c48cf7d780c69f5b388e96334fc0633"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:LinkStoryboards": {"tool":"shell","description":"LinkStoryboards","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main.storyboardc","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/Main.storyboardc"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool","--errors","--warnings","--notices","--module","Runner","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","8.0","--output-format","human-readable-text","--link","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main.storyboardc"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"58d61d5b01685fb20041a572a63968c9"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app": {"tool":"mkdir","description":"MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--start>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","<MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","<TRIGGER: MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks": {"tool":"mkdir","description":"MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--start>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks","<MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks>"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/App.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework": {"tool":"file-copy","description":"PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/App.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Flutter/App.framework/","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework/App","<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/Flutter.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework": {"tool":"file-copy","description":"PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/Flutter.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Flutter/Flutter.framework/","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework/Flutter","<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:PhaseScriptExecution Run Script /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh": {"tool":"shell","description":"PhaseScriptExecution Run Script /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6df9eb60ff613d36b3b9942d1a6e1e7c6aa>"],"args":["/bin/sh","-c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"igorwork","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"YES","ALWAYS_SEARCH_USER_PATHS":"NO","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","ARCHS":"arm64","ARCHS_STANDARD":"armv7 arm64","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"armv7 arm64","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CACHE_ROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CCHROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_NONNULL":"YES","CLANG_CXX_LANGUAGE_STANDARD":"gnu++0x","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING":"YES","CLANG_WARN_BOOL_CONVERSION":"YES","CLANG_WARN_COMMA":"YES","CLANG_WARN_CONSTANT_CONVERSION":"YES","CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS":"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_IMPLICIT_RETAIN_SELF":"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","CLASS_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_IDENTITY":"iPhone Developer","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/igorwork/development/vereign/mobile_app/ios/build/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug-development","CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CONFIGURATION_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos","CONTENTS_FOLDER_PATH":"Runner.app","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"NO","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator12.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_VARIANT":"normal","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_KEXT_INSTALL_PATH":"/System/Library/Extensions","DEFINES_MODULE":"NO","DEPLOYMENT_LOCATION":"NO","DEPLOYMENT_POSTPROCESSING":"NO","DEPLOYMENT_TARGET_CLANG_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_CLANG_FLAG_NAME":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4","DERIVED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"en","DEVELOPMENT_TEAM":"825ANDQ593","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DO_HEADER_SCANNING_IN_JAM":"NO","DSTROOT":"/tmp/Runner.dst","DT_TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","DWARF_DSYM_FILE_NAME":"Runner.app.dSYM","DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT":"NO","DWARF_DSYM_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENTITLEMENTS_ALLOWED":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"YES","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"Runner.app/Executables","EXECUTABLE_FOLDER_PATH":"Runner.app","EXECUTABLE_NAME":"Runner","EXECUTABLE_PATH":"Runner.app/Runner","FILE_LIST":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/FixedFiles","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" /Users/igorwork/development/vereign/mobile_app/ios/Flutter","FRAMEWORK_VERSION":"A","FULL_PRODUCT_NAME":"Runner.app","GCC3_VERSION":"3.3","GCC_C_LANGUAGE_STANDARD":"gnu99","GCC_DYNAMIC_NO_PIC":"NO","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_NO_COMMON_BLOCKS":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","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","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"YES","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/igorwork","ICONV":"/usr/bin/iconv","INFOPLIST_EXPAND_BUILD_SETTINGS":"YES","INFOPLIST_FILE":"Runner/Info.plist","INFOPLIST_OUTPUT_FORMAT":"binary","INFOPLIST_PATH":"Runner.app/Info.plist","INFOPLIST_PREPROCESS":"NO","INFOSTRINGS_PATH":"Runner.app/en.lproj/InfoPlist.strings","INLINE_PRIVATE_FRAMEWORKS":"NO","INSTALLHDRS_COPY_PHASE":"NO","INSTALLHDRS_SCRIPT_PHASE":"NO","INSTALL_DIR":"/tmp/Runner.dst/Applications","INSTALL_GROUP":"staff","INSTALL_MODE_FLAG":"u+w,go-w,a+rX","INSTALL_OWNER":"igorwork","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"8.0","JAVAC_DEFAULT_FLAGS":"-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8","JAVA_APP_STUB":"/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub","JAVA_ARCHIVE_CLASSES":"YES","JAVA_ARCHIVE_TYPE":"JAR","JAVA_COMPILER":"/usr/bin/javac","JAVA_FOLDER_PATH":"Runner.app/Java","JAVA_FRAMEWORK_RESOURCES_DIRS":"Resources","JAVA_JAR_FLAGS":"cv","JAVA_SOURCE_SUBDIR":".","JAVA_USE_DEPENDENCIES":"YES","JAVA_ZIP_FLAGS":"-urg","JIKES_DEFAULT_FLAGS":"+E +OLDCSO","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos /Users/igorwork/development/vereign/mobile_app/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFLocalizedString","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","LOCSYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"18F132","MAC_OS_X_VERSION_ACTUAL":"101405","MAC_OS_X_VERSION_MAJOR":"101400","MAC_OS_X_VERSION_MINOR":"1405","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","MODULE_CACHE_DIR":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"armv7","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","OBJROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\"","OTHER_SWIFT_FLAGS":" -D COCOAPODS -D COCOAPODS","PACKAGE_TYPE":"com.apple.package-type.wrapper.application","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"Runner.app/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"16G73","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","PODS_CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","PODS_PODFILE_DIR_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/.","PODS_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/Pods","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"com.vereign.app","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/DerivedSources","PROJECT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios","PROJECT_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build","PROJECT_TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","PROVISIONING_PROFILE_REQUIRED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"Runner.app/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESOURCE_RULES_REQUIRED":"YES","REZ_COLLECTOR_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR_iphoneos12_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_NAME":"iphoneos12.4","SDK_NAMES":"iphoneos12.4","SDK_PRODUCT_BUILD_VERSION":"16G73","SDK_VERSION":"12.4","SDK_VERSION_ACTUAL":"120400","SDK_VERSION_MAJOR":"120000","SDK_VERSION_MINOR":"400","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios","SRCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"YES","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_OBJC_BRIDGING_HEADER":"Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_VERSION":"4.0","SYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","SYSTEM_ADMIN_APPS_DIR":"/Applications/Utilities","SYSTEM_APPS_DIR":"/Applications","SYSTEM_CORE_SERVICES_DIR":"/System/Library/CoreServices","SYSTEM_DEMOS_DIR":"/Applications/Extras","SYSTEM_DEVELOPER_APPS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","SYSTEM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","SYSTEM_DEVELOPER_DEMOS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples","SYSTEM_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SYSTEM_DEVELOPER_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library","SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools","SYSTEM_DEVELOPER_JAVA_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Java Tools","SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools","SYSTEM_DEVELOPER_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes","SYSTEM_DEVELOPER_TOOLS":"/Applications/Xcode.app/Contents/Developer/Tools","SYSTEM_DEVELOPER_TOOLS_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools","SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools","SYSTEM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","SYSTEM_DEVELOPER_UTILITIES_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities","SYSTEM_DOCUMENTATION_DIR":"/Library/Documentation","SYSTEM_KEXT_INSTALL_PATH":"/System/Library/Extensions","SYSTEM_LIBRARY_DIR":"/System/Library","TAPI_VERIFY_MODE":"ErrorsOnly","TARGETED_DEVICE_FAMILY":"1,2","TARGETNAME":"Runner","TARGET_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","TARGET_DEVICE_IDENTIFIER":"7db350d25bf1f4f50f6ad677cb838caec1e64b83","TARGET_DEVICE_MODEL":"iPhone10,6","TARGET_DEVICE_OS_VERSION":"12.3.1","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","UID":"503","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"igorwork","USER_APPS_DIR":"/Users/igorwork/Applications","USER_LIBRARY_DIR":"/Users/igorwork/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","VALIDATE_PRODUCT":"NO","VALID_ARCHS":"arm64 arm64e armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"igorwork","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-\"","WRAPPER_EXTENSION":"app","WRAPPER_NAME":"Runner.app","WRAPPER_SUFFIX":".app","WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES":"NO","XCODE_APP_SUPPORT_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Xcode","XCODE_PRODUCT_BUILD_VERSION":"10G8","XCODE_VERSION_ACTUAL":"1030","XCODE_VERSION_MAJOR":"1000","XCODE_VERSION_MINOR":"1030","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","bundle_name_suffix":"-dev","bundle_suffix":".dev","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"deaaf21c91ea3f09f3661caf59c3a368"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:PhaseScriptExecution Thin Binary /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh": {"tool":"shell","description":"PhaseScriptExecution Thin Binary /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dff1eee2015e8ff5ebcd27678f788c2826>"],"args":["/bin/sh","-c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"igorwork","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"YES","ALWAYS_SEARCH_USER_PATHS":"NO","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","ARCHS":"arm64","ARCHS_STANDARD":"armv7 arm64","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"armv7 arm64","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CACHE_ROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CCHROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_NONNULL":"YES","CLANG_CXX_LANGUAGE_STANDARD":"gnu++0x","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING":"YES","CLANG_WARN_BOOL_CONVERSION":"YES","CLANG_WARN_COMMA":"YES","CLANG_WARN_CONSTANT_CONVERSION":"YES","CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS":"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_IMPLICIT_RETAIN_SELF":"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","CLASS_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_IDENTITY":"iPhone Developer","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/igorwork/development/vereign/mobile_app/ios/build/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug-development","CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CONFIGURATION_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos","CONTENTS_FOLDER_PATH":"Runner.app","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"NO","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator12.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_VARIANT":"normal","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_KEXT_INSTALL_PATH":"/System/Library/Extensions","DEFINES_MODULE":"NO","DEPLOYMENT_LOCATION":"NO","DEPLOYMENT_POSTPROCESSING":"NO","DEPLOYMENT_TARGET_CLANG_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_CLANG_FLAG_NAME":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4","DERIVED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"en","DEVELOPMENT_TEAM":"825ANDQ593","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DO_HEADER_SCANNING_IN_JAM":"NO","DSTROOT":"/tmp/Runner.dst","DT_TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","DWARF_DSYM_FILE_NAME":"Runner.app.dSYM","DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT":"NO","DWARF_DSYM_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENTITLEMENTS_ALLOWED":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"YES","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"Runner.app/Executables","EXECUTABLE_FOLDER_PATH":"Runner.app","EXECUTABLE_NAME":"Runner","EXECUTABLE_PATH":"Runner.app/Runner","FILE_LIST":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/FixedFiles","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" /Users/igorwork/development/vereign/mobile_app/ios/Flutter","FRAMEWORK_VERSION":"A","FULL_PRODUCT_NAME":"Runner.app","GCC3_VERSION":"3.3","GCC_C_LANGUAGE_STANDARD":"gnu99","GCC_DYNAMIC_NO_PIC":"NO","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_NO_COMMON_BLOCKS":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","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","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"YES","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/igorwork","ICONV":"/usr/bin/iconv","INFOPLIST_EXPAND_BUILD_SETTINGS":"YES","INFOPLIST_FILE":"Runner/Info.plist","INFOPLIST_OUTPUT_FORMAT":"binary","INFOPLIST_PATH":"Runner.app/Info.plist","INFOPLIST_PREPROCESS":"NO","INFOSTRINGS_PATH":"Runner.app/en.lproj/InfoPlist.strings","INLINE_PRIVATE_FRAMEWORKS":"NO","INSTALLHDRS_COPY_PHASE":"NO","INSTALLHDRS_SCRIPT_PHASE":"NO","INSTALL_DIR":"/tmp/Runner.dst/Applications","INSTALL_GROUP":"staff","INSTALL_MODE_FLAG":"u+w,go-w,a+rX","INSTALL_OWNER":"igorwork","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"8.0","JAVAC_DEFAULT_FLAGS":"-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8","JAVA_APP_STUB":"/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub","JAVA_ARCHIVE_CLASSES":"YES","JAVA_ARCHIVE_TYPE":"JAR","JAVA_COMPILER":"/usr/bin/javac","JAVA_FOLDER_PATH":"Runner.app/Java","JAVA_FRAMEWORK_RESOURCES_DIRS":"Resources","JAVA_JAR_FLAGS":"cv","JAVA_SOURCE_SUBDIR":".","JAVA_USE_DEPENDENCIES":"YES","JAVA_ZIP_FLAGS":"-urg","JIKES_DEFAULT_FLAGS":"+E +OLDCSO","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos /Users/igorwork/development/vereign/mobile_app/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFLocalizedString","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","LOCSYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"18F132","MAC_OS_X_VERSION_ACTUAL":"101405","MAC_OS_X_VERSION_MAJOR":"101400","MAC_OS_X_VERSION_MINOR":"1405","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","MODULE_CACHE_DIR":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"armv7","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","OBJROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\"","OTHER_SWIFT_FLAGS":" -D COCOAPODS -D COCOAPODS","PACKAGE_TYPE":"com.apple.package-type.wrapper.application","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"Runner.app/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"16G73","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","PODS_CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","PODS_PODFILE_DIR_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/.","PODS_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/Pods","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"com.vereign.app","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/DerivedSources","PROJECT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios","PROJECT_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build","PROJECT_TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","PROVISIONING_PROFILE_REQUIRED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"Runner.app/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESOURCE_RULES_REQUIRED":"YES","REZ_COLLECTOR_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR_iphoneos12_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_NAME":"iphoneos12.4","SDK_NAMES":"iphoneos12.4","SDK_PRODUCT_BUILD_VERSION":"16G73","SDK_VERSION":"12.4","SDK_VERSION_ACTUAL":"120400","SDK_VERSION_MAJOR":"120000","SDK_VERSION_MINOR":"400","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios","SRCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"YES","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_OBJC_BRIDGING_HEADER":"Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_VERSION":"4.0","SYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","SYSTEM_ADMIN_APPS_DIR":"/Applications/Utilities","SYSTEM_APPS_DIR":"/Applications","SYSTEM_CORE_SERVICES_DIR":"/System/Library/CoreServices","SYSTEM_DEMOS_DIR":"/Applications/Extras","SYSTEM_DEVELOPER_APPS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","SYSTEM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","SYSTEM_DEVELOPER_DEMOS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples","SYSTEM_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SYSTEM_DEVELOPER_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library","SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools","SYSTEM_DEVELOPER_JAVA_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Java Tools","SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools","SYSTEM_DEVELOPER_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes","SYSTEM_DEVELOPER_TOOLS":"/Applications/Xcode.app/Contents/Developer/Tools","SYSTEM_DEVELOPER_TOOLS_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools","SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools","SYSTEM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","SYSTEM_DEVELOPER_UTILITIES_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities","SYSTEM_DOCUMENTATION_DIR":"/Library/Documentation","SYSTEM_KEXT_INSTALL_PATH":"/System/Library/Extensions","SYSTEM_LIBRARY_DIR":"/System/Library","TAPI_VERIFY_MODE":"ErrorsOnly","TARGETED_DEVICE_FAMILY":"1,2","TARGETNAME":"Runner","TARGET_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","TARGET_DEVICE_IDENTIFIER":"7db350d25bf1f4f50f6ad677cb838caec1e64b83","TARGET_DEVICE_MODEL":"iPhone10,6","TARGET_DEVICE_OS_VERSION":"12.3.1","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","UID":"503","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"igorwork","USER_APPS_DIR":"/Users/igorwork/Applications","USER_LIBRARY_DIR":"/Users/igorwork/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","VALIDATE_PRODUCT":"NO","VALID_ARCHS":"arm64 arm64e armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"igorwork","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-\"","WRAPPER_EXTENSION":"app","WRAPPER_NAME":"Runner.app","WRAPPER_SUFFIX":".app","WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES":"NO","XCODE_APP_SUPPORT_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Xcode","XCODE_PRODUCT_BUILD_VERSION":"10G8","XCODE_VERSION_ACTUAL":"1030","XCODE_VERSION_MAJOR":"1000","XCODE_VERSION_MINOR":"1030","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","bundle_name_suffix":"-dev","bundle_suffix":".dev","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"19d76bd4cfed561c2e8a52cee31bd405"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:PhaseScriptExecution [CP] Check Pods Manifest.lock /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh": {"tool":"shell","description":"PhaseScriptExecution [CP] Check Pods Manifest.lock /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Podfile.lock","/Users/igorwork/development/vereign/mobile_app/ios/Pods/Manifest.lock","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt"],"args":["/bin/sh","-c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"igorwork","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"YES","ALWAYS_SEARCH_USER_PATHS":"NO","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","ARCHS":"arm64","ARCHS_STANDARD":"armv7 arm64","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"armv7 arm64","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CACHE_ROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CCHROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_NONNULL":"YES","CLANG_CXX_LANGUAGE_STANDARD":"gnu++0x","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING":"YES","CLANG_WARN_BOOL_CONVERSION":"YES","CLANG_WARN_COMMA":"YES","CLANG_WARN_CONSTANT_CONVERSION":"YES","CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS":"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_IMPLICIT_RETAIN_SELF":"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","CLASS_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_IDENTITY":"iPhone Developer","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/igorwork/development/vereign/mobile_app/ios/build/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug-development","CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CONFIGURATION_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos","CONTENTS_FOLDER_PATH":"Runner.app","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"NO","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator12.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_VARIANT":"normal","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_KEXT_INSTALL_PATH":"/System/Library/Extensions","DEFINES_MODULE":"NO","DEPLOYMENT_LOCATION":"NO","DEPLOYMENT_POSTPROCESSING":"NO","DEPLOYMENT_TARGET_CLANG_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_CLANG_FLAG_NAME":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4","DERIVED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"en","DEVELOPMENT_TEAM":"825ANDQ593","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DO_HEADER_SCANNING_IN_JAM":"NO","DSTROOT":"/tmp/Runner.dst","DT_TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","DWARF_DSYM_FILE_NAME":"Runner.app.dSYM","DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT":"NO","DWARF_DSYM_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENTITLEMENTS_ALLOWED":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"YES","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"Runner.app/Executables","EXECUTABLE_FOLDER_PATH":"Runner.app","EXECUTABLE_NAME":"Runner","EXECUTABLE_PATH":"Runner.app/Runner","FILE_LIST":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/FixedFiles","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" /Users/igorwork/development/vereign/mobile_app/ios/Flutter","FRAMEWORK_VERSION":"A","FULL_PRODUCT_NAME":"Runner.app","GCC3_VERSION":"3.3","GCC_C_LANGUAGE_STANDARD":"gnu99","GCC_DYNAMIC_NO_PIC":"NO","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_NO_COMMON_BLOCKS":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","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","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"YES","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/igorwork","ICONV":"/usr/bin/iconv","INFOPLIST_EXPAND_BUILD_SETTINGS":"YES","INFOPLIST_FILE":"Runner/Info.plist","INFOPLIST_OUTPUT_FORMAT":"binary","INFOPLIST_PATH":"Runner.app/Info.plist","INFOPLIST_PREPROCESS":"NO","INFOSTRINGS_PATH":"Runner.app/en.lproj/InfoPlist.strings","INLINE_PRIVATE_FRAMEWORKS":"NO","INSTALLHDRS_COPY_PHASE":"NO","INSTALLHDRS_SCRIPT_PHASE":"NO","INSTALL_DIR":"/tmp/Runner.dst/Applications","INSTALL_GROUP":"staff","INSTALL_MODE_FLAG":"u+w,go-w,a+rX","INSTALL_OWNER":"igorwork","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"8.0","JAVAC_DEFAULT_FLAGS":"-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8","JAVA_APP_STUB":"/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub","JAVA_ARCHIVE_CLASSES":"YES","JAVA_ARCHIVE_TYPE":"JAR","JAVA_COMPILER":"/usr/bin/javac","JAVA_FOLDER_PATH":"Runner.app/Java","JAVA_FRAMEWORK_RESOURCES_DIRS":"Resources","JAVA_JAR_FLAGS":"cv","JAVA_SOURCE_SUBDIR":".","JAVA_USE_DEPENDENCIES":"YES","JAVA_ZIP_FLAGS":"-urg","JIKES_DEFAULT_FLAGS":"+E +OLDCSO","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos /Users/igorwork/development/vereign/mobile_app/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFLocalizedString","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","LOCSYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"18F132","MAC_OS_X_VERSION_ACTUAL":"101405","MAC_OS_X_VERSION_MAJOR":"101400","MAC_OS_X_VERSION_MINOR":"1405","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","MODULE_CACHE_DIR":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"armv7","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","OBJROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\"","OTHER_SWIFT_FLAGS":" -D COCOAPODS -D COCOAPODS","PACKAGE_TYPE":"com.apple.package-type.wrapper.application","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"Runner.app/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"16G73","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","PODS_CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","PODS_PODFILE_DIR_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/.","PODS_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/Pods","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"com.vereign.app","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/DerivedSources","PROJECT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios","PROJECT_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build","PROJECT_TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","PROVISIONING_PROFILE_REQUIRED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"Runner.app/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESOURCE_RULES_REQUIRED":"YES","REZ_COLLECTOR_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_0":"/Users/igorwork/development/vereign/mobile_app/ios/Podfile.lock","SCRIPT_INPUT_FILE_1":"/Users/igorwork/development/vereign/mobile_app/ios/Pods/Manifest.lock","SCRIPT_INPUT_FILE_COUNT":"2","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_0":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","SCRIPT_OUTPUT_FILE_COUNT":"1","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR_iphoneos12_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_NAME":"iphoneos12.4","SDK_NAMES":"iphoneos12.4","SDK_PRODUCT_BUILD_VERSION":"16G73","SDK_VERSION":"12.4","SDK_VERSION_ACTUAL":"120400","SDK_VERSION_MAJOR":"120000","SDK_VERSION_MINOR":"400","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios","SRCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"YES","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_OBJC_BRIDGING_HEADER":"Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_VERSION":"4.0","SYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","SYSTEM_ADMIN_APPS_DIR":"/Applications/Utilities","SYSTEM_APPS_DIR":"/Applications","SYSTEM_CORE_SERVICES_DIR":"/System/Library/CoreServices","SYSTEM_DEMOS_DIR":"/Applications/Extras","SYSTEM_DEVELOPER_APPS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","SYSTEM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","SYSTEM_DEVELOPER_DEMOS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples","SYSTEM_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SYSTEM_DEVELOPER_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library","SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools","SYSTEM_DEVELOPER_JAVA_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Java Tools","SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools","SYSTEM_DEVELOPER_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes","SYSTEM_DEVELOPER_TOOLS":"/Applications/Xcode.app/Contents/Developer/Tools","SYSTEM_DEVELOPER_TOOLS_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools","SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools","SYSTEM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","SYSTEM_DEVELOPER_UTILITIES_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities","SYSTEM_DOCUMENTATION_DIR":"/Library/Documentation","SYSTEM_KEXT_INSTALL_PATH":"/System/Library/Extensions","SYSTEM_LIBRARY_DIR":"/System/Library","TAPI_VERIFY_MODE":"ErrorsOnly","TARGETED_DEVICE_FAMILY":"1,2","TARGETNAME":"Runner","TARGET_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","TARGET_DEVICE_IDENTIFIER":"7db350d25bf1f4f50f6ad677cb838caec1e64b83","TARGET_DEVICE_MODEL":"iPhone10,6","TARGET_DEVICE_OS_VERSION":"12.3.1","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","UID":"503","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"igorwork","USER_APPS_DIR":"/Users/igorwork/Applications","USER_LIBRARY_DIR":"/Users/igorwork/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","VALIDATE_PRODUCT":"NO","VALID_ARCHS":"arm64 arm64e armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"igorwork","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-\"","WRAPPER_EXTENSION":"app","WRAPPER_NAME":"Runner.app","WRAPPER_SUFFIX":".app","WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES":"NO","XCODE_APP_SUPPORT_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Xcode","XCODE_PRODUCT_BUILD_VERSION":"10G8","XCODE_VERSION_ACTUAL":"1030","XCODE_VERSION_MAJOR":"1000","XCODE_VERSION_MINOR":"1030","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","bundle_name_suffix":"-dev","bundle_suffix":".dev","variant":"normal"},"allow-missing-inputs":true,"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"5cd2f9077825914c2f3566fe92933bec"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:PhaseScriptExecution [CP] Embed Pods Frameworks /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh": {"tool":"shell","description":"PhaseScriptExecution [CP] Embed Pods Frameworks /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dfa0e77cc467c7479a7b8b040215e251aa>"],"args":["/bin/sh","-c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"igorwork","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"YES","ALWAYS_SEARCH_USER_PATHS":"NO","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","ARCHS":"arm64","ARCHS_STANDARD":"armv7 arm64","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"armv7 arm64","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CACHE_ROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CCHROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_NONNULL":"YES","CLANG_CXX_LANGUAGE_STANDARD":"gnu++0x","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING":"YES","CLANG_WARN_BOOL_CONVERSION":"YES","CLANG_WARN_COMMA":"YES","CLANG_WARN_CONSTANT_CONVERSION":"YES","CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS":"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_IMPLICIT_RETAIN_SELF":"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","CLASS_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_IDENTITY":"iPhone Developer","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/igorwork/development/vereign/mobile_app/ios/build/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug-development","CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CONFIGURATION_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos","CONTENTS_FOLDER_PATH":"Runner.app","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"NO","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator12.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_VARIANT":"normal","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_KEXT_INSTALL_PATH":"/System/Library/Extensions","DEFINES_MODULE":"NO","DEPLOYMENT_LOCATION":"NO","DEPLOYMENT_POSTPROCESSING":"NO","DEPLOYMENT_TARGET_CLANG_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_CLANG_FLAG_NAME":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4","DERIVED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"en","DEVELOPMENT_TEAM":"825ANDQ593","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DO_HEADER_SCANNING_IN_JAM":"NO","DSTROOT":"/tmp/Runner.dst","DT_TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","DWARF_DSYM_FILE_NAME":"Runner.app.dSYM","DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT":"NO","DWARF_DSYM_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENTITLEMENTS_ALLOWED":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"YES","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"Runner.app/Executables","EXECUTABLE_FOLDER_PATH":"Runner.app","EXECUTABLE_NAME":"Runner","EXECUTABLE_PATH":"Runner.app/Runner","FILE_LIST":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/FixedFiles","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" /Users/igorwork/development/vereign/mobile_app/ios/Flutter","FRAMEWORK_VERSION":"A","FULL_PRODUCT_NAME":"Runner.app","GCC3_VERSION":"3.3","GCC_C_LANGUAGE_STANDARD":"gnu99","GCC_DYNAMIC_NO_PIC":"NO","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_NO_COMMON_BLOCKS":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","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","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"YES","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/igorwork","ICONV":"/usr/bin/iconv","INFOPLIST_EXPAND_BUILD_SETTINGS":"YES","INFOPLIST_FILE":"Runner/Info.plist","INFOPLIST_OUTPUT_FORMAT":"binary","INFOPLIST_PATH":"Runner.app/Info.plist","INFOPLIST_PREPROCESS":"NO","INFOSTRINGS_PATH":"Runner.app/en.lproj/InfoPlist.strings","INLINE_PRIVATE_FRAMEWORKS":"NO","INSTALLHDRS_COPY_PHASE":"NO","INSTALLHDRS_SCRIPT_PHASE":"NO","INSTALL_DIR":"/tmp/Runner.dst/Applications","INSTALL_GROUP":"staff","INSTALL_MODE_FLAG":"u+w,go-w,a+rX","INSTALL_OWNER":"igorwork","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"8.0","JAVAC_DEFAULT_FLAGS":"-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8","JAVA_APP_STUB":"/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub","JAVA_ARCHIVE_CLASSES":"YES","JAVA_ARCHIVE_TYPE":"JAR","JAVA_COMPILER":"/usr/bin/javac","JAVA_FOLDER_PATH":"Runner.app/Java","JAVA_FRAMEWORK_RESOURCES_DIRS":"Resources","JAVA_JAR_FLAGS":"cv","JAVA_SOURCE_SUBDIR":".","JAVA_USE_DEPENDENCIES":"YES","JAVA_ZIP_FLAGS":"-urg","JIKES_DEFAULT_FLAGS":"+E +OLDCSO","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos /Users/igorwork/development/vereign/mobile_app/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFLocalizedString","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","LOCSYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"18F132","MAC_OS_X_VERSION_ACTUAL":"101405","MAC_OS_X_VERSION_MAJOR":"101400","MAC_OS_X_VERSION_MINOR":"1405","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","MODULE_CACHE_DIR":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"armv7","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","OBJROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\"","OTHER_SWIFT_FLAGS":" -D COCOAPODS -D COCOAPODS","PACKAGE_TYPE":"com.apple.package-type.wrapper.application","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"Runner.app/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"16G73","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","PODS_CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","PODS_PODFILE_DIR_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/.","PODS_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/Pods","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"com.vereign.app","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/DerivedSources","PROJECT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios","PROJECT_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build","PROJECT_TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","PROVISIONING_PROFILE_REQUIRED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"Runner.app/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESOURCE_RULES_REQUIRED":"YES","REZ_COLLECTOR_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR_iphoneos12_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_NAME":"iphoneos12.4","SDK_NAMES":"iphoneos12.4","SDK_PRODUCT_BUILD_VERSION":"16G73","SDK_VERSION":"12.4","SDK_VERSION_ACTUAL":"120400","SDK_VERSION_MAJOR":"120000","SDK_VERSION_MINOR":"400","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios","SRCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"YES","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_OBJC_BRIDGING_HEADER":"Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_VERSION":"4.0","SYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","SYSTEM_ADMIN_APPS_DIR":"/Applications/Utilities","SYSTEM_APPS_DIR":"/Applications","SYSTEM_CORE_SERVICES_DIR":"/System/Library/CoreServices","SYSTEM_DEMOS_DIR":"/Applications/Extras","SYSTEM_DEVELOPER_APPS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","SYSTEM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","SYSTEM_DEVELOPER_DEMOS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples","SYSTEM_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SYSTEM_DEVELOPER_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library","SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools","SYSTEM_DEVELOPER_JAVA_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Java Tools","SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools","SYSTEM_DEVELOPER_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes","SYSTEM_DEVELOPER_TOOLS":"/Applications/Xcode.app/Contents/Developer/Tools","SYSTEM_DEVELOPER_TOOLS_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools","SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools","SYSTEM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","SYSTEM_DEVELOPER_UTILITIES_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities","SYSTEM_DOCUMENTATION_DIR":"/Library/Documentation","SYSTEM_KEXT_INSTALL_PATH":"/System/Library/Extensions","SYSTEM_LIBRARY_DIR":"/System/Library","TAPI_VERIFY_MODE":"ErrorsOnly","TARGETED_DEVICE_FAMILY":"1,2","TARGETNAME":"Runner","TARGET_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","TARGET_DEVICE_IDENTIFIER":"7db350d25bf1f4f50f6ad677cb838caec1e64b83","TARGET_DEVICE_MODEL":"iPhone10,6","TARGET_DEVICE_OS_VERSION":"12.3.1","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","UID":"503","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"igorwork","USER_APPS_DIR":"/Users/igorwork/Applications","USER_LIBRARY_DIR":"/Users/igorwork/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","VALIDATE_PRODUCT":"NO","VALID_ARCHS":"arm64 arm64e armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"igorwork","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-\"","WRAPPER_EXTENSION":"app","WRAPPER_NAME":"Runner.app","WRAPPER_SUFFIX":".app","WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES":"NO","XCODE_APP_SUPPORT_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Xcode","XCODE_PRODUCT_BUILD_VERSION":"10G8","XCODE_VERSION_ACTUAL":"1030","XCODE_VERSION_MAJOR":"1000","XCODE_VERSION_MINOR":"1030","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","bundle_name_suffix":"-dev","bundle_suffix":".dev","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"3669985f69a8bf4aa54fa817806ef71d"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:ProcessInfoPlistFile /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Info.plist /Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist": {"tool":"info-plist-processor","description":"ProcessInfoPlistFile /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Info.plist /Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/assetcatalog_generated_info.plist","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Info.plist"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:Touch /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app": {"tool":"shell","description":"Touch /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["<Touch /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"],"args":["/usr/bin/touch","-c","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app"],"env":{},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","signature":"c42078064d605f15cc7e1268cdf6403d"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:Validate /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app": {"tool":"validate-product","description":"Validate /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>","<TRIGGER: MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"],"outputs":["<Validate /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.hmap","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.hmap"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/all-product-headers.yaml": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/all-product-headers.yaml","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/all-product-headers.yaml"]} + diff --git a/ios/build/XCBuildData/68c2ee6dfd831a8ef09d8a6ea8d2ef43-desc.xcbuild b/ios/build/XCBuildData/68c2ee6dfd831a8ef09d8a6ea8d2ef43-desc.xcbuild new file mode 100644 index 0000000000000000000000000000000000000000..f40419878e4d7b2efdc78b813ba126d5dff3bec0 Binary files /dev/null and b/ios/build/XCBuildData/68c2ee6dfd831a8ef09d8a6ea8d2ef43-desc.xcbuild differ diff --git a/ios/build/XCBuildData/68c2ee6dfd831a8ef09d8a6ea8d2ef43-manifest.xcbuild b/ios/build/XCBuildData/68c2ee6dfd831a8ef09d8a6ea8d2ef43-manifest.xcbuild new file mode 100644 index 0000000000000000000000000000000000000000..9ca306e4af785bda453210ec95b12e5a8f9383da --- /dev/null +++ b/ios/build/XCBuildData/68c2ee6dfd831a8ef09d8a6ea8d2ef43-manifest.xcbuild @@ -0,0 +1,100 @@ +client: + name: basic + version: 0 + file-system: default + +targets: + "": ["<all>"] + +nodes: + "/Users/igorwork/development/vereign/mobile_app/ios/build": {"is-mutated":true} + "/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app": {"is-mutated":true} + "/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework": {"is-mutated":true} + "/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework/App": {"is-mutated":true} + "/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework": {"is-mutated":true} + "/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework/Flutter": {"is-mutated":true} + "/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner": {"is-mutated":true} + "<TRIGGER: CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>": {"is-command-timestamp":true} + "<TRIGGER: Ld /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner normal arm64>": {"is-command-timestamp":true} + "<TRIGGER: MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>": {"is-command-timestamp":true} + "<TRIGGER: PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/App.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>": {"is-command-timestamp":true} + "<TRIGGER: PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/Flutter.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>": {"is-command-timestamp":true} + +commands: + "<all>": {"tool":"phony","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework/App","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework/_CodeSignature","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework/Flutter","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework/_CodeSignature","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/_CodeSignature","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--end>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--modules-ready>"],"outputs":["<all>"]} + "<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-Debug-development-iphoneos-stale-file-removal>": {"tool":"stale-file-removal","expectedOutputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/_CodeSignature","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework/App","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework/_CodeSignature","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework/Flutter","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework/_CodeSignature","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/assetcatalog_generated_info.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Assets.car","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/AppFrameworkInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Debug.xcconfig","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/Main.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework/App","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework/Flutter","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Info.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.app.xcent","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/embedded.mobileprovision","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Entitlements.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/all-product-headers.yaml"],"roots":["/tmp/Runner.dst","/Users/igorwork/development/vereign/mobile_app/ios/build","/Users/igorwork/development/vereign/mobile_app/ios/build"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-Debug-development-iphoneos-stale-file-removal>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangeAlternatePermissions": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangePermissions>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangeAlternatePermissions>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangePermissions": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-StripSymbols>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangePermissions>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangeAlternatePermissions>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CopyAside": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductPostprocessingTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CopyAside>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-StripSymbols": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CopyAside>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-StripSymbols>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-Validate": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<Touch /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","<Validate /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-Validate>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.app.xcent","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/embedded.mobileprovision","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Entitlements.plist"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/all-product-headers.yaml"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--InfoPlistTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Info.plist"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--InfoPlistTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ModuleMapTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ModuleMapTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductPostprocessingTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--InfoPlistTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--VersionPlistTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SanitizerTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ModuleMapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SwiftStandardLibrariesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--StubBinaryTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductPostprocessingTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--start>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","<MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SanitizerTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SanitizerTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--StubBinaryTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--StubBinaryTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SwiftStandardLibrariesTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<CopySwiftStdlib /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SwiftStandardLibrariesTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetPostprocessingTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductPostprocessingTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetPostprocessingTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--VersionPlistTaskProducer": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--VersionPlistTaskProducer>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-Debug-development-iphoneos-stale-file-removal>","<CreateBuildDirectory-/tmp/Runner.dst>","<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>","<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--end": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangeAlternatePermissions>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangePermissions>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CopyAside>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-StripSymbols>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-Validate>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--InfoPlistTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ModuleMapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductPostprocessingTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SanitizerTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--StubBinaryTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--SwiftStandardLibrariesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetPostprocessingTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--TestTargetTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--VersionPlistTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks>","<CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","<CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>","<CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Assets.car","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/AppFrameworkInfo.plist","<CopySwiftStdlib /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Debug.xcconfig","<Linked Binary /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner>","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/Main.storyboardc","<MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","<MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks>","<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>","<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6df9eb60ff613d36b3b9942d1a6e1e7c6aa>","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dff1eee2015e8ff5ebcd27678f788c2826>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dfa0e77cc467c7479a7b8b040215e251aa>","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Info.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.app.xcent","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/embedded.mobileprovision","<Touch /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","<Validate /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Entitlements.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.hmap","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/all-product-headers.yaml"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--end>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-Debug-development-iphoneos-stale-file-removal>","<CreateBuildDirectory-/tmp/Runner.dst>","<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>","<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-Debug-development-iphoneos-stale-file-removal>","<CreateBuildDirectory-/tmp/Runner.dst>","<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>","<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--modules-ready": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6df9eb60ff613d36b3b9942d1a6e1e7c6aa>","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dff1eee2015e8ff5ebcd27678f788c2826>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dfa0e77cc467c7479a7b8b040215e251aa>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--modules-ready>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6df9eb60ff613d36b3b9942d1a6e1e7c6aa>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o","<Linked Binary /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Assets.car","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/AppFrameworkInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Debug.xcconfig","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/Main.storyboardc"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>","<CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>","<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>","<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dff1eee2015e8ff5ebcd27678f788c2826>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary>"]} + "Gate target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks": {"tool":"phony","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>","<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dfa0e77cc467c7479a7b8b040215e251aa>","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh"],"outputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks>"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app": {"tool":"shell","description":"CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Info.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.app.xcent","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangeAlternatePermissions>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>","<TRIGGER: MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","<TRIGGER: Ld /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner normal arm64>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/_CodeSignature","<CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","<TRIGGER: CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"],"args":["/usr/bin/codesign","--force","--sign","4B0CF1CA341CD9AEC0EF440F7C1C228289E077FE","--entitlements","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.app.xcent","--timestamp=none","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app"],"env":{"CODESIGN_ALLOCATE":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate"},"can-safely-interrupt":false,"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","signature":"233f842cf8dd3896bf27cd8bc21fc681"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework": {"tool":"shell","description":"CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework","inputs":["<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>","<TRIGGER: PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/App.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>","<TRIGGER: PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/App.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework/_CodeSignature","<CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>"],"args":["/usr/bin/codesign","--force","--sign","4B0CF1CA341CD9AEC0EF440F7C1C228289E077FE","--timestamp=none","--preserve-metadata=identifier,entitlements,flags","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework"],"env":{"CODESIGN_ALLOCATE":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate"},"can-safely-interrupt":false,"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","signature":"20c1f9c456eb645435b4547c5ecf2350"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework": {"tool":"shell","description":"CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework","inputs":["<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>","<TRIGGER: PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/Flutter.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>","<TRIGGER: PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/Flutter.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework/_CodeSignature","<CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>"],"args":["/usr/bin/codesign","--force","--sign","4B0CF1CA341CD9AEC0EF440F7C1C228289E077FE","--timestamp=none","--preserve-metadata=identifier,entitlements,flags","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework"],"env":{"CODESIGN_ALLOCATE":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate"},"can-safely-interrupt":false,"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","signature":"ab8c47e6f59f2498c82515aeb133dbde"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileAssetCatalog /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app /Users/igorwork/development/vereign/mobile_app/ios/Runner/Assets.xcassets": {"tool":"shell","description":"CompileAssetCatalog /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app /Users/igorwork/development/vereign/mobile_app/ios/Runner/Assets.xcassets","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/Assets.xcassets/","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/assetcatalog_generated_info.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Assets.car"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/actool","--output-format","human-readable-text","--notices","--warnings","--export-dependency-info","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/assetcatalog_dependencies","--output-partial-info-plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/assetcatalog_generated_info.plist","--app-icon","AppIcon","--compress-pngs","--enable-on-demand-resources","YES","--filter-for-device-model","iPhone10,6","--filter-for-device-os-version","12.3.1","--sticker-pack-identifier-prefix","com.vereign.app.sticker-pack.","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","8.0","--platform","iphoneos","--product-type","com.apple.product-type.application","--compile","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","/Users/igorwork/development/vereign/mobile_app/ios/Runner/Assets.xcassets"],"env":{},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"deps":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/assetcatalog_dependencies"],"deps-style":"dependency-info","signature":"22e46a07f045d7d6c76ae49394b248b9"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o /Users/igorwork/development/vereign/mobile_app/ios/Runner/AppDelegate.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o /Users/igorwork/development/vereign/mobile_app/ios/Runner/AppDelegate.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/AppDelegate.m","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","objective-c","-arch","arm64","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fobjc-arc","-fmodules","-gmodules","-fmodules-cache-path=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","-fmodules-validate-once-per-build-session","-Wnon-modular-include-in-framework-module","-Werror=non-modular-include-in-framework-module","-Wno-trigraphs","-fpascal-strings","-O0","-fno-common","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Werror=return-type","-Wunreachable-code","-Wno-implicit-atomic-properties","-Werror=deprecated-objc-isa-usage","-Wno-objc-interface-ivars","-Werror=objc-root-class","-Wno-arc-repeated-use-of-weak","-Wimplicit-retain-self","-Wduplicate-method-match","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wunused-function","-Wno-unused-label","-Wno-unused-parameter","-Wunused-variable","-Wunused-value","-Wempty-body","-Wuninitialized","-Wconditional-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wconstant-conversion","-Wint-conversion","-Wbool-conversion","-Wenum-conversion","-Wno-float-conversion","-Wnon-literal-null-conversion","-Wobjc-literal-conversion","-Wshorten-64-to-32","-Wpointer-sign","-Wno-newline-eof","-Wno-selector","-Wno-strict-selector-match","-Wundeclared-selector","-Wdeprecated-implementations","-DDEBUG=1","-DCOCOAPODS=1","-DCOCOAPODS=1","-DOBJC_OLD_DISPATCH_PROTOTYPES=0","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","-fstrict-aliasing","-Wprotocol","-Wdeprecated-declarations","-miphoneos-version-min=8.0","-g","-Wno-sign-conversion","-Winfinite-recursion","-Wcomma","-Wblock-capture-autoreleasing","-Wstrict-prototypes","-Wno-semicolon-before-method-body","-index-store-path","/Users/igorwork/Library/Developer/Xcode/DerivedData/Runner-drrcsdfmfuxbsxcsffihjkubnynv/Index/DataStore","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources-normal/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/Flutter","-MMD","-MT","dependencies","-MF","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.d","--serialize-diagnostics","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.dia","-c","/Users/igorwork/development/vereign/mobile_app/ios/Runner/AppDelegate.m","-o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","deps":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.d"],"deps-style":"makefile","signature":"a691683d1b442e12569f992f6701e86a"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o /Users/igorwork/development/vereign/mobile_app/ios/Runner/GeneratedPluginRegistrant.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o /Users/igorwork/development/vereign/mobile_app/ios/Runner/GeneratedPluginRegistrant.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/GeneratedPluginRegistrant.m","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","objective-c","-arch","arm64","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fobjc-arc","-fmodules","-gmodules","-fmodules-cache-path=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","-fmodules-validate-once-per-build-session","-Wnon-modular-include-in-framework-module","-Werror=non-modular-include-in-framework-module","-Wno-trigraphs","-fpascal-strings","-O0","-fno-common","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Werror=return-type","-Wunreachable-code","-Wno-implicit-atomic-properties","-Werror=deprecated-objc-isa-usage","-Wno-objc-interface-ivars","-Werror=objc-root-class","-Wno-arc-repeated-use-of-weak","-Wimplicit-retain-self","-Wduplicate-method-match","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wunused-function","-Wno-unused-label","-Wno-unused-parameter","-Wunused-variable","-Wunused-value","-Wempty-body","-Wuninitialized","-Wconditional-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wconstant-conversion","-Wint-conversion","-Wbool-conversion","-Wenum-conversion","-Wno-float-conversion","-Wnon-literal-null-conversion","-Wobjc-literal-conversion","-Wshorten-64-to-32","-Wpointer-sign","-Wno-newline-eof","-Wno-selector","-Wno-strict-selector-match","-Wundeclared-selector","-Wdeprecated-implementations","-DDEBUG=1","-DCOCOAPODS=1","-DCOCOAPODS=1","-DOBJC_OLD_DISPATCH_PROTOTYPES=0","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","-fstrict-aliasing","-Wprotocol","-Wdeprecated-declarations","-miphoneos-version-min=8.0","-g","-Wno-sign-conversion","-Winfinite-recursion","-Wcomma","-Wblock-capture-autoreleasing","-Wstrict-prototypes","-Wno-semicolon-before-method-body","-index-store-path","/Users/igorwork/Library/Developer/Xcode/DerivedData/Runner-drrcsdfmfuxbsxcsffihjkubnynv/Index/DataStore","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources-normal/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/Flutter","-MMD","-MT","dependencies","-MF","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.d","--serialize-diagnostics","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.dia","-c","/Users/igorwork/development/vereign/mobile_app/ios/Runner/GeneratedPluginRegistrant.m","-o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","deps":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.d"],"deps-style":"makefile","signature":"c928d597c8462dfa50d04e56c96a4b03"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","c","-arch","arm64","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fmodules","-gmodules","-fmodules-cache-path=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","-fmodules-validate-once-per-build-session","-Wnon-modular-include-in-framework-module","-Werror=non-modular-include-in-framework-module","-Wno-trigraphs","-fpascal-strings","-O0","-fno-common","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Werror=return-type","-Wunreachable-code","-Werror=deprecated-objc-isa-usage","-Werror=objc-root-class","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wunused-function","-Wno-unused-label","-Wno-unused-parameter","-Wunused-variable","-Wunused-value","-Wempty-body","-Wuninitialized","-Wconditional-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wconstant-conversion","-Wint-conversion","-Wbool-conversion","-Wenum-conversion","-Wno-float-conversion","-Wnon-literal-null-conversion","-Wobjc-literal-conversion","-Wshorten-64-to-32","-Wpointer-sign","-Wno-newline-eof","-DDEBUG=1","-DCOCOAPODS=1","-DCOCOAPODS=1","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","-fstrict-aliasing","-Wdeprecated-declarations","-miphoneos-version-min=8.0","-g","-Wno-sign-conversion","-Winfinite-recursion","-Wcomma","-Wblock-capture-autoreleasing","-Wstrict-prototypes","-Wno-semicolon-before-method-body","-index-store-path","/Users/igorwork/Library/Developer/Xcode/DerivedData/Runner-drrcsdfmfuxbsxcsffihjkubnynv/Index/DataStore","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources-normal/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/Flutter","-MMD","-MT","dependencies","-MF","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.d","--serialize-diagnostics","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.dia","-c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","-o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","deps":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.d"],"deps-style":"makefile","signature":"6cfdaa519e97a13c22ff65751a235fbd"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o /Users/igorwork/development/vereign/mobile_app/ios/Runner/main.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o /Users/igorwork/development/vereign/mobile_app/ios/Runner/main.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/main.m","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--generated-headers>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","objective-c","-arch","arm64","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fobjc-arc","-fmodules","-gmodules","-fmodules-cache-path=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","-fmodules-validate-once-per-build-session","-Wnon-modular-include-in-framework-module","-Werror=non-modular-include-in-framework-module","-Wno-trigraphs","-fpascal-strings","-O0","-fno-common","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Werror=return-type","-Wunreachable-code","-Wno-implicit-atomic-properties","-Werror=deprecated-objc-isa-usage","-Wno-objc-interface-ivars","-Werror=objc-root-class","-Wno-arc-repeated-use-of-weak","-Wimplicit-retain-self","-Wduplicate-method-match","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wunused-function","-Wno-unused-label","-Wno-unused-parameter","-Wunused-variable","-Wunused-value","-Wempty-body","-Wuninitialized","-Wconditional-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wconstant-conversion","-Wint-conversion","-Wbool-conversion","-Wenum-conversion","-Wno-float-conversion","-Wnon-literal-null-conversion","-Wobjc-literal-conversion","-Wshorten-64-to-32","-Wpointer-sign","-Wno-newline-eof","-Wno-selector","-Wno-strict-selector-match","-Wundeclared-selector","-Wdeprecated-implementations","-DDEBUG=1","-DCOCOAPODS=1","-DCOCOAPODS=1","-DOBJC_OLD_DISPATCH_PROTOTYPES=0","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","-fstrict-aliasing","-Wprotocol","-Wdeprecated-declarations","-miphoneos-version-min=8.0","-g","-Wno-sign-conversion","-Winfinite-recursion","-Wcomma","-Wblock-capture-autoreleasing","-Wstrict-prototypes","-Wno-semicolon-before-method-body","-index-store-path","/Users/igorwork/Library/Developer/Xcode/DerivedData/Runner-drrcsdfmfuxbsxcsffihjkubnynv/Index/DataStore","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","-iquote","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources-normal/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/arm64","-I/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/Flutter","-MMD","-MT","dependencies","-MF","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.d","--serialize-diagnostics","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.dia","-c","/Users/igorwork/development/vereign/mobile_app/ios/Runner/main.m","-o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","deps":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.d"],"deps-style":"makefile","signature":"be7b52e5b3996bc548492088f0cd08a1"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileStoryboard /Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/LaunchScreen.storyboard": {"tool":"shell","description":"CompileStoryboard /Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/LaunchScreen.storyboard","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/LaunchScreen.storyboard","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool","--errors","--warnings","--notices","--module","Runner","--output-partial-info-plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","--auto-activate-custom-fonts","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","8.0","--output-format","human-readable-text","--compilation-directory","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj","/Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/LaunchScreen.storyboard"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"454aa5a91179573e1d82e46aaa6f69d2"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CompileStoryboard /Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/Main.storyboard": {"tool":"shell","description":"CompileStoryboard /Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/Main.storyboard","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/Main.storyboard","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool","--errors","--warnings","--notices","--module","Runner","--output-partial-info-plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","--auto-activate-custom-fonts","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","8.0","--output-format","human-readable-text","--compilation-directory","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj","/Users/igorwork/development/vereign/mobile_app/ios/Runner/Base.lproj/Main.storyboard"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"f3b7b1e5f8f7d8392679ecd7265a9844"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CopyPlistFile /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/AppFrameworkInfo.plist /Users/igorwork/development/vereign/mobile_app/ios/Flutter/AppFrameworkInfo.plist": {"tool":"copy-plist","description":"CopyPlistFile /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/AppFrameworkInfo.plist /Users/igorwork/development/vereign/mobile_app/ios/Flutter/AppFrameworkInfo.plist","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Flutter/AppFrameworkInfo.plist","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/AppFrameworkInfo.plist"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CopySwiftLibs /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app": {"tool":"embed-swift-stdlib","description":"CopySwiftLibs /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["<CopySwiftStdlib /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"],"deps":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/SwiftStdLibToolInputDependencies.dep"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CpResource /Users/igorwork/development/vereign/mobile_app/ios/Flutter/Debug.xcconfig /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Debug.xcconfig": {"tool":"file-copy","description":"CpResource /Users/igorwork/development/vereign/mobile_app/ios/Flutter/Debug.xcconfig /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Debug.xcconfig","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Flutter/Debug.xcconfig/","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Debug.xcconfig"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:CreateBuildDirectory /Users/igorwork/development/vereign/mobile_app/ios/build": {"tool":"create-build-directory","description":"CreateBuildDirectory /Users/igorwork/development/vereign/mobile_app/ios/build","inputs":[],"outputs":["<CreateBuildDirectory-/Users/igorwork/development/vereign/mobile_app/ios/build>","/Users/igorwork/development/vereign/mobile_app/ios/build"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:Ld /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner normal arm64": {"tool":"shell","description":"Ld /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner normal arm64","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/main.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner","<Linked Binary /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner>","<TRIGGER: Ld /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner normal arm64>"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-arch","arm64","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","-L/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","-L/Users/igorwork/development/vereign/mobile_app/ios/Flutter","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links","-F/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher","-F/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios","-F/Users/igorwork/development/vereign/mobile_app/ios/Flutter","-filelist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","-Xlinker","-rpath","-Xlinker","@executable_path/Frameworks","-Xlinker","-rpath","-Xlinker","@loader_path/Frameworks","-Xlinker","-rpath","-Xlinker","@executable_path/Frameworks","-Xlinker","-rpath","-Xlinker","@loader_path/Frameworks","-Xlinker","-rpath","-Xlinker","@executable_path/Frameworks","-miphoneos-version-min=8.0","-dead_strip","-Xlinker","-object_path_lto","-Xlinker","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_lto.o","-Xlinker","-export_dynamic","-Xlinker","-no_deduplicate","-fobjc-arc","-fobjc-link-runtime","-framework","AppAuth","-framework","Flutter","-framework","SafariServices","-framework","flutter_app_auth_wrapper","-framework","flutter_web_browser","-framework","uni_links","-framework","url_launcher","-weak_framework","AuthenticationServices","-framework","AppAuth","-framework","Flutter","-framework","SafariServices","-framework","flutter_app_auth_wrapper","-framework","flutter_web_browser","-framework","uni_links","-framework","url_launcher","-weak_framework","AuthenticationServices","-framework","Flutter","-framework","App","-framework","Pods_Runner","-Xlinker","-dependency_info","-Xlinker","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat","-o","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Runner"],"env":{"IPHONEOS_DEPLOYMENT_TARGET":"8.0"},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","deps":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat"],"deps-style":"dependency-info","signature":"1c48cf7d780c69f5b388e96334fc0633"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:LinkStoryboards": {"tool":"shell","description":"LinkStoryboards","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main.storyboardc","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Base.lproj/Main.storyboardc"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool","--errors","--warnings","--notices","--module","Runner","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","8.0","--output-format","human-readable-text","--link","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main.storyboardc"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"58d61d5b01685fb20041a572a63968c9"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app": {"tool":"mkdir","description":"MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--start>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","<MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>","<TRIGGER: MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks": {"tool":"mkdir","description":"MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--start>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks","<MkDir /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks>"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/App.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework": {"tool":"file-copy","description":"PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/App.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Flutter/App.framework/","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework/App","<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>","<TRIGGER: PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/App.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/App.framework>"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/Flutter.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework": {"tool":"file-copy","description":"PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/Flutter.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Flutter/Flutter.framework/","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework/Flutter","<PbxCp /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>","<TRIGGER: PBXCp /Users/igorwork/development/vereign/mobile_app/ios/Flutter/Flutter.framework /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Frameworks/Flutter.framework>"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:PhaseScriptExecution Run Script /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh": {"tool":"shell","description":"PhaseScriptExecution Run Script /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6df9eb60ff613d36b3b9942d1a6e1e7c6aa>"],"args":["/bin/sh","-c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"igorwork","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"YES","ALWAYS_SEARCH_USER_PATHS":"NO","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","ARCHS":"arm64","ARCHS_STANDARD":"armv7 arm64","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"armv7 arm64","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","AppIdentifierPrefix":"825ANDQ593.","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CACHE_ROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CCHROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_NONNULL":"YES","CLANG_CXX_LANGUAGE_STANDARD":"gnu++0x","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING":"YES","CLANG_WARN_BOOL_CONVERSION":"YES","CLANG_WARN_COMMA":"YES","CLANG_WARN_CONSTANT_CONVERSION":"YES","CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS":"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_IMPLICIT_RETAIN_SELF":"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","CLASS_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_IDENTITY":"iPhone Developer","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/igorwork/development/vereign/mobile_app/ios/build/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug-development","CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CONFIGURATION_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos","CONTENTS_FOLDER_PATH":"Runner.app","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"NO","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator12.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_VARIANT":"normal","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_KEXT_INSTALL_PATH":"/System/Library/Extensions","DEFINES_MODULE":"NO","DEPLOYMENT_LOCATION":"NO","DEPLOYMENT_POSTPROCESSING":"NO","DEPLOYMENT_TARGET_CLANG_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_CLANG_FLAG_NAME":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4","DERIVED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"en","DEVELOPMENT_TEAM":"825ANDQ593","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DO_HEADER_SCANNING_IN_JAM":"NO","DSTROOT":"/tmp/Runner.dst","DT_TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","DWARF_DSYM_FILE_NAME":"Runner.app.dSYM","DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT":"NO","DWARF_DSYM_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENTITLEMENTS_ALLOWED":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"YES","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"Runner.app/Executables","EXECUTABLE_FOLDER_PATH":"Runner.app","EXECUTABLE_NAME":"Runner","EXECUTABLE_PATH":"Runner.app/Runner","EXPANDED_CODE_SIGN_IDENTITY":"4B0CF1CA341CD9AEC0EF440F7C1C228289E077FE","EXPANDED_CODE_SIGN_IDENTITY_NAME":"iPhone Developer: Stephan Morphis (R5VTVKG6Y8)","EXPANDED_PROVISIONING_PROFILE":"f165d174-91da-44fe-bd23-0ed4e66d9742","FILE_LIST":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/FixedFiles","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" /Users/igorwork/development/vereign/mobile_app/ios/Flutter","FRAMEWORK_VERSION":"A","FULL_PRODUCT_NAME":"Runner.app","GCC3_VERSION":"3.3","GCC_C_LANGUAGE_STANDARD":"gnu99","GCC_DYNAMIC_NO_PIC":"NO","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_NO_COMMON_BLOCKS":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","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","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"YES","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/igorwork","ICONV":"/usr/bin/iconv","INFOPLIST_EXPAND_BUILD_SETTINGS":"YES","INFOPLIST_FILE":"Runner/Info.plist","INFOPLIST_OUTPUT_FORMAT":"binary","INFOPLIST_PATH":"Runner.app/Info.plist","INFOPLIST_PREPROCESS":"NO","INFOSTRINGS_PATH":"Runner.app/en.lproj/InfoPlist.strings","INLINE_PRIVATE_FRAMEWORKS":"NO","INSTALLHDRS_COPY_PHASE":"NO","INSTALLHDRS_SCRIPT_PHASE":"NO","INSTALL_DIR":"/tmp/Runner.dst/Applications","INSTALL_GROUP":"staff","INSTALL_MODE_FLAG":"u+w,go-w,a+rX","INSTALL_OWNER":"igorwork","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"8.0","JAVAC_DEFAULT_FLAGS":"-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8","JAVA_APP_STUB":"/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub","JAVA_ARCHIVE_CLASSES":"YES","JAVA_ARCHIVE_TYPE":"JAR","JAVA_COMPILER":"/usr/bin/javac","JAVA_FOLDER_PATH":"Runner.app/Java","JAVA_FRAMEWORK_RESOURCES_DIRS":"Resources","JAVA_JAR_FLAGS":"cv","JAVA_SOURCE_SUBDIR":".","JAVA_USE_DEPENDENCIES":"YES","JAVA_ZIP_FLAGS":"-urg","JIKES_DEFAULT_FLAGS":"+E +OLDCSO","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos /Users/igorwork/development/vereign/mobile_app/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFLocalizedString","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","LOCSYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"18F132","MAC_OS_X_VERSION_ACTUAL":"101405","MAC_OS_X_VERSION_MAJOR":"101400","MAC_OS_X_VERSION_MINOR":"1405","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","MODULE_CACHE_DIR":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"armv7","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","OBJROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\"","OTHER_SWIFT_FLAGS":" -D COCOAPODS -D COCOAPODS","PACKAGE_TYPE":"com.apple.package-type.wrapper.application","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"Runner.app/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"16G73","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","PODS_CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","PODS_PODFILE_DIR_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/.","PODS_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/Pods","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"com.vereign.app","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/DerivedSources","PROJECT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios","PROJECT_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build","PROJECT_TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","PROVISIONING_PROFILE_REQUIRED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"Runner.app/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESOURCE_RULES_REQUIRED":"YES","REZ_COLLECTOR_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR_iphoneos12_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_NAME":"iphoneos12.4","SDK_NAMES":"iphoneos12.4","SDK_PRODUCT_BUILD_VERSION":"16G73","SDK_VERSION":"12.4","SDK_VERSION_ACTUAL":"120400","SDK_VERSION_MAJOR":"120000","SDK_VERSION_MINOR":"400","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios","SRCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"YES","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_OBJC_BRIDGING_HEADER":"Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_VERSION":"4.0","SYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","SYSTEM_ADMIN_APPS_DIR":"/Applications/Utilities","SYSTEM_APPS_DIR":"/Applications","SYSTEM_CORE_SERVICES_DIR":"/System/Library/CoreServices","SYSTEM_DEMOS_DIR":"/Applications/Extras","SYSTEM_DEVELOPER_APPS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","SYSTEM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","SYSTEM_DEVELOPER_DEMOS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples","SYSTEM_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SYSTEM_DEVELOPER_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library","SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools","SYSTEM_DEVELOPER_JAVA_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Java Tools","SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools","SYSTEM_DEVELOPER_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes","SYSTEM_DEVELOPER_TOOLS":"/Applications/Xcode.app/Contents/Developer/Tools","SYSTEM_DEVELOPER_TOOLS_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools","SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools","SYSTEM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","SYSTEM_DEVELOPER_UTILITIES_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities","SYSTEM_DOCUMENTATION_DIR":"/Library/Documentation","SYSTEM_KEXT_INSTALL_PATH":"/System/Library/Extensions","SYSTEM_LIBRARY_DIR":"/System/Library","TAPI_VERIFY_MODE":"ErrorsOnly","TARGETED_DEVICE_FAMILY":"1,2","TARGETNAME":"Runner","TARGET_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","TARGET_DEVICE_IDENTIFIER":"7db350d25bf1f4f50f6ad677cb838caec1e64b83","TARGET_DEVICE_MODEL":"iPhone10,6","TARGET_DEVICE_OS_VERSION":"12.3.1","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TeamIdentifierPrefix":"825ANDQ593.","UID":"503","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"igorwork","USER_APPS_DIR":"/Users/igorwork/Applications","USER_LIBRARY_DIR":"/Users/igorwork/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","VALIDATE_PRODUCT":"NO","VALID_ARCHS":"arm64 arm64e armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"igorwork","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-\"","WRAPPER_EXTENSION":"app","WRAPPER_NAME":"Runner.app","WRAPPER_SUFFIX":".app","WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES":"NO","XCODE_APP_SUPPORT_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Xcode","XCODE_PRODUCT_BUILD_VERSION":"10G8","XCODE_VERSION_ACTUAL":"1030","XCODE_VERSION_MAJOR":"1000","XCODE_VERSION_MINOR":"1030","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","bundle_name_suffix":"-dev","bundle_suffix":".dev","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"0b75fabbd57ff97f03dbf8aae8f4dcce"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:PhaseScriptExecution Thin Binary /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh": {"tool":"shell","description":"PhaseScriptExecution Thin Binary /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dff1eee2015e8ff5ebcd27678f788c2826>"],"args":["/bin/sh","-c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"igorwork","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"YES","ALWAYS_SEARCH_USER_PATHS":"NO","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","ARCHS":"arm64","ARCHS_STANDARD":"armv7 arm64","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"armv7 arm64","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","AppIdentifierPrefix":"825ANDQ593.","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CACHE_ROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CCHROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_NONNULL":"YES","CLANG_CXX_LANGUAGE_STANDARD":"gnu++0x","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING":"YES","CLANG_WARN_BOOL_CONVERSION":"YES","CLANG_WARN_COMMA":"YES","CLANG_WARN_CONSTANT_CONVERSION":"YES","CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS":"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_IMPLICIT_RETAIN_SELF":"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","CLASS_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_IDENTITY":"iPhone Developer","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/igorwork/development/vereign/mobile_app/ios/build/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug-development","CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CONFIGURATION_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos","CONTENTS_FOLDER_PATH":"Runner.app","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"NO","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator12.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_VARIANT":"normal","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_KEXT_INSTALL_PATH":"/System/Library/Extensions","DEFINES_MODULE":"NO","DEPLOYMENT_LOCATION":"NO","DEPLOYMENT_POSTPROCESSING":"NO","DEPLOYMENT_TARGET_CLANG_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_CLANG_FLAG_NAME":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4","DERIVED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"en","DEVELOPMENT_TEAM":"825ANDQ593","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DO_HEADER_SCANNING_IN_JAM":"NO","DSTROOT":"/tmp/Runner.dst","DT_TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","DWARF_DSYM_FILE_NAME":"Runner.app.dSYM","DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT":"NO","DWARF_DSYM_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENTITLEMENTS_ALLOWED":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"YES","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"Runner.app/Executables","EXECUTABLE_FOLDER_PATH":"Runner.app","EXECUTABLE_NAME":"Runner","EXECUTABLE_PATH":"Runner.app/Runner","EXPANDED_CODE_SIGN_IDENTITY":"4B0CF1CA341CD9AEC0EF440F7C1C228289E077FE","EXPANDED_CODE_SIGN_IDENTITY_NAME":"iPhone Developer: Stephan Morphis (R5VTVKG6Y8)","EXPANDED_PROVISIONING_PROFILE":"f165d174-91da-44fe-bd23-0ed4e66d9742","FILE_LIST":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/FixedFiles","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" /Users/igorwork/development/vereign/mobile_app/ios/Flutter","FRAMEWORK_VERSION":"A","FULL_PRODUCT_NAME":"Runner.app","GCC3_VERSION":"3.3","GCC_C_LANGUAGE_STANDARD":"gnu99","GCC_DYNAMIC_NO_PIC":"NO","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_NO_COMMON_BLOCKS":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","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","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"YES","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/igorwork","ICONV":"/usr/bin/iconv","INFOPLIST_EXPAND_BUILD_SETTINGS":"YES","INFOPLIST_FILE":"Runner/Info.plist","INFOPLIST_OUTPUT_FORMAT":"binary","INFOPLIST_PATH":"Runner.app/Info.plist","INFOPLIST_PREPROCESS":"NO","INFOSTRINGS_PATH":"Runner.app/en.lproj/InfoPlist.strings","INLINE_PRIVATE_FRAMEWORKS":"NO","INSTALLHDRS_COPY_PHASE":"NO","INSTALLHDRS_SCRIPT_PHASE":"NO","INSTALL_DIR":"/tmp/Runner.dst/Applications","INSTALL_GROUP":"staff","INSTALL_MODE_FLAG":"u+w,go-w,a+rX","INSTALL_OWNER":"igorwork","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"8.0","JAVAC_DEFAULT_FLAGS":"-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8","JAVA_APP_STUB":"/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub","JAVA_ARCHIVE_CLASSES":"YES","JAVA_ARCHIVE_TYPE":"JAR","JAVA_COMPILER":"/usr/bin/javac","JAVA_FOLDER_PATH":"Runner.app/Java","JAVA_FRAMEWORK_RESOURCES_DIRS":"Resources","JAVA_JAR_FLAGS":"cv","JAVA_SOURCE_SUBDIR":".","JAVA_USE_DEPENDENCIES":"YES","JAVA_ZIP_FLAGS":"-urg","JIKES_DEFAULT_FLAGS":"+E +OLDCSO","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos /Users/igorwork/development/vereign/mobile_app/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFLocalizedString","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","LOCSYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"18F132","MAC_OS_X_VERSION_ACTUAL":"101405","MAC_OS_X_VERSION_MAJOR":"101400","MAC_OS_X_VERSION_MINOR":"1405","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","MODULE_CACHE_DIR":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"armv7","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","OBJROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\"","OTHER_SWIFT_FLAGS":" -D COCOAPODS -D COCOAPODS","PACKAGE_TYPE":"com.apple.package-type.wrapper.application","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"Runner.app/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"16G73","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","PODS_CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","PODS_PODFILE_DIR_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/.","PODS_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/Pods","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"com.vereign.app","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/DerivedSources","PROJECT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios","PROJECT_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build","PROJECT_TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","PROVISIONING_PROFILE_REQUIRED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"Runner.app/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESOURCE_RULES_REQUIRED":"YES","REZ_COLLECTOR_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR_iphoneos12_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_NAME":"iphoneos12.4","SDK_NAMES":"iphoneos12.4","SDK_PRODUCT_BUILD_VERSION":"16G73","SDK_VERSION":"12.4","SDK_VERSION_ACTUAL":"120400","SDK_VERSION_MAJOR":"120000","SDK_VERSION_MINOR":"400","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios","SRCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"YES","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_OBJC_BRIDGING_HEADER":"Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_VERSION":"4.0","SYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","SYSTEM_ADMIN_APPS_DIR":"/Applications/Utilities","SYSTEM_APPS_DIR":"/Applications","SYSTEM_CORE_SERVICES_DIR":"/System/Library/CoreServices","SYSTEM_DEMOS_DIR":"/Applications/Extras","SYSTEM_DEVELOPER_APPS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","SYSTEM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","SYSTEM_DEVELOPER_DEMOS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples","SYSTEM_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SYSTEM_DEVELOPER_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library","SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools","SYSTEM_DEVELOPER_JAVA_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Java Tools","SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools","SYSTEM_DEVELOPER_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes","SYSTEM_DEVELOPER_TOOLS":"/Applications/Xcode.app/Contents/Developer/Tools","SYSTEM_DEVELOPER_TOOLS_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools","SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools","SYSTEM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","SYSTEM_DEVELOPER_UTILITIES_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities","SYSTEM_DOCUMENTATION_DIR":"/Library/Documentation","SYSTEM_KEXT_INSTALL_PATH":"/System/Library/Extensions","SYSTEM_LIBRARY_DIR":"/System/Library","TAPI_VERIFY_MODE":"ErrorsOnly","TARGETED_DEVICE_FAMILY":"1,2","TARGETNAME":"Runner","TARGET_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","TARGET_DEVICE_IDENTIFIER":"7db350d25bf1f4f50f6ad677cb838caec1e64b83","TARGET_DEVICE_MODEL":"iPhone10,6","TARGET_DEVICE_OS_VERSION":"12.3.1","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TeamIdentifierPrefix":"825ANDQ593.","UID":"503","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"igorwork","USER_APPS_DIR":"/Users/igorwork/Applications","USER_LIBRARY_DIR":"/Users/igorwork/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","VALIDATE_PRODUCT":"NO","VALID_ARCHS":"arm64 arm64e armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"igorwork","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-\"","WRAPPER_EXTENSION":"app","WRAPPER_NAME":"Runner.app","WRAPPER_SUFFIX":".app","WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES":"NO","XCODE_APP_SUPPORT_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Xcode","XCODE_PRODUCT_BUILD_VERSION":"10G8","XCODE_VERSION_ACTUAL":"1030","XCODE_VERSION_MAJOR":"1000","XCODE_VERSION_MINOR":"1030","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","bundle_name_suffix":"-dev","bundle_suffix":".dev","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"d72f27c83752c62bafd7996647096b55"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:PhaseScriptExecution [CP] Check Pods Manifest.lock /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh": {"tool":"shell","description":"PhaseScriptExecution [CP] Check Pods Manifest.lock /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Podfile.lock","/Users/igorwork/development/vereign/mobile_app/ios/Pods/Manifest.lock","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt"],"args":["/bin/sh","-c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"igorwork","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"YES","ALWAYS_SEARCH_USER_PATHS":"NO","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","ARCHS":"arm64","ARCHS_STANDARD":"armv7 arm64","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"armv7 arm64","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","AppIdentifierPrefix":"825ANDQ593.","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CACHE_ROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CCHROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_NONNULL":"YES","CLANG_CXX_LANGUAGE_STANDARD":"gnu++0x","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING":"YES","CLANG_WARN_BOOL_CONVERSION":"YES","CLANG_WARN_COMMA":"YES","CLANG_WARN_CONSTANT_CONVERSION":"YES","CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS":"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_IMPLICIT_RETAIN_SELF":"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","CLASS_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_IDENTITY":"iPhone Developer","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/igorwork/development/vereign/mobile_app/ios/build/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug-development","CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CONFIGURATION_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos","CONTENTS_FOLDER_PATH":"Runner.app","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"NO","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator12.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_VARIANT":"normal","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_KEXT_INSTALL_PATH":"/System/Library/Extensions","DEFINES_MODULE":"NO","DEPLOYMENT_LOCATION":"NO","DEPLOYMENT_POSTPROCESSING":"NO","DEPLOYMENT_TARGET_CLANG_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_CLANG_FLAG_NAME":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4","DERIVED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"en","DEVELOPMENT_TEAM":"825ANDQ593","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DO_HEADER_SCANNING_IN_JAM":"NO","DSTROOT":"/tmp/Runner.dst","DT_TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","DWARF_DSYM_FILE_NAME":"Runner.app.dSYM","DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT":"NO","DWARF_DSYM_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENTITLEMENTS_ALLOWED":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"YES","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"Runner.app/Executables","EXECUTABLE_FOLDER_PATH":"Runner.app","EXECUTABLE_NAME":"Runner","EXECUTABLE_PATH":"Runner.app/Runner","EXPANDED_CODE_SIGN_IDENTITY":"4B0CF1CA341CD9AEC0EF440F7C1C228289E077FE","EXPANDED_CODE_SIGN_IDENTITY_NAME":"iPhone Developer: Stephan Morphis (R5VTVKG6Y8)","EXPANDED_PROVISIONING_PROFILE":"f165d174-91da-44fe-bd23-0ed4e66d9742","FILE_LIST":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/FixedFiles","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" /Users/igorwork/development/vereign/mobile_app/ios/Flutter","FRAMEWORK_VERSION":"A","FULL_PRODUCT_NAME":"Runner.app","GCC3_VERSION":"3.3","GCC_C_LANGUAGE_STANDARD":"gnu99","GCC_DYNAMIC_NO_PIC":"NO","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_NO_COMMON_BLOCKS":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","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","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"YES","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/igorwork","ICONV":"/usr/bin/iconv","INFOPLIST_EXPAND_BUILD_SETTINGS":"YES","INFOPLIST_FILE":"Runner/Info.plist","INFOPLIST_OUTPUT_FORMAT":"binary","INFOPLIST_PATH":"Runner.app/Info.plist","INFOPLIST_PREPROCESS":"NO","INFOSTRINGS_PATH":"Runner.app/en.lproj/InfoPlist.strings","INLINE_PRIVATE_FRAMEWORKS":"NO","INSTALLHDRS_COPY_PHASE":"NO","INSTALLHDRS_SCRIPT_PHASE":"NO","INSTALL_DIR":"/tmp/Runner.dst/Applications","INSTALL_GROUP":"staff","INSTALL_MODE_FLAG":"u+w,go-w,a+rX","INSTALL_OWNER":"igorwork","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"8.0","JAVAC_DEFAULT_FLAGS":"-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8","JAVA_APP_STUB":"/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub","JAVA_ARCHIVE_CLASSES":"YES","JAVA_ARCHIVE_TYPE":"JAR","JAVA_COMPILER":"/usr/bin/javac","JAVA_FOLDER_PATH":"Runner.app/Java","JAVA_FRAMEWORK_RESOURCES_DIRS":"Resources","JAVA_JAR_FLAGS":"cv","JAVA_SOURCE_SUBDIR":".","JAVA_USE_DEPENDENCIES":"YES","JAVA_ZIP_FLAGS":"-urg","JIKES_DEFAULT_FLAGS":"+E +OLDCSO","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos /Users/igorwork/development/vereign/mobile_app/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFLocalizedString","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","LOCSYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"18F132","MAC_OS_X_VERSION_ACTUAL":"101405","MAC_OS_X_VERSION_MAJOR":"101400","MAC_OS_X_VERSION_MINOR":"1405","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","MODULE_CACHE_DIR":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"armv7","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","OBJROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\"","OTHER_SWIFT_FLAGS":" -D COCOAPODS -D COCOAPODS","PACKAGE_TYPE":"com.apple.package-type.wrapper.application","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"Runner.app/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"16G73","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","PODS_CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","PODS_PODFILE_DIR_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/.","PODS_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/Pods","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"com.vereign.app","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/DerivedSources","PROJECT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios","PROJECT_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build","PROJECT_TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","PROVISIONING_PROFILE_REQUIRED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"Runner.app/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESOURCE_RULES_REQUIRED":"YES","REZ_COLLECTOR_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_0":"/Users/igorwork/development/vereign/mobile_app/ios/Podfile.lock","SCRIPT_INPUT_FILE_1":"/Users/igorwork/development/vereign/mobile_app/ios/Pods/Manifest.lock","SCRIPT_INPUT_FILE_COUNT":"2","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_0":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","SCRIPT_OUTPUT_FILE_COUNT":"1","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR_iphoneos12_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_NAME":"iphoneos12.4","SDK_NAMES":"iphoneos12.4","SDK_PRODUCT_BUILD_VERSION":"16G73","SDK_VERSION":"12.4","SDK_VERSION_ACTUAL":"120400","SDK_VERSION_MAJOR":"120000","SDK_VERSION_MINOR":"400","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios","SRCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"YES","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_OBJC_BRIDGING_HEADER":"Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_VERSION":"4.0","SYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","SYSTEM_ADMIN_APPS_DIR":"/Applications/Utilities","SYSTEM_APPS_DIR":"/Applications","SYSTEM_CORE_SERVICES_DIR":"/System/Library/CoreServices","SYSTEM_DEMOS_DIR":"/Applications/Extras","SYSTEM_DEVELOPER_APPS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","SYSTEM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","SYSTEM_DEVELOPER_DEMOS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples","SYSTEM_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SYSTEM_DEVELOPER_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library","SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools","SYSTEM_DEVELOPER_JAVA_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Java Tools","SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools","SYSTEM_DEVELOPER_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes","SYSTEM_DEVELOPER_TOOLS":"/Applications/Xcode.app/Contents/Developer/Tools","SYSTEM_DEVELOPER_TOOLS_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools","SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools","SYSTEM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","SYSTEM_DEVELOPER_UTILITIES_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities","SYSTEM_DOCUMENTATION_DIR":"/Library/Documentation","SYSTEM_KEXT_INSTALL_PATH":"/System/Library/Extensions","SYSTEM_LIBRARY_DIR":"/System/Library","TAPI_VERIFY_MODE":"ErrorsOnly","TARGETED_DEVICE_FAMILY":"1,2","TARGETNAME":"Runner","TARGET_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","TARGET_DEVICE_IDENTIFIER":"7db350d25bf1f4f50f6ad677cb838caec1e64b83","TARGET_DEVICE_MODEL":"iPhone10,6","TARGET_DEVICE_OS_VERSION":"12.3.1","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TeamIdentifierPrefix":"825ANDQ593.","UID":"503","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"igorwork","USER_APPS_DIR":"/Users/igorwork/Applications","USER_LIBRARY_DIR":"/Users/igorwork/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","VALIDATE_PRODUCT":"NO","VALID_ARCHS":"arm64 arm64e armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"igorwork","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-\"","WRAPPER_EXTENSION":"app","WRAPPER_NAME":"Runner.app","WRAPPER_SUFFIX":".app","WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES":"NO","XCODE_APP_SUPPORT_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Xcode","XCODE_PRODUCT_BUILD_VERSION":"10G8","XCODE_VERSION_ACTUAL":"1030","XCODE_VERSION_MAJOR":"1000","XCODE_VERSION_MINOR":"1030","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","bundle_name_suffix":"-dev","bundle_suffix":".dev","variant":"normal"},"allow-missing-inputs":true,"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"1d7e65082e3729aa4a8ae9912cc90522"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:PhaseScriptExecution [CP] Embed Pods Frameworks /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh": {"tool":"shell","description":"PhaseScriptExecution [CP] Embed Pods Frameworks /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["<execute-shell-script-7eaf0b5f9294dd875cf816c8dc94c6dfa0e77cc467c7479a7b8b040215e251aa>"],"args":["/bin/sh","-c","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"igorwork","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"YES","ALWAYS_SEARCH_USER_PATHS":"NO","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","ARCHS":"arm64","ARCHS_STANDARD":"armv7 arm64","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"armv7 arm64","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","AppIdentifierPrefix":"825ANDQ593.","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CACHE_ROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CCHROOT":"/var/folders/cq/9rkfwdxd1z1g579zl_x59c6r0000gq/C/com.apple.DeveloperTools/10.3-10G8/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_NONNULL":"YES","CLANG_CXX_LANGUAGE_STANDARD":"gnu++0x","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING":"YES","CLANG_WARN_BOOL_CONVERSION":"YES","CLANG_WARN_COMMA":"YES","CLANG_WARN_CONSTANT_CONVERSION":"YES","CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS":"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_IMPLICIT_RETAIN_SELF":"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","CLASS_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_IDENTITY":"iPhone Developer","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/igorwork/development/vereign/mobile_app/ios/build/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug-development","CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","CONFIGURATION_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos","CONTENTS_FOLDER_PATH":"Runner.app","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"NO","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator12.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_VARIANT":"normal","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_KEXT_INSTALL_PATH":"/System/Library/Extensions","DEFINES_MODULE":"NO","DEPLOYMENT_LOCATION":"NO","DEPLOYMENT_POSTPROCESSING":"NO","DEPLOYMENT_TARGET_CLANG_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_CLANG_FLAG_NAME":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4","DERIVED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"en","DEVELOPMENT_TEAM":"825ANDQ593","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DO_HEADER_SCANNING_IN_JAM":"NO","DSTROOT":"/tmp/Runner.dst","DT_TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","DWARF_DSYM_FILE_NAME":"Runner.app.dSYM","DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT":"NO","DWARF_DSYM_FOLDER_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENTITLEMENTS_ALLOWED":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"YES","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"Runner.app/Executables","EXECUTABLE_FOLDER_PATH":"Runner.app","EXECUTABLE_NAME":"Runner","EXECUTABLE_PATH":"Runner.app/Runner","EXPANDED_CODE_SIGN_IDENTITY":"4B0CF1CA341CD9AEC0EF440F7C1C228289E077FE","EXPANDED_CODE_SIGN_IDENTITY_NAME":"iPhone Developer: Stephan Morphis (R5VTVKG6Y8)","EXPANDED_PROVISIONING_PROFILE":"f165d174-91da-44fe-bd23-0ed4e66d9742","FILE_LIST":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/FixedFiles","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher\" \"/Users/igorwork/development/vereign/mobile_app/ios/Pods/../.symlinks/flutter/ios\" /Users/igorwork/development/vereign/mobile_app/ios/Flutter","FRAMEWORK_VERSION":"A","FULL_PRODUCT_NAME":"Runner.app","GCC3_VERSION":"3.3","GCC_C_LANGUAGE_STANDARD":"gnu99","GCC_DYNAMIC_NO_PIC":"NO","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_NO_COMMON_BLOCKS":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","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","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"YES","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/include \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_app_auth_wrapper/flutter_app_auth_wrapper.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/flutter_web_browser/flutter_web_browser.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/uni_links/uni_links.framework/Headers\" \"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/url_launcher/url_launcher.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/igorwork","ICONV":"/usr/bin/iconv","INFOPLIST_EXPAND_BUILD_SETTINGS":"YES","INFOPLIST_FILE":"Runner/Info.plist","INFOPLIST_OUTPUT_FORMAT":"binary","INFOPLIST_PATH":"Runner.app/Info.plist","INFOPLIST_PREPROCESS":"NO","INFOSTRINGS_PATH":"Runner.app/en.lproj/InfoPlist.strings","INLINE_PRIVATE_FRAMEWORKS":"NO","INSTALLHDRS_COPY_PHASE":"NO","INSTALLHDRS_SCRIPT_PHASE":"NO","INSTALL_DIR":"/tmp/Runner.dst/Applications","INSTALL_GROUP":"staff","INSTALL_MODE_FLAG":"u+w,go-w,a+rX","INSTALL_OWNER":"igorwork","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"8.0","JAVAC_DEFAULT_FLAGS":"-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8","JAVA_APP_STUB":"/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub","JAVA_ARCHIVE_CLASSES":"YES","JAVA_ARCHIVE_TYPE":"JAR","JAVA_COMPILER":"/usr/bin/javac","JAVA_FOLDER_PATH":"Runner.app/Java","JAVA_FRAMEWORK_RESOURCES_DIRS":"Resources","JAVA_JAR_FLAGS":"cv","JAVA_SOURCE_SUBDIR":".","JAVA_USE_DEPENDENCIES":"YES","JAVA_ZIP_FLAGS":"-urg","JIKES_DEFAULT_FLAGS":"+E +OLDCSO","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos /Users/igorwork/development/vereign/mobile_app/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFLocalizedString","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","LOCSYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"18F132","MAC_OS_X_VERSION_ACTUAL":"101405","MAC_OS_X_VERSION_MAJOR":"101400","MAC_OS_X_VERSION_MINOR":"1405","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","MODULE_CACHE_DIR":"/Users/igorwork/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"armv7","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","OBJROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\" -framework \"AppAuth\" -framework \"Flutter\" -framework \"SafariServices\" -framework \"flutter_app_auth_wrapper\" -framework \"flutter_web_browser\" -framework \"uni_links\" -framework \"url_launcher\" -weak_framework \"AuthenticationServices\"","OTHER_SWIFT_FLAGS":" -D COCOAPODS -D COCOAPODS","PACKAGE_TYPE":"com.apple.package-type.wrapper.application","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"Runner.app/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"16G73","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build","PODS_CONFIGURATION_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","PODS_PODFILE_DIR_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/.","PODS_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/Pods","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"com.vereign.app","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/DerivedSources","PROJECT_DIR":"/Users/igorwork/development/vereign/mobile_app/ios","PROJECT_FILE_PATH":"/Users/igorwork/development/vereign/mobile_app/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build","PROJECT_TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","PROVISIONING_PROFILE_REQUIRED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"Runner.app/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESOURCE_RULES_REQUIRED":"YES","REZ_COLLECTOR_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_DIR_iphoneos12_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk","SDK_NAME":"iphoneos12.4","SDK_NAMES":"iphoneos12.4","SDK_PRODUCT_BUILD_VERSION":"16G73","SDK_VERSION":"12.4","SDK_VERSION_ACTUAL":"120400","SDK_VERSION_MAJOR":"120000","SDK_VERSION_MINOR":"400","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios","SRCROOT":"/Users/igorwork/development/vereign/mobile_app/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"YES","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_OBJC_BRIDGING_HEADER":"Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_VERSION":"4.0","SYMROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","SYSTEM_ADMIN_APPS_DIR":"/Applications/Utilities","SYSTEM_APPS_DIR":"/Applications","SYSTEM_CORE_SERVICES_DIR":"/System/Library/CoreServices","SYSTEM_DEMOS_DIR":"/Applications/Extras","SYSTEM_DEVELOPER_APPS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","SYSTEM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","SYSTEM_DEVELOPER_DEMOS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples","SYSTEM_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SYSTEM_DEVELOPER_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library","SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools","SYSTEM_DEVELOPER_JAVA_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Java Tools","SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools","SYSTEM_DEVELOPER_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes","SYSTEM_DEVELOPER_TOOLS":"/Applications/Xcode.app/Contents/Developer/Tools","SYSTEM_DEVELOPER_TOOLS_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools","SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools","SYSTEM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","SYSTEM_DEVELOPER_UTILITIES_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities","SYSTEM_DOCUMENTATION_DIR":"/Library/Documentation","SYSTEM_KEXT_INSTALL_PATH":"/System/Library/Extensions","SYSTEM_LIBRARY_DIR":"/System/Library","TAPI_VERIFY_MODE":"ErrorsOnly","TARGETED_DEVICE_FAMILY":"1,2","TARGETNAME":"Runner","TARGET_BUILD_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos","TARGET_DEVICE_IDENTIFIER":"7db350d25bf1f4f50f6ad677cb838caec1e64b83","TARGET_DEVICE_MODEL":"iPhone10,6","TARGET_DEVICE_OS_VERSION":"12.3.1","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILES_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_FILE_DIR":"/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build","TEMP_ROOT":"/Users/igorwork/development/vereign/mobile_app/ios/build","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TeamIdentifierPrefix":"825ANDQ593.","UID":"503","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"igorwork","USER_APPS_DIR":"/Users/igorwork/Applications","USER_LIBRARY_DIR":"/Users/igorwork/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","VALIDATE_PRODUCT":"NO","VALID_ARCHS":"arm64 arm64e armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"igorwork","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-\"","WRAPPER_EXTENSION":"app","WRAPPER_NAME":"Runner.app","WRAPPER_SUFFIX":".app","WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES":"NO","XCODE_APP_SUPPORT_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Xcode","XCODE_PRODUCT_BUILD_VERSION":"10G8","XCODE_VERSION_ACTUAL":"1030","XCODE_VERSION_MAJOR":"1000","XCODE_VERSION_MINOR":"1030","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","bundle_name_suffix":"-dev","bundle_suffix":".dev","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","control-enabled":false,"signature":"a6a0df2fdcba9adbcd58e697b0b62ee8"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:ProcessInfoPlistFile /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Info.plist /Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist": {"tool":"info-plist-processor","description":"ProcessInfoPlistFile /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Info.plist /Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/Runner/Info.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/assetcatalog_generated_info.plist","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/Info.plist"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:ProcessProductPackaging /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.app.xcent": {"tool":"process-product-entitlements","description":"ProcessProductPackaging /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.app.xcent","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Entitlements.plist","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.app.xcent"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:ProcessProductPackaging /Users/igorwork/Library/MobileDevice/Provisioning Profiles/f165d174-91da-44fe-bd23-0ed4e66d9742.mobileprovision /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/embedded.mobileprovision": {"tool":"process-product-provisioning-profile","description":"ProcessProductPackaging /Users/igorwork/Library/MobileDevice/Provisioning Profiles/f165d174-91da-44fe-bd23-0ed4e66d9742.mobileprovision /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/embedded.mobileprovision","inputs":["/Users/igorwork/Library/MobileDevice/Provisioning Profiles/f165d174-91da-44fe-bd23-0ed4e66d9742.mobileprovision","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app/embedded.mobileprovision"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:Touch /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app": {"tool":"shell","description":"Touch /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","inputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["<Touch /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"],"args":["/usr/bin/touch","-c","/Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app"],"env":{},"working-directory":"/Users/igorwork/development/vereign/mobile_app/ios","signature":"c42078064d605f15cc7e1268cdf6403d"} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:Validate /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app": {"tool":"validate-product","description":"Validate /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>","<TRIGGER: CodeSign /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"],"outputs":["<Validate /Users/igorwork/development/vereign/mobile_app/ios/build/Debug-development-iphoneos/Runner.app>"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Entitlements.plist": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Entitlements.plist","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Entitlements.plist"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--begin-compiling>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/DerivedSources/Runner_vers.c"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-all-target-headers.hmap"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-generated-files.hmap"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-own-target-headers.hmap"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner-project-headers.hmap"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.hmap","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Runner.hmap"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-7721C9B69B24BEDEC782400A.sh"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--entry>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/Script-B6F60154843142B9D8B26264.sh"]} + "target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49-:Debug-development:WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/all-product-headers.yaml": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/all-product-headers.yaml","inputs":["<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer>","<target-Runner-7eaf0b5f9294dd875cf816c8dc94c6df88a783a885d8b0b3beb2e9f90bde3f49--immediate>"],"outputs":["/Users/igorwork/development/vereign/mobile_app/ios/build/Runner.build/Debug-development-iphoneos/Runner.build/all-product-headers.yaml"]} + diff --git a/ios/build/XCBuildData/BuildDescriptionCacheIndex-eb7a396421c0349dd6e9c9e5fae26614 b/ios/build/XCBuildData/BuildDescriptionCacheIndex-eb7a396421c0349dd6e9c9e5fae26614 new file mode 100644 index 0000000000000000000000000000000000000000..e901ad129301abb3554b8a810adae1cc2c9d6d7a Binary files /dev/null and b/ios/build/XCBuildData/BuildDescriptionCacheIndex-eb7a396421c0349dd6e9c9e5fae26614 differ diff --git a/ios/development.xcconfig b/ios/development.xcconfig new file mode 100644 index 0000000000000000000000000000000000000000..3d779ed32563d745e45ba5f526d014dc49368710 --- /dev/null +++ b/ios/development.xcconfig @@ -0,0 +1,16 @@ +// +// development.xcconfig +// Runner +// +// Created by Igor Work on 23/07/2019. +// Copyright © 2019 The Chromium Authors. All rights reserved. +// + +// Configuration settings file format documentation can be found at: +// https://help.apple.com/xcode/#/dev745c5c974 + +#include "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" +#include "Flutter/Generated.xcconfig" + +bundle_suffix = .dev +bundle_name_suffix = -dev diff --git a/ios/production.xcconfig b/ios/production.xcconfig new file mode 100644 index 0000000000000000000000000000000000000000..17fad6ad41b610137212fb2603f203ed6fb5c9c4 --- /dev/null +++ b/ios/production.xcconfig @@ -0,0 +1,13 @@ +// +// production.xcconfig +// Runner +// +// Created by Igor Work on 23/07/2019. +// Copyright © 2019 The Chromium Authors. All rights reserved. +// + +// Configuration settings file format documentation can be found at: +// https://help.apple.com/xcode/#/dev745c5c974 + +#include "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" +#include "Flutter/Generated.xcconfig"