diff --git a/.gitignore b/.gitignore index 6317d647..8b85f543 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +ios/build # Miscellaneous *.class *.log @@ -29,7 +30,7 @@ .packages .pub-cache/ .pub/ -/build/ +**/build/ # Web related lib/generated_plugin_registrant.dart diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 7eefa660..ff1fc217 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -51,7 +51,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a flutter_secure_storage: 7953c38a04c3fdbb00571bcd87d8e3b5ceb9daec - local_auth: 25938960984c3a7f6e3253e3f8d962fdd16852bd + local_auth: ef62030a2731330b95df7ef1331bd15f6a64b8a6 package_info: 873975fc26034f0b863a300ad47e7f1ac6c7ec62 path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c share_plus: 056a1e8ac890df3e33cb503afffaf1e9b4fbae68 diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 106017ec..94528fe7 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -345,7 +345,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = iphoneos; @@ -360,7 +360,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; + CURRENT_PROJECT_VERSION = 7; DEVELOPMENT_TEAM = UVNTKR53DD; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = ( @@ -380,6 +380,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = 1; VERSIONING_SYSTEM = "apple-generic"; }; name = Profile; @@ -432,7 +433,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -482,7 +483,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = iphoneos; @@ -499,7 +500,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; + CURRENT_PROJECT_VERSION = 7; DEVELOPMENT_TEAM = UVNTKR53DD; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = ( @@ -520,6 +521,7 @@ SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = 1; VERSIONING_SYSTEM = "apple-generic"; }; name = Debug; @@ -530,7 +532,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; + CURRENT_PROJECT_VERSION = 7; DEVELOPMENT_TEAM = UVNTKR53DD; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = ( @@ -550,6 +552,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = 1; VERSIONING_SYSTEM = "apple-generic"; }; name = Release; diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index eed819f7..f9f55c2d 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -2,11 +2,6 @@ - CFBundleLocalizations - - ru - en - CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleExecutable @@ -15,6 +10,11 @@ $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 + CFBundleLocalizations + + ru + en + CFBundleName selfprivacy CFBundlePackageType @@ -24,7 +24,7 @@ CFBundleSignature ???? CFBundleVersion - $(FLUTTER_BUILD_NUMBER) + $(CURRENT_PROJECT_VERSION) LSRequiresIPhoneOS UILaunchStoryboardName @@ -34,8 +34,6 @@ UISupportedInterfaceOrientations UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight UISupportedInterfaceOrientations~ipad diff --git a/ios/build/Pods.build/Release-iphonesimulator/Flutter.build/dgph b/ios/build/Pods.build/Release-iphonesimulator/Flutter.build/dgph deleted file mode 100644 index 0c4ca337..00000000 Binary files a/ios/build/Pods.build/Release-iphonesimulator/Flutter.build/dgph and /dev/null differ diff --git a/ios/build/Pods.build/Release-iphonesimulator/Pods-Runner.build/dgph b/ios/build/Pods.build/Release-iphonesimulator/Pods-Runner.build/dgph deleted file mode 100644 index 0c4ca337..00000000 Binary files a/ios/build/Pods.build/Release-iphonesimulator/Pods-Runner.build/dgph and /dev/null differ diff --git a/ios/build/Pods.build/Release-iphonesimulator/flutter_secure_storage.build/dgph b/ios/build/Pods.build/Release-iphonesimulator/flutter_secure_storage.build/dgph deleted file mode 100644 index 0c4ca337..00000000 Binary files a/ios/build/Pods.build/Release-iphonesimulator/flutter_secure_storage.build/dgph and /dev/null differ diff --git a/ios/build/Pods.build/Release-iphonesimulator/local_auth.build/dgph b/ios/build/Pods.build/Release-iphonesimulator/local_auth.build/dgph deleted file mode 100644 index 0c4ca337..00000000 Binary files a/ios/build/Pods.build/Release-iphonesimulator/local_auth.build/dgph and /dev/null differ diff --git a/ios/build/Pods.build/Release-iphonesimulator/package_info.build/dgph b/ios/build/Pods.build/Release-iphonesimulator/package_info.build/dgph deleted file mode 100644 index 0c4ca337..00000000 Binary files a/ios/build/Pods.build/Release-iphonesimulator/package_info.build/dgph and /dev/null differ diff --git a/ios/build/Pods.build/Release-iphonesimulator/path_provider.build/dgph b/ios/build/Pods.build/Release-iphonesimulator/path_provider.build/dgph deleted file mode 100644 index 0c4ca337..00000000 Binary files a/ios/build/Pods.build/Release-iphonesimulator/path_provider.build/dgph and /dev/null differ diff --git a/ios/build/Pods.build/Release-iphonesimulator/share_plus.build/dgph b/ios/build/Pods.build/Release-iphonesimulator/share_plus.build/dgph deleted file mode 100644 index 0c4ca337..00000000 Binary files a/ios/build/Pods.build/Release-iphonesimulator/share_plus.build/dgph and /dev/null differ diff --git a/ios/build/Pods.build/Release-iphonesimulator/shared_preferences.build/dgph b/ios/build/Pods.build/Release-iphonesimulator/shared_preferences.build/dgph deleted file mode 100644 index 0c4ca337..00000000 Binary files a/ios/build/Pods.build/Release-iphonesimulator/shared_preferences.build/dgph and /dev/null differ diff --git a/ios/build/Pods.build/Release-iphonesimulator/url_launcher.build/dgph b/ios/build/Pods.build/Release-iphonesimulator/url_launcher.build/dgph deleted file mode 100644 index 0c4ca337..00000000 Binary files a/ios/build/Pods.build/Release-iphonesimulator/url_launcher.build/dgph and /dev/null differ diff --git a/ios/build/Pods.build/Release-iphonesimulator/wakelock.build/dgph b/ios/build/Pods.build/Release-iphonesimulator/wakelock.build/dgph deleted file mode 100644 index 0c4ca337..00000000 Binary files a/ios/build/Pods.build/Release-iphonesimulator/wakelock.build/dgph and /dev/null differ diff --git a/ios/build/XCBuildData/96ca1c4c467384d05ed244fd468486cb-desc.xcbuild b/ios/build/XCBuildData/96ca1c4c467384d05ed244fd468486cb-desc.xcbuild deleted file mode 100644 index 8970bb55..00000000 Binary files a/ios/build/XCBuildData/96ca1c4c467384d05ed244fd468486cb-desc.xcbuild and /dev/null differ diff --git a/ios/build/XCBuildData/96ca1c4c467384d05ed244fd468486cb-manifest.xcbuild b/ios/build/XCBuildData/96ca1c4c467384d05ed244fd468486cb-manifest.xcbuild deleted file mode 100644 index 966fcde2..00000000 --- a/ios/build/XCBuildData/96ca1c4c467384d05ed244fd468486cb-manifest.xcbuild +++ /dev/null @@ -1,105 +0,0 @@ -client: - name: basic - version: 0 - file-system: default - -targets: - "": [""] - -nodes: - "/Volumes/Dev/selfprivacy/selfprivacy/build/ios": {"is-mutated":true} - "/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app": {"is-mutated":true} - "/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner": {"is-mutated":true} - "": {"is-command-timestamp":true} - "": {"is-command-timestamp":true} - -commands: - "": {"tool":"phony","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/_CodeSignature","",""],"outputs":[""]} - "": {"tool":"stale-file-removal","expectedOutputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/_CodeSignature","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Assets.car","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/AppFrameworkInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/Main.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/flutter_secure_storage.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/package_info.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/path_provider.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/shared_preferences.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/url_launcher.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/wakelock.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Info.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app-Simulated.xcent","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app.xcent","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements-Simulated.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/all-product-headers.yaml"],"roots":["/tmp/Runner.dst","/Volumes/Dev/selfprivacy/selfprivacy/build/ios","/Volumes/Dev/selfprivacy/selfprivacy/build/ios"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangeAlternatePermissions": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangePermissions": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-CopyAside": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-RegisterExecutionPolicyException": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-RegisterProduct": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-StripSymbols": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-Validate": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--CopySwiftPackageResourcesTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer": {"tool":"phony","inputs":["","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app-Simulated.xcent","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app.xcent","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements-Simulated.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements.plist"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer": {"tool":"phony","inputs":["","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/all-product-headers.yaml"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--InfoPlistTaskProducer": {"tool":"phony","inputs":["","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Info.plist"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--ModuleMapTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--ProductPostprocessingTaskProducer": {"tool":"phony","inputs":["","","","","","","","","","","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--SanitizerTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--StubBinaryTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--SwiftFrameworkABICheckerTaskProducer": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--SwiftStandardLibrariesTaskProducer": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--TestTargetPostprocessingTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--TestTargetTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--VersionPlistTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--XCFrameworkTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--begin-compiling": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--copy-headers-completion": {"tool":"phony","inputs":[""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--end": {"tool":"phony","inputs":["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Assets.car","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/AppFrameworkInfo.plist","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/Main.storyboardc","","","","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/flutter_secure_storage.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/package_info.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/path_provider.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/shared_preferences.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/url_launcher.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/wakelock.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Info.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app-Simulated.xcent","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app.xcent","","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements-Simulated.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/all-product-headers.yaml"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--entry": {"tool":"phony","inputs":["","","","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--generated-headers": {"tool":"phony","inputs":["","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--immediate": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--modules-ready": {"tool":"phony","inputs":["","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h","","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/flutter_secure_storage.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/package_info.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/path_provider.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/shared_preferences.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/url_launcher.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/wakelock.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock": {"tool":"phony","inputs":["","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script": {"tool":"phony","inputs":["","","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources": {"tool":"phony","inputs":["","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources": {"tool":"phony","inputs":["","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Assets.car","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/AppFrameworkInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/Main.storyboardc"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary": {"tool":"phony","inputs":["","","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks": {"tool":"phony","inputs":["","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/flutter_secure_storage.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/package_info.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/path_provider.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/shared_preferences.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/url_launcher.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/wakelock.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh"],"outputs":[""]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CodeSign /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app": {"tool":"shell","description":"CodeSign /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Info.plist/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app.xcent/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/flutter_secure_storage.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/package_info.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/path_provider.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/shared_preferences.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/url_launcher.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/wakelock.framework/","/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter/AppFrameworkInfo.plist/","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Assets.xcassets/","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/LaunchScreen.storyboard/","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/Main.storyboard/","","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/_CodeSignature",""],"args":["/usr/bin/codesign","--force","--sign","-","--entitlements","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app.xcent","--timestamp=none","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app"],"env":{"CODESIGN_ALLOCATE":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate"},"can-safely-interrupt":false,"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"d80f07e67df8f61fec5b30a36f4168db"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileAssetCatalog /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Assets.xcassets": {"tool":"shell","description":"CompileAssetCatalog /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Assets.xcassets","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Assets.xcassets/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Assets.car"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/actool","--output-format","human-readable-text","--notices","--warnings","--export-dependency-info","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_dependencies","--output-partial-info-plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist","--app-icon","AppIcon","--compress-pngs","--enable-on-demand-resources","YES","--filter-for-device-model","iPod9,1","--filter-for-device-os-version","14.4","--development-region","en","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","9.0","--platform","iphonesimulator","--compile","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Assets.xcassets"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"deps":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_dependencies"],"deps-style":"dependency-info","signature":"1288a8a4895da049c291ce5fe96bf0b9"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileC /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/GeneratedPluginRegistrant.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/GeneratedPluginRegistrant.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/GeneratedPluginRegistrant.m","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","objective-c","-target","x86_64-apple-ios9.0-simulator","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fobjc-arc","-fmodules","-gmodules","-fmodules-cache-path=/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/kherel/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","-DOBJC_OLD_DISPATCH_PROTOTYPES=0","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","-fasm-blocks","-fstrict-aliasing","-Wprotocol","-Wdeprecated-declarations","-g","-Wno-sign-conversion","-Winfinite-recursion","-Wcomma","-Wblock-capture-autoreleasing","-Wstrict-prototypes","-Wno-semicolon-before-method-body","-fobjc-abi-version=2","-fobjc-legacy-dispatch","-index-store-path","/Users/kherel/Library/Developer/Xcode/DerivedData/Runner-akjxnqepwwagthbpliwucbfpdlgy/Index/DataStore","-iquote","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","-iquote","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources-normal/x86_64","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock","-F/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-F/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-MMD","-MT","dependencies","-MF","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.d","--serialize-diagnostics","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.dia","-c","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/GeneratedPluginRegistrant.m","-o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","deps":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.d"],"deps-style":"makefile","signature":"56daa2166dc92c482eaeadaa561656fc"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileC /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","c","-target","x86_64-apple-ios9.0-simulator","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fmodules","-gmodules","-fmodules-cache-path=/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/kherel/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","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","-fasm-blocks","-fstrict-aliasing","-Wdeprecated-declarations","-g","-Wno-sign-conversion","-Winfinite-recursion","-Wcomma","-Wblock-capture-autoreleasing","-Wstrict-prototypes","-Wno-semicolon-before-method-body","-index-store-path","/Users/kherel/Library/Developer/Xcode/DerivedData/Runner-akjxnqepwwagthbpliwucbfpdlgy/Index/DataStore","-iquote","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","-iquote","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources-normal/x86_64","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock","-F/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-F/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-MMD","-MT","dependencies","-MF","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.d","--serialize-diagnostics","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.dia","-c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c","-o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","deps":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.d"],"deps-style":"makefile","signature":"803644182bb754436fb405970aef632d"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileStoryboard /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/LaunchScreen.storyboard": {"tool":"shell","description":"CompileStoryboard /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/LaunchScreen.storyboard","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/LaunchScreen.storyboard","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/ru.lproj/LaunchScreen.strings","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool","--errors","--warnings","--notices","--companion-strings-file","ru:/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/ru.lproj/LaunchScreen.strings","--module","Runner","--output-partial-info-plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","--auto-activate-custom-fonts","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","9.0","--output-format","human-readable-text","--compilation-directory","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/LaunchScreen.storyboard"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"79df1a68c5a7d15714345dea2ac2002d"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileStoryboard /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/Main.storyboard": {"tool":"shell","description":"CompileStoryboard /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/Main.storyboard","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/Main.storyboard","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/ru.lproj/Main.strings","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main-SBPartialInfo.plist"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool","--errors","--warnings","--notices","--companion-strings-file","ru:/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/ru.lproj/Main.strings","--module","Runner","--output-partial-info-plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main-SBPartialInfo.plist","--auto-activate-custom-fonts","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","9.0","--output-format","human-readable-text","--compilation-directory","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/Main.storyboard"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"843ce6a6438826627be27090acea333c"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler": {"tool":"shell","description":"CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/AppDelegate.swift","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-incremental","-module-name","Runner","-Onone","-enable-batch-mode","-enforce-exclusivity=checked","@/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","-target","x86_64-apple-ios9.0-simulator","-g","-module-cache-path","/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-Xfrontend","-serialize-debugging-options","-enable-testing","-index-store-path","/Users/kherel/Library/Developer/Xcode/DerivedData/Runner-akjxnqepwwagthbpliwucbfpdlgy/Index/DataStore","-swift-version","5","-I","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock","-F","/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-F","/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-parse-as-library","-c","-j8","-output-file-map","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json","-parseable-output","-serialize-diagnostics","-emit-dependencies","-emit-module","-emit-module-path","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/swift-overrides.hmap","-Xcc","-iquote","-Xcc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","-Xcc","-iquote","-Xcc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources-normal/x86_64","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","-Xcc","-DDEBUG=1","-Xcc","-DCOCOAPODS=1","-emit-objc-header","-emit-objc-header-path","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","-import-objc-header","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Runner-Bridging-Header.h","-pch-output-dir","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/SharedPrecompiledHeaders","-working-directory","/Volumes/Dev/selfprivacy/selfprivacy/ios"],"env":{"DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk"},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","deps":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.d"],"deps-style":"makefile","signature":"14588aaa72f1bc64241d6f92ebf3245a"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CopyPlistFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/AppFrameworkInfo.plist /Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter/AppFrameworkInfo.plist": {"tool":"copy-plist","description":"CopyPlistFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/AppFrameworkInfo.plist /Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter/AppFrameworkInfo.plist","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter/AppFrameworkInfo.plist","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/AppFrameworkInfo.plist"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CopySwiftLibs /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app": {"tool":"embed-swift-stdlib","description":"CopySwiftLibs /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner","","",""],"outputs":[""],"deps":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/SwiftStdLibToolInputDependencies.dep"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CreateBuildDirectory /Volumes/Dev/selfprivacy/selfprivacy/build/ios": {"tool":"create-build-directory","description":"CreateBuildDirectory /Volumes/Dev/selfprivacy/selfprivacy/build/ios","inputs":[],"outputs":["","/Volumes/Dev/selfprivacy/selfprivacy/build/ios"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"d7ab1fdf478cd38bcd2153504fbf727f"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"d7f1e1f72f5425f2597e55f237fbe77c"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"9ce6f67572968434172ccf7f97d68955"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"a2dcfe74fc06517e3bfef56661dba20a"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"a8eada1184149606be3f1af0ad642dee"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"6858e458b26e0f502bf1e2488b71a70c"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"54f971cd94b13519cc3468786f792139"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ld /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner normal": {"tool":"shell","description":"Ld /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner normal","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app-Simulated.xcent","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner","",""],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-target","x86_64-apple-ios9.0-simulator","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","-L/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","-L/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock","-F/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/../Flutter","-F/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-filelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","-Xlinker","-rpath","-Xlinker","/usr/lib/swift","-Xlinker","-rpath","-Xlinker","@executable_path/Frameworks","-Xlinker","-rpath","-Xlinker","@loader_path/Frameworks","-Xlinker","-rpath","-Xlinker","@executable_path/Frameworks","-dead_strip","-Xlinker","-object_path_lto","-Xlinker","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_lto.o","-Xlinker","-export_dynamic","-Xlinker","-no_deduplicate","-Xlinker","-objc_abi_version","-Xlinker","2","-fobjc-arc","-fobjc-link-runtime","-L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator","-L/usr/lib/swift","-Xlinker","-add_ast_path","-Xlinker","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","-framework","Flutter","-framework","flutter_secure_storage","-framework","package_info","-framework","path_provider","-framework","shared_preferences","-framework","url_launcher","-framework","wakelock","-framework","Flutter","-Xlinker","-sectcreate","-Xlinker","__TEXT","-Xlinker","__entitlements","-Xlinker","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app-Simulated.xcent","-framework","Pods_Runner","-Xlinker","-no_adhoc_codesign","-Xlinker","-dependency_info","-Xlinker","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_dependency_info.dat","-o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","deps":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_dependency_info.dat"],"deps-style":"dependency-info","signature":"546695098c8b5e79042fd695f3985330"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:LinkStoryboards": {"tool":"shell","description":"LinkStoryboards","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main.storyboardc","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/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","9.0","--output-format","human-readable-text","--link","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main.storyboardc"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"52d20661a326e0870af649be1db7b577"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:MkDir /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app": {"tool":"mkdir","description":"MkDir /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","",""]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:MkDir /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks": {"tool":"mkdir","description":"MkDir /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks",""]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:PhaseScriptExecution Run Script /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh": {"tool":"shell","description":"PhaseScriptExecution Run Script /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh","",""],"outputs":[""],"args":["/bin/sh","-c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"YES","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"kherel","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"NO","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","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"x86_64","ARCHS_STANDARD":"arm64 x86_64 i386","ARCHS_STANDARD_32_64_BIT":"arm64 i386 x86_64","ARCHS_STANDARD_32_BIT":"i386","ARCHS_STANDARD_64_BIT":"arm64 x86_64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64 x86_64 i386","ARCHS_UNIVERSAL_IPHONE_OS":"arm64 i386 x86_64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","ASSETCATALOG_FILTER_FOR_DEVICE_MODEL":"iPod9,1","ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION":"14.4","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","AppIdentifierPrefix":"SAL3J7P5P3.","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","BUNDLE_CONTENTS_FOLDER_PATH_deep":"Contents/","BUNDLE_EXECUTABLE_FOLDER_NAME_deep":"MacOS","BUNDLE_FORMAT":"shallow","BUNDLE_FRAMEWORKS_FOLDER_PATH":"Frameworks","BUNDLE_PLUGINS_FOLDER_PATH":"PlugIns","BUNDLE_PRIVATE_HEADERS_FOLDER_PATH":"PrivateHeaders","BUNDLE_PUBLIC_HEADERS_FOLDER_PATH":"Headers","CACHE_ROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CCHROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED":"YES","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/kherel/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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneSimulatorCodeSignContext","CODE_SIGN_IDENTITY":"-","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","CONFIGURATION_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator","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_DEVICE_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","CORRESPONDING_DEVICE_PLATFORM_NAME":"iphoneos","CORRESPONDING_DEVICE_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk","CORRESPONDING_DEVICE_SDK_NAME":"iphoneos14.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_PROJECT_VERSION":"1","CURRENT_VARIANT":"normal","DART_DEFINES":"flutter.inspector.structuredErrors%3Dtrue","DART_OBFUSCATION":"false","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"mios-simulator-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-mios-simulator-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_simulator_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"9.0 9.2 10.0 10.2 11.0 11.2 11.4 12.1 12.3 13.0 13.2 13.4 13.6 14.1 14.3 14.4","DERIVED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DONT_GENERATE_INFOPLIST_FILE":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","EFFECTIVE_PLATFORM_NAME":"-iphonesimulator","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HARDENED_RUNTIME":"NO","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_PREVIEWS":"NO","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENABLE_TESTING_SEARCH_PATHS":"NO","ENTITLEMENTS_DESTINATION":"__entitlements","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":"-","EXPANDED_CODE_SIGN_IDENTITY_NAME":"-","FILE_LIST":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/FixedFiles","FLUTTER_APPLICATION_PATH":"/Volumes/Dev/selfprivacy/selfprivacy","FLUTTER_BUILD_DIR":"build","FLUTTER_BUILD_NAME":"0.1.0","FLUTTER_BUILD_NUMBER":"1","FLUTTER_FRAMEWORK_DIR":"/Volumes/Dev/flutter/bin/cache/artifacts/engine/ios","FLUTTER_ROOT":"/Volumes/Dev/flutter","FLUTTER_TARGET":"/Volumes/Dev/selfprivacy/selfprivacy/lib/main.dart","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock\" \"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/../Flutter\" /Volumes/Dev/selfprivacy/selfprivacy/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_OBJC_LEGACY_DISPATCH":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","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","GENERATED_MODULEMAP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/GeneratedModuleMaps-iphonesimulator","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/kherel","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":"kherel","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"9.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","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_ENTITLEMENTS_SECTION":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app-Simulated.xcent","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator /Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios9.0","LLVM_TARGET_TRIPLE_SUFFIX":"-simulator","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFCopyLocalizedString","LOCALIZED_STRING_SWIFTUI_SUPPORT":"YES","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","LOCSYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"20C69","MAC_OS_X_VERSION_ACTUAL":"110100","MAC_OS_X_VERSION_MAJOR":"110000","MAC_OS_X_VERSION_MINOR":"110100","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","MODULES_FOLDER_PATH":"Runner.app/Modules","MODULE_CACHE_DIR":"/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"x86_64","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJC_ABI_VERSION":"2","OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","OBJROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"Flutter\" -framework \"flutter_secure_storage\" -framework \"package_info\" -framework \"path_provider\" -framework \"shared_preferences\" -framework \"url_launcher\" -framework \"wakelock\" -framework Flutter","PACKAGE_CONFIG":".packages","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/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","PLATFORM_DISPLAY_NAME":"iOS Simulator","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphonesimulator","PLATFORM_PREFERRED_ARCH":"x86_64","PLATFORM_PRODUCT_BUILD_VERSION":"18D46","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","PODS_CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","PODS_PODFILE_DIR_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/.","PODS_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods","PODS_XCFRAMEWORKS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/XCFrameworkIntermediates","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"pro.kherel.selfprivacy","PRODUCT_BUNDLE_PACKAGE_TYPE":"APPL","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/DerivedSources","PROJECT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/ios","PROJECT_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build","PROJECT_TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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","REZ_COLLECTOR_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator ","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/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR_iphonesimulator14_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_NAME":"iphonesimulator14.4","SDK_NAMES":"iphonesimulator14.4","SDK_PRODUCT_BUILD_VERSION":"18D46","SDK_VERSION":"14.4","SDK_VERSION_ACTUAL":"140400","SDK_VERSION_MAJOR":"140000","SDK_VERSION_MINOR":"140400","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","SRCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"NO","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/Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","SWIFT_VERSION":"5.0","SYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","TARGET_DEVICE_IDENTIFIER":"7DD4C62E-6CD9-455E-AAB0-546FEFDA7A24","TARGET_DEVICE_MODEL":"iPod9,1","TARGET_DEVICE_OS_VERSION":"14.4","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TRACK_WIDGET_CREATION":"true","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TREE_SHAKE_ICONS":"false","TeamIdentifierPrefix":"SAL3J7P5P3.","UID":"501","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"kherel","USER_APPS_DIR":"/Users/kherel/Applications","USER_LIBRARY_DIR":"/Users/kherel/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","USE_LLVM_TARGET_TRIPLES":"YES","USE_LLVM_TARGET_TRIPLES_FOR_CLANG":"YES","USE_LLVM_TARGET_TRIPLES_FOR_LD":"YES","USE_LLVM_TARGET_TRIPLES_FOR_TAPI":"YES","USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES":"YES","VALIDATE_DEVELOPMENT_ASSET_PATHS":"YES_ERROR","VALIDATE_PRODUCT":"NO","VALIDATE_WORKSPACE":"YES_ERROR","VALID_ARCHS":"arm64 arm64e i386 x86_64","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"kherel","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-1\"","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":"12D4e","XCODE_VERSION_ACTUAL":"1240","XCODE_VERSION_MAJOR":"1200","XCODE_VERSION_MINOR":"1240","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"1b83e27bf06a7ca55cad200e02d1ec72"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:PhaseScriptExecution Thin Binary /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh": {"tool":"shell","description":"PhaseScriptExecution Thin Binary /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","",""],"outputs":[""],"args":["/bin/sh","-c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"YES","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"kherel","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"NO","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","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"x86_64","ARCHS_STANDARD":"arm64 x86_64 i386","ARCHS_STANDARD_32_64_BIT":"arm64 i386 x86_64","ARCHS_STANDARD_32_BIT":"i386","ARCHS_STANDARD_64_BIT":"arm64 x86_64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64 x86_64 i386","ARCHS_UNIVERSAL_IPHONE_OS":"arm64 i386 x86_64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","ASSETCATALOG_FILTER_FOR_DEVICE_MODEL":"iPod9,1","ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION":"14.4","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","AppIdentifierPrefix":"SAL3J7P5P3.","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","BUNDLE_CONTENTS_FOLDER_PATH_deep":"Contents/","BUNDLE_EXECUTABLE_FOLDER_NAME_deep":"MacOS","BUNDLE_FORMAT":"shallow","BUNDLE_FRAMEWORKS_FOLDER_PATH":"Frameworks","BUNDLE_PLUGINS_FOLDER_PATH":"PlugIns","BUNDLE_PRIVATE_HEADERS_FOLDER_PATH":"PrivateHeaders","BUNDLE_PUBLIC_HEADERS_FOLDER_PATH":"Headers","CACHE_ROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CCHROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED":"YES","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/kherel/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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneSimulatorCodeSignContext","CODE_SIGN_IDENTITY":"-","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","CONFIGURATION_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator","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_DEVICE_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","CORRESPONDING_DEVICE_PLATFORM_NAME":"iphoneos","CORRESPONDING_DEVICE_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk","CORRESPONDING_DEVICE_SDK_NAME":"iphoneos14.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_PROJECT_VERSION":"1","CURRENT_VARIANT":"normal","DART_DEFINES":"flutter.inspector.structuredErrors%3Dtrue","DART_OBFUSCATION":"false","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"mios-simulator-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-mios-simulator-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_simulator_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"9.0 9.2 10.0 10.2 11.0 11.2 11.4 12.1 12.3 13.0 13.2 13.4 13.6 14.1 14.3 14.4","DERIVED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DONT_GENERATE_INFOPLIST_FILE":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","EFFECTIVE_PLATFORM_NAME":"-iphonesimulator","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HARDENED_RUNTIME":"NO","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_PREVIEWS":"NO","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENABLE_TESTING_SEARCH_PATHS":"NO","ENTITLEMENTS_DESTINATION":"__entitlements","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":"-","EXPANDED_CODE_SIGN_IDENTITY_NAME":"-","FILE_LIST":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/FixedFiles","FLUTTER_APPLICATION_PATH":"/Volumes/Dev/selfprivacy/selfprivacy","FLUTTER_BUILD_DIR":"build","FLUTTER_BUILD_NAME":"0.1.0","FLUTTER_BUILD_NUMBER":"1","FLUTTER_FRAMEWORK_DIR":"/Volumes/Dev/flutter/bin/cache/artifacts/engine/ios","FLUTTER_ROOT":"/Volumes/Dev/flutter","FLUTTER_TARGET":"/Volumes/Dev/selfprivacy/selfprivacy/lib/main.dart","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock\" \"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/../Flutter\" /Volumes/Dev/selfprivacy/selfprivacy/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_OBJC_LEGACY_DISPATCH":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","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","GENERATED_MODULEMAP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/GeneratedModuleMaps-iphonesimulator","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/kherel","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":"kherel","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"9.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","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_ENTITLEMENTS_SECTION":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app-Simulated.xcent","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator /Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios9.0","LLVM_TARGET_TRIPLE_SUFFIX":"-simulator","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFCopyLocalizedString","LOCALIZED_STRING_SWIFTUI_SUPPORT":"YES","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","LOCSYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"20C69","MAC_OS_X_VERSION_ACTUAL":"110100","MAC_OS_X_VERSION_MAJOR":"110000","MAC_OS_X_VERSION_MINOR":"110100","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","MODULES_FOLDER_PATH":"Runner.app/Modules","MODULE_CACHE_DIR":"/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"x86_64","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJC_ABI_VERSION":"2","OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","OBJROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"Flutter\" -framework \"flutter_secure_storage\" -framework \"package_info\" -framework \"path_provider\" -framework \"shared_preferences\" -framework \"url_launcher\" -framework \"wakelock\" -framework Flutter","PACKAGE_CONFIG":".packages","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/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","PLATFORM_DISPLAY_NAME":"iOS Simulator","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphonesimulator","PLATFORM_PREFERRED_ARCH":"x86_64","PLATFORM_PRODUCT_BUILD_VERSION":"18D46","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","PODS_CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","PODS_PODFILE_DIR_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/.","PODS_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods","PODS_XCFRAMEWORKS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/XCFrameworkIntermediates","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"pro.kherel.selfprivacy","PRODUCT_BUNDLE_PACKAGE_TYPE":"APPL","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/DerivedSources","PROJECT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/ios","PROJECT_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build","PROJECT_TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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","REZ_COLLECTOR_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator ","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/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR_iphonesimulator14_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_NAME":"iphonesimulator14.4","SDK_NAMES":"iphonesimulator14.4","SDK_PRODUCT_BUILD_VERSION":"18D46","SDK_VERSION":"14.4","SDK_VERSION_ACTUAL":"140400","SDK_VERSION_MAJOR":"140000","SDK_VERSION_MINOR":"140400","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","SRCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"NO","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/Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","SWIFT_VERSION":"5.0","SYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","TARGET_DEVICE_IDENTIFIER":"7DD4C62E-6CD9-455E-AAB0-546FEFDA7A24","TARGET_DEVICE_MODEL":"iPod9,1","TARGET_DEVICE_OS_VERSION":"14.4","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TRACK_WIDGET_CREATION":"true","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TREE_SHAKE_ICONS":"false","TeamIdentifierPrefix":"SAL3J7P5P3.","UID":"501","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"kherel","USER_APPS_DIR":"/Users/kherel/Applications","USER_LIBRARY_DIR":"/Users/kherel/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","USE_LLVM_TARGET_TRIPLES":"YES","USE_LLVM_TARGET_TRIPLES_FOR_CLANG":"YES","USE_LLVM_TARGET_TRIPLES_FOR_LD":"YES","USE_LLVM_TARGET_TRIPLES_FOR_TAPI":"YES","USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES":"YES","VALIDATE_DEVELOPMENT_ASSET_PATHS":"YES_ERROR","VALIDATE_PRODUCT":"NO","VALIDATE_WORKSPACE":"YES_ERROR","VALID_ARCHS":"arm64 arm64e i386 x86_64","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"kherel","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-1\"","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":"12D4e","XCODE_VERSION_ACTUAL":"1240","XCODE_VERSION_MAJOR":"1200","XCODE_VERSION_MINOR":"1240","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"82d325d7fc57ce5de1b33a1e6d0cc979"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:PhaseScriptExecution [CP] Check Pods Manifest.lock /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh": {"tool":"shell","description":"PhaseScriptExecution [CP] Check Pods Manifest.lock /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Podfile.lock/","/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/Manifest.lock/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt"],"args":["/bin/sh","-c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"YES","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"kherel","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"NO","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","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"x86_64","ARCHS_STANDARD":"arm64 x86_64 i386","ARCHS_STANDARD_32_64_BIT":"arm64 i386 x86_64","ARCHS_STANDARD_32_BIT":"i386","ARCHS_STANDARD_64_BIT":"arm64 x86_64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64 x86_64 i386","ARCHS_UNIVERSAL_IPHONE_OS":"arm64 i386 x86_64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","ASSETCATALOG_FILTER_FOR_DEVICE_MODEL":"iPod9,1","ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION":"14.4","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","AppIdentifierPrefix":"SAL3J7P5P3.","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","BUNDLE_CONTENTS_FOLDER_PATH_deep":"Contents/","BUNDLE_EXECUTABLE_FOLDER_NAME_deep":"MacOS","BUNDLE_FORMAT":"shallow","BUNDLE_FRAMEWORKS_FOLDER_PATH":"Frameworks","BUNDLE_PLUGINS_FOLDER_PATH":"PlugIns","BUNDLE_PRIVATE_HEADERS_FOLDER_PATH":"PrivateHeaders","BUNDLE_PUBLIC_HEADERS_FOLDER_PATH":"Headers","CACHE_ROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CCHROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED":"YES","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/kherel/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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneSimulatorCodeSignContext","CODE_SIGN_IDENTITY":"-","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","CONFIGURATION_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator","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_DEVICE_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","CORRESPONDING_DEVICE_PLATFORM_NAME":"iphoneos","CORRESPONDING_DEVICE_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk","CORRESPONDING_DEVICE_SDK_NAME":"iphoneos14.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_PROJECT_VERSION":"1","CURRENT_VARIANT":"normal","DART_DEFINES":"flutter.inspector.structuredErrors%3Dtrue","DART_OBFUSCATION":"false","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"mios-simulator-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-mios-simulator-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_simulator_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"9.0 9.2 10.0 10.2 11.0 11.2 11.4 12.1 12.3 13.0 13.2 13.4 13.6 14.1 14.3 14.4","DERIVED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DONT_GENERATE_INFOPLIST_FILE":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","EFFECTIVE_PLATFORM_NAME":"-iphonesimulator","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HARDENED_RUNTIME":"NO","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_PREVIEWS":"NO","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENABLE_TESTING_SEARCH_PATHS":"NO","ENTITLEMENTS_DESTINATION":"__entitlements","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":"-","EXPANDED_CODE_SIGN_IDENTITY_NAME":"-","FILE_LIST":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/FixedFiles","FLUTTER_APPLICATION_PATH":"/Volumes/Dev/selfprivacy/selfprivacy","FLUTTER_BUILD_DIR":"build","FLUTTER_BUILD_NAME":"0.1.0","FLUTTER_BUILD_NUMBER":"1","FLUTTER_FRAMEWORK_DIR":"/Volumes/Dev/flutter/bin/cache/artifacts/engine/ios","FLUTTER_ROOT":"/Volumes/Dev/flutter","FLUTTER_TARGET":"/Volumes/Dev/selfprivacy/selfprivacy/lib/main.dart","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock\" \"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/../Flutter\" /Volumes/Dev/selfprivacy/selfprivacy/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_OBJC_LEGACY_DISPATCH":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","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","GENERATED_MODULEMAP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/GeneratedModuleMaps-iphonesimulator","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/kherel","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":"kherel","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"9.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","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_ENTITLEMENTS_SECTION":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app-Simulated.xcent","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator /Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios9.0","LLVM_TARGET_TRIPLE_SUFFIX":"-simulator","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFCopyLocalizedString","LOCALIZED_STRING_SWIFTUI_SUPPORT":"YES","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","LOCSYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"20C69","MAC_OS_X_VERSION_ACTUAL":"110100","MAC_OS_X_VERSION_MAJOR":"110000","MAC_OS_X_VERSION_MINOR":"110100","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","MODULES_FOLDER_PATH":"Runner.app/Modules","MODULE_CACHE_DIR":"/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"x86_64","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJC_ABI_VERSION":"2","OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","OBJROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"Flutter\" -framework \"flutter_secure_storage\" -framework \"package_info\" -framework \"path_provider\" -framework \"shared_preferences\" -framework \"url_launcher\" -framework \"wakelock\" -framework Flutter","PACKAGE_CONFIG":".packages","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/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","PLATFORM_DISPLAY_NAME":"iOS Simulator","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphonesimulator","PLATFORM_PREFERRED_ARCH":"x86_64","PLATFORM_PRODUCT_BUILD_VERSION":"18D46","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","PODS_CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","PODS_PODFILE_DIR_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/.","PODS_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods","PODS_XCFRAMEWORKS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/XCFrameworkIntermediates","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"pro.kherel.selfprivacy","PRODUCT_BUNDLE_PACKAGE_TYPE":"APPL","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/DerivedSources","PROJECT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/ios","PROJECT_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build","PROJECT_TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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","REZ_COLLECTOR_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_0":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Podfile.lock","SCRIPT_INPUT_FILE_1":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/Manifest.lock","SCRIPT_INPUT_FILE_COUNT":"2","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_0":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR_iphonesimulator14_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_NAME":"iphonesimulator14.4","SDK_NAMES":"iphonesimulator14.4","SDK_PRODUCT_BUILD_VERSION":"18D46","SDK_VERSION":"14.4","SDK_VERSION_ACTUAL":"140400","SDK_VERSION_MAJOR":"140000","SDK_VERSION_MINOR":"140400","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","SRCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"NO","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/Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","SWIFT_VERSION":"5.0","SYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","TARGET_DEVICE_IDENTIFIER":"7DD4C62E-6CD9-455E-AAB0-546FEFDA7A24","TARGET_DEVICE_MODEL":"iPod9,1","TARGET_DEVICE_OS_VERSION":"14.4","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TRACK_WIDGET_CREATION":"true","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TREE_SHAKE_ICONS":"false","TeamIdentifierPrefix":"SAL3J7P5P3.","UID":"501","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"kherel","USER_APPS_DIR":"/Users/kherel/Applications","USER_LIBRARY_DIR":"/Users/kherel/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","USE_LLVM_TARGET_TRIPLES":"YES","USE_LLVM_TARGET_TRIPLES_FOR_CLANG":"YES","USE_LLVM_TARGET_TRIPLES_FOR_LD":"YES","USE_LLVM_TARGET_TRIPLES_FOR_TAPI":"YES","USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES":"YES","VALIDATE_DEVELOPMENT_ASSET_PATHS":"YES_ERROR","VALIDATE_PRODUCT":"NO","VALIDATE_WORKSPACE":"YES_ERROR","VALID_ARCHS":"arm64 arm64e i386 x86_64","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"kherel","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-1\"","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":"12D4e","XCODE_VERSION_ACTUAL":"1240","XCODE_VERSION_MAJOR":"1200","XCODE_VERSION_MINOR":"1240","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"f74b0986ce1ae26025a40509f0de9b5b"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:PhaseScriptExecution [CP] Embed Pods Frameworks /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh": {"tool":"shell","description":"PhaseScriptExecution [CP] Embed Pods Frameworks /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks-Debug-input-files.xcfilelist/","/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks-Debug-output-files.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh/","/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter/Flutter.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/flutter_secure_storage.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/package_info.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/path_provider.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/shared_preferences.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/url_launcher.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/wakelock.framework"],"args":["/bin/sh","-c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"YES","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"kherel","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"NO","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","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"x86_64","ARCHS_STANDARD":"arm64 x86_64 i386","ARCHS_STANDARD_32_64_BIT":"arm64 i386 x86_64","ARCHS_STANDARD_32_BIT":"i386","ARCHS_STANDARD_64_BIT":"arm64 x86_64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64 x86_64 i386","ARCHS_UNIVERSAL_IPHONE_OS":"arm64 i386 x86_64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","ASSETCATALOG_FILTER_FOR_DEVICE_MODEL":"iPod9,1","ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION":"14.4","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","AppIdentifierPrefix":"SAL3J7P5P3.","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","BUNDLE_CONTENTS_FOLDER_PATH_deep":"Contents/","BUNDLE_EXECUTABLE_FOLDER_NAME_deep":"MacOS","BUNDLE_FORMAT":"shallow","BUNDLE_FRAMEWORKS_FOLDER_PATH":"Frameworks","BUNDLE_PLUGINS_FOLDER_PATH":"PlugIns","BUNDLE_PRIVATE_HEADERS_FOLDER_PATH":"PrivateHeaders","BUNDLE_PUBLIC_HEADERS_FOLDER_PATH":"Headers","CACHE_ROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CCHROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED":"YES","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/kherel/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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneSimulatorCodeSignContext","CODE_SIGN_IDENTITY":"-","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","CONFIGURATION_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator","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_DEVICE_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","CORRESPONDING_DEVICE_PLATFORM_NAME":"iphoneos","CORRESPONDING_DEVICE_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk","CORRESPONDING_DEVICE_SDK_NAME":"iphoneos14.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_PROJECT_VERSION":"1","CURRENT_VARIANT":"normal","DART_DEFINES":"flutter.inspector.structuredErrors%3Dtrue","DART_OBFUSCATION":"false","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"mios-simulator-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-mios-simulator-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_simulator_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"9.0 9.2 10.0 10.2 11.0 11.2 11.4 12.1 12.3 13.0 13.2 13.4 13.6 14.1 14.3 14.4","DERIVED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DONT_GENERATE_INFOPLIST_FILE":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","EFFECTIVE_PLATFORM_NAME":"-iphonesimulator","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HARDENED_RUNTIME":"NO","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_PREVIEWS":"NO","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENABLE_TESTING_SEARCH_PATHS":"NO","ENTITLEMENTS_DESTINATION":"__entitlements","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":"-","EXPANDED_CODE_SIGN_IDENTITY_NAME":"-","FILE_LIST":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/FixedFiles","FLUTTER_APPLICATION_PATH":"/Volumes/Dev/selfprivacy/selfprivacy","FLUTTER_BUILD_DIR":"build","FLUTTER_BUILD_NAME":"0.1.0","FLUTTER_BUILD_NUMBER":"1","FLUTTER_FRAMEWORK_DIR":"/Volumes/Dev/flutter/bin/cache/artifacts/engine/ios","FLUTTER_ROOT":"/Volumes/Dev/flutter","FLUTTER_TARGET":"/Volumes/Dev/selfprivacy/selfprivacy/lib/main.dart","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock\" \"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/../Flutter\" /Volumes/Dev/selfprivacy/selfprivacy/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_OBJC_LEGACY_DISPATCH":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","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","GENERATED_MODULEMAP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/GeneratedModuleMaps-iphonesimulator","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/kherel","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":"kherel","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"9.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","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_ENTITLEMENTS_SECTION":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app-Simulated.xcent","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator /Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios9.0","LLVM_TARGET_TRIPLE_SUFFIX":"-simulator","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFCopyLocalizedString","LOCALIZED_STRING_SWIFTUI_SUPPORT":"YES","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","LOCSYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"20C69","MAC_OS_X_VERSION_ACTUAL":"110100","MAC_OS_X_VERSION_MAJOR":"110000","MAC_OS_X_VERSION_MINOR":"110100","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","MODULES_FOLDER_PATH":"Runner.app/Modules","MODULE_CACHE_DIR":"/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"x86_64","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJC_ABI_VERSION":"2","OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","OBJROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"Flutter\" -framework \"flutter_secure_storage\" -framework \"package_info\" -framework \"path_provider\" -framework \"shared_preferences\" -framework \"url_launcher\" -framework \"wakelock\" -framework Flutter","PACKAGE_CONFIG":".packages","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/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","PLATFORM_DISPLAY_NAME":"iOS Simulator","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphonesimulator","PLATFORM_PREFERRED_ARCH":"x86_64","PLATFORM_PRODUCT_BUILD_VERSION":"18D46","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","PODS_CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","PODS_PODFILE_DIR_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/.","PODS_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods","PODS_XCFRAMEWORKS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/XCFrameworkIntermediates","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"pro.kherel.selfprivacy","PRODUCT_BUNDLE_PACKAGE_TYPE":"APPL","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/DerivedSources","PROJECT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/ios","PROJECT_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build","PROJECT_TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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","REZ_COLLECTOR_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_0":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","SCRIPT_INPUT_FILE_LIST_COUNT":"1","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_0":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","SCRIPT_OUTPUT_FILE_LIST_COUNT":"1","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR_iphonesimulator14_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_NAME":"iphonesimulator14.4","SDK_NAMES":"iphonesimulator14.4","SDK_PRODUCT_BUILD_VERSION":"18D46","SDK_VERSION":"14.4","SDK_VERSION_ACTUAL":"140400","SDK_VERSION_MAJOR":"140000","SDK_VERSION_MINOR":"140400","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","SRCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"NO","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/Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","SWIFT_VERSION":"5.0","SYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","TARGET_DEVICE_IDENTIFIER":"7DD4C62E-6CD9-455E-AAB0-546FEFDA7A24","TARGET_DEVICE_MODEL":"iPod9,1","TARGET_DEVICE_OS_VERSION":"14.4","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TRACK_WIDGET_CREATION":"true","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TREE_SHAKE_ICONS":"false","TeamIdentifierPrefix":"SAL3J7P5P3.","UID":"501","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"kherel","USER_APPS_DIR":"/Users/kherel/Applications","USER_LIBRARY_DIR":"/Users/kherel/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","USE_LLVM_TARGET_TRIPLES":"YES","USE_LLVM_TARGET_TRIPLES_FOR_CLANG":"YES","USE_LLVM_TARGET_TRIPLES_FOR_LD":"YES","USE_LLVM_TARGET_TRIPLES_FOR_TAPI":"YES","USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES":"YES","VALIDATE_DEVELOPMENT_ASSET_PATHS":"YES_ERROR","VALIDATE_PRODUCT":"NO","VALIDATE_WORKSPACE":"YES_ERROR","VALID_ARCHS":"arm64 arm64e i386 x86_64","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"kherel","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-1\"","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":"12D4e","XCODE_VERSION_ACTUAL":"1240","XCODE_VERSION_MAJOR":"1200","XCODE_VERSION_MINOR":"1240","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"7aab9d1248bb7fbd2aecbe54ef6de567"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:ProcessInfoPlistFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Info.plist /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist": {"tool":"info-plist-processor","description":"ProcessInfoPlistFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Info.plist /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Info.plist"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:ProcessProductPackaging /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app-Simulated.xcent": {"tool":"process-product-entitlements","description":"ProcessProductPackaging /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app-Simulated.xcent","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements-Simulated.plist","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app-Simulated.xcent"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:ProcessProductPackaging /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app.xcent": {"tool":"process-product-entitlements","description":"ProcessProductPackaging /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app.xcent","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements.plist","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app.xcent"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:RegisterExecutionPolicyException /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app": {"tool":"register-execution-policy-exception","description":"RegisterExecutionPolicyException /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","",""],"outputs":[""]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Touch /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app": {"tool":"shell","description":"Touch /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","",""],"outputs":[""],"args":["/usr/bin/touch","-c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"426714f34bc408fa187be43ffca1120a"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements-Simulated.plist": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements-Simulated.plist","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements-Simulated.plist"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements.plist": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements.plist","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements.plist"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.hmap","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.hmap"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/all-product-headers.yaml": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/all-product-headers.yaml","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/all-product-headers.yaml"]} - diff --git a/ios/build/XCBuildData/BuildDescriptionCacheIndex-8d11405da631cc0b123a3a1283c8088a b/ios/build/XCBuildData/BuildDescriptionCacheIndex-8d11405da631cc0b123a3a1283c8088a deleted file mode 100644 index ef6b5410..00000000 Binary files a/ios/build/XCBuildData/BuildDescriptionCacheIndex-8d11405da631cc0b123a3a1283c8088a and /dev/null differ diff --git a/ios/build/XCBuildData/b9dd2cf0e3fe9c3b92c31760fab42554-desc.xcbuild b/ios/build/XCBuildData/b9dd2cf0e3fe9c3b92c31760fab42554-desc.xcbuild deleted file mode 100644 index c44acd58..00000000 Binary files a/ios/build/XCBuildData/b9dd2cf0e3fe9c3b92c31760fab42554-desc.xcbuild and /dev/null differ diff --git a/ios/build/XCBuildData/b9dd2cf0e3fe9c3b92c31760fab42554-manifest.xcbuild b/ios/build/XCBuildData/b9dd2cf0e3fe9c3b92c31760fab42554-manifest.xcbuild deleted file mode 100644 index a1a34fa4..00000000 --- a/ios/build/XCBuildData/b9dd2cf0e3fe9c3b92c31760fab42554-manifest.xcbuild +++ /dev/null @@ -1,96 +0,0 @@ -client: - name: basic - version: 0 - file-system: default - -targets: - "": [""] - -nodes: - "/Volumes/Dev/selfprivacy/selfprivacy/build/ios": {"is-mutated":true} - -commands: - "": {"tool":"phony","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks","",""],"outputs":[""]} - "": {"tool":"stale-file-removal","expectedOutputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Assets.car","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/AppFrameworkInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/Main.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/flutter_secure_storage.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/package_info.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/path_provider.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/shared_preferences.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/url_launcher.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/wakelock.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Info.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/all-product-headers.yaml"],"roots":["/tmp/Runner.dst","/Volumes/Dev/selfprivacy/selfprivacy/build/ios","/Volumes/Dev/selfprivacy/selfprivacy/build/ios"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangeAlternatePermissions": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangePermissions": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-CopyAside": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-RegisterExecutionPolicyException": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-RegisterProduct": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-StripSymbols": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-Validate": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--CopySwiftPackageResourcesTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer": {"tool":"phony","inputs":["","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/all-product-headers.yaml"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--InfoPlistTaskProducer": {"tool":"phony","inputs":["","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Info.plist"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--ModuleMapTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--ProductPostprocessingTaskProducer": {"tool":"phony","inputs":["","","","","","","","","","","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--SanitizerTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--StubBinaryTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--SwiftFrameworkABICheckerTaskProducer": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--SwiftStandardLibrariesTaskProducer": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--TestTargetPostprocessingTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--TestTargetTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--VersionPlistTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--XCFrameworkTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--begin-compiling": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--copy-headers-completion": {"tool":"phony","inputs":[""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--end": {"tool":"phony","inputs":["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Assets.car","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/AppFrameworkInfo.plist","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/Main.storyboardc","","","","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/flutter_secure_storage.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/package_info.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/path_provider.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/shared_preferences.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/url_launcher.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/wakelock.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Info.plist","","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/all-product-headers.yaml"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--entry": {"tool":"phony","inputs":["","","","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--generated-headers": {"tool":"phony","inputs":["","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--immediate": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--modules-ready": {"tool":"phony","inputs":["","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h","","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/flutter_secure_storage.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/package_info.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/path_provider.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/shared_preferences.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/url_launcher.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/wakelock.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock": {"tool":"phony","inputs":["","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script": {"tool":"phony","inputs":["","","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources": {"tool":"phony","inputs":["","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources": {"tool":"phony","inputs":["","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Assets.car","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/AppFrameworkInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/Main.storyboardc"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary": {"tool":"phony","inputs":["","","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks": {"tool":"phony","inputs":["","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/flutter_secure_storage.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/package_info.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/path_provider.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/shared_preferences.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/url_launcher.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/wakelock.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh"],"outputs":[""]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileAssetCatalog /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Assets.xcassets": {"tool":"shell","description":"CompileAssetCatalog /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Assets.xcassets","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Assets.xcassets/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Assets.car"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/actool","--output-format","human-readable-text","--notices","--warnings","--export-dependency-info","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_dependencies","--output-partial-info-plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist","--app-icon","AppIcon","--compress-pngs","--enable-on-demand-resources","YES","--filter-for-device-model","iPod9,1","--filter-for-device-os-version","14.4","--development-region","en","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","9.0","--platform","iphonesimulator","--compile","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Assets.xcassets"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"deps":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_dependencies"],"deps-style":"dependency-info","signature":"1288a8a4895da049c291ce5fe96bf0b9"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileC /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/GeneratedPluginRegistrant.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/GeneratedPluginRegistrant.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/GeneratedPluginRegistrant.m","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","objective-c","-target","x86_64-apple-ios9.0-simulator","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fobjc-arc","-fmodules","-gmodules","-fmodules-cache-path=/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/kherel/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","-DOBJC_OLD_DISPATCH_PROTOTYPES=0","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","-fasm-blocks","-fstrict-aliasing","-Wprotocol","-Wdeprecated-declarations","-g","-Wno-sign-conversion","-Winfinite-recursion","-Wcomma","-Wblock-capture-autoreleasing","-Wstrict-prototypes","-Wno-semicolon-before-method-body","-fobjc-abi-version=2","-fobjc-legacy-dispatch","-index-store-path","/Users/kherel/Library/Developer/Xcode/DerivedData/Runner-akjxnqepwwagthbpliwucbfpdlgy/Index/DataStore","-iquote","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","-iquote","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources-normal/x86_64","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock","-F/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-F/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-MMD","-MT","dependencies","-MF","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.d","--serialize-diagnostics","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.dia","-c","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/GeneratedPluginRegistrant.m","-o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","deps":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.d"],"deps-style":"makefile","signature":"56daa2166dc92c482eaeadaa561656fc"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileC /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","c","-target","x86_64-apple-ios9.0-simulator","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fmodules","-gmodules","-fmodules-cache-path=/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/kherel/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","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","-fasm-blocks","-fstrict-aliasing","-Wdeprecated-declarations","-g","-Wno-sign-conversion","-Winfinite-recursion","-Wcomma","-Wblock-capture-autoreleasing","-Wstrict-prototypes","-Wno-semicolon-before-method-body","-index-store-path","/Users/kherel/Library/Developer/Xcode/DerivedData/Runner-akjxnqepwwagthbpliwucbfpdlgy/Index/DataStore","-iquote","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","-iquote","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources-normal/x86_64","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock","-F/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-F/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-MMD","-MT","dependencies","-MF","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.d","--serialize-diagnostics","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.dia","-c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c","-o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","deps":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.d"],"deps-style":"makefile","signature":"803644182bb754436fb405970aef632d"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileStoryboard /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/LaunchScreen.storyboard": {"tool":"shell","description":"CompileStoryboard /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/LaunchScreen.storyboard","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/LaunchScreen.storyboard","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/ru.lproj/LaunchScreen.strings","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool","--errors","--warnings","--notices","--companion-strings-file","ru:/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/ru.lproj/LaunchScreen.strings","--module","Runner","--output-partial-info-plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","--auto-activate-custom-fonts","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","9.0","--output-format","human-readable-text","--compilation-directory","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/LaunchScreen.storyboard"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"79df1a68c5a7d15714345dea2ac2002d"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileStoryboard /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/Main.storyboard": {"tool":"shell","description":"CompileStoryboard /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/Main.storyboard","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/Main.storyboard","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/ru.lproj/Main.strings","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main-SBPartialInfo.plist"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool","--errors","--warnings","--notices","--companion-strings-file","ru:/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/ru.lproj/Main.strings","--module","Runner","--output-partial-info-plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main-SBPartialInfo.plist","--auto-activate-custom-fonts","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","9.0","--output-format","human-readable-text","--compilation-directory","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/Main.storyboard"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"843ce6a6438826627be27090acea333c"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler": {"tool":"shell","description":"CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/AppDelegate.swift","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-incremental","-module-name","Runner","-Onone","-enable-batch-mode","-enforce-exclusivity=checked","@/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","-target","x86_64-apple-ios9.0-simulator","-g","-module-cache-path","/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-Xfrontend","-serialize-debugging-options","-enable-testing","-index-store-path","/Users/kherel/Library/Developer/Xcode/DerivedData/Runner-akjxnqepwwagthbpliwucbfpdlgy/Index/DataStore","-swift-version","5","-I","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock","-F","/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-F","/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-parse-as-library","-c","-j8","-output-file-map","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json","-parseable-output","-serialize-diagnostics","-emit-dependencies","-emit-module","-emit-module-path","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/swift-overrides.hmap","-Xcc","-iquote","-Xcc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","-Xcc","-iquote","-Xcc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources-normal/x86_64","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","-Xcc","-DDEBUG=1","-Xcc","-DCOCOAPODS=1","-emit-objc-header","-emit-objc-header-path","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","-import-objc-header","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Runner-Bridging-Header.h","-pch-output-dir","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/SharedPrecompiledHeaders","-working-directory","/Volumes/Dev/selfprivacy/selfprivacy/ios"],"env":{"DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk"},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","deps":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.d"],"deps-style":"makefile","signature":"14588aaa72f1bc64241d6f92ebf3245a"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CopyPlistFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/AppFrameworkInfo.plist /Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter/AppFrameworkInfo.plist": {"tool":"copy-plist","description":"CopyPlistFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/AppFrameworkInfo.plist /Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter/AppFrameworkInfo.plist","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter/AppFrameworkInfo.plist","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/AppFrameworkInfo.plist"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CopySwiftLibs /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app": {"tool":"embed-swift-stdlib","description":"CopySwiftLibs /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner","","",""],"outputs":[""],"deps":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/SwiftStdLibToolInputDependencies.dep"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CreateBuildDirectory /Volumes/Dev/selfprivacy/selfprivacy/build/ios": {"tool":"create-build-directory","description":"CreateBuildDirectory /Volumes/Dev/selfprivacy/selfprivacy/build/ios","inputs":[],"outputs":["","/Volumes/Dev/selfprivacy/selfprivacy/build/ios"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"d7ab1fdf478cd38bcd2153504fbf727f"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"d7f1e1f72f5425f2597e55f237fbe77c"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"9ce6f67572968434172ccf7f97d68955"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"a2dcfe74fc06517e3bfef56661dba20a"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"a8eada1184149606be3f1af0ad642dee"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"6858e458b26e0f502bf1e2488b71a70c"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"54f971cd94b13519cc3468786f792139"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ld /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner normal": {"tool":"shell","description":"Ld /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner normal","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner",""],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-target","x86_64-apple-ios9.0-simulator","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","-L/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","-L/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock","-F/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/../Flutter","-F/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-filelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","-Xlinker","-rpath","-Xlinker","/usr/lib/swift","-Xlinker","-rpath","-Xlinker","@executable_path/Frameworks","-Xlinker","-rpath","-Xlinker","@loader_path/Frameworks","-Xlinker","-rpath","-Xlinker","@executable_path/Frameworks","-dead_strip","-Xlinker","-object_path_lto","-Xlinker","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_lto.o","-Xlinker","-export_dynamic","-Xlinker","-no_deduplicate","-Xlinker","-objc_abi_version","-Xlinker","2","-fobjc-arc","-fobjc-link-runtime","-L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator","-L/usr/lib/swift","-Xlinker","-add_ast_path","-Xlinker","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","-framework","Flutter","-framework","flutter_secure_storage","-framework","package_info","-framework","path_provider","-framework","shared_preferences","-framework","url_launcher","-framework","wakelock","-framework","Flutter","-framework","Pods_Runner","-Xlinker","-dependency_info","-Xlinker","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_dependency_info.dat","-o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","deps":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_dependency_info.dat"],"deps-style":"dependency-info","signature":"f74c88849b9241010f367034a1314167"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:LinkStoryboards": {"tool":"shell","description":"LinkStoryboards","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main.storyboardc","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/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","9.0","--output-format","human-readable-text","--link","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main.storyboardc"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"52d20661a326e0870af649be1db7b577"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:MkDir /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app": {"tool":"mkdir","description":"MkDir /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app",""]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:MkDir /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks": {"tool":"mkdir","description":"MkDir /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks",""]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:PhaseScriptExecution Run Script /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh": {"tool":"shell","description":"PhaseScriptExecution Run Script /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh","",""],"outputs":[""],"args":["/bin/sh","-c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"YES","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"kherel","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"NO","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","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"x86_64","ARCHS_STANDARD":"arm64 x86_64 i386","ARCHS_STANDARD_32_64_BIT":"arm64 i386 x86_64","ARCHS_STANDARD_32_BIT":"i386","ARCHS_STANDARD_64_BIT":"arm64 x86_64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64 x86_64 i386","ARCHS_UNIVERSAL_IPHONE_OS":"arm64 i386 x86_64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","ASSETCATALOG_FILTER_FOR_DEVICE_MODEL":"iPod9,1","ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION":"14.4","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","BUNDLE_CONTENTS_FOLDER_PATH_deep":"Contents/","BUNDLE_EXECUTABLE_FOLDER_NAME_deep":"MacOS","BUNDLE_FORMAT":"shallow","BUNDLE_FRAMEWORKS_FOLDER_PATH":"Frameworks","BUNDLE_PLUGINS_FOLDER_PATH":"PlugIns","BUNDLE_PRIVATE_HEADERS_FOLDER_PATH":"PrivateHeaders","BUNDLE_PUBLIC_HEADERS_FOLDER_PATH":"Headers","CACHE_ROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CCHROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED":"YES","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/kherel/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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneSimulatorCodeSignContext","CODE_SIGN_IDENTITY":"-","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","CONFIGURATION_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator","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_DEVICE_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","CORRESPONDING_DEVICE_PLATFORM_NAME":"iphoneos","CORRESPONDING_DEVICE_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk","CORRESPONDING_DEVICE_SDK_NAME":"iphoneos14.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_PROJECT_VERSION":"1","CURRENT_VARIANT":"normal","DART_DEFINES":"flutter.inspector.structuredErrors%3Dtrue","DART_OBFUSCATION":"false","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"mios-simulator-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-mios-simulator-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_simulator_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"9.0 9.2 10.0 10.2 11.0 11.2 11.4 12.1 12.3 13.0 13.2 13.4 13.6 14.1 14.3 14.4","DERIVED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DONT_GENERATE_INFOPLIST_FILE":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","EFFECTIVE_PLATFORM_NAME":"-iphonesimulator","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HARDENED_RUNTIME":"NO","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_PREVIEWS":"NO","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENABLE_TESTING_SEARCH_PATHS":"NO","ENTITLEMENTS_DESTINATION":"__entitlements","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/FixedFiles","FLUTTER_APPLICATION_PATH":"/Volumes/Dev/selfprivacy/selfprivacy","FLUTTER_BUILD_DIR":"build","FLUTTER_BUILD_NAME":"0.1.0","FLUTTER_BUILD_NUMBER":"1","FLUTTER_FRAMEWORK_DIR":"/Volumes/Dev/flutter/bin/cache/artifacts/engine/ios","FLUTTER_ROOT":"/Volumes/Dev/flutter","FLUTTER_TARGET":"/Volumes/Dev/selfprivacy/selfprivacy/lib/main.dart","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock\" \"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/../Flutter\" /Volumes/Dev/selfprivacy/selfprivacy/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_OBJC_LEGACY_DISPATCH":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","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","GENERATED_MODULEMAP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/GeneratedModuleMaps-iphonesimulator","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/kherel","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":"kherel","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"9.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","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator /Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios9.0","LLVM_TARGET_TRIPLE_SUFFIX":"-simulator","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFCopyLocalizedString","LOCALIZED_STRING_SWIFTUI_SUPPORT":"YES","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","LOCSYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"20C69","MAC_OS_X_VERSION_ACTUAL":"110100","MAC_OS_X_VERSION_MAJOR":"110000","MAC_OS_X_VERSION_MINOR":"110100","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","MODULES_FOLDER_PATH":"Runner.app/Modules","MODULE_CACHE_DIR":"/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"x86_64","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJC_ABI_VERSION":"2","OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","OBJROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"Flutter\" -framework \"flutter_secure_storage\" -framework \"package_info\" -framework \"path_provider\" -framework \"shared_preferences\" -framework \"url_launcher\" -framework \"wakelock\" -framework Flutter","PACKAGE_CONFIG":".packages","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/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","PLATFORM_DISPLAY_NAME":"iOS Simulator","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphonesimulator","PLATFORM_PREFERRED_ARCH":"x86_64","PLATFORM_PRODUCT_BUILD_VERSION":"18D46","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","PODS_CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","PODS_PODFILE_DIR_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/.","PODS_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods","PODS_XCFRAMEWORKS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/XCFrameworkIntermediates","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"pro.kherel.selfprivacy","PRODUCT_BUNDLE_PACKAGE_TYPE":"APPL","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/DerivedSources","PROJECT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/ios","PROJECT_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build","PROJECT_TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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","REZ_COLLECTOR_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator ","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/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR_iphonesimulator14_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_NAME":"iphonesimulator14.4","SDK_NAMES":"iphonesimulator14.4","SDK_PRODUCT_BUILD_VERSION":"18D46","SDK_VERSION":"14.4","SDK_VERSION_ACTUAL":"140400","SDK_VERSION_MAJOR":"140000","SDK_VERSION_MINOR":"140400","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","SRCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"NO","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/Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","SWIFT_VERSION":"5.0","SYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","TARGET_DEVICE_IDENTIFIER":"7DD4C62E-6CD9-455E-AAB0-546FEFDA7A24","TARGET_DEVICE_MODEL":"iPod9,1","TARGET_DEVICE_OS_VERSION":"14.4","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TRACK_WIDGET_CREATION":"true","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TREE_SHAKE_ICONS":"false","UID":"501","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"kherel","USER_APPS_DIR":"/Users/kherel/Applications","USER_LIBRARY_DIR":"/Users/kherel/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","USE_LLVM_TARGET_TRIPLES":"YES","USE_LLVM_TARGET_TRIPLES_FOR_CLANG":"YES","USE_LLVM_TARGET_TRIPLES_FOR_LD":"YES","USE_LLVM_TARGET_TRIPLES_FOR_TAPI":"YES","USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES":"YES","VALIDATE_DEVELOPMENT_ASSET_PATHS":"YES_ERROR","VALIDATE_PRODUCT":"NO","VALIDATE_WORKSPACE":"YES_ERROR","VALID_ARCHS":"arm64 arm64e i386 x86_64","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"kherel","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-1\"","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":"12D4e","XCODE_VERSION_ACTUAL":"1240","XCODE_VERSION_MAJOR":"1200","XCODE_VERSION_MINOR":"1240","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"559fc23f65c569f76bb9fa681b42ac74"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:PhaseScriptExecution Thin Binary /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh": {"tool":"shell","description":"PhaseScriptExecution Thin Binary /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","",""],"outputs":[""],"args":["/bin/sh","-c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"YES","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"kherel","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"NO","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","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"x86_64","ARCHS_STANDARD":"arm64 x86_64 i386","ARCHS_STANDARD_32_64_BIT":"arm64 i386 x86_64","ARCHS_STANDARD_32_BIT":"i386","ARCHS_STANDARD_64_BIT":"arm64 x86_64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64 x86_64 i386","ARCHS_UNIVERSAL_IPHONE_OS":"arm64 i386 x86_64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","ASSETCATALOG_FILTER_FOR_DEVICE_MODEL":"iPod9,1","ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION":"14.4","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","BUNDLE_CONTENTS_FOLDER_PATH_deep":"Contents/","BUNDLE_EXECUTABLE_FOLDER_NAME_deep":"MacOS","BUNDLE_FORMAT":"shallow","BUNDLE_FRAMEWORKS_FOLDER_PATH":"Frameworks","BUNDLE_PLUGINS_FOLDER_PATH":"PlugIns","BUNDLE_PRIVATE_HEADERS_FOLDER_PATH":"PrivateHeaders","BUNDLE_PUBLIC_HEADERS_FOLDER_PATH":"Headers","CACHE_ROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CCHROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED":"YES","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/kherel/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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneSimulatorCodeSignContext","CODE_SIGN_IDENTITY":"-","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","CONFIGURATION_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator","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_DEVICE_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","CORRESPONDING_DEVICE_PLATFORM_NAME":"iphoneos","CORRESPONDING_DEVICE_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk","CORRESPONDING_DEVICE_SDK_NAME":"iphoneos14.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_PROJECT_VERSION":"1","CURRENT_VARIANT":"normal","DART_DEFINES":"flutter.inspector.structuredErrors%3Dtrue","DART_OBFUSCATION":"false","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"mios-simulator-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-mios-simulator-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_simulator_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"9.0 9.2 10.0 10.2 11.0 11.2 11.4 12.1 12.3 13.0 13.2 13.4 13.6 14.1 14.3 14.4","DERIVED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DONT_GENERATE_INFOPLIST_FILE":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","EFFECTIVE_PLATFORM_NAME":"-iphonesimulator","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HARDENED_RUNTIME":"NO","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_PREVIEWS":"NO","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENABLE_TESTING_SEARCH_PATHS":"NO","ENTITLEMENTS_DESTINATION":"__entitlements","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/FixedFiles","FLUTTER_APPLICATION_PATH":"/Volumes/Dev/selfprivacy/selfprivacy","FLUTTER_BUILD_DIR":"build","FLUTTER_BUILD_NAME":"0.1.0","FLUTTER_BUILD_NUMBER":"1","FLUTTER_FRAMEWORK_DIR":"/Volumes/Dev/flutter/bin/cache/artifacts/engine/ios","FLUTTER_ROOT":"/Volumes/Dev/flutter","FLUTTER_TARGET":"/Volumes/Dev/selfprivacy/selfprivacy/lib/main.dart","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock\" \"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/../Flutter\" /Volumes/Dev/selfprivacy/selfprivacy/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_OBJC_LEGACY_DISPATCH":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","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","GENERATED_MODULEMAP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/GeneratedModuleMaps-iphonesimulator","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/kherel","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":"kherel","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"9.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","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator /Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios9.0","LLVM_TARGET_TRIPLE_SUFFIX":"-simulator","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFCopyLocalizedString","LOCALIZED_STRING_SWIFTUI_SUPPORT":"YES","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","LOCSYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"20C69","MAC_OS_X_VERSION_ACTUAL":"110100","MAC_OS_X_VERSION_MAJOR":"110000","MAC_OS_X_VERSION_MINOR":"110100","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","MODULES_FOLDER_PATH":"Runner.app/Modules","MODULE_CACHE_DIR":"/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"x86_64","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJC_ABI_VERSION":"2","OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","OBJROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"Flutter\" -framework \"flutter_secure_storage\" -framework \"package_info\" -framework \"path_provider\" -framework \"shared_preferences\" -framework \"url_launcher\" -framework \"wakelock\" -framework Flutter","PACKAGE_CONFIG":".packages","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/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","PLATFORM_DISPLAY_NAME":"iOS Simulator","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphonesimulator","PLATFORM_PREFERRED_ARCH":"x86_64","PLATFORM_PRODUCT_BUILD_VERSION":"18D46","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","PODS_CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","PODS_PODFILE_DIR_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/.","PODS_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods","PODS_XCFRAMEWORKS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/XCFrameworkIntermediates","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"pro.kherel.selfprivacy","PRODUCT_BUNDLE_PACKAGE_TYPE":"APPL","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/DerivedSources","PROJECT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/ios","PROJECT_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build","PROJECT_TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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","REZ_COLLECTOR_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator ","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/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR_iphonesimulator14_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_NAME":"iphonesimulator14.4","SDK_NAMES":"iphonesimulator14.4","SDK_PRODUCT_BUILD_VERSION":"18D46","SDK_VERSION":"14.4","SDK_VERSION_ACTUAL":"140400","SDK_VERSION_MAJOR":"140000","SDK_VERSION_MINOR":"140400","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","SRCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"NO","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/Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","SWIFT_VERSION":"5.0","SYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","TARGET_DEVICE_IDENTIFIER":"7DD4C62E-6CD9-455E-AAB0-546FEFDA7A24","TARGET_DEVICE_MODEL":"iPod9,1","TARGET_DEVICE_OS_VERSION":"14.4","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TRACK_WIDGET_CREATION":"true","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TREE_SHAKE_ICONS":"false","UID":"501","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"kherel","USER_APPS_DIR":"/Users/kherel/Applications","USER_LIBRARY_DIR":"/Users/kherel/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","USE_LLVM_TARGET_TRIPLES":"YES","USE_LLVM_TARGET_TRIPLES_FOR_CLANG":"YES","USE_LLVM_TARGET_TRIPLES_FOR_LD":"YES","USE_LLVM_TARGET_TRIPLES_FOR_TAPI":"YES","USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES":"YES","VALIDATE_DEVELOPMENT_ASSET_PATHS":"YES_ERROR","VALIDATE_PRODUCT":"NO","VALIDATE_WORKSPACE":"YES_ERROR","VALID_ARCHS":"arm64 arm64e i386 x86_64","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"kherel","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-1\"","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":"12D4e","XCODE_VERSION_ACTUAL":"1240","XCODE_VERSION_MAJOR":"1200","XCODE_VERSION_MINOR":"1240","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"52109972dc1b70118bbc0da53ac2d3d1"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:PhaseScriptExecution [CP] Check Pods Manifest.lock /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh": {"tool":"shell","description":"PhaseScriptExecution [CP] Check Pods Manifest.lock /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Podfile.lock/","/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/Manifest.lock/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt"],"args":["/bin/sh","-c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"YES","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"kherel","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"NO","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","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"x86_64","ARCHS_STANDARD":"arm64 x86_64 i386","ARCHS_STANDARD_32_64_BIT":"arm64 i386 x86_64","ARCHS_STANDARD_32_BIT":"i386","ARCHS_STANDARD_64_BIT":"arm64 x86_64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64 x86_64 i386","ARCHS_UNIVERSAL_IPHONE_OS":"arm64 i386 x86_64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","ASSETCATALOG_FILTER_FOR_DEVICE_MODEL":"iPod9,1","ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION":"14.4","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","BUNDLE_CONTENTS_FOLDER_PATH_deep":"Contents/","BUNDLE_EXECUTABLE_FOLDER_NAME_deep":"MacOS","BUNDLE_FORMAT":"shallow","BUNDLE_FRAMEWORKS_FOLDER_PATH":"Frameworks","BUNDLE_PLUGINS_FOLDER_PATH":"PlugIns","BUNDLE_PRIVATE_HEADERS_FOLDER_PATH":"PrivateHeaders","BUNDLE_PUBLIC_HEADERS_FOLDER_PATH":"Headers","CACHE_ROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CCHROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED":"YES","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/kherel/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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneSimulatorCodeSignContext","CODE_SIGN_IDENTITY":"-","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","CONFIGURATION_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator","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_DEVICE_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","CORRESPONDING_DEVICE_PLATFORM_NAME":"iphoneos","CORRESPONDING_DEVICE_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk","CORRESPONDING_DEVICE_SDK_NAME":"iphoneos14.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_PROJECT_VERSION":"1","CURRENT_VARIANT":"normal","DART_DEFINES":"flutter.inspector.structuredErrors%3Dtrue","DART_OBFUSCATION":"false","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"mios-simulator-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-mios-simulator-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_simulator_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"9.0 9.2 10.0 10.2 11.0 11.2 11.4 12.1 12.3 13.0 13.2 13.4 13.6 14.1 14.3 14.4","DERIVED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DONT_GENERATE_INFOPLIST_FILE":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","EFFECTIVE_PLATFORM_NAME":"-iphonesimulator","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HARDENED_RUNTIME":"NO","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_PREVIEWS":"NO","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENABLE_TESTING_SEARCH_PATHS":"NO","ENTITLEMENTS_DESTINATION":"__entitlements","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/FixedFiles","FLUTTER_APPLICATION_PATH":"/Volumes/Dev/selfprivacy/selfprivacy","FLUTTER_BUILD_DIR":"build","FLUTTER_BUILD_NAME":"0.1.0","FLUTTER_BUILD_NUMBER":"1","FLUTTER_FRAMEWORK_DIR":"/Volumes/Dev/flutter/bin/cache/artifacts/engine/ios","FLUTTER_ROOT":"/Volumes/Dev/flutter","FLUTTER_TARGET":"/Volumes/Dev/selfprivacy/selfprivacy/lib/main.dart","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock\" \"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/../Flutter\" /Volumes/Dev/selfprivacy/selfprivacy/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_OBJC_LEGACY_DISPATCH":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","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","GENERATED_MODULEMAP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/GeneratedModuleMaps-iphonesimulator","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/kherel","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":"kherel","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"9.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","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator /Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios9.0","LLVM_TARGET_TRIPLE_SUFFIX":"-simulator","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFCopyLocalizedString","LOCALIZED_STRING_SWIFTUI_SUPPORT":"YES","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","LOCSYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"20C69","MAC_OS_X_VERSION_ACTUAL":"110100","MAC_OS_X_VERSION_MAJOR":"110000","MAC_OS_X_VERSION_MINOR":"110100","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","MODULES_FOLDER_PATH":"Runner.app/Modules","MODULE_CACHE_DIR":"/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"x86_64","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJC_ABI_VERSION":"2","OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","OBJROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"Flutter\" -framework \"flutter_secure_storage\" -framework \"package_info\" -framework \"path_provider\" -framework \"shared_preferences\" -framework \"url_launcher\" -framework \"wakelock\" -framework Flutter","PACKAGE_CONFIG":".packages","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/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","PLATFORM_DISPLAY_NAME":"iOS Simulator","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphonesimulator","PLATFORM_PREFERRED_ARCH":"x86_64","PLATFORM_PRODUCT_BUILD_VERSION":"18D46","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","PODS_CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","PODS_PODFILE_DIR_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/.","PODS_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods","PODS_XCFRAMEWORKS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/XCFrameworkIntermediates","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"pro.kherel.selfprivacy","PRODUCT_BUNDLE_PACKAGE_TYPE":"APPL","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/DerivedSources","PROJECT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/ios","PROJECT_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build","PROJECT_TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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","REZ_COLLECTOR_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_0":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Podfile.lock","SCRIPT_INPUT_FILE_1":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/Manifest.lock","SCRIPT_INPUT_FILE_COUNT":"2","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_0":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR_iphonesimulator14_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_NAME":"iphonesimulator14.4","SDK_NAMES":"iphonesimulator14.4","SDK_PRODUCT_BUILD_VERSION":"18D46","SDK_VERSION":"14.4","SDK_VERSION_ACTUAL":"140400","SDK_VERSION_MAJOR":"140000","SDK_VERSION_MINOR":"140400","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","SRCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"NO","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/Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","SWIFT_VERSION":"5.0","SYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","TARGET_DEVICE_IDENTIFIER":"7DD4C62E-6CD9-455E-AAB0-546FEFDA7A24","TARGET_DEVICE_MODEL":"iPod9,1","TARGET_DEVICE_OS_VERSION":"14.4","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TRACK_WIDGET_CREATION":"true","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TREE_SHAKE_ICONS":"false","UID":"501","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"kherel","USER_APPS_DIR":"/Users/kherel/Applications","USER_LIBRARY_DIR":"/Users/kherel/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","USE_LLVM_TARGET_TRIPLES":"YES","USE_LLVM_TARGET_TRIPLES_FOR_CLANG":"YES","USE_LLVM_TARGET_TRIPLES_FOR_LD":"YES","USE_LLVM_TARGET_TRIPLES_FOR_TAPI":"YES","USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES":"YES","VALIDATE_DEVELOPMENT_ASSET_PATHS":"YES_ERROR","VALIDATE_PRODUCT":"NO","VALIDATE_WORKSPACE":"YES_ERROR","VALID_ARCHS":"arm64 arm64e i386 x86_64","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"kherel","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-1\"","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":"12D4e","XCODE_VERSION_ACTUAL":"1240","XCODE_VERSION_MAJOR":"1200","XCODE_VERSION_MINOR":"1240","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"143e40f23019e3dcfc756de85259ec3b"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:PhaseScriptExecution [CP] Embed Pods Frameworks /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh": {"tool":"shell","description":"PhaseScriptExecution [CP] Embed Pods Frameworks /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks-Debug-input-files.xcfilelist/","/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks-Debug-output-files.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh/","/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter/Flutter.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/flutter_secure_storage.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/package_info.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/path_provider.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/shared_preferences.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/url_launcher.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/wakelock.framework"],"args":["/bin/sh","-c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"YES","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"kherel","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"NO","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","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"x86_64","ARCHS_STANDARD":"arm64 x86_64 i386","ARCHS_STANDARD_32_64_BIT":"arm64 i386 x86_64","ARCHS_STANDARD_32_BIT":"i386","ARCHS_STANDARD_64_BIT":"arm64 x86_64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64 x86_64 i386","ARCHS_UNIVERSAL_IPHONE_OS":"arm64 i386 x86_64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","ASSETCATALOG_FILTER_FOR_DEVICE_MODEL":"iPod9,1","ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION":"14.4","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","BUNDLE_CONTENTS_FOLDER_PATH_deep":"Contents/","BUNDLE_EXECUTABLE_FOLDER_NAME_deep":"MacOS","BUNDLE_FORMAT":"shallow","BUNDLE_FRAMEWORKS_FOLDER_PATH":"Frameworks","BUNDLE_PLUGINS_FOLDER_PATH":"PlugIns","BUNDLE_PRIVATE_HEADERS_FOLDER_PATH":"PrivateHeaders","BUNDLE_PUBLIC_HEADERS_FOLDER_PATH":"Headers","CACHE_ROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CCHROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED":"YES","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/kherel/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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneSimulatorCodeSignContext","CODE_SIGN_IDENTITY":"-","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","CONFIGURATION_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator","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_DEVICE_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","CORRESPONDING_DEVICE_PLATFORM_NAME":"iphoneos","CORRESPONDING_DEVICE_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk","CORRESPONDING_DEVICE_SDK_NAME":"iphoneos14.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_PROJECT_VERSION":"1","CURRENT_VARIANT":"normal","DART_DEFINES":"flutter.inspector.structuredErrors%3Dtrue","DART_OBFUSCATION":"false","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"mios-simulator-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-mios-simulator-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_simulator_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"9.0 9.2 10.0 10.2 11.0 11.2 11.4 12.1 12.3 13.0 13.2 13.4 13.6 14.1 14.3 14.4","DERIVED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DONT_GENERATE_INFOPLIST_FILE":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","EFFECTIVE_PLATFORM_NAME":"-iphonesimulator","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HARDENED_RUNTIME":"NO","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_PREVIEWS":"NO","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENABLE_TESTING_SEARCH_PATHS":"NO","ENTITLEMENTS_DESTINATION":"__entitlements","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/FixedFiles","FLUTTER_APPLICATION_PATH":"/Volumes/Dev/selfprivacy/selfprivacy","FLUTTER_BUILD_DIR":"build","FLUTTER_BUILD_NAME":"0.1.0","FLUTTER_BUILD_NUMBER":"1","FLUTTER_FRAMEWORK_DIR":"/Volumes/Dev/flutter/bin/cache/artifacts/engine/ios","FLUTTER_ROOT":"/Volumes/Dev/flutter","FLUTTER_TARGET":"/Volumes/Dev/selfprivacy/selfprivacy/lib/main.dart","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock\" \"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/../Flutter\" /Volumes/Dev/selfprivacy/selfprivacy/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_OBJC_LEGACY_DISPATCH":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","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","GENERATED_MODULEMAP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/GeneratedModuleMaps-iphonesimulator","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/kherel","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":"kherel","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"9.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","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator /Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios9.0","LLVM_TARGET_TRIPLE_SUFFIX":"-simulator","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFCopyLocalizedString","LOCALIZED_STRING_SWIFTUI_SUPPORT":"YES","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","LOCSYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"20C69","MAC_OS_X_VERSION_ACTUAL":"110100","MAC_OS_X_VERSION_MAJOR":"110000","MAC_OS_X_VERSION_MINOR":"110100","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","MODULES_FOLDER_PATH":"Runner.app/Modules","MODULE_CACHE_DIR":"/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"x86_64","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJC_ABI_VERSION":"2","OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","OBJROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"Flutter\" -framework \"flutter_secure_storage\" -framework \"package_info\" -framework \"path_provider\" -framework \"shared_preferences\" -framework \"url_launcher\" -framework \"wakelock\" -framework Flutter","PACKAGE_CONFIG":".packages","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/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","PLATFORM_DISPLAY_NAME":"iOS Simulator","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphonesimulator","PLATFORM_PREFERRED_ARCH":"x86_64","PLATFORM_PRODUCT_BUILD_VERSION":"18D46","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","PODS_CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","PODS_PODFILE_DIR_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/.","PODS_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods","PODS_XCFRAMEWORKS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/XCFrameworkIntermediates","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"pro.kherel.selfprivacy","PRODUCT_BUNDLE_PACKAGE_TYPE":"APPL","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/DerivedSources","PROJECT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/ios","PROJECT_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build","PROJECT_TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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","REZ_COLLECTOR_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_0":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","SCRIPT_INPUT_FILE_LIST_COUNT":"1","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_0":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","SCRIPT_OUTPUT_FILE_LIST_COUNT":"1","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR_iphonesimulator14_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_NAME":"iphonesimulator14.4","SDK_NAMES":"iphonesimulator14.4","SDK_PRODUCT_BUILD_VERSION":"18D46","SDK_VERSION":"14.4","SDK_VERSION_ACTUAL":"140400","SDK_VERSION_MAJOR":"140000","SDK_VERSION_MINOR":"140400","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","SRCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"NO","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/Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","SWIFT_VERSION":"5.0","SYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","TARGET_DEVICE_IDENTIFIER":"7DD4C62E-6CD9-455E-AAB0-546FEFDA7A24","TARGET_DEVICE_MODEL":"iPod9,1","TARGET_DEVICE_OS_VERSION":"14.4","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TRACK_WIDGET_CREATION":"true","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TREE_SHAKE_ICONS":"false","UID":"501","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"kherel","USER_APPS_DIR":"/Users/kherel/Applications","USER_LIBRARY_DIR":"/Users/kherel/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","USE_LLVM_TARGET_TRIPLES":"YES","USE_LLVM_TARGET_TRIPLES_FOR_CLANG":"YES","USE_LLVM_TARGET_TRIPLES_FOR_LD":"YES","USE_LLVM_TARGET_TRIPLES_FOR_TAPI":"YES","USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES":"YES","VALIDATE_DEVELOPMENT_ASSET_PATHS":"YES_ERROR","VALIDATE_PRODUCT":"NO","VALIDATE_WORKSPACE":"YES_ERROR","VALID_ARCHS":"arm64 arm64e i386 x86_64","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"kherel","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-1\"","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":"12D4e","XCODE_VERSION_ACTUAL":"1240","XCODE_VERSION_MAJOR":"1200","XCODE_VERSION_MINOR":"1240","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"9f98b05dbc722756f2cecc73048fe418"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:ProcessInfoPlistFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Info.plist /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist": {"tool":"info-plist-processor","description":"ProcessInfoPlistFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Info.plist /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Info.plist"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:RegisterExecutionPolicyException /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app": {"tool":"register-execution-policy-exception","description":"RegisterExecutionPolicyException /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","",""],"outputs":[""]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Touch /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app": {"tool":"shell","description":"Touch /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","",""],"outputs":[""],"args":["/usr/bin/touch","-c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"426714f34bc408fa187be43ffca1120a"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.hmap","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.hmap"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/all-product-headers.yaml": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/all-product-headers.yaml","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/all-product-headers.yaml"]} - diff --git a/ios/build/XCBuildData/bc25e7b85ed10bc8d71fbc6f28d8094e-desc.xcbuild b/ios/build/XCBuildData/bc25e7b85ed10bc8d71fbc6f28d8094e-desc.xcbuild deleted file mode 100644 index 6a7bab59..00000000 Binary files a/ios/build/XCBuildData/bc25e7b85ed10bc8d71fbc6f28d8094e-desc.xcbuild and /dev/null differ diff --git a/ios/build/XCBuildData/bc25e7b85ed10bc8d71fbc6f28d8094e-manifest.xcbuild b/ios/build/XCBuildData/bc25e7b85ed10bc8d71fbc6f28d8094e-manifest.xcbuild deleted file mode 100644 index a1a34fa4..00000000 --- a/ios/build/XCBuildData/bc25e7b85ed10bc8d71fbc6f28d8094e-manifest.xcbuild +++ /dev/null @@ -1,96 +0,0 @@ -client: - name: basic - version: 0 - file-system: default - -targets: - "": [""] - -nodes: - "/Volumes/Dev/selfprivacy/selfprivacy/build/ios": {"is-mutated":true} - -commands: - "": {"tool":"phony","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks","",""],"outputs":[""]} - "": {"tool":"stale-file-removal","expectedOutputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Assets.car","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/AppFrameworkInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/Main.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/flutter_secure_storage.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/package_info.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/path_provider.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/shared_preferences.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/url_launcher.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/wakelock.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Info.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/all-product-headers.yaml"],"roots":["/tmp/Runner.dst","/Volumes/Dev/selfprivacy/selfprivacy/build/ios","/Volumes/Dev/selfprivacy/selfprivacy/build/ios"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangeAlternatePermissions": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangePermissions": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-CopyAside": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-RegisterExecutionPolicyException": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-RegisterProduct": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-StripSymbols": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-Validate": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--CopySwiftPackageResourcesTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer": {"tool":"phony","inputs":["","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/all-product-headers.yaml"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--InfoPlistTaskProducer": {"tool":"phony","inputs":["","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Info.plist"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--ModuleMapTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--ProductPostprocessingTaskProducer": {"tool":"phony","inputs":["","","","","","","","","","","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--SanitizerTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--StubBinaryTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--SwiftFrameworkABICheckerTaskProducer": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--SwiftStandardLibrariesTaskProducer": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--TestTargetPostprocessingTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--TestTargetTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--VersionPlistTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--XCFrameworkTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--begin-compiling": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--copy-headers-completion": {"tool":"phony","inputs":[""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--end": {"tool":"phony","inputs":["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Assets.car","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/AppFrameworkInfo.plist","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/Main.storyboardc","","","","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/flutter_secure_storage.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/package_info.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/path_provider.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/shared_preferences.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/url_launcher.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/wakelock.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Info.plist","","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/all-product-headers.yaml"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--entry": {"tool":"phony","inputs":["","","","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--generated-headers": {"tool":"phony","inputs":["","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--immediate": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--modules-ready": {"tool":"phony","inputs":["","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h","","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/flutter_secure_storage.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/package_info.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/path_provider.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/shared_preferences.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/url_launcher.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/wakelock.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock": {"tool":"phony","inputs":["","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script": {"tool":"phony","inputs":["","","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources": {"tool":"phony","inputs":["","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources": {"tool":"phony","inputs":["","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Assets.car","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/AppFrameworkInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/Main.storyboardc"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary": {"tool":"phony","inputs":["","","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks": {"tool":"phony","inputs":["","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/flutter_secure_storage.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/package_info.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/path_provider.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/shared_preferences.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/url_launcher.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/wakelock.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh"],"outputs":[""]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileAssetCatalog /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Assets.xcassets": {"tool":"shell","description":"CompileAssetCatalog /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Assets.xcassets","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Assets.xcassets/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Assets.car"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/actool","--output-format","human-readable-text","--notices","--warnings","--export-dependency-info","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_dependencies","--output-partial-info-plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist","--app-icon","AppIcon","--compress-pngs","--enable-on-demand-resources","YES","--filter-for-device-model","iPod9,1","--filter-for-device-os-version","14.4","--development-region","en","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","9.0","--platform","iphonesimulator","--compile","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Assets.xcassets"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"deps":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_dependencies"],"deps-style":"dependency-info","signature":"1288a8a4895da049c291ce5fe96bf0b9"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileC /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/GeneratedPluginRegistrant.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/GeneratedPluginRegistrant.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/GeneratedPluginRegistrant.m","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","objective-c","-target","x86_64-apple-ios9.0-simulator","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fobjc-arc","-fmodules","-gmodules","-fmodules-cache-path=/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/kherel/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","-DOBJC_OLD_DISPATCH_PROTOTYPES=0","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","-fasm-blocks","-fstrict-aliasing","-Wprotocol","-Wdeprecated-declarations","-g","-Wno-sign-conversion","-Winfinite-recursion","-Wcomma","-Wblock-capture-autoreleasing","-Wstrict-prototypes","-Wno-semicolon-before-method-body","-fobjc-abi-version=2","-fobjc-legacy-dispatch","-index-store-path","/Users/kherel/Library/Developer/Xcode/DerivedData/Runner-akjxnqepwwagthbpliwucbfpdlgy/Index/DataStore","-iquote","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","-iquote","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources-normal/x86_64","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock","-F/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-F/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-MMD","-MT","dependencies","-MF","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.d","--serialize-diagnostics","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.dia","-c","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/GeneratedPluginRegistrant.m","-o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","deps":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.d"],"deps-style":"makefile","signature":"56daa2166dc92c482eaeadaa561656fc"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileC /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","c","-target","x86_64-apple-ios9.0-simulator","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fmodules","-gmodules","-fmodules-cache-path=/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/kherel/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","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","-fasm-blocks","-fstrict-aliasing","-Wdeprecated-declarations","-g","-Wno-sign-conversion","-Winfinite-recursion","-Wcomma","-Wblock-capture-autoreleasing","-Wstrict-prototypes","-Wno-semicolon-before-method-body","-index-store-path","/Users/kherel/Library/Developer/Xcode/DerivedData/Runner-akjxnqepwwagthbpliwucbfpdlgy/Index/DataStore","-iquote","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","-iquote","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources-normal/x86_64","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock","-F/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-F/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-MMD","-MT","dependencies","-MF","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.d","--serialize-diagnostics","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.dia","-c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c","-o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","deps":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.d"],"deps-style":"makefile","signature":"803644182bb754436fb405970aef632d"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileStoryboard /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/LaunchScreen.storyboard": {"tool":"shell","description":"CompileStoryboard /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/LaunchScreen.storyboard","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/LaunchScreen.storyboard","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/ru.lproj/LaunchScreen.strings","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool","--errors","--warnings","--notices","--companion-strings-file","ru:/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/ru.lproj/LaunchScreen.strings","--module","Runner","--output-partial-info-plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","--auto-activate-custom-fonts","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","9.0","--output-format","human-readable-text","--compilation-directory","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/LaunchScreen.storyboard"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"79df1a68c5a7d15714345dea2ac2002d"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileStoryboard /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/Main.storyboard": {"tool":"shell","description":"CompileStoryboard /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/Main.storyboard","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/Main.storyboard","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/ru.lproj/Main.strings","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main-SBPartialInfo.plist"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool","--errors","--warnings","--notices","--companion-strings-file","ru:/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/ru.lproj/Main.strings","--module","Runner","--output-partial-info-plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main-SBPartialInfo.plist","--auto-activate-custom-fonts","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","9.0","--output-format","human-readable-text","--compilation-directory","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/Main.storyboard"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"843ce6a6438826627be27090acea333c"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler": {"tool":"shell","description":"CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/AppDelegate.swift","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-incremental","-module-name","Runner","-Onone","-enable-batch-mode","-enforce-exclusivity=checked","@/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","-target","x86_64-apple-ios9.0-simulator","-g","-module-cache-path","/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-Xfrontend","-serialize-debugging-options","-enable-testing","-index-store-path","/Users/kherel/Library/Developer/Xcode/DerivedData/Runner-akjxnqepwwagthbpliwucbfpdlgy/Index/DataStore","-swift-version","5","-I","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock","-F","/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-F","/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-parse-as-library","-c","-j8","-output-file-map","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json","-parseable-output","-serialize-diagnostics","-emit-dependencies","-emit-module","-emit-module-path","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/swift-overrides.hmap","-Xcc","-iquote","-Xcc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","-Xcc","-iquote","-Xcc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources-normal/x86_64","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","-Xcc","-DDEBUG=1","-Xcc","-DCOCOAPODS=1","-emit-objc-header","-emit-objc-header-path","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","-import-objc-header","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Runner-Bridging-Header.h","-pch-output-dir","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/SharedPrecompiledHeaders","-working-directory","/Volumes/Dev/selfprivacy/selfprivacy/ios"],"env":{"DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk"},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","deps":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.d"],"deps-style":"makefile","signature":"14588aaa72f1bc64241d6f92ebf3245a"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CopyPlistFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/AppFrameworkInfo.plist /Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter/AppFrameworkInfo.plist": {"tool":"copy-plist","description":"CopyPlistFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/AppFrameworkInfo.plist /Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter/AppFrameworkInfo.plist","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter/AppFrameworkInfo.plist","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/AppFrameworkInfo.plist"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CopySwiftLibs /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app": {"tool":"embed-swift-stdlib","description":"CopySwiftLibs /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner","","",""],"outputs":[""],"deps":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/SwiftStdLibToolInputDependencies.dep"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CreateBuildDirectory /Volumes/Dev/selfprivacy/selfprivacy/build/ios": {"tool":"create-build-directory","description":"CreateBuildDirectory /Volumes/Dev/selfprivacy/selfprivacy/build/ios","inputs":[],"outputs":["","/Volumes/Dev/selfprivacy/selfprivacy/build/ios"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"d7ab1fdf478cd38bcd2153504fbf727f"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"d7f1e1f72f5425f2597e55f237fbe77c"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"9ce6f67572968434172ccf7f97d68955"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"a2dcfe74fc06517e3bfef56661dba20a"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"a8eada1184149606be3f1af0ad642dee"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"6858e458b26e0f502bf1e2488b71a70c"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"54f971cd94b13519cc3468786f792139"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ld /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner normal": {"tool":"shell","description":"Ld /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner normal","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner",""],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-target","x86_64-apple-ios9.0-simulator","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","-L/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","-L/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock","-F/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/../Flutter","-F/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-filelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","-Xlinker","-rpath","-Xlinker","/usr/lib/swift","-Xlinker","-rpath","-Xlinker","@executable_path/Frameworks","-Xlinker","-rpath","-Xlinker","@loader_path/Frameworks","-Xlinker","-rpath","-Xlinker","@executable_path/Frameworks","-dead_strip","-Xlinker","-object_path_lto","-Xlinker","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_lto.o","-Xlinker","-export_dynamic","-Xlinker","-no_deduplicate","-Xlinker","-objc_abi_version","-Xlinker","2","-fobjc-arc","-fobjc-link-runtime","-L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator","-L/usr/lib/swift","-Xlinker","-add_ast_path","-Xlinker","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","-framework","Flutter","-framework","flutter_secure_storage","-framework","package_info","-framework","path_provider","-framework","shared_preferences","-framework","url_launcher","-framework","wakelock","-framework","Flutter","-framework","Pods_Runner","-Xlinker","-dependency_info","-Xlinker","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_dependency_info.dat","-o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","deps":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_dependency_info.dat"],"deps-style":"dependency-info","signature":"f74c88849b9241010f367034a1314167"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:LinkStoryboards": {"tool":"shell","description":"LinkStoryboards","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main.storyboardc","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/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","9.0","--output-format","human-readable-text","--link","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main.storyboardc"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"52d20661a326e0870af649be1db7b577"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:MkDir /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app": {"tool":"mkdir","description":"MkDir /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app",""]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:MkDir /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks": {"tool":"mkdir","description":"MkDir /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks",""]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:PhaseScriptExecution Run Script /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh": {"tool":"shell","description":"PhaseScriptExecution Run Script /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh","",""],"outputs":[""],"args":["/bin/sh","-c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"YES","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"kherel","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"NO","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","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"x86_64","ARCHS_STANDARD":"arm64 x86_64 i386","ARCHS_STANDARD_32_64_BIT":"arm64 i386 x86_64","ARCHS_STANDARD_32_BIT":"i386","ARCHS_STANDARD_64_BIT":"arm64 x86_64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64 x86_64 i386","ARCHS_UNIVERSAL_IPHONE_OS":"arm64 i386 x86_64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","ASSETCATALOG_FILTER_FOR_DEVICE_MODEL":"iPod9,1","ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION":"14.4","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","BUNDLE_CONTENTS_FOLDER_PATH_deep":"Contents/","BUNDLE_EXECUTABLE_FOLDER_NAME_deep":"MacOS","BUNDLE_FORMAT":"shallow","BUNDLE_FRAMEWORKS_FOLDER_PATH":"Frameworks","BUNDLE_PLUGINS_FOLDER_PATH":"PlugIns","BUNDLE_PRIVATE_HEADERS_FOLDER_PATH":"PrivateHeaders","BUNDLE_PUBLIC_HEADERS_FOLDER_PATH":"Headers","CACHE_ROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CCHROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED":"YES","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/kherel/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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneSimulatorCodeSignContext","CODE_SIGN_IDENTITY":"-","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","CONFIGURATION_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator","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_DEVICE_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","CORRESPONDING_DEVICE_PLATFORM_NAME":"iphoneos","CORRESPONDING_DEVICE_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk","CORRESPONDING_DEVICE_SDK_NAME":"iphoneos14.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_PROJECT_VERSION":"1","CURRENT_VARIANT":"normal","DART_DEFINES":"flutter.inspector.structuredErrors%3Dtrue","DART_OBFUSCATION":"false","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"mios-simulator-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-mios-simulator-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_simulator_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"9.0 9.2 10.0 10.2 11.0 11.2 11.4 12.1 12.3 13.0 13.2 13.4 13.6 14.1 14.3 14.4","DERIVED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DONT_GENERATE_INFOPLIST_FILE":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","EFFECTIVE_PLATFORM_NAME":"-iphonesimulator","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HARDENED_RUNTIME":"NO","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_PREVIEWS":"NO","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENABLE_TESTING_SEARCH_PATHS":"NO","ENTITLEMENTS_DESTINATION":"__entitlements","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/FixedFiles","FLUTTER_APPLICATION_PATH":"/Volumes/Dev/selfprivacy/selfprivacy","FLUTTER_BUILD_DIR":"build","FLUTTER_BUILD_NAME":"0.1.0","FLUTTER_BUILD_NUMBER":"1","FLUTTER_FRAMEWORK_DIR":"/Volumes/Dev/flutter/bin/cache/artifacts/engine/ios","FLUTTER_ROOT":"/Volumes/Dev/flutter","FLUTTER_TARGET":"/Volumes/Dev/selfprivacy/selfprivacy/lib/main.dart","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock\" \"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/../Flutter\" /Volumes/Dev/selfprivacy/selfprivacy/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_OBJC_LEGACY_DISPATCH":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","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","GENERATED_MODULEMAP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/GeneratedModuleMaps-iphonesimulator","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/kherel","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":"kherel","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"9.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","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator /Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios9.0","LLVM_TARGET_TRIPLE_SUFFIX":"-simulator","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFCopyLocalizedString","LOCALIZED_STRING_SWIFTUI_SUPPORT":"YES","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","LOCSYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"20C69","MAC_OS_X_VERSION_ACTUAL":"110100","MAC_OS_X_VERSION_MAJOR":"110000","MAC_OS_X_VERSION_MINOR":"110100","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","MODULES_FOLDER_PATH":"Runner.app/Modules","MODULE_CACHE_DIR":"/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"x86_64","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJC_ABI_VERSION":"2","OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","OBJROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"Flutter\" -framework \"flutter_secure_storage\" -framework \"package_info\" -framework \"path_provider\" -framework \"shared_preferences\" -framework \"url_launcher\" -framework \"wakelock\" -framework Flutter","PACKAGE_CONFIG":".packages","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/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","PLATFORM_DISPLAY_NAME":"iOS Simulator","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphonesimulator","PLATFORM_PREFERRED_ARCH":"x86_64","PLATFORM_PRODUCT_BUILD_VERSION":"18D46","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","PODS_CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","PODS_PODFILE_DIR_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/.","PODS_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods","PODS_XCFRAMEWORKS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/XCFrameworkIntermediates","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"pro.kherel.selfprivacy","PRODUCT_BUNDLE_PACKAGE_TYPE":"APPL","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/DerivedSources","PROJECT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/ios","PROJECT_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build","PROJECT_TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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","REZ_COLLECTOR_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator ","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/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR_iphonesimulator14_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_NAME":"iphonesimulator14.4","SDK_NAMES":"iphonesimulator14.4","SDK_PRODUCT_BUILD_VERSION":"18D46","SDK_VERSION":"14.4","SDK_VERSION_ACTUAL":"140400","SDK_VERSION_MAJOR":"140000","SDK_VERSION_MINOR":"140400","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","SRCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"NO","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/Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","SWIFT_VERSION":"5.0","SYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","TARGET_DEVICE_IDENTIFIER":"7DD4C62E-6CD9-455E-AAB0-546FEFDA7A24","TARGET_DEVICE_MODEL":"iPod9,1","TARGET_DEVICE_OS_VERSION":"14.4","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TRACK_WIDGET_CREATION":"true","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TREE_SHAKE_ICONS":"false","UID":"501","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"kherel","USER_APPS_DIR":"/Users/kherel/Applications","USER_LIBRARY_DIR":"/Users/kherel/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","USE_LLVM_TARGET_TRIPLES":"YES","USE_LLVM_TARGET_TRIPLES_FOR_CLANG":"YES","USE_LLVM_TARGET_TRIPLES_FOR_LD":"YES","USE_LLVM_TARGET_TRIPLES_FOR_TAPI":"YES","USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES":"YES","VALIDATE_DEVELOPMENT_ASSET_PATHS":"YES_ERROR","VALIDATE_PRODUCT":"NO","VALIDATE_WORKSPACE":"YES_ERROR","VALID_ARCHS":"arm64 arm64e i386 x86_64","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"kherel","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-1\"","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":"12D4e","XCODE_VERSION_ACTUAL":"1240","XCODE_VERSION_MAJOR":"1200","XCODE_VERSION_MINOR":"1240","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"559fc23f65c569f76bb9fa681b42ac74"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:PhaseScriptExecution Thin Binary /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh": {"tool":"shell","description":"PhaseScriptExecution Thin Binary /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","",""],"outputs":[""],"args":["/bin/sh","-c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"YES","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"kherel","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"NO","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","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"x86_64","ARCHS_STANDARD":"arm64 x86_64 i386","ARCHS_STANDARD_32_64_BIT":"arm64 i386 x86_64","ARCHS_STANDARD_32_BIT":"i386","ARCHS_STANDARD_64_BIT":"arm64 x86_64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64 x86_64 i386","ARCHS_UNIVERSAL_IPHONE_OS":"arm64 i386 x86_64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","ASSETCATALOG_FILTER_FOR_DEVICE_MODEL":"iPod9,1","ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION":"14.4","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","BUNDLE_CONTENTS_FOLDER_PATH_deep":"Contents/","BUNDLE_EXECUTABLE_FOLDER_NAME_deep":"MacOS","BUNDLE_FORMAT":"shallow","BUNDLE_FRAMEWORKS_FOLDER_PATH":"Frameworks","BUNDLE_PLUGINS_FOLDER_PATH":"PlugIns","BUNDLE_PRIVATE_HEADERS_FOLDER_PATH":"PrivateHeaders","BUNDLE_PUBLIC_HEADERS_FOLDER_PATH":"Headers","CACHE_ROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CCHROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED":"YES","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/kherel/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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneSimulatorCodeSignContext","CODE_SIGN_IDENTITY":"-","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","CONFIGURATION_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator","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_DEVICE_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","CORRESPONDING_DEVICE_PLATFORM_NAME":"iphoneos","CORRESPONDING_DEVICE_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk","CORRESPONDING_DEVICE_SDK_NAME":"iphoneos14.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_PROJECT_VERSION":"1","CURRENT_VARIANT":"normal","DART_DEFINES":"flutter.inspector.structuredErrors%3Dtrue","DART_OBFUSCATION":"false","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"mios-simulator-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-mios-simulator-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_simulator_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"9.0 9.2 10.0 10.2 11.0 11.2 11.4 12.1 12.3 13.0 13.2 13.4 13.6 14.1 14.3 14.4","DERIVED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DONT_GENERATE_INFOPLIST_FILE":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","EFFECTIVE_PLATFORM_NAME":"-iphonesimulator","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HARDENED_RUNTIME":"NO","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_PREVIEWS":"NO","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENABLE_TESTING_SEARCH_PATHS":"NO","ENTITLEMENTS_DESTINATION":"__entitlements","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/FixedFiles","FLUTTER_APPLICATION_PATH":"/Volumes/Dev/selfprivacy/selfprivacy","FLUTTER_BUILD_DIR":"build","FLUTTER_BUILD_NAME":"0.1.0","FLUTTER_BUILD_NUMBER":"1","FLUTTER_FRAMEWORK_DIR":"/Volumes/Dev/flutter/bin/cache/artifacts/engine/ios","FLUTTER_ROOT":"/Volumes/Dev/flutter","FLUTTER_TARGET":"/Volumes/Dev/selfprivacy/selfprivacy/lib/main.dart","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock\" \"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/../Flutter\" /Volumes/Dev/selfprivacy/selfprivacy/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_OBJC_LEGACY_DISPATCH":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","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","GENERATED_MODULEMAP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/GeneratedModuleMaps-iphonesimulator","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/kherel","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":"kherel","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"9.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","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator /Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios9.0","LLVM_TARGET_TRIPLE_SUFFIX":"-simulator","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFCopyLocalizedString","LOCALIZED_STRING_SWIFTUI_SUPPORT":"YES","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","LOCSYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"20C69","MAC_OS_X_VERSION_ACTUAL":"110100","MAC_OS_X_VERSION_MAJOR":"110000","MAC_OS_X_VERSION_MINOR":"110100","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","MODULES_FOLDER_PATH":"Runner.app/Modules","MODULE_CACHE_DIR":"/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"x86_64","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJC_ABI_VERSION":"2","OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","OBJROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"Flutter\" -framework \"flutter_secure_storage\" -framework \"package_info\" -framework \"path_provider\" -framework \"shared_preferences\" -framework \"url_launcher\" -framework \"wakelock\" -framework Flutter","PACKAGE_CONFIG":".packages","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/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","PLATFORM_DISPLAY_NAME":"iOS Simulator","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphonesimulator","PLATFORM_PREFERRED_ARCH":"x86_64","PLATFORM_PRODUCT_BUILD_VERSION":"18D46","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","PODS_CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","PODS_PODFILE_DIR_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/.","PODS_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods","PODS_XCFRAMEWORKS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/XCFrameworkIntermediates","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"pro.kherel.selfprivacy","PRODUCT_BUNDLE_PACKAGE_TYPE":"APPL","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/DerivedSources","PROJECT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/ios","PROJECT_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build","PROJECT_TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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","REZ_COLLECTOR_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator ","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/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR_iphonesimulator14_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_NAME":"iphonesimulator14.4","SDK_NAMES":"iphonesimulator14.4","SDK_PRODUCT_BUILD_VERSION":"18D46","SDK_VERSION":"14.4","SDK_VERSION_ACTUAL":"140400","SDK_VERSION_MAJOR":"140000","SDK_VERSION_MINOR":"140400","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","SRCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"NO","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/Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","SWIFT_VERSION":"5.0","SYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","TARGET_DEVICE_IDENTIFIER":"7DD4C62E-6CD9-455E-AAB0-546FEFDA7A24","TARGET_DEVICE_MODEL":"iPod9,1","TARGET_DEVICE_OS_VERSION":"14.4","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TRACK_WIDGET_CREATION":"true","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TREE_SHAKE_ICONS":"false","UID":"501","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"kherel","USER_APPS_DIR":"/Users/kherel/Applications","USER_LIBRARY_DIR":"/Users/kherel/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","USE_LLVM_TARGET_TRIPLES":"YES","USE_LLVM_TARGET_TRIPLES_FOR_CLANG":"YES","USE_LLVM_TARGET_TRIPLES_FOR_LD":"YES","USE_LLVM_TARGET_TRIPLES_FOR_TAPI":"YES","USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES":"YES","VALIDATE_DEVELOPMENT_ASSET_PATHS":"YES_ERROR","VALIDATE_PRODUCT":"NO","VALIDATE_WORKSPACE":"YES_ERROR","VALID_ARCHS":"arm64 arm64e i386 x86_64","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"kherel","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-1\"","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":"12D4e","XCODE_VERSION_ACTUAL":"1240","XCODE_VERSION_MAJOR":"1200","XCODE_VERSION_MINOR":"1240","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"52109972dc1b70118bbc0da53ac2d3d1"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:PhaseScriptExecution [CP] Check Pods Manifest.lock /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh": {"tool":"shell","description":"PhaseScriptExecution [CP] Check Pods Manifest.lock /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Podfile.lock/","/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/Manifest.lock/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt"],"args":["/bin/sh","-c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"YES","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"kherel","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"NO","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","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"x86_64","ARCHS_STANDARD":"arm64 x86_64 i386","ARCHS_STANDARD_32_64_BIT":"arm64 i386 x86_64","ARCHS_STANDARD_32_BIT":"i386","ARCHS_STANDARD_64_BIT":"arm64 x86_64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64 x86_64 i386","ARCHS_UNIVERSAL_IPHONE_OS":"arm64 i386 x86_64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","ASSETCATALOG_FILTER_FOR_DEVICE_MODEL":"iPod9,1","ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION":"14.4","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","BUNDLE_CONTENTS_FOLDER_PATH_deep":"Contents/","BUNDLE_EXECUTABLE_FOLDER_NAME_deep":"MacOS","BUNDLE_FORMAT":"shallow","BUNDLE_FRAMEWORKS_FOLDER_PATH":"Frameworks","BUNDLE_PLUGINS_FOLDER_PATH":"PlugIns","BUNDLE_PRIVATE_HEADERS_FOLDER_PATH":"PrivateHeaders","BUNDLE_PUBLIC_HEADERS_FOLDER_PATH":"Headers","CACHE_ROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CCHROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED":"YES","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/kherel/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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneSimulatorCodeSignContext","CODE_SIGN_IDENTITY":"-","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","CONFIGURATION_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator","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_DEVICE_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","CORRESPONDING_DEVICE_PLATFORM_NAME":"iphoneos","CORRESPONDING_DEVICE_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk","CORRESPONDING_DEVICE_SDK_NAME":"iphoneos14.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_PROJECT_VERSION":"1","CURRENT_VARIANT":"normal","DART_DEFINES":"flutter.inspector.structuredErrors%3Dtrue","DART_OBFUSCATION":"false","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"mios-simulator-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-mios-simulator-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_simulator_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"9.0 9.2 10.0 10.2 11.0 11.2 11.4 12.1 12.3 13.0 13.2 13.4 13.6 14.1 14.3 14.4","DERIVED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DONT_GENERATE_INFOPLIST_FILE":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","EFFECTIVE_PLATFORM_NAME":"-iphonesimulator","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HARDENED_RUNTIME":"NO","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_PREVIEWS":"NO","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENABLE_TESTING_SEARCH_PATHS":"NO","ENTITLEMENTS_DESTINATION":"__entitlements","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/FixedFiles","FLUTTER_APPLICATION_PATH":"/Volumes/Dev/selfprivacy/selfprivacy","FLUTTER_BUILD_DIR":"build","FLUTTER_BUILD_NAME":"0.1.0","FLUTTER_BUILD_NUMBER":"1","FLUTTER_FRAMEWORK_DIR":"/Volumes/Dev/flutter/bin/cache/artifacts/engine/ios","FLUTTER_ROOT":"/Volumes/Dev/flutter","FLUTTER_TARGET":"/Volumes/Dev/selfprivacy/selfprivacy/lib/main.dart","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock\" \"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/../Flutter\" /Volumes/Dev/selfprivacy/selfprivacy/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_OBJC_LEGACY_DISPATCH":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","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","GENERATED_MODULEMAP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/GeneratedModuleMaps-iphonesimulator","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/kherel","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":"kherel","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"9.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","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator /Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios9.0","LLVM_TARGET_TRIPLE_SUFFIX":"-simulator","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFCopyLocalizedString","LOCALIZED_STRING_SWIFTUI_SUPPORT":"YES","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","LOCSYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"20C69","MAC_OS_X_VERSION_ACTUAL":"110100","MAC_OS_X_VERSION_MAJOR":"110000","MAC_OS_X_VERSION_MINOR":"110100","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","MODULES_FOLDER_PATH":"Runner.app/Modules","MODULE_CACHE_DIR":"/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"x86_64","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJC_ABI_VERSION":"2","OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","OBJROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"Flutter\" -framework \"flutter_secure_storage\" -framework \"package_info\" -framework \"path_provider\" -framework \"shared_preferences\" -framework \"url_launcher\" -framework \"wakelock\" -framework Flutter","PACKAGE_CONFIG":".packages","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/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","PLATFORM_DISPLAY_NAME":"iOS Simulator","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphonesimulator","PLATFORM_PREFERRED_ARCH":"x86_64","PLATFORM_PRODUCT_BUILD_VERSION":"18D46","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","PODS_CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","PODS_PODFILE_DIR_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/.","PODS_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods","PODS_XCFRAMEWORKS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/XCFrameworkIntermediates","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"pro.kherel.selfprivacy","PRODUCT_BUNDLE_PACKAGE_TYPE":"APPL","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/DerivedSources","PROJECT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/ios","PROJECT_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build","PROJECT_TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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","REZ_COLLECTOR_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_0":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Podfile.lock","SCRIPT_INPUT_FILE_1":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/Manifest.lock","SCRIPT_INPUT_FILE_COUNT":"2","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_0":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR_iphonesimulator14_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_NAME":"iphonesimulator14.4","SDK_NAMES":"iphonesimulator14.4","SDK_PRODUCT_BUILD_VERSION":"18D46","SDK_VERSION":"14.4","SDK_VERSION_ACTUAL":"140400","SDK_VERSION_MAJOR":"140000","SDK_VERSION_MINOR":"140400","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","SRCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"NO","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/Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","SWIFT_VERSION":"5.0","SYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","TARGET_DEVICE_IDENTIFIER":"7DD4C62E-6CD9-455E-AAB0-546FEFDA7A24","TARGET_DEVICE_MODEL":"iPod9,1","TARGET_DEVICE_OS_VERSION":"14.4","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TRACK_WIDGET_CREATION":"true","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TREE_SHAKE_ICONS":"false","UID":"501","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"kherel","USER_APPS_DIR":"/Users/kherel/Applications","USER_LIBRARY_DIR":"/Users/kherel/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","USE_LLVM_TARGET_TRIPLES":"YES","USE_LLVM_TARGET_TRIPLES_FOR_CLANG":"YES","USE_LLVM_TARGET_TRIPLES_FOR_LD":"YES","USE_LLVM_TARGET_TRIPLES_FOR_TAPI":"YES","USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES":"YES","VALIDATE_DEVELOPMENT_ASSET_PATHS":"YES_ERROR","VALIDATE_PRODUCT":"NO","VALIDATE_WORKSPACE":"YES_ERROR","VALID_ARCHS":"arm64 arm64e i386 x86_64","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"kherel","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-1\"","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":"12D4e","XCODE_VERSION_ACTUAL":"1240","XCODE_VERSION_MAJOR":"1200","XCODE_VERSION_MINOR":"1240","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"143e40f23019e3dcfc756de85259ec3b"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:PhaseScriptExecution [CP] Embed Pods Frameworks /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh": {"tool":"shell","description":"PhaseScriptExecution [CP] Embed Pods Frameworks /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks-Debug-input-files.xcfilelist/","/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks-Debug-output-files.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh/","/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter/Flutter.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/flutter_secure_storage.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/package_info.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/path_provider.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/shared_preferences.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/url_launcher.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/wakelock.framework"],"args":["/bin/sh","-c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"YES","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"kherel","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"NO","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","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"x86_64","ARCHS_STANDARD":"arm64 x86_64 i386","ARCHS_STANDARD_32_64_BIT":"arm64 i386 x86_64","ARCHS_STANDARD_32_BIT":"i386","ARCHS_STANDARD_64_BIT":"arm64 x86_64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64 x86_64 i386","ARCHS_UNIVERSAL_IPHONE_OS":"arm64 i386 x86_64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","ASSETCATALOG_FILTER_FOR_DEVICE_MODEL":"iPod9,1","ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION":"14.4","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","BUNDLE_CONTENTS_FOLDER_PATH_deep":"Contents/","BUNDLE_EXECUTABLE_FOLDER_NAME_deep":"MacOS","BUNDLE_FORMAT":"shallow","BUNDLE_FRAMEWORKS_FOLDER_PATH":"Frameworks","BUNDLE_PLUGINS_FOLDER_PATH":"PlugIns","BUNDLE_PRIVATE_HEADERS_FOLDER_PATH":"PrivateHeaders","BUNDLE_PUBLIC_HEADERS_FOLDER_PATH":"Headers","CACHE_ROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CCHROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED":"YES","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/kherel/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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneSimulatorCodeSignContext","CODE_SIGN_IDENTITY":"-","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","CONFIGURATION_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator","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_DEVICE_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","CORRESPONDING_DEVICE_PLATFORM_NAME":"iphoneos","CORRESPONDING_DEVICE_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk","CORRESPONDING_DEVICE_SDK_NAME":"iphoneos14.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_PROJECT_VERSION":"1","CURRENT_VARIANT":"normal","DART_DEFINES":"flutter.inspector.structuredErrors%3Dtrue","DART_OBFUSCATION":"false","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"mios-simulator-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-mios-simulator-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_simulator_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"9.0 9.2 10.0 10.2 11.0 11.2 11.4 12.1 12.3 13.0 13.2 13.4 13.6 14.1 14.3 14.4","DERIVED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DONT_GENERATE_INFOPLIST_FILE":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","EFFECTIVE_PLATFORM_NAME":"-iphonesimulator","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HARDENED_RUNTIME":"NO","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_PREVIEWS":"NO","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENABLE_TESTING_SEARCH_PATHS":"NO","ENTITLEMENTS_DESTINATION":"__entitlements","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/FixedFiles","FLUTTER_APPLICATION_PATH":"/Volumes/Dev/selfprivacy/selfprivacy","FLUTTER_BUILD_DIR":"build","FLUTTER_BUILD_NAME":"0.1.0","FLUTTER_BUILD_NUMBER":"1","FLUTTER_FRAMEWORK_DIR":"/Volumes/Dev/flutter/bin/cache/artifacts/engine/ios","FLUTTER_ROOT":"/Volumes/Dev/flutter","FLUTTER_TARGET":"/Volumes/Dev/selfprivacy/selfprivacy/lib/main.dart","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock\" \"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/../Flutter\" /Volumes/Dev/selfprivacy/selfprivacy/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_OBJC_LEGACY_DISPATCH":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","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","GENERATED_MODULEMAP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/GeneratedModuleMaps-iphonesimulator","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/kherel","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":"kherel","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"9.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","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator /Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios9.0","LLVM_TARGET_TRIPLE_SUFFIX":"-simulator","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFCopyLocalizedString","LOCALIZED_STRING_SWIFTUI_SUPPORT":"YES","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","LOCSYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"20C69","MAC_OS_X_VERSION_ACTUAL":"110100","MAC_OS_X_VERSION_MAJOR":"110000","MAC_OS_X_VERSION_MINOR":"110100","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","MODULES_FOLDER_PATH":"Runner.app/Modules","MODULE_CACHE_DIR":"/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"x86_64","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJC_ABI_VERSION":"2","OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","OBJROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"Flutter\" -framework \"flutter_secure_storage\" -framework \"package_info\" -framework \"path_provider\" -framework \"shared_preferences\" -framework \"url_launcher\" -framework \"wakelock\" -framework Flutter","PACKAGE_CONFIG":".packages","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/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","PLATFORM_DISPLAY_NAME":"iOS Simulator","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphonesimulator","PLATFORM_PREFERRED_ARCH":"x86_64","PLATFORM_PRODUCT_BUILD_VERSION":"18D46","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","PODS_CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","PODS_PODFILE_DIR_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/.","PODS_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods","PODS_XCFRAMEWORKS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/XCFrameworkIntermediates","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"pro.kherel.selfprivacy","PRODUCT_BUNDLE_PACKAGE_TYPE":"APPL","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/DerivedSources","PROJECT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/ios","PROJECT_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build","PROJECT_TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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","REZ_COLLECTOR_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_0":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","SCRIPT_INPUT_FILE_LIST_COUNT":"1","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_0":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","SCRIPT_OUTPUT_FILE_LIST_COUNT":"1","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR_iphonesimulator14_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_NAME":"iphonesimulator14.4","SDK_NAMES":"iphonesimulator14.4","SDK_PRODUCT_BUILD_VERSION":"18D46","SDK_VERSION":"14.4","SDK_VERSION_ACTUAL":"140400","SDK_VERSION_MAJOR":"140000","SDK_VERSION_MINOR":"140400","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","SRCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"NO","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/Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","SWIFT_VERSION":"5.0","SYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","TARGET_DEVICE_IDENTIFIER":"7DD4C62E-6CD9-455E-AAB0-546FEFDA7A24","TARGET_DEVICE_MODEL":"iPod9,1","TARGET_DEVICE_OS_VERSION":"14.4","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TRACK_WIDGET_CREATION":"true","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TREE_SHAKE_ICONS":"false","UID":"501","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"kherel","USER_APPS_DIR":"/Users/kherel/Applications","USER_LIBRARY_DIR":"/Users/kherel/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","USE_LLVM_TARGET_TRIPLES":"YES","USE_LLVM_TARGET_TRIPLES_FOR_CLANG":"YES","USE_LLVM_TARGET_TRIPLES_FOR_LD":"YES","USE_LLVM_TARGET_TRIPLES_FOR_TAPI":"YES","USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES":"YES","VALIDATE_DEVELOPMENT_ASSET_PATHS":"YES_ERROR","VALIDATE_PRODUCT":"NO","VALIDATE_WORKSPACE":"YES_ERROR","VALID_ARCHS":"arm64 arm64e i386 x86_64","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"kherel","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-1\"","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":"12D4e","XCODE_VERSION_ACTUAL":"1240","XCODE_VERSION_MAJOR":"1200","XCODE_VERSION_MINOR":"1240","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"9f98b05dbc722756f2cecc73048fe418"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:ProcessInfoPlistFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Info.plist /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist": {"tool":"info-plist-processor","description":"ProcessInfoPlistFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Info.plist /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Info.plist"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:RegisterExecutionPolicyException /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app": {"tool":"register-execution-policy-exception","description":"RegisterExecutionPolicyException /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","",""],"outputs":[""]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Touch /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app": {"tool":"shell","description":"Touch /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","",""],"outputs":[""],"args":["/usr/bin/touch","-c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"426714f34bc408fa187be43ffca1120a"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.hmap","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.hmap"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/all-product-headers.yaml": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/all-product-headers.yaml","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/all-product-headers.yaml"]} - diff --git a/ios/build/XCBuildData/bd4b41ae6070ecea973f8bd6ae886771-desc.xcbuild b/ios/build/XCBuildData/bd4b41ae6070ecea973f8bd6ae886771-desc.xcbuild deleted file mode 100644 index d442d378..00000000 Binary files a/ios/build/XCBuildData/bd4b41ae6070ecea973f8bd6ae886771-desc.xcbuild and /dev/null differ diff --git a/ios/build/XCBuildData/bd4b41ae6070ecea973f8bd6ae886771-manifest.xcbuild b/ios/build/XCBuildData/bd4b41ae6070ecea973f8bd6ae886771-manifest.xcbuild deleted file mode 100644 index 966fcde2..00000000 --- a/ios/build/XCBuildData/bd4b41ae6070ecea973f8bd6ae886771-manifest.xcbuild +++ /dev/null @@ -1,105 +0,0 @@ -client: - name: basic - version: 0 - file-system: default - -targets: - "": [""] - -nodes: - "/Volumes/Dev/selfprivacy/selfprivacy/build/ios": {"is-mutated":true} - "/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app": {"is-mutated":true} - "/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner": {"is-mutated":true} - "": {"is-command-timestamp":true} - "": {"is-command-timestamp":true} - -commands: - "": {"tool":"phony","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/_CodeSignature","",""],"outputs":[""]} - "": {"tool":"stale-file-removal","expectedOutputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/_CodeSignature","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Assets.car","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/AppFrameworkInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/Main.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/flutter_secure_storage.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/package_info.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/path_provider.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/shared_preferences.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/url_launcher.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/wakelock.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Info.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app-Simulated.xcent","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app.xcent","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements-Simulated.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/all-product-headers.yaml"],"roots":["/tmp/Runner.dst","/Volumes/Dev/selfprivacy/selfprivacy/build/ios","/Volumes/Dev/selfprivacy/selfprivacy/build/ios"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangeAlternatePermissions": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangePermissions": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-CopyAside": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-RegisterExecutionPolicyException": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-RegisterProduct": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-StripSymbols": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--Barrier-Validate": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--CopySwiftPackageResourcesTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer": {"tool":"phony","inputs":["","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app-Simulated.xcent","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app.xcent","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements-Simulated.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements.plist"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer": {"tool":"phony","inputs":["","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/all-product-headers.yaml"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--InfoPlistTaskProducer": {"tool":"phony","inputs":["","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Info.plist"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--ModuleMapTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--ProductPostprocessingTaskProducer": {"tool":"phony","inputs":["","","","","","","","","","","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--SanitizerTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--StubBinaryTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--SwiftFrameworkABICheckerTaskProducer": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--SwiftStandardLibrariesTaskProducer": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--TestTargetPostprocessingTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--TestTargetTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--VersionPlistTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--XCFrameworkTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--begin-compiling": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--copy-headers-completion": {"tool":"phony","inputs":[""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--end": {"tool":"phony","inputs":["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Assets.car","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/AppFrameworkInfo.plist","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/Main.storyboardc","","","","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/flutter_secure_storage.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/package_info.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/path_provider.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/shared_preferences.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/url_launcher.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/wakelock.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Info.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app-Simulated.xcent","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app.xcent","","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements-Simulated.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/all-product-headers.yaml"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--entry": {"tool":"phony","inputs":["","","","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--generated-headers": {"tool":"phony","inputs":["","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--immediate": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--modules-ready": {"tool":"phony","inputs":["","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h","","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/flutter_secure_storage.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/package_info.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/path_provider.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/shared_preferences.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/url_launcher.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/wakelock.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock": {"tool":"phony","inputs":["","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script": {"tool":"phony","inputs":["","","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources": {"tool":"phony","inputs":["","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources": {"tool":"phony","inputs":["","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Assets.car","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/AppFrameworkInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/Main.storyboardc"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary": {"tool":"phony","inputs":["","","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"],"outputs":[""]} - "Gate target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks": {"tool":"phony","inputs":["","","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/flutter_secure_storage.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/package_info.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/path_provider.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/shared_preferences.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/url_launcher.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/wakelock.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh"],"outputs":[""]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CodeSign /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app": {"tool":"shell","description":"CodeSign /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Info.plist/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app.xcent/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/flutter_secure_storage.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/package_info.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/path_provider.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/shared_preferences.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/url_launcher.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/wakelock.framework/","/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter/AppFrameworkInfo.plist/","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Assets.xcassets/","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/LaunchScreen.storyboard/","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/Main.storyboard/","","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/_CodeSignature",""],"args":["/usr/bin/codesign","--force","--sign","-","--entitlements","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app.xcent","--timestamp=none","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app"],"env":{"CODESIGN_ALLOCATE":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate"},"can-safely-interrupt":false,"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"d80f07e67df8f61fec5b30a36f4168db"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileAssetCatalog /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Assets.xcassets": {"tool":"shell","description":"CompileAssetCatalog /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Assets.xcassets","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Assets.xcassets/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Assets.car"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/actool","--output-format","human-readable-text","--notices","--warnings","--export-dependency-info","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_dependencies","--output-partial-info-plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist","--app-icon","AppIcon","--compress-pngs","--enable-on-demand-resources","YES","--filter-for-device-model","iPod9,1","--filter-for-device-os-version","14.4","--development-region","en","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","9.0","--platform","iphonesimulator","--compile","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Assets.xcassets"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"deps":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_dependencies"],"deps-style":"dependency-info","signature":"1288a8a4895da049c291ce5fe96bf0b9"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileC /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/GeneratedPluginRegistrant.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/GeneratedPluginRegistrant.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/GeneratedPluginRegistrant.m","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","objective-c","-target","x86_64-apple-ios9.0-simulator","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fobjc-arc","-fmodules","-gmodules","-fmodules-cache-path=/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/kherel/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","-DOBJC_OLD_DISPATCH_PROTOTYPES=0","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","-fasm-blocks","-fstrict-aliasing","-Wprotocol","-Wdeprecated-declarations","-g","-Wno-sign-conversion","-Winfinite-recursion","-Wcomma","-Wblock-capture-autoreleasing","-Wstrict-prototypes","-Wno-semicolon-before-method-body","-fobjc-abi-version=2","-fobjc-legacy-dispatch","-index-store-path","/Users/kherel/Library/Developer/Xcode/DerivedData/Runner-akjxnqepwwagthbpliwucbfpdlgy/Index/DataStore","-iquote","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","-iquote","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources-normal/x86_64","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock","-F/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-F/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-MMD","-MT","dependencies","-MF","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.d","--serialize-diagnostics","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.dia","-c","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/GeneratedPluginRegistrant.m","-o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","deps":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.d"],"deps-style":"makefile","signature":"56daa2166dc92c482eaeadaa561656fc"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileC /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","c","-target","x86_64-apple-ios9.0-simulator","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fmodules","-gmodules","-fmodules-cache-path=/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/kherel/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","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","-fasm-blocks","-fstrict-aliasing","-Wdeprecated-declarations","-g","-Wno-sign-conversion","-Winfinite-recursion","-Wcomma","-Wblock-capture-autoreleasing","-Wstrict-prototypes","-Wno-semicolon-before-method-body","-index-store-path","/Users/kherel/Library/Developer/Xcode/DerivedData/Runner-akjxnqepwwagthbpliwucbfpdlgy/Index/DataStore","-iquote","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","-iquote","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources-normal/x86_64","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock","-F/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-F/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-MMD","-MT","dependencies","-MF","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.d","--serialize-diagnostics","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.dia","-c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c","-o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","deps":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.d"],"deps-style":"makefile","signature":"803644182bb754436fb405970aef632d"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileStoryboard /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/LaunchScreen.storyboard": {"tool":"shell","description":"CompileStoryboard /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/LaunchScreen.storyboard","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/LaunchScreen.storyboard","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/ru.lproj/LaunchScreen.strings","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool","--errors","--warnings","--notices","--companion-strings-file","ru:/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/ru.lproj/LaunchScreen.strings","--module","Runner","--output-partial-info-plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","--auto-activate-custom-fonts","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","9.0","--output-format","human-readable-text","--compilation-directory","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/LaunchScreen.storyboard"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"79df1a68c5a7d15714345dea2ac2002d"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileStoryboard /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/Main.storyboard": {"tool":"shell","description":"CompileStoryboard /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/Main.storyboard","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/Main.storyboard","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/ru.lproj/Main.strings","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main-SBPartialInfo.plist"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool","--errors","--warnings","--notices","--companion-strings-file","ru:/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/ru.lproj/Main.strings","--module","Runner","--output-partial-info-plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main-SBPartialInfo.plist","--auto-activate-custom-fonts","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","9.0","--output-format","human-readable-text","--compilation-directory","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Base.lproj/Main.storyboard"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"843ce6a6438826627be27090acea333c"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler": {"tool":"shell","description":"CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/AppDelegate.swift","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-incremental","-module-name","Runner","-Onone","-enable-batch-mode","-enforce-exclusivity=checked","@/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","-target","x86_64-apple-ios9.0-simulator","-g","-module-cache-path","/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-Xfrontend","-serialize-debugging-options","-enable-testing","-index-store-path","/Users/kherel/Library/Developer/Xcode/DerivedData/Runner-akjxnqepwwagthbpliwucbfpdlgy/Index/DataStore","-swift-version","5","-I","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher","-F","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock","-F","/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-F","/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-parse-as-library","-c","-j8","-output-file-map","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json","-parseable-output","-serialize-diagnostics","-emit-dependencies","-emit-module","-emit-module-path","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/swift-overrides.hmap","-Xcc","-iquote","-Xcc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","-Xcc","-iquote","-Xcc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources-normal/x86_64","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64","-Xcc","-I/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","-Xcc","-DDEBUG=1","-Xcc","-DCOCOAPODS=1","-emit-objc-header","-emit-objc-header-path","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","-import-objc-header","/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Runner-Bridging-Header.h","-pch-output-dir","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/SharedPrecompiledHeaders","-working-directory","/Volumes/Dev/selfprivacy/selfprivacy/ios"],"env":{"DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk"},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","deps":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.d"],"deps-style":"makefile","signature":"14588aaa72f1bc64241d6f92ebf3245a"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CopyPlistFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/AppFrameworkInfo.plist /Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter/AppFrameworkInfo.plist": {"tool":"copy-plist","description":"CopyPlistFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/AppFrameworkInfo.plist /Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter/AppFrameworkInfo.plist","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter/AppFrameworkInfo.plist","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/AppFrameworkInfo.plist"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CopySwiftLibs /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app": {"tool":"embed-swift-stdlib","description":"CopySwiftLibs /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner","","",""],"outputs":[""],"deps":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/SwiftStdLibToolInputDependencies.dep"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:CreateBuildDirectory /Volumes/Dev/selfprivacy/selfprivacy/build/ios": {"tool":"create-build-directory","description":"CreateBuildDirectory /Volumes/Dev/selfprivacy/selfprivacy/build/ios","inputs":[],"outputs":["","/Volumes/Dev/selfprivacy/selfprivacy/build/ios"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"d7ab1fdf478cd38bcd2153504fbf727f"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftsourceinfo","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/Project/x86_64.swiftsourceinfo"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"d7f1e1f72f5425f2597e55f237fbe77c"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"9ce6f67572968434172ccf7f97d68955"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"a2dcfe74fc06517e3bfef56661dba20a"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"a8eada1184149606be3f1af0ad642dee"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"6858e458b26e0f502bf1e2488b71a70c"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h": {"tool":"shell","description":"Ditto /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h"],"args":["/usr/bin/ditto","-rsrc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"54f971cd94b13519cc3468786f792139"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ld /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner normal": {"tool":"shell","description":"Ld /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner normal","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app-Simulated.xcent","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner","",""],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-target","x86_64-apple-ios9.0-simulator","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","-L/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","-L/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher","-F/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock","-F/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/../Flutter","-F/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","-filelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","-Xlinker","-rpath","-Xlinker","/usr/lib/swift","-Xlinker","-rpath","-Xlinker","@executable_path/Frameworks","-Xlinker","-rpath","-Xlinker","@loader_path/Frameworks","-Xlinker","-rpath","-Xlinker","@executable_path/Frameworks","-dead_strip","-Xlinker","-object_path_lto","-Xlinker","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_lto.o","-Xlinker","-export_dynamic","-Xlinker","-no_deduplicate","-Xlinker","-objc_abi_version","-Xlinker","2","-fobjc-arc","-fobjc-link-runtime","-L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator","-L/usr/lib/swift","-Xlinker","-add_ast_path","-Xlinker","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule","-framework","Flutter","-framework","flutter_secure_storage","-framework","package_info","-framework","path_provider","-framework","shared_preferences","-framework","url_launcher","-framework","wakelock","-framework","Flutter","-Xlinker","-sectcreate","-Xlinker","__TEXT","-Xlinker","__entitlements","-Xlinker","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app-Simulated.xcent","-framework","Pods_Runner","-Xlinker","-no_adhoc_codesign","-Xlinker","-dependency_info","-Xlinker","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_dependency_info.dat","-o","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Runner"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","deps":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_dependency_info.dat"],"deps-style":"dependency-info","signature":"546695098c8b5e79042fd695f3985330"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:LinkStoryboards": {"tool":"shell","description":"LinkStoryboards","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main.storyboardc","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/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","9.0","--output-format","human-readable-text","--link","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main.storyboardc"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"52d20661a326e0870af649be1db7b577"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:MkDir /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app": {"tool":"mkdir","description":"MkDir /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","",""]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:MkDir /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks": {"tool":"mkdir","description":"MkDir /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks",""]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:PhaseScriptExecution Run Script /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh": {"tool":"shell","description":"PhaseScriptExecution Run Script /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh","",""],"outputs":[""],"args":["/bin/sh","-c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"YES","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"kherel","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"NO","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","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"x86_64","ARCHS_STANDARD":"arm64 x86_64 i386","ARCHS_STANDARD_32_64_BIT":"arm64 i386 x86_64","ARCHS_STANDARD_32_BIT":"i386","ARCHS_STANDARD_64_BIT":"arm64 x86_64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64 x86_64 i386","ARCHS_UNIVERSAL_IPHONE_OS":"arm64 i386 x86_64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","ASSETCATALOG_FILTER_FOR_DEVICE_MODEL":"iPod9,1","ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION":"14.4","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","AppIdentifierPrefix":"SAL3J7P5P3.","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","BUNDLE_CONTENTS_FOLDER_PATH_deep":"Contents/","BUNDLE_EXECUTABLE_FOLDER_NAME_deep":"MacOS","BUNDLE_FORMAT":"shallow","BUNDLE_FRAMEWORKS_FOLDER_PATH":"Frameworks","BUNDLE_PLUGINS_FOLDER_PATH":"PlugIns","BUNDLE_PRIVATE_HEADERS_FOLDER_PATH":"PrivateHeaders","BUNDLE_PUBLIC_HEADERS_FOLDER_PATH":"Headers","CACHE_ROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CCHROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED":"YES","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/kherel/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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneSimulatorCodeSignContext","CODE_SIGN_IDENTITY":"-","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","CONFIGURATION_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator","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_DEVICE_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","CORRESPONDING_DEVICE_PLATFORM_NAME":"iphoneos","CORRESPONDING_DEVICE_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk","CORRESPONDING_DEVICE_SDK_NAME":"iphoneos14.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_PROJECT_VERSION":"1","CURRENT_VARIANT":"normal","DART_DEFINES":"flutter.inspector.structuredErrors%3Dtrue","DART_OBFUSCATION":"false","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"mios-simulator-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-mios-simulator-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_simulator_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"9.0 9.2 10.0 10.2 11.0 11.2 11.4 12.1 12.3 13.0 13.2 13.4 13.6 14.1 14.3 14.4","DERIVED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DONT_GENERATE_INFOPLIST_FILE":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","EFFECTIVE_PLATFORM_NAME":"-iphonesimulator","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HARDENED_RUNTIME":"NO","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_PREVIEWS":"NO","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENABLE_TESTING_SEARCH_PATHS":"NO","ENTITLEMENTS_DESTINATION":"__entitlements","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":"-","EXPANDED_CODE_SIGN_IDENTITY_NAME":"-","FILE_LIST":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/FixedFiles","FLUTTER_APPLICATION_PATH":"/Volumes/Dev/selfprivacy/selfprivacy","FLUTTER_BUILD_DIR":"build","FLUTTER_BUILD_NAME":"0.1.0","FLUTTER_BUILD_NUMBER":"1","FLUTTER_FRAMEWORK_DIR":"/Volumes/Dev/flutter/bin/cache/artifacts/engine/ios","FLUTTER_ROOT":"/Volumes/Dev/flutter","FLUTTER_TARGET":"/Volumes/Dev/selfprivacy/selfprivacy/lib/main.dart","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock\" \"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/../Flutter\" /Volumes/Dev/selfprivacy/selfprivacy/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_OBJC_LEGACY_DISPATCH":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","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","GENERATED_MODULEMAP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/GeneratedModuleMaps-iphonesimulator","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/kherel","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":"kherel","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"9.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","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_ENTITLEMENTS_SECTION":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app-Simulated.xcent","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator /Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios9.0","LLVM_TARGET_TRIPLE_SUFFIX":"-simulator","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFCopyLocalizedString","LOCALIZED_STRING_SWIFTUI_SUPPORT":"YES","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","LOCSYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"20C69","MAC_OS_X_VERSION_ACTUAL":"110100","MAC_OS_X_VERSION_MAJOR":"110000","MAC_OS_X_VERSION_MINOR":"110100","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","MODULES_FOLDER_PATH":"Runner.app/Modules","MODULE_CACHE_DIR":"/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"x86_64","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJC_ABI_VERSION":"2","OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","OBJROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"Flutter\" -framework \"flutter_secure_storage\" -framework \"package_info\" -framework \"path_provider\" -framework \"shared_preferences\" -framework \"url_launcher\" -framework \"wakelock\" -framework Flutter","PACKAGE_CONFIG":".packages","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/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","PLATFORM_DISPLAY_NAME":"iOS Simulator","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphonesimulator","PLATFORM_PREFERRED_ARCH":"x86_64","PLATFORM_PRODUCT_BUILD_VERSION":"18D46","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","PODS_CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","PODS_PODFILE_DIR_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/.","PODS_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods","PODS_XCFRAMEWORKS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/XCFrameworkIntermediates","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"pro.kherel.selfprivacy","PRODUCT_BUNDLE_PACKAGE_TYPE":"APPL","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/DerivedSources","PROJECT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/ios","PROJECT_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build","PROJECT_TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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","REZ_COLLECTOR_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator ","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/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR_iphonesimulator14_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_NAME":"iphonesimulator14.4","SDK_NAMES":"iphonesimulator14.4","SDK_PRODUCT_BUILD_VERSION":"18D46","SDK_VERSION":"14.4","SDK_VERSION_ACTUAL":"140400","SDK_VERSION_MAJOR":"140000","SDK_VERSION_MINOR":"140400","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","SRCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"NO","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/Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","SWIFT_VERSION":"5.0","SYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","TARGET_DEVICE_IDENTIFIER":"7DD4C62E-6CD9-455E-AAB0-546FEFDA7A24","TARGET_DEVICE_MODEL":"iPod9,1","TARGET_DEVICE_OS_VERSION":"14.4","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TRACK_WIDGET_CREATION":"true","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TREE_SHAKE_ICONS":"false","TeamIdentifierPrefix":"SAL3J7P5P3.","UID":"501","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"kherel","USER_APPS_DIR":"/Users/kherel/Applications","USER_LIBRARY_DIR":"/Users/kherel/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","USE_LLVM_TARGET_TRIPLES":"YES","USE_LLVM_TARGET_TRIPLES_FOR_CLANG":"YES","USE_LLVM_TARGET_TRIPLES_FOR_LD":"YES","USE_LLVM_TARGET_TRIPLES_FOR_TAPI":"YES","USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES":"YES","VALIDATE_DEVELOPMENT_ASSET_PATHS":"YES_ERROR","VALIDATE_PRODUCT":"NO","VALIDATE_WORKSPACE":"YES_ERROR","VALID_ARCHS":"arm64 arm64e i386 x86_64","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"kherel","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-1\"","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":"12D4e","XCODE_VERSION_ACTUAL":"1240","XCODE_VERSION_MAJOR":"1200","XCODE_VERSION_MINOR":"1240","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"1b83e27bf06a7ca55cad200e02d1ec72"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:PhaseScriptExecution Thin Binary /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh": {"tool":"shell","description":"PhaseScriptExecution Thin Binary /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","",""],"outputs":[""],"args":["/bin/sh","-c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"YES","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"kherel","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"NO","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","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"x86_64","ARCHS_STANDARD":"arm64 x86_64 i386","ARCHS_STANDARD_32_64_BIT":"arm64 i386 x86_64","ARCHS_STANDARD_32_BIT":"i386","ARCHS_STANDARD_64_BIT":"arm64 x86_64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64 x86_64 i386","ARCHS_UNIVERSAL_IPHONE_OS":"arm64 i386 x86_64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","ASSETCATALOG_FILTER_FOR_DEVICE_MODEL":"iPod9,1","ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION":"14.4","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","AppIdentifierPrefix":"SAL3J7P5P3.","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","BUNDLE_CONTENTS_FOLDER_PATH_deep":"Contents/","BUNDLE_EXECUTABLE_FOLDER_NAME_deep":"MacOS","BUNDLE_FORMAT":"shallow","BUNDLE_FRAMEWORKS_FOLDER_PATH":"Frameworks","BUNDLE_PLUGINS_FOLDER_PATH":"PlugIns","BUNDLE_PRIVATE_HEADERS_FOLDER_PATH":"PrivateHeaders","BUNDLE_PUBLIC_HEADERS_FOLDER_PATH":"Headers","CACHE_ROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CCHROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED":"YES","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/kherel/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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneSimulatorCodeSignContext","CODE_SIGN_IDENTITY":"-","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","CONFIGURATION_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator","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_DEVICE_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","CORRESPONDING_DEVICE_PLATFORM_NAME":"iphoneos","CORRESPONDING_DEVICE_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk","CORRESPONDING_DEVICE_SDK_NAME":"iphoneos14.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_PROJECT_VERSION":"1","CURRENT_VARIANT":"normal","DART_DEFINES":"flutter.inspector.structuredErrors%3Dtrue","DART_OBFUSCATION":"false","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"mios-simulator-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-mios-simulator-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_simulator_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"9.0 9.2 10.0 10.2 11.0 11.2 11.4 12.1 12.3 13.0 13.2 13.4 13.6 14.1 14.3 14.4","DERIVED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DONT_GENERATE_INFOPLIST_FILE":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","EFFECTIVE_PLATFORM_NAME":"-iphonesimulator","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HARDENED_RUNTIME":"NO","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_PREVIEWS":"NO","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENABLE_TESTING_SEARCH_PATHS":"NO","ENTITLEMENTS_DESTINATION":"__entitlements","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":"-","EXPANDED_CODE_SIGN_IDENTITY_NAME":"-","FILE_LIST":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/FixedFiles","FLUTTER_APPLICATION_PATH":"/Volumes/Dev/selfprivacy/selfprivacy","FLUTTER_BUILD_DIR":"build","FLUTTER_BUILD_NAME":"0.1.0","FLUTTER_BUILD_NUMBER":"1","FLUTTER_FRAMEWORK_DIR":"/Volumes/Dev/flutter/bin/cache/artifacts/engine/ios","FLUTTER_ROOT":"/Volumes/Dev/flutter","FLUTTER_TARGET":"/Volumes/Dev/selfprivacy/selfprivacy/lib/main.dart","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock\" \"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/../Flutter\" /Volumes/Dev/selfprivacy/selfprivacy/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_OBJC_LEGACY_DISPATCH":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","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","GENERATED_MODULEMAP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/GeneratedModuleMaps-iphonesimulator","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/kherel","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":"kherel","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"9.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","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_ENTITLEMENTS_SECTION":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app-Simulated.xcent","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator /Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios9.0","LLVM_TARGET_TRIPLE_SUFFIX":"-simulator","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFCopyLocalizedString","LOCALIZED_STRING_SWIFTUI_SUPPORT":"YES","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","LOCSYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"20C69","MAC_OS_X_VERSION_ACTUAL":"110100","MAC_OS_X_VERSION_MAJOR":"110000","MAC_OS_X_VERSION_MINOR":"110100","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","MODULES_FOLDER_PATH":"Runner.app/Modules","MODULE_CACHE_DIR":"/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"x86_64","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJC_ABI_VERSION":"2","OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","OBJROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"Flutter\" -framework \"flutter_secure_storage\" -framework \"package_info\" -framework \"path_provider\" -framework \"shared_preferences\" -framework \"url_launcher\" -framework \"wakelock\" -framework Flutter","PACKAGE_CONFIG":".packages","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/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","PLATFORM_DISPLAY_NAME":"iOS Simulator","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphonesimulator","PLATFORM_PREFERRED_ARCH":"x86_64","PLATFORM_PRODUCT_BUILD_VERSION":"18D46","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","PODS_CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","PODS_PODFILE_DIR_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/.","PODS_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods","PODS_XCFRAMEWORKS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/XCFrameworkIntermediates","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"pro.kherel.selfprivacy","PRODUCT_BUNDLE_PACKAGE_TYPE":"APPL","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/DerivedSources","PROJECT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/ios","PROJECT_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build","PROJECT_TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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","REZ_COLLECTOR_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator ","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/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR_iphonesimulator14_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_NAME":"iphonesimulator14.4","SDK_NAMES":"iphonesimulator14.4","SDK_PRODUCT_BUILD_VERSION":"18D46","SDK_VERSION":"14.4","SDK_VERSION_ACTUAL":"140400","SDK_VERSION_MAJOR":"140000","SDK_VERSION_MINOR":"140400","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","SRCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"NO","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/Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","SWIFT_VERSION":"5.0","SYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","TARGET_DEVICE_IDENTIFIER":"7DD4C62E-6CD9-455E-AAB0-546FEFDA7A24","TARGET_DEVICE_MODEL":"iPod9,1","TARGET_DEVICE_OS_VERSION":"14.4","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TRACK_WIDGET_CREATION":"true","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TREE_SHAKE_ICONS":"false","TeamIdentifierPrefix":"SAL3J7P5P3.","UID":"501","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"kherel","USER_APPS_DIR":"/Users/kherel/Applications","USER_LIBRARY_DIR":"/Users/kherel/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","USE_LLVM_TARGET_TRIPLES":"YES","USE_LLVM_TARGET_TRIPLES_FOR_CLANG":"YES","USE_LLVM_TARGET_TRIPLES_FOR_LD":"YES","USE_LLVM_TARGET_TRIPLES_FOR_TAPI":"YES","USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES":"YES","VALIDATE_DEVELOPMENT_ASSET_PATHS":"YES_ERROR","VALIDATE_PRODUCT":"NO","VALIDATE_WORKSPACE":"YES_ERROR","VALID_ARCHS":"arm64 arm64e i386 x86_64","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"kherel","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-1\"","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":"12D4e","XCODE_VERSION_ACTUAL":"1240","XCODE_VERSION_MAJOR":"1200","XCODE_VERSION_MINOR":"1240","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"82d325d7fc57ce5de1b33a1e6d0cc979"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:PhaseScriptExecution [CP] Check Pods Manifest.lock /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh": {"tool":"shell","description":"PhaseScriptExecution [CP] Check Pods Manifest.lock /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Podfile.lock/","/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/Manifest.lock/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt"],"args":["/bin/sh","-c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"YES","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"kherel","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"NO","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","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"x86_64","ARCHS_STANDARD":"arm64 x86_64 i386","ARCHS_STANDARD_32_64_BIT":"arm64 i386 x86_64","ARCHS_STANDARD_32_BIT":"i386","ARCHS_STANDARD_64_BIT":"arm64 x86_64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64 x86_64 i386","ARCHS_UNIVERSAL_IPHONE_OS":"arm64 i386 x86_64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","ASSETCATALOG_FILTER_FOR_DEVICE_MODEL":"iPod9,1","ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION":"14.4","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","AppIdentifierPrefix":"SAL3J7P5P3.","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","BUNDLE_CONTENTS_FOLDER_PATH_deep":"Contents/","BUNDLE_EXECUTABLE_FOLDER_NAME_deep":"MacOS","BUNDLE_FORMAT":"shallow","BUNDLE_FRAMEWORKS_FOLDER_PATH":"Frameworks","BUNDLE_PLUGINS_FOLDER_PATH":"PlugIns","BUNDLE_PRIVATE_HEADERS_FOLDER_PATH":"PrivateHeaders","BUNDLE_PUBLIC_HEADERS_FOLDER_PATH":"Headers","CACHE_ROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CCHROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED":"YES","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/kherel/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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneSimulatorCodeSignContext","CODE_SIGN_IDENTITY":"-","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","CONFIGURATION_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator","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_DEVICE_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","CORRESPONDING_DEVICE_PLATFORM_NAME":"iphoneos","CORRESPONDING_DEVICE_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk","CORRESPONDING_DEVICE_SDK_NAME":"iphoneos14.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_PROJECT_VERSION":"1","CURRENT_VARIANT":"normal","DART_DEFINES":"flutter.inspector.structuredErrors%3Dtrue","DART_OBFUSCATION":"false","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"mios-simulator-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-mios-simulator-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_simulator_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"9.0 9.2 10.0 10.2 11.0 11.2 11.4 12.1 12.3 13.0 13.2 13.4 13.6 14.1 14.3 14.4","DERIVED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DONT_GENERATE_INFOPLIST_FILE":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","EFFECTIVE_PLATFORM_NAME":"-iphonesimulator","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HARDENED_RUNTIME":"NO","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_PREVIEWS":"NO","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENABLE_TESTING_SEARCH_PATHS":"NO","ENTITLEMENTS_DESTINATION":"__entitlements","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":"-","EXPANDED_CODE_SIGN_IDENTITY_NAME":"-","FILE_LIST":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/FixedFiles","FLUTTER_APPLICATION_PATH":"/Volumes/Dev/selfprivacy/selfprivacy","FLUTTER_BUILD_DIR":"build","FLUTTER_BUILD_NAME":"0.1.0","FLUTTER_BUILD_NUMBER":"1","FLUTTER_FRAMEWORK_DIR":"/Volumes/Dev/flutter/bin/cache/artifacts/engine/ios","FLUTTER_ROOT":"/Volumes/Dev/flutter","FLUTTER_TARGET":"/Volumes/Dev/selfprivacy/selfprivacy/lib/main.dart","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock\" \"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/../Flutter\" /Volumes/Dev/selfprivacy/selfprivacy/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_OBJC_LEGACY_DISPATCH":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","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","GENERATED_MODULEMAP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/GeneratedModuleMaps-iphonesimulator","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/kherel","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":"kherel","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"9.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","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_ENTITLEMENTS_SECTION":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app-Simulated.xcent","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator /Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios9.0","LLVM_TARGET_TRIPLE_SUFFIX":"-simulator","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFCopyLocalizedString","LOCALIZED_STRING_SWIFTUI_SUPPORT":"YES","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","LOCSYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"20C69","MAC_OS_X_VERSION_ACTUAL":"110100","MAC_OS_X_VERSION_MAJOR":"110000","MAC_OS_X_VERSION_MINOR":"110100","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","MODULES_FOLDER_PATH":"Runner.app/Modules","MODULE_CACHE_DIR":"/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"x86_64","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJC_ABI_VERSION":"2","OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","OBJROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"Flutter\" -framework \"flutter_secure_storage\" -framework \"package_info\" -framework \"path_provider\" -framework \"shared_preferences\" -framework \"url_launcher\" -framework \"wakelock\" -framework Flutter","PACKAGE_CONFIG":".packages","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/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","PLATFORM_DISPLAY_NAME":"iOS Simulator","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphonesimulator","PLATFORM_PREFERRED_ARCH":"x86_64","PLATFORM_PRODUCT_BUILD_VERSION":"18D46","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","PODS_CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","PODS_PODFILE_DIR_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/.","PODS_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods","PODS_XCFRAMEWORKS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/XCFrameworkIntermediates","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"pro.kherel.selfprivacy","PRODUCT_BUNDLE_PACKAGE_TYPE":"APPL","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/DerivedSources","PROJECT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/ios","PROJECT_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build","PROJECT_TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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","REZ_COLLECTOR_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_0":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Podfile.lock","SCRIPT_INPUT_FILE_1":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/Manifest.lock","SCRIPT_INPUT_FILE_COUNT":"2","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_0":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR_iphonesimulator14_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_NAME":"iphonesimulator14.4","SDK_NAMES":"iphonesimulator14.4","SDK_PRODUCT_BUILD_VERSION":"18D46","SDK_VERSION":"14.4","SDK_VERSION_ACTUAL":"140400","SDK_VERSION_MAJOR":"140000","SDK_VERSION_MINOR":"140400","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","SRCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"NO","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/Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","SWIFT_VERSION":"5.0","SYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","TARGET_DEVICE_IDENTIFIER":"7DD4C62E-6CD9-455E-AAB0-546FEFDA7A24","TARGET_DEVICE_MODEL":"iPod9,1","TARGET_DEVICE_OS_VERSION":"14.4","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TRACK_WIDGET_CREATION":"true","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TREE_SHAKE_ICONS":"false","TeamIdentifierPrefix":"SAL3J7P5P3.","UID":"501","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"kherel","USER_APPS_DIR":"/Users/kherel/Applications","USER_LIBRARY_DIR":"/Users/kherel/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","USE_LLVM_TARGET_TRIPLES":"YES","USE_LLVM_TARGET_TRIPLES_FOR_CLANG":"YES","USE_LLVM_TARGET_TRIPLES_FOR_LD":"YES","USE_LLVM_TARGET_TRIPLES_FOR_TAPI":"YES","USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES":"YES","VALIDATE_DEVELOPMENT_ASSET_PATHS":"YES_ERROR","VALIDATE_PRODUCT":"NO","VALIDATE_WORKSPACE":"YES_ERROR","VALID_ARCHS":"arm64 arm64e i386 x86_64","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"kherel","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-1\"","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":"12D4e","XCODE_VERSION_ACTUAL":"1240","XCODE_VERSION_MAJOR":"1200","XCODE_VERSION_MINOR":"1240","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"f74b0986ce1ae26025a40509f0de9b5b"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:PhaseScriptExecution [CP] Embed Pods Frameworks /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh": {"tool":"shell","description":"PhaseScriptExecution [CP] Embed Pods Frameworks /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks-Debug-input-files.xcfilelist/","/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks-Debug-output-files.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh/","/Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter/Flutter.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/flutter_secure_storage.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/package_info.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/path_provider.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/shared_preferences.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/url_launcher.framework","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/wakelock.framework"],"args":["/bin/sh","-c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"YES","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"kherel","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"NO","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","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"x86_64","ARCHS_STANDARD":"arm64 x86_64 i386","ARCHS_STANDARD_32_64_BIT":"arm64 i386 x86_64","ARCHS_STANDARD_32_BIT":"i386","ARCHS_STANDARD_64_BIT":"arm64 x86_64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64 x86_64 i386","ARCHS_UNIVERSAL_IPHONE_OS":"arm64 i386 x86_64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","ASSETCATALOG_FILTER_FOR_DEVICE_MODEL":"iPod9,1","ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION":"14.4","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","AppIdentifierPrefix":"SAL3J7P5P3.","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","BUNDLE_CONTENTS_FOLDER_PATH_deep":"Contents/","BUNDLE_EXECUTABLE_FOLDER_NAME_deep":"MacOS","BUNDLE_FORMAT":"shallow","BUNDLE_FRAMEWORKS_FOLDER_PATH":"Frameworks","BUNDLE_PLUGINS_FOLDER_PATH":"PlugIns","BUNDLE_PRIVATE_HEADERS_FOLDER_PATH":"PrivateHeaders","BUNDLE_PUBLIC_HEADERS_FOLDER_PATH":"Headers","CACHE_ROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CCHROOT":"/var/folders/s5/0z4s6k4n4lv4dr4qcdqzg3v00000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED":"YES","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/kherel/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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneSimulatorCodeSignContext","CODE_SIGN_IDENTITY":"-","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","CONFIGURATION_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator","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_DEVICE_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","CORRESPONDING_DEVICE_PLATFORM_NAME":"iphoneos","CORRESPONDING_DEVICE_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk","CORRESPONDING_DEVICE_SDK_NAME":"iphoneos14.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_PROJECT_VERSION":"1","CURRENT_VARIANT":"normal","DART_DEFINES":"flutter.inspector.structuredErrors%3Dtrue","DART_OBFUSCATION":"false","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"mios-simulator-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-mios-simulator-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_simulator_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"9.0 9.2 10.0 10.2 11.0 11.2 11.4 12.1 12.3 13.0 13.2 13.4 13.6 14.1 14.3 14.4","DERIVED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","DOCUMENTATION_FOLDER_PATH":"Runner.app/en.lproj/Documentation","DONT_GENERATE_INFOPLIST_FILE":"NO","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","EFFECTIVE_PLATFORM_NAME":"-iphonesimulator","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HARDENED_RUNTIME":"NO","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"YES","ENABLE_PREVIEWS":"NO","ENABLE_STRICT_OBJC_MSGSEND":"YES","ENABLE_TESTABILITY":"YES","ENABLE_TESTING_SEARCH_PATHS":"NO","ENTITLEMENTS_DESTINATION":"__entitlements","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":"-","EXPANDED_CODE_SIGN_IDENTITY_NAME":"-","FILE_LIST":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/FixedFiles","FLUTTER_APPLICATION_PATH":"/Volumes/Dev/selfprivacy/selfprivacy","FLUTTER_BUILD_DIR":"build","FLUTTER_BUILD_NAME":"0.1.0","FLUTTER_BUILD_NUMBER":"1","FLUTTER_FRAMEWORK_DIR":"/Volumes/Dev/flutter/bin/cache/artifacts/engine/ios","FLUTTER_ROOT":"/Volumes/Dev/flutter","FLUTTER_TARGET":"/Volumes/Dev/selfprivacy/selfprivacy/lib/main.dart","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock\" \"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods/../Flutter\" /Volumes/Dev/selfprivacy/selfprivacy/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_OBJC_LEGACY_DISPATCH":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","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","GENERATED_MODULEMAP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/GeneratedModuleMaps-iphonesimulator","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/include \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/flutter_secure_storage/flutter_secure_storage.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/package_info/package_info.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/path_provider/path_provider.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/shared_preferences/shared_preferences.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/url_launcher/url_launcher.framework/Headers\" \"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/wakelock/wakelock.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/kherel","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":"kherel","INSTALL_PATH":"/Applications","INSTALL_ROOT":"/tmp/Runner.dst","IPHONEOS_DEPLOYMENT_TARGET":"9.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","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_ENTITLEMENTS_SECTION":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app-Simulated.xcent","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/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","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator /Volumes/Dev/selfprivacy/selfprivacy/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios9.0","LLVM_TARGET_TRIPLE_SUFFIX":"-simulator","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app/en.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFCopyLocalizedString","LOCALIZED_STRING_SWIFTUI_SUPPORT":"YES","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","LOCSYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"20C69","MAC_OS_X_VERSION_ACTUAL":"110100","MAC_OS_X_VERSION_MAJOR":"110000","MAC_OS_X_VERSION_MINOR":"110100","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","MODULES_FOLDER_PATH":"Runner.app/Modules","MODULE_CACHE_DIR":"/Users/kherel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","MTL_ENABLE_DEBUG_INFO":"YES","NATIVE_ARCH":"x86_64","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJC_ABI_VERSION":"2","OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","OBJROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -framework \"Flutter\" -framework \"flutter_secure_storage\" -framework \"package_info\" -framework \"path_provider\" -framework \"shared_preferences\" -framework \"url_launcher\" -framework \"wakelock\" -framework Flutter","PACKAGE_CONFIG":".packages","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/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","PLATFORM_DISPLAY_NAME":"iOS Simulator","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphonesimulator","PLATFORM_PREFERRED_ARCH":"x86_64","PLATFORM_PRODUCT_BUILD_VERSION":"18D46","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","PODS_CONFIGURATION_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","PODS_PODFILE_DIR_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/.","PODS_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Pods","PODS_XCFRAMEWORKS_BUILD_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/XCFrameworkIntermediates","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"pro.kherel.selfprivacy","PRODUCT_BUNDLE_PACKAGE_TYPE":"APPL","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/DerivedSources","PROJECT_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/ios","PROJECT_FILE_PATH":"/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build","PROJECT_TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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","REZ_COLLECTOR_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_0":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","SCRIPT_INPUT_FILE_LIST_COUNT":"1","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_0":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","SCRIPT_OUTPUT_FILE_LIST_COUNT":"1","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_DIR_iphonesimulator14_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk","SDK_NAME":"iphonesimulator14.4","SDK_NAMES":"iphonesimulator14.4","SDK_PRODUCT_BUILD_VERSION":"18D46","SDK_VERSION":"14.4","SDK_VERSION_ACTUAL":"140400","SDK_VERSION_MAJOR":"140000","SDK_VERSION_MINOR":"140400","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","SRCROOT":"/Volumes/Dev/selfprivacy/selfprivacy/ios","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"NO","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/Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_x86_64":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","SWIFT_VERSION":"5.0","SYMROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","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_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","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":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator","TARGET_DEVICE_IDENTIFIER":"7DD4C62E-6CD9-455E-AAB0-546FEFDA7A24","TARGET_DEVICE_MODEL":"iPod9,1","TARGET_DEVICE_OS_VERSION":"14.4","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILES_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_FILE_DIR":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build","TEMP_ROOT":"/Volumes/Dev/selfprivacy/selfprivacy/build/ios","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TRACK_WIDGET_CREATION":"true","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","TREE_SHAKE_ICONS":"false","TeamIdentifierPrefix":"SAL3J7P5P3.","UID":"501","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"kherel","USER_APPS_DIR":"/Users/kherel/Applications","USER_LIBRARY_DIR":"/Users/kherel/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","USE_LLVM_TARGET_TRIPLES":"YES","USE_LLVM_TARGET_TRIPLES_FOR_CLANG":"YES","USE_LLVM_TARGET_TRIPLES_FOR_LD":"YES","USE_LLVM_TARGET_TRIPLES_FOR_TAPI":"YES","USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES":"YES","VALIDATE_DEVELOPMENT_ASSET_PATHS":"YES_ERROR","VALIDATE_PRODUCT":"NO","VALIDATE_WORKSPACE":"YES_ERROR","VALID_ARCHS":"arm64 arm64e i386 x86_64","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"kherel","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-1\"","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":"12D4e","XCODE_VERSION_ACTUAL":"1240","XCODE_VERSION_MAJOR":"1200","XCODE_VERSION_MINOR":"1240","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","control-enabled":false,"signature":"7aab9d1248bb7fbd2aecbe54ef6de567"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:ProcessInfoPlistFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Info.plist /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist": {"tool":"info-plist-processor","description":"ProcessInfoPlistFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Info.plist /Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/ios/Runner/Info.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app/Info.plist"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:ProcessProductPackaging /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app-Simulated.xcent": {"tool":"process-product-entitlements","description":"ProcessProductPackaging /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app-Simulated.xcent","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements-Simulated.plist","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app-Simulated.xcent"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:ProcessProductPackaging /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app.xcent": {"tool":"process-product-entitlements","description":"ProcessProductPackaging /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app.xcent","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements.plist","",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app.xcent"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:RegisterExecutionPolicyException /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app": {"tool":"register-execution-policy-exception","description":"RegisterExecutionPolicyException /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","",""],"outputs":[""]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:Touch /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app": {"tool":"shell","description":"Touch /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","inputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app","",""],"outputs":[""],"args":["/usr/bin/touch","-c","/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Debug-iphonesimulator/Runner.app"],"env":{},"working-directory":"/Volumes/Dev/selfprivacy/selfprivacy/ios","signature":"426714f34bc408fa187be43ffca1120a"} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements-Simulated.plist": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements-Simulated.plist","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements-Simulated.plist"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements.plist": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements.plist","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Entitlements.plist"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/InputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-input-files-8941f90e74b66409314522c58651e666-resolved.xcfilelist"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-OutputFileMap.json"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/OutputFileList-3687B4F187EC56464925D9AB-Pods-Runner-frameworks-Debug-output-files-95b85bb35e162faf37fe3d2167c69830-resolved.xcfilelist"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-target-headers.hmap"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.hmap","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Runner.hmap"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3687B4F187EC56464925D9AB.sh"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Script-EE51AAD2B783790EFCD497B1.sh"]} - "target-Runner-0dbf78fd38655ead36e030acbe0a490888a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/all-product-headers.yaml": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/all-product-headers.yaml","inputs":["",""],"outputs":["/Volumes/Dev/selfprivacy/selfprivacy/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/all-product-headers.yaml"]} - diff --git a/ios/build/XCBuildData/build.db b/ios/build/XCBuildData/build.db deleted file mode 100644 index 8369c8fd..00000000 Binary files a/ios/build/XCBuildData/build.db and /dev/null differ diff --git a/lib/config/bloc_config.dart b/lib/config/bloc_config.dart index bc59e531..00f066a3 100644 --- a/lib/config/bloc_config.dart +++ b/lib/config/bloc_config.dart @@ -16,7 +16,8 @@ class BlocAndProviderConfig extends StatelessWidget { Widget build(BuildContext context) { var isDark = false; var usersCubit = UsersCubit(); - var servicesCubit = ServicesCubit(); + var appConfigCubit = AppConfigCubit()..load(); + var servicesCubit = ServicesCubit(appConfigCubit); return MultiProvider( providers: [ BlocProvider( @@ -25,18 +26,13 @@ class BlocAndProviderConfig extends StatelessWidget { isOnbordingShowing: true, )..load(), ), - BlocProvider( - lazy: false, - create: (_) => AppConfigCubit(servicesCubit)..load(), - ), + BlocProvider(lazy: false, create: (_) => appConfigCubit), BlocProvider(create: (_) => ProvidersCubit()), BlocProvider(create: (_) => usersCubit..load(), lazy: false), BlocProvider(create: (_) => servicesCubit..load(), lazy: false), BlocProvider( - create: (_) => JobsCubit( - usersCubit: usersCubit, - servicesCubit: servicesCubit, - ), + create: (_) => + JobsCubit(usersCubit: usersCubit, servicesCubit: servicesCubit), ), ], child: child, diff --git a/lib/logic/api_maps/hetzner.dart b/lib/logic/api_maps/hetzner.dart index 2b714aad..89722e38 100644 --- a/lib/logic/api_maps/hetzner.dart +++ b/lib/logic/api_maps/hetzner.dart @@ -94,7 +94,7 @@ class HetznerApi extends ApiMap { /// check the branch name, it could be "development" or "master". var data = jsonDecode( - '''{"name":"$domainName","server_type":"cx11","start_after_create":false,"image":"ubuntu-20.04", "volumes":[$dbId], "networks":[], "user_data":"#cloud-config\\nruncmd:\\n- curl https://git.selfprivacy.org/ilchub/selfprivacy-nixos-infect/raw/branch/master/nixos-infect | PROVIDER=hetzner NIX_CHANNEL=nixos-21.05 DOMAIN=$domainName LUSER=${rootUser.login} PASSWORD=${rootUser.password} CF_TOKEN=$cloudFlareKey DB_PASSWORD=$dbPassword bash 2>&1 | tee /tmp/infect.log","labels":{},"automount":true, "location": "fsn1"}'''); + '''{"name":"$domainName","server_type":"cx11","start_after_create":false,"image":"ubuntu-20.04", "volumes":[$dbId], "networks":[], "user_data":"#cloud-config\\nruncmd:\\n- curl https://git.selfprivacy.org/ilchub/selfprivacy-nixos-infect/raw/branch/development/nixos-infect | PROVIDER=hetzner NIX_CHANNEL=nixos-21.05 DOMAIN=$domainName LUSER=${rootUser.login} PASSWORD=${rootUser.password} CF_TOKEN=$cloudFlareKey DB_PASSWORD=$dbPassword bash 2>&1 | tee /tmp/infect.log","labels":{},"automount":true, "location": "fsn1"}'''); Response serverCreateResponse = await client.post( '/servers', diff --git a/lib/logic/api_maps/server.dart b/lib/logic/api_maps/server.dart index 18807b90..668c1ac0 100644 --- a/lib/logic/api_maps/server.dart +++ b/lib/logic/api_maps/server.dart @@ -105,6 +105,20 @@ class ServerApi extends ApiMap { ); client.close(); } + + Future> servicesPowerCheck() async { + var client = await getClient(); + Response response = await client.get('/services/status'); + + close(client); + return { + ServiceTypes.passwordManager: response.data['bitwarden'] == 0, + ServiceTypes.git: response.data['gitea'] == 0, + ServiceTypes.cloud: response.data['nextcloud'] == 0, + ServiceTypes.vpn: response.data['ocserv'] == 0, + ServiceTypes.socialNetwork: response.data['pleroma'] == 0, + }; + } } extension UrlServerExt on ServiceTypes { diff --git a/lib/logic/cubit/app_config/app_config_cubit.dart b/lib/logic/cubit/app_config/app_config_cubit.dart index d73eb8b3..9bdf5471 100644 --- a/lib/logic/cubit/app_config/app_config_cubit.dart +++ b/lib/logic/cubit/app_config/app_config_cubit.dart @@ -3,7 +3,6 @@ import 'dart:async'; import 'package:bloc/bloc.dart'; import 'package:equatable/equatable.dart'; import 'package:selfprivacy/config/get_it_config.dart'; -import 'package:selfprivacy/logic/cubit/services/services_cubit.dart'; import 'package:selfprivacy/logic/get_it/ssh.dart'; import 'package:selfprivacy/logic/models/backblaze_credential.dart'; import 'package:selfprivacy/logic/models/cloudflare_domain.dart'; @@ -46,32 +45,35 @@ part 'app_config_state.dart'; /// c. if server is okay set that fully checked class AppConfigCubit extends Cubit { - AppConfigCubit(this.servicesCubit) : super(InitialAppConfigState()); + AppConfigCubit() : super(AppConfigEmpty()); final repository = AppConfigRepository(); - final ServicesCubit servicesCubit; Future load() async { var state = await repository.load(); - if (state.progress < 6 || state.isFullyInitilized) { + if (state is AppConfigFinished) { emit(state); - } else if (state.progress == 6) { - startServerIfDnsIsOkay(state: state, isImmediate: true); - } else if (state.progress == 7) { - resetServerIfServerIsOkay(state: state, isImmediate: true); - } else if (state.progress == 8) { - oneMoreReset(state: state, isImmediate: true); - } else if (state.progress == 9) { - finishCheckIfServerIsOkay(state: state, isImmediate: true); + } else if (state is AppConfigNotFinished) { + if (state.progress == 6) { + startServerIfDnsIsOkay(state: state, isImmediate: true); + } else if (state.progress == 7) { + resetServerIfServerIsOkay(state: state, isImmediate: true); + } else if (state.progress == 8) { + oneMoreReset(state: state, isImmediate: true); + } else if (state.progress == 9) { + finishCheckIfServerIsOkay(state: state, isImmediate: true); + } + } else { + throw 'wrong state'; } } void startServerIfDnsIsOkay({ - AppConfigState? state, + AppConfigNotFinished? state, bool isImmediate = false, }) async { - state = state ?? this.state; + state = state ?? this.state as AppConfigNotFinished; final work = () async { emit(TimerState(dataState: state!, isLoading: true)); @@ -116,10 +118,10 @@ class AppConfigCubit extends Cubit { } void oneMoreReset({ - AppConfigState? state, + AppConfigNotFinished? state, bool isImmediate = false, }) async { - var dataState = state ?? this.state; + var dataState = state ?? this.state as AppConfigNotFinished; var work = () async { emit(TimerState(dataState: dataState, isLoading: true)); @@ -169,10 +171,10 @@ class AppConfigCubit extends Cubit { } void resetServerIfServerIsOkay({ - AppConfigState? state, + AppConfigNotFinished? state, bool isImmediate = false, }) async { - var dataState = state ?? this.state; + var dataState = state ?? this.state as AppConfigNotFinished; var work = () async { emit(TimerState(dataState: dataState, isLoading: true)); @@ -224,10 +226,10 @@ class AppConfigCubit extends Cubit { Timer? timer; void finishCheckIfServerIsOkay({ - AppConfigState? state, + AppConfigNotFinished? state, bool isImmediate = false, }) async { - state = state ?? this.state; + state = state ?? this.state as AppConfigNotFinished; var work = () async { emit(TimerState(dataState: state!, isLoading: true)); @@ -236,12 +238,8 @@ class AppConfigCubit extends Cubit { if (isServerWorking) { await repository.saveHasFinalChecked(true); - servicesCubit.allOn(); - emit(state.copyWith( - hasFinalChecked: true, - isLoading: false, - )); + emit(state.finish()); } else { finishCheckIfServerIsOkay(); } @@ -264,45 +262,31 @@ class AppConfigCubit extends Cubit { void clearAppConfig() { closeTimer(); - servicesCubit.allOff(); repository.clearAppConfig(); - emit(InitialAppConfigState()); + emit(AppConfigEmpty()); } Future serverDelete() async { closeTimer(); - servicesCubit.allOff(); if (state.hetznerServer != null) { await repository.deleteServer(state.cloudFlareDomain!); await getIt().clear(); } await repository.deleteRecords(); - emit(AppConfigState( - hetznerKey: state.hetznerKey, - cloudFlareKey: state.cloudFlareKey, - backblazeCredential: state.backblazeCredential, - cloudFlareDomain: state.cloudFlareDomain, - rootUser: state.rootUser, - hetznerServer: null, - isServerStarted: false, - isServerResetedFirstTime: false, - isServerResetedSecondTime: false, - hasFinalChecked: false, - isLoading: false, - error: null, - )); + emit(AppConfigEmpty()); } void setHetznerKey(String hetznerKey) async { await repository.saveHetznerKey(hetznerKey); - emit(state.copyWith(hetznerKey: hetznerKey)); + emit((state as AppConfigNotFinished).copyWith(hetznerKey: hetznerKey)); } void setCloudflareKey(String cloudFlareKey) async { await repository.saveCloudFlareKey(cloudFlareKey); - emit(state.copyWith(cloudFlareKey: cloudFlareKey)); + emit( + (state as AppConfigNotFinished).copyWith(cloudFlareKey: cloudFlareKey)); } void setBackblazeKey(String keyId, String applicationKey) async { @@ -311,38 +295,41 @@ class AppConfigCubit extends Cubit { applicationKey: applicationKey, ); await repository.saveBackblazeKey(backblazeCredential); - emit(state.copyWith(backblazeCredential: backblazeCredential)); + emit((state as AppConfigNotFinished) + .copyWith(backblazeCredential: backblazeCredential)); } void setDomain(CloudFlareDomain cloudFlareDomain) async { await repository.saveDomain(cloudFlareDomain); - emit(state.copyWith(cloudFlareDomain: cloudFlareDomain)); + emit((state as AppConfigNotFinished) + .copyWith(cloudFlareDomain: cloudFlareDomain)); } void setRootUser(User rootUser) async { await repository.saveRootUser(rootUser); - emit(state.copyWith(rootUser: rootUser)); + emit((state as AppConfigNotFinished).copyWith(rootUser: rootUser)); } void createServerAndSetDnsRecords() async { - AppConfigState _stateCopy = state; + AppConfigNotFinished _stateCopy = state as AppConfigNotFinished; var onSuccess = (HetznerServerDetails serverDetails) async { await repository.createDnsRecords( serverDetails.ip4, state.cloudFlareDomain!, ); - emit(state.copyWith( + emit((state as AppConfigNotFinished).copyWith( isLoading: false, hetznerServer: serverDetails, )); startServerIfDnsIsOkay(); }; - var onCancel = () => emit(state.copyWith(isLoading: false)); + var onCancel = + () => emit((state as AppConfigNotFinished).copyWith(isLoading: false)); try { - emit(state.copyWith(isLoading: true)); + emit((state as AppConfigNotFinished).copyWith(isLoading: true)); await repository.createServer( state.rootUser!, state.cloudFlareDomain!.domainName, diff --git a/lib/logic/cubit/app_config/app_config_repository.dart b/lib/logic/cubit/app_config/app_config_repository.dart index b2930001..6e8c3251 100644 --- a/lib/logic/cubit/app_config/app_config_repository.dart +++ b/lib/logic/cubit/app_config/app_config_repository.dart @@ -22,22 +22,37 @@ class AppConfigRepository { Box box = Hive.box(BNames.appConfig); Future load() async { - var res = AppConfigState( - hetznerKey: getIt().hetznerKey, - cloudFlareKey: getIt().cloudFlareKey, - cloudFlareDomain: getIt().cloudFlareDomain, - backblazeCredential: getIt().backblazeCredential, - hetznerServer: getIt().hetznerServer, - rootUser: box.get(BNames.rootUser), - isServerStarted: box.get(BNames.isServerStarted, defaultValue: false), - isServerResetedFirstTime: - box.get(BNames.isServerResetedFirstTime, defaultValue: false), - isServerResetedSecondTime: - box.get(BNames.isServerResetedSecondTime, defaultValue: false), - hasFinalChecked: box.get(BNames.hasFinalChecked, defaultValue: false), - error: null, - isLoading: box.get(BNames.isLoading, defaultValue: false), - ); + late AppConfigState res; + if (box.get(BNames.hasFinalChecked, defaultValue: false)) { + res = AppConfigFinished( + hetznerKey: getIt().hetznerKey!, + cloudFlareKey: getIt().cloudFlareKey!, + cloudFlareDomain: getIt().cloudFlareDomain!, + backblazeCredential: getIt().backblazeCredential!, + hetznerServer: getIt().hetznerServer!, + rootUser: box.get(BNames.rootUser), + isServerStarted: box.get(BNames.isServerStarted, defaultValue: false), + isServerResetedFirstTime: + box.get(BNames.isServerResetedFirstTime, defaultValue: false), + isServerResetedSecondTime: + box.get(BNames.isServerResetedSecondTime, defaultValue: false), + ); + } else { + res = AppConfigNotFinished( + hetznerKey: getIt().hetznerKey, + cloudFlareKey: getIt().cloudFlareKey, + cloudFlareDomain: getIt().cloudFlareDomain, + backblazeCredential: getIt().backblazeCredential, + hetznerServer: getIt().hetznerServer, + rootUser: box.get(BNames.rootUser), + isServerStarted: box.get(BNames.isServerStarted, defaultValue: false), + isServerResetedFirstTime: + box.get(BNames.isServerResetedFirstTime, defaultValue: false), + isServerResetedSecondTime: + box.get(BNames.isServerResetedSecondTime, defaultValue: false), + isLoading: box.get(BNames.isLoading, defaultValue: false), + ); + } return res; } diff --git a/lib/logic/cubit/app_config/app_config_state.dart b/lib/logic/cubit/app_config/app_config_state.dart index 1269f930..d5e4b621 100644 --- a/lib/logic/cubit/app_config/app_config_state.dart +++ b/lib/logic/cubit/app_config/app_config_state.dart @@ -11,9 +11,6 @@ class AppConfigState extends Equatable { required this.isServerStarted, required this.isServerResetedFirstTime, required this.isServerResetedSecondTime, - required this.hasFinalChecked, - required this.isLoading, - required this.error, }); @override @@ -26,9 +23,6 @@ class AppConfigState extends Equatable { hetznerServer, isServerStarted, isServerResetedFirstTime, - hasFinalChecked, - isLoading, - error, ]; final String? hetznerKey; @@ -41,42 +35,6 @@ class AppConfigState extends Equatable { final bool isServerResetedFirstTime; final bool isServerResetedSecondTime; - final bool hasFinalChecked; - - final bool isLoading; - final Exception? error; - - AppConfigState copyWith({ - String? hetznerKey, - String? cloudFlareKey, - BackblazeCredential? backblazeCredential, - CloudFlareDomain? cloudFlareDomain, - User? rootUser, - HetznerServerDetails? hetznerServer, - bool? isServerStarted, - bool? isServerResetedFirstTime, - bool? isServerResetedSecondTime, - bool? hasFinalChecked, - bool? isLoading, - Exception? error, - }) => - AppConfigState( - hetznerKey: hetznerKey ?? this.hetznerKey, - cloudFlareKey: cloudFlareKey ?? this.cloudFlareKey, - backblazeCredential: backblazeCredential ?? this.backblazeCredential, - cloudFlareDomain: cloudFlareDomain ?? this.cloudFlareDomain, - rootUser: rootUser ?? this.rootUser, - hetznerServer: hetznerServer ?? this.hetznerServer, - isServerStarted: isServerStarted ?? this.isServerStarted, - isServerResetedFirstTime: - isServerResetedFirstTime ?? this.isServerResetedFirstTime, - isServerResetedSecondTime: - isServerResetedSecondTime ?? this.isServerResetedSecondTime, - hasFinalChecked: hasFinalChecked ?? this.hasFinalChecked, - isLoading: isLoading ?? this.isLoading, - error: error ?? this.error, - ); - bool get isHetznerFilled => hetznerKey != null; bool get isCloudFlareFilled => cloudFlareKey != null; bool get isBackblazeFilled => backblazeCredential != null; @@ -84,8 +42,8 @@ class AppConfigState extends Equatable { bool get isUserFilled => rootUser != null; bool get isServerCreated => hetznerServer != null; - bool get isFullyInitilized => _fulfilementList.every((el) => el!); - int get progress => _fulfilementList.where((el) => el!).length ; + // bool get isFullyInitilized => _fulfilementList.every((el) => el!); + int get progress => _fulfilementList.where((el) => el!).length; int get porgressBar { if (progress < 6) { @@ -108,32 +66,13 @@ class AppConfigState extends Equatable { isServerStarted, isServerResetedFirstTime, isServerResetedSecondTime, - hasFinalChecked, ]; return res; } } -class InitialAppConfigState extends AppConfigState { - InitialAppConfigState() - : super( - hetznerKey: null, - cloudFlareKey: null, - backblazeCredential: null, - cloudFlareDomain: null, - rootUser: null, - hetznerServer: null, - isServerStarted: false, - isServerResetedFirstTime: false, - isServerResetedSecondTime: false, - hasFinalChecked: false, - isLoading: false, - error: null, - ); -} - -class TimerState extends AppConfigState { +class TimerState extends AppConfigNotFinished { TimerState({ required this.dataState, this.timerStart, @@ -149,12 +88,10 @@ class TimerState extends AppConfigState { isServerStarted: dataState.isServerStarted, isServerResetedFirstTime: dataState.isServerResetedFirstTime, isServerResetedSecondTime: dataState.isServerResetedSecondTime, - hasFinalChecked: dataState.hasFinalChecked, isLoading: isLoading, - error: dataState.error, ); - final AppConfigState dataState; + final AppConfigNotFinished dataState; final DateTime? timerStart; final Duration? duration; @@ -165,3 +102,134 @@ class TimerState extends AppConfigState { duration, ]; } + +class AppConfigNotFinished extends AppConfigState { + final bool isLoading; + + AppConfigNotFinished({ + String? hetznerKey, + String? cloudFlareKey, + BackblazeCredential? backblazeCredential, + CloudFlareDomain? cloudFlareDomain, + User? rootUser, + HetznerServerDetails? hetznerServer, + required bool isServerStarted, + required bool isServerResetedFirstTime, + required bool isServerResetedSecondTime, + required this.isLoading, + }) : super( + hetznerKey: hetznerKey, + cloudFlareKey: cloudFlareKey, + backblazeCredential: backblazeCredential, + cloudFlareDomain: cloudFlareDomain, + rootUser: rootUser, + hetznerServer: hetznerServer, + isServerStarted: isServerStarted, + isServerResetedFirstTime: isServerResetedFirstTime, + isServerResetedSecondTime: isServerResetedSecondTime, + ); + + @override + List get props => [ + hetznerKey, + cloudFlareKey, + backblazeCredential, + cloudFlareDomain, + rootUser, + hetznerServer, + isServerStarted, + isServerResetedFirstTime, + isLoading + ]; + + AppConfigNotFinished copyWith({ + String? hetznerKey, + String? cloudFlareKey, + BackblazeCredential? backblazeCredential, + CloudFlareDomain? cloudFlareDomain, + User? rootUser, + HetznerServerDetails? hetznerServer, + bool? isServerStarted, + bool? isServerResetedFirstTime, + bool? isServerResetedSecondTime, + bool? isLoading, + }) => + AppConfigNotFinished( + hetznerKey: hetznerKey ?? this.hetznerKey, + cloudFlareKey: cloudFlareKey ?? this.cloudFlareKey, + backblazeCredential: backblazeCredential ?? this.backblazeCredential, + cloudFlareDomain: cloudFlareDomain ?? this.cloudFlareDomain, + rootUser: rootUser ?? this.rootUser, + hetznerServer: hetznerServer ?? this.hetznerServer, + isServerStarted: isServerStarted ?? this.isServerStarted, + isServerResetedFirstTime: + isServerResetedFirstTime ?? this.isServerResetedFirstTime, + isServerResetedSecondTime: + isServerResetedSecondTime ?? this.isServerResetedSecondTime, + isLoading: isLoading ?? this.isLoading, + ); + + AppConfigFinished finish() => AppConfigFinished( + hetznerKey: hetznerKey!, + cloudFlareKey: cloudFlareKey!, + backblazeCredential: backblazeCredential!, + cloudFlareDomain: cloudFlareDomain!, + rootUser: rootUser!, + hetznerServer: hetznerServer!, + isServerStarted: isServerStarted, + isServerResetedFirstTime: isServerResetedFirstTime, + isServerResetedSecondTime: isServerResetedSecondTime, + ); +} + +class AppConfigEmpty extends AppConfigNotFinished { + AppConfigEmpty() + : super( + hetznerKey: null, + cloudFlareKey: null, + backblazeCredential: null, + cloudFlareDomain: null, + rootUser: null, + hetznerServer: null, + isServerStarted: false, + isServerResetedFirstTime: false, + isServerResetedSecondTime: false, + isLoading: false, + ); +} + +class AppConfigFinished extends AppConfigState { + const AppConfigFinished({ + required String hetznerKey, + required String cloudFlareKey, + required BackblazeCredential backblazeCredential, + required CloudFlareDomain cloudFlareDomain, + required User rootUser, + required HetznerServerDetails hetznerServer, + required bool isServerStarted, + required bool isServerResetedFirstTime, + required bool isServerResetedSecondTime, + }) : super( + hetznerKey: hetznerKey, + cloudFlareKey: cloudFlareKey, + backblazeCredential: backblazeCredential, + cloudFlareDomain: cloudFlareDomain, + rootUser: rootUser, + hetznerServer: hetznerServer, + isServerStarted: isServerStarted, + isServerResetedFirstTime: isServerResetedFirstTime, + isServerResetedSecondTime: isServerResetedSecondTime, + ); + + @override + List get props => [ + hetznerKey, + cloudFlareKey, + backblazeCredential, + cloudFlareDomain, + rootUser, + hetznerServer, + isServerStarted, + isServerResetedFirstTime, + ]; +} diff --git a/lib/logic/cubit/app_config_dependent/authentication_dependend_cubit.dart b/lib/logic/cubit/app_config_dependent/authentication_dependend_cubit.dart new file mode 100644 index 00000000..70d1af8f --- /dev/null +++ b/lib/logic/cubit/app_config_dependent/authentication_dependend_cubit.dart @@ -0,0 +1,39 @@ +import 'dart:async'; +import 'package:bloc/bloc.dart'; +import 'package:equatable/equatable.dart'; +import 'package:selfprivacy/logic/cubit/app_config/app_config_cubit.dart'; + +export 'package:selfprivacy/logic/cubit/app_config/app_config_cubit.dart'; + +part 'authentication_dependend_state.dart'; + +abstract class AppConfigDependendCubit + extends Cubit { + AppConfigDependendCubit( + this.appConfigCubit, + T initState, + ) : super(initState) { + authCubitSubscription = appConfigCubit.stream.listen(checkAuthStatus); + checkAuthStatus(appConfigCubit.state); + } + + void checkAuthStatus(AppConfigState state) { + if (state is AppConfigFinished) { + load(); + } else if (state is AppConfigEmpty) { + clear(); + } + } + + late StreamSubscription authCubitSubscription; + final AppConfigCubit appConfigCubit; + + void load(); + void clear(); + + @override + Future close() { + authCubitSubscription.cancel(); + return super.close(); + } +} diff --git a/lib/logic/cubit/app_config_dependent/authentication_dependend_state.dart b/lib/logic/cubit/app_config_dependent/authentication_dependend_state.dart new file mode 100644 index 00000000..43339c85 --- /dev/null +++ b/lib/logic/cubit/app_config_dependent/authentication_dependend_state.dart @@ -0,0 +1,5 @@ +part of 'authentication_dependend_cubit.dart'; + +abstract class AppConfigDependendState extends Equatable { + const AppConfigDependendState(); +} diff --git a/lib/logic/cubit/jobs/jobs_cubit.dart b/lib/logic/cubit/jobs/jobs_cubit.dart index 09be466c..0a6c4a12 100644 --- a/lib/logic/cubit/jobs/jobs_cubit.dart +++ b/lib/logic/cubit/jobs/jobs_cubit.dart @@ -1,8 +1,5 @@ -import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; -import 'package:selfprivacy/config/brand_colors.dart'; import 'package:selfprivacy/config/get_it_config.dart'; -import 'package:selfprivacy/config/text_themes.dart'; import 'package:selfprivacy/logic/api_maps/server.dart'; import 'package:selfprivacy/logic/cubit/services/services_cubit.dart'; import 'package:selfprivacy/logic/cubit/users/users_cubit.dart'; @@ -76,17 +73,14 @@ class JobsCubit extends Cubit { var jobs = (state as JobsStateWithJobs).jobList; emit(JobsStateLoading()); var newUsers = []; + var hasServiceJobs = false; for (var job in jobs) { if (job is CreateUserJob) { newUsers.add(job.user); await api.createUser(job.user); } else if (job is ServiceToggleJob) { + hasServiceJobs = true; await api.switchService(job.type, job.needToTurnOn); - if (job.needToTurnOn) { - servicesCubit.turnOnist([job.type]); - } else { - servicesCubit.turnOffList([job.type]); - } } if (job is CreateSSHKeyJob) { await getIt().generateKeys(); @@ -96,6 +90,9 @@ class JobsCubit extends Cubit { usersCubit.addUsers(newUsers); await api.apply(); + if (hasServiceJobs) { + await servicesCubit.load(); + } emit(JobsStateEmpty()); diff --git a/lib/logic/cubit/services/services_cubit.dart b/lib/logic/cubit/services/services_cubit.dart index c5fb6cf3..2fcf8559 100644 --- a/lib/logic/cubit/services/services_cubit.dart +++ b/lib/logic/cubit/services/services_cubit.dart @@ -1,63 +1,34 @@ -import 'package:bloc/bloc.dart'; -import 'package:equatable/equatable.dart'; import 'package:hive/hive.dart'; import 'package:selfprivacy/config/hive_config.dart'; +import 'package:selfprivacy/logic/api_maps/server.dart'; import 'package:selfprivacy/logic/common_enum/common_enum.dart'; +import 'package:selfprivacy/logic/cubit/app_config/app_config_cubit.dart'; +import 'package:selfprivacy/logic/cubit/app_config_dependent/authentication_dependend_cubit.dart'; part 'services_state.dart'; -class ServicesCubit extends Cubit { - ServicesCubit() : super(ServicesState.allOff()); +class ServicesCubit extends AppConfigDependendCubit { + ServicesCubit(AppConfigCubit appConfigCubit) + : super(appConfigCubit, ServicesState.allOff()); Box box = Hive.box(BNames.servicesState); - - void load() { + final api = ServerApi(); + Future load() async { + var statuses = await api.servicesPowerCheck(); emit( ServicesState( - isPasswordManagerEnable: - box.get(ServiceTypes.passwordManager.txt, defaultValue: false), - isCloudEnable: box.get(ServiceTypes.cloud.txt, defaultValue: false), - isGitEnable: box.get(ServiceTypes.git.txt, defaultValue: false), - isSocialNetworkEnable: - box.get(ServiceTypes.socialNetwork.txt, defaultValue: false), - isVpnEnable: box.get(ServiceTypes.vpn.txt, defaultValue: false), + isPasswordManagerEnable: statuses[ServiceTypes.passwordManager]!, + isCloudEnable: statuses[ServiceTypes.cloud]!, + isGitEnable: statuses[ServiceTypes.git]!, + isSocialNetworkEnable: statuses[ServiceTypes.socialNetwork]!, + isVpnEnable: statuses[ServiceTypes.vpn]!, ), ); } - void allOn() { - box.put(ServiceTypes.passwordManager.txt, true); - box.put(ServiceTypes.cloud.txt, true); - box.put(ServiceTypes.git.txt, true); - box.put(ServiceTypes.socialNetwork.txt, true); - box.put(ServiceTypes.vpn.txt, true); - - emit(ServicesState.allOn()); - } - - void allOff() { - box.put(ServiceTypes.passwordManager.txt, false); - box.put(ServiceTypes.cloud.txt, false); - box.put(ServiceTypes.git.txt, false); - box.put(ServiceTypes.socialNetwork.txt, false); - box.put(ServiceTypes.vpn.txt, false); - + @override + void clear() async { + box.clear(); emit(ServicesState.allOff()); } - - void turnOffList(List list) { - for (final service in list) { - box.put(service.txt, false); - } - - emit(state.disableList(list)); - } - - void turnOnist(List list) { - for (final service in list) { - box.put(service.txt, true); - } - - emit(state.enableList(list)); - } } diff --git a/lib/logic/cubit/services/services_state.dart b/lib/logic/cubit/services/services_state.dart index a41b5a59..3595e6b1 100644 --- a/lib/logic/cubit/services/services_state.dart +++ b/lib/logic/cubit/services/services_state.dart @@ -1,6 +1,6 @@ part of 'services_cubit.dart'; -class ServicesState extends Equatable { +class ServicesState extends AppConfigDependendState { const ServicesState({ required this.isPasswordManagerEnable, required this.isCloudEnable, diff --git a/lib/ui/pages/initializing/initializing.dart b/lib/ui/pages/initializing/initializing.dart index 202d22f4..baee55af 100644 --- a/lib/ui/pages/initializing/initializing.dart +++ b/lib/ui/pages/initializing/initializing.dart @@ -40,7 +40,7 @@ class InitializingPage extends StatelessWidget { ][cubit.state.progress](); return BlocListener( listener: (context, state) { - if (state.isFullyInitilized) { + if (cubit.state is AppConfigFinished) { Navigator.of(context).pushReplacement(materialRoute(RootPage())); } }, @@ -80,7 +80,7 @@ class InitializingPage extends StatelessWidget { child: Container( alignment: Alignment.center, child: BrandButton.text( - title: cubit.state.isFullyInitilized + title: cubit.state is AppConfigFinished ? 'basis.close'.tr() : 'basis.later'.tr(), onPressed: () { @@ -411,7 +411,7 @@ class InitializingPage extends StatelessWidget { } Widget _stepServer(AppConfigCubit appConfigCubit) { - var isLoading = appConfigCubit.state.isLoading; + var isLoading = (appConfigCubit.state as AppConfigNotFinished).isLoading; return Builder(builder: (context) { return Column( crossAxisAlignment: CrossAxisAlignment.start, @@ -438,7 +438,7 @@ class InitializingPage extends StatelessWidget { } Widget _stepCheck(AppConfigCubit appConfigCubit) { - assert(appConfigCubit.state is TimerState, 'wronge state'); + assert(appConfigCubit.state is AppConfigNotFinished, 'wronge state'); var state = appConfigCubit.state as TimerState; late int doneCount; late String? text; diff --git a/lib/ui/pages/more/more.dart b/lib/ui/pages/more/more.dart index 2c008b88..e01fba11 100644 --- a/lib/ui/pages/more/more.dart +++ b/lib/ui/pages/more/more.dart @@ -36,7 +36,7 @@ class MorePage extends StatelessWidget { @override Widget build(BuildContext context) { var jobsCubit = context.watch(); - var isReady = context.watch().state.isFullyInitilized; + var isReady = context.watch().state is AppConfigFinished; return Scaffold( appBar: PreferredSize( diff --git a/lib/ui/pages/providers/providers.dart b/lib/ui/pages/providers/providers.dart index 5e7ec7a6..0378a853 100644 --- a/lib/ui/pages/providers/providers.dart +++ b/lib/ui/pages/providers/providers.dart @@ -28,7 +28,7 @@ class ProvidersPage extends StatefulWidget { class _ProvidersPageState extends State { @override Widget build(BuildContext context) { - var isReady = context.watch().state.isFullyInitilized; + var isReady = context.watch().state is AppConfigFinished; final cards = ProviderType.values .map( @@ -75,7 +75,7 @@ class _Card extends StatelessWidget { String? message; late String stableText; late VoidCallback onTap; - var isReady = context.watch().state.isFullyInitilized; + var isReady = context.watch().state is AppConfigFinished; AppConfigState appConfig = context.watch().state; var domainName = diff --git a/lib/ui/pages/server_details/server_details.dart b/lib/ui/pages/server_details/server_details.dart index 965e018b..6e3a895f 100644 --- a/lib/ui/pages/server_details/server_details.dart +++ b/lib/ui/pages/server_details/server_details.dart @@ -53,7 +53,7 @@ class _ServerDetailsState extends State @override Widget build(BuildContext context) { - var isReady = context.watch().state.isFullyInitilized; + var isReady = context.watch().state is AppConfigFinished; var providerState = isReady ? StateType.stable : StateType.uninitialized; return Scaffold( diff --git a/lib/ui/pages/services/services.dart b/lib/ui/pages/services/services.dart index 0ba92220..726955ee 100644 --- a/lib/ui/pages/services/services.dart +++ b/lib/ui/pages/services/services.dart @@ -41,7 +41,7 @@ class ServicesPage extends StatefulWidget { class _ServicesPageState extends State { @override Widget build(BuildContext context) { - var isReady = context.watch().state.isFullyInitilized; + var isReady = context.watch().state is AppConfigFinished; return Scaffold( appBar: PreferredSize( @@ -77,7 +77,7 @@ class _Card extends StatelessWidget { final ServiceTypes serviceType; @override Widget build(BuildContext context) { - var isReady = context.watch().state.isFullyInitilized; + var isReady = context.watch().state is AppConfigFinished; var changeTab = context.read().onPress; var serviceState = context.watch().state; diff --git a/lib/ui/pages/users/users.dart b/lib/ui/pages/users/users.dart index 3088116d..c0dd76cc 100644 --- a/lib/ui/pages/users/users.dart +++ b/lib/ui/pages/users/users.dart @@ -32,7 +32,7 @@ class UsersPage extends StatelessWidget { @override Widget build(BuildContext context) { final usersCubitState = context.watch().state; - var isReady = context.watch().state.isFullyInitilized; + var isReady = context.watch().state is AppConfigFinished; final users = usersCubitState.users; final isEmpty = usersCubitState.isEmpty; Widget child; diff --git a/pubspec.lock b/pubspec.lock index 903ec020..de3775fb 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -28,7 +28,7 @@ packages: name: args url: "https://pub.dartlang.org" source: hosted - version: "2.2.0" + version: "2.0.0" asn1lib: dependency: transitive description: @@ -49,14 +49,14 @@ packages: name: basic_utils url: "https://pub.dartlang.org" source: hosted - version: "3.5.0" + version: "3.6.0" bloc: dependency: transitive description: name: bloc url: "https://pub.dartlang.org" source: hosted - version: "7.1.0" + version: "7.2.0" boolean_selector: dependency: transitive description: @@ -91,14 +91,14 @@ packages: name: build_resolvers url: "https://pub.dartlang.org" source: hosted - version: "2.0.4" + version: "2.0.3" build_runner: dependency: "direct dev" description: name: build_runner url: "https://pub.dartlang.org" source: hosted - version: "2.1.1" + version: "2.1.2" build_runner_core: dependency: transitive description: @@ -119,7 +119,7 @@ packages: name: built_value url: "https://pub.dartlang.org" source: hosted - version: "8.1.2" + version: "8.1.0" characters: dependency: transitive description: @@ -147,7 +147,7 @@ packages: name: cli_util url: "https://pub.dartlang.org" source: hosted - version: "0.3.3" + version: "0.3.0" clock: dependency: transitive description: @@ -175,7 +175,7 @@ packages: name: convert url: "https://pub.dartlang.org" source: hosted - version: "3.0.1" + version: "3.0.0" coverage: dependency: transitive description: @@ -203,7 +203,7 @@ packages: name: cubit_form url: "https://pub.dartlang.org" source: hosted - version: "1.0.18" + version: "1.0.16" cupertino_icons: dependency: "direct main" description: @@ -217,7 +217,7 @@ packages: name: dart_style url: "https://pub.dartlang.org" source: hosted - version: "2.0.3" + version: "2.0.1" dio: dependency: "direct main" description: @@ -266,7 +266,7 @@ packages: name: extended_masked_text url: "https://pub.dartlang.org" source: hosted - version: "2.3.1" + version: "2.2.1" fake_async: dependency: transitive description: @@ -313,14 +313,14 @@ packages: name: flutter_bloc url: "https://pub.dartlang.org" source: hosted - version: "7.2.0" + version: "7.3.0" flutter_launcher_icons: dependency: "direct dev" description: name: flutter_launcher_icons url: "https://pub.dartlang.org" source: hosted - version: "0.9.2" + version: "0.9.0" flutter_localizations: dependency: transitive description: flutter @@ -332,7 +332,7 @@ packages: name: flutter_markdown url: "https://pub.dartlang.org" source: hosted - version: "0.6.5" + version: "0.6.2" flutter_plugin_android_lifecycle: dependency: transitive description: @@ -346,7 +346,7 @@ packages: name: flutter_secure_storage url: "https://pub.dartlang.org" source: hosted - version: "4.2.1" + version: "4.2.0" flutter_test: dependency: "direct dev" description: flutter @@ -384,7 +384,7 @@ packages: name: graphs url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.1.0" hive: dependency: "direct main" description: @@ -447,7 +447,7 @@ packages: name: io url: "https://pub.dartlang.org" source: hosted - version: "1.0.3" + version: "1.0.0" ionicons: dependency: "direct main" description: @@ -475,14 +475,14 @@ packages: name: json_serializable url: "https://pub.dartlang.org" source: hosted - version: "4.1.4" + version: "4.1.3" local_auth: dependency: "direct main" description: name: local_auth url: "https://pub.dartlang.org" source: hosted - version: "1.1.7" + version: "1.1.8" logging: dependency: transitive description: @@ -580,14 +580,14 @@ packages: name: path_provider_linux url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.0.0" path_provider_macos: dependency: transitive description: name: path_provider_macos url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.0.0" path_provider_platform_interface: dependency: transitive description: @@ -601,7 +601,7 @@ packages: name: path_provider_windows url: "https://pub.dartlang.org" source: hosted - version: "2.0.3" + version: "2.0.1" pedantic: dependency: transitive description: @@ -622,21 +622,21 @@ packages: name: platform url: "https://pub.dartlang.org" source: hosted - version: "3.0.2" + version: "3.0.0" plugin_platform_interface: dependency: transitive description: name: plugin_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.1" + version: "2.0.0" pointycastle: dependency: "direct main" description: name: pointycastle url: "https://pub.dartlang.org" source: hosted - version: "3.3.2" + version: "3.3.4" pool: dependency: transitive description: @@ -657,7 +657,7 @@ packages: name: process url: "https://pub.dartlang.org" source: hosted - version: "4.2.3" + version: "4.2.1" provider: dependency: "direct main" description: @@ -706,7 +706,7 @@ packages: name: share_plus_linux url: "https://pub.dartlang.org" source: hosted - version: "2.0.4" + version: "2.0.3" share_plus_macos: dependency: transitive description: @@ -741,21 +741,21 @@ packages: name: shared_preferences url: "https://pub.dartlang.org" source: hosted - version: "2.0.7" + version: "2.0.6" shared_preferences_linux: dependency: transitive description: name: shared_preferences_linux url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.0.0" shared_preferences_macos: dependency: transitive description: name: shared_preferences_macos url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.0.0" shared_preferences_platform_interface: dependency: transitive description: @@ -769,21 +769,21 @@ packages: name: shared_preferences_web url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.0.0" shared_preferences_windows: dependency: transitive description: name: shared_preferences_windows url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.0.0" shelf: dependency: transitive description: name: shelf url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.1.4" shelf_packages_handler: dependency: transitive description: @@ -797,7 +797,7 @@ packages: name: shelf_static url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.0.0" shelf_web_socket: dependency: transitive description: @@ -816,14 +816,14 @@ packages: name: source_gen url: "https://pub.dartlang.org" source: hosted - version: "1.0.3" + version: "1.0.2" source_helper: dependency: transitive description: name: source_helper url: "https://pub.dartlang.org" source: hosted - version: "1.2.1" + version: "1.1.0" source_map_stack_trace: dependency: transitive description: @@ -935,42 +935,42 @@ packages: name: url_launcher url: "https://pub.dartlang.org" source: hosted - version: "6.0.9" + version: "6.0.6" url_launcher_linux: dependency: transitive description: name: url_launcher_linux url: "https://pub.dartlang.org" source: hosted - version: "2.0.1" + version: "2.0.0" url_launcher_macos: dependency: transitive description: name: url_launcher_macos url: "https://pub.dartlang.org" source: hosted - version: "2.0.1" + version: "2.0.0" url_launcher_platform_interface: dependency: transitive description: name: url_launcher_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.4" + version: "2.0.3" url_launcher_web: dependency: transitive description: name: url_launcher_web url: "https://pub.dartlang.org" source: hosted - version: "2.0.4" + version: "2.0.1" url_launcher_windows: dependency: transitive description: name: url_launcher_windows url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.0.0" vector_math: dependency: transitive description: @@ -991,35 +991,35 @@ packages: name: wakelock url: "https://pub.dartlang.org" source: hosted - version: "0.5.3+3" + version: "0.5.2" wakelock_macos: dependency: transitive description: name: wakelock_macos url: "https://pub.dartlang.org" source: hosted - version: "0.1.0+2" + version: "0.1.0+1" wakelock_platform_interface: dependency: transitive description: name: wakelock_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "0.2.1+2" + version: "0.2.1+1" wakelock_web: dependency: transitive description: name: wakelock_web url: "https://pub.dartlang.org" source: hosted - version: "0.2.0+2" + version: "0.2.0+1" wakelock_windows: dependency: transitive description: name: wakelock_windows url: "https://pub.dartlang.org" source: hosted - version: "0.1.0+1" + version: "0.1.0" watcher: dependency: transitive description: @@ -1047,7 +1047,7 @@ packages: name: win32 url: "https://pub.dartlang.org" source: hosted - version: "2.2.7" + version: "2.2.1" xdg_directories: dependency: transitive description: @@ -1070,5 +1070,5 @@ packages: source: hosted version: "3.1.0" sdks: - dart: ">=2.13.4 <3.0.0" - flutter: ">=2.2.3" + dart: ">=2.14.0 <3.0.0" + flutter: ">=2.5.0" diff --git a/pubspec.yaml b/pubspec.yaml index 504d4387..1135e637 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ version: 0.1.3+5 environment: sdk: '>=2.13.4 <3.0.0' - flutter: ">=2.2.3" + flutter: ">=2.5.0" dependencies: flutter: @@ -18,7 +18,7 @@ dependencies: either_option: ^2.0.1-dev.1 equatable: ^2.0.3 fl_chart: ^0.40.0 - flutter_bloc: ^7.1.0 + flutter_bloc: ^7.3.0 flutter_markdown: ^0.6.0 flutter_secure_storage: ^4.1.0 get_it: ^7.2.0