diff --git a/ios/.gitignore b/ios/.gitignore index e96ef602b..7a7f9873a 100644 --- a/ios/.gitignore +++ b/ios/.gitignore @@ -1,3 +1,4 @@ +**/dgph *.mode1v3 *.mode2v3 *.moved-aside @@ -18,6 +19,7 @@ Flutter/App.framework Flutter/Flutter.framework Flutter/Flutter.podspec Flutter/Generated.xcconfig +Flutter/ephemeral/ Flutter/app.flx Flutter/app.zip Flutter/flutter_assets/ diff --git a/ios/Flutter/.last_build_id b/ios/Flutter/.last_build_id deleted file mode 100644 index 2d79601bf..000000000 --- a/ios/Flutter/.last_build_id +++ /dev/null @@ -1 +0,0 @@ -ff3c4a849a9adb981bfaa730ff47801d \ No newline at end of file diff --git a/ios/Flutter/AppFrameworkInfo.plist b/ios/Flutter/AppFrameworkInfo.plist index f2872cf47..8d4492f97 100644 --- a/ios/Flutter/AppFrameworkInfo.plist +++ b/ios/Flutter/AppFrameworkInfo.plist @@ -3,7 +3,7 @@ CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) + en CFBundleExecutable App CFBundleIdentifier diff --git a/ios/Flutter/Debug.xcconfig b/ios/Flutter/Debug.xcconfig index b2f5fae9c..ec97fc6f3 100644 --- a/ios/Flutter/Debug.xcconfig +++ b/ios/Flutter/Debug.xcconfig @@ -1,3 +1,2 @@ #include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" -#include "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" #include "Generated.xcconfig" diff --git a/ios/Flutter/Release.xcconfig b/ios/Flutter/Release.xcconfig index 88c29144c..c4855bfe2 100644 --- a/ios/Flutter/Release.xcconfig +++ b/ios/Flutter/Release.xcconfig @@ -1,3 +1,2 @@ #include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig" -#include "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig" #include "Generated.xcconfig" diff --git a/ios/Podfile.lock b/ios/Podfile.lock index ae999ae11..2c56313aa 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -6,7 +6,7 @@ PODS: - AppAuth/ExternalUserAgent (1.4.0) - contacts_service (0.2.2): - Flutter - - device_info (0.0.1): + - device_info_plus (0.0.1): - Flutter - DKImagePickerController/Core (4.3.2): - DKImagePickerController/ImageDataManager @@ -45,8 +45,6 @@ PODS: - Flutter (1.0.0) - flutter_keyboard_visibility (0.7.0): - Flutter - - flutter_share (0.0.1): - - Flutter - FMDB (2.7.5): - FMDB/standard (= 2.7.5) - FMDB/standard (2.7.5) @@ -60,31 +58,31 @@ PODS: - GTMAppAuth (1.2.2): - AppAuth/Core (~> 1.4) - GTMSessionFetcher/Core (~> 1.5) - - GTMSessionFetcher/Core (1.6.1) + - GTMSessionFetcher/Core (1.7.0) - image_picker (0.0.1): - Flutter - local_auth (0.0.1): - Flutter - - native_pdf_renderer (1.2.0): + - native_pdf_renderer (4.0.0): - Flutter - package_info (0.0.1): - Flutter - package_info_plus (0.4.5): - Flutter - - path_provider (0.0.1): + - path_provider_ios (0.0.1): - Flutter - "permission_handler (5.1.0+2)": - Flutter - - SDWebImage (5.11.1): - - SDWebImage/Core (= 5.11.1) - - SDWebImage/Core (5.11.1) - - Sentry (7.1.4): - - Sentry/Core (= 7.1.4) - - Sentry/Core (7.1.4) + - SDWebImage (5.12.1): + - SDWebImage/Core (= 5.12.1) + - SDWebImage/Core (5.12.1) + - Sentry (7.5.2): + - Sentry/Core (= 7.5.2) + - Sentry/Core (7.5.2) - sentry_flutter (0.0.1): - Flutter - FlutterMacOS - - Sentry (~> 7.1.3) + - Sentry (~> 7.5.1) - share (0.0.1): - Flutter - shared_preferences (0.0.1): @@ -95,30 +93,29 @@ PODS: - SwiftyGif (5.4.0) - url_launcher (0.0.1): - Flutter - - webview_flutter (0.0.1): + - webview_flutter_wkwebview (0.0.1): - Flutter DEPENDENCIES: - contacts_service (from `.symlinks/plugins/contacts_service/ios`) - - device_info (from `.symlinks/plugins/device_info/ios`) + - device_info_plus (from `.symlinks/plugins/device_info_plus/ios`) - file_picker (from `.symlinks/plugins/file_picker/ios`) - Flutter (from `Flutter`) - flutter_keyboard_visibility (from `.symlinks/plugins/flutter_keyboard_visibility/ios`) - - flutter_share (from `.symlinks/plugins/flutter_share/ios`) - google_sign_in (from `.symlinks/plugins/google_sign_in/ios`) - image_picker (from `.symlinks/plugins/image_picker/ios`) - local_auth (from `.symlinks/plugins/local_auth/ios`) - native_pdf_renderer (from `.symlinks/plugins/native_pdf_renderer/ios`) - package_info (from `.symlinks/plugins/package_info/ios`) - package_info_plus (from `.symlinks/plugins/package_info_plus/ios`) - - path_provider (from `.symlinks/plugins/path_provider/ios`) + - path_provider_ios (from `.symlinks/plugins/path_provider_ios/ios`) - permission_handler (from `.symlinks/plugins/permission_handler/ios`) - sentry_flutter (from `.symlinks/plugins/sentry_flutter/ios`) - share (from `.symlinks/plugins/share/ios`) - shared_preferences (from `.symlinks/plugins/shared_preferences/ios`) - sqflite (from `.symlinks/plugins/sqflite/ios`) - url_launcher (from `.symlinks/plugins/url_launcher/ios`) - - webview_flutter (from `.symlinks/plugins/webview_flutter/ios`) + - webview_flutter_wkwebview (from `.symlinks/plugins/webview_flutter_wkwebview/ios`) SPEC REPOS: trunk: @@ -136,16 +133,14 @@ SPEC REPOS: EXTERNAL SOURCES: contacts_service: :path: ".symlinks/plugins/contacts_service/ios" - device_info: - :path: ".symlinks/plugins/device_info/ios" + device_info_plus: + :path: ".symlinks/plugins/device_info_plus/ios" file_picker: :path: ".symlinks/plugins/file_picker/ios" Flutter: :path: Flutter flutter_keyboard_visibility: :path: ".symlinks/plugins/flutter_keyboard_visibility/ios" - flutter_share: - :path: ".symlinks/plugins/flutter_share/ios" google_sign_in: :path: ".symlinks/plugins/google_sign_in/ios" image_picker: @@ -158,8 +153,8 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/package_info/ios" package_info_plus: :path: ".symlinks/plugins/package_info_plus/ios" - path_provider: - :path: ".symlinks/plugins/path_provider/ios" + path_provider_ios: + :path: ".symlinks/plugins/path_provider_ios/ios" permission_handler: :path: ".symlinks/plugins/permission_handler/ios" sentry_flutter: @@ -172,40 +167,39 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/sqflite/ios" url_launcher: :path: ".symlinks/plugins/url_launcher/ios" - webview_flutter: - :path: ".symlinks/plugins/webview_flutter/ios" + webview_flutter_wkwebview: + :path: ".symlinks/plugins/webview_flutter_wkwebview/ios" SPEC CHECKSUMS: AppAuth: 31bcec809a638d7bd2f86ea8a52bd45f6e81e7c7 contacts_service: 849e1f84281804c8bfbec1b4c3eedcb23c5d3eca - device_info: d7d233b645a32c40dfdc212de5cf646ca482f175 + device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed DKImagePickerController: b5eb7f7a388e4643264105d648d01f727110fc3d DKPhotoGallery: fdfad5125a9fdda9cc57df834d49df790dbb4179 file_picker: 3e6c3790de664ccf9b882732d9db5eaf6b8d4eb1 - Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c + Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a flutter_keyboard_visibility: 6195387fb6d8f46e5cd6dda4a4154e41f800f545 - flutter_share: 4be0208963c60b537e6255ed2ce1faae61cd9ac2 FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a - google_sign_in: de494e5e993986afae63e22a32441e30c35c9823 + google_sign_in: c5cecea71f3be43282263550556e311c4cc03582 GoogleSignIn: 7137d297ddc022a7e0aa4619c86d72c909fa7213 GTMAppAuth: ad5c2b70b9a8689e1a04033c9369c4915bfcbe89 - GTMSessionFetcher: 36689134877faeb055b27dfa4ccc9ceaa42e029e - image_picker: e06f7a68f000bd36f552c1847e33cda96ed31f1f - local_auth: 25938960984c3a7f6e3253e3f8d962fdd16852bd - native_pdf_renderer: 0e545bf94fb341e0fe7508bf72d4c1c42c30aa02 + GTMSessionFetcher: 43748f93435c2aa068b1cbe39655aaf600652e91 + image_picker: 9aa50e1d8cdacdbed739e925b7eea16d014367e6 + local_auth: ef62030a2731330b95df7ef1331bd15f6a64b8a6 + native_pdf_renderer: 5b1b3c62d38293b54f32dc0ce5b911df92b556e0 package_info: 873975fc26034f0b863a300ad47e7f1ac6c7ec62 package_info_plus: 6c92f08e1f853dc01228d6f553146438dafcd14e - path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c + path_provider_ios: 7d7ce634493af4477d156294792024ec3485acd5 permission_handler: ccb20a9fad0ee9b1314a52b70b76b473c5f8dab0 - SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d - Sentry: 1d3eb1a25f8c5333c88dd5603904a6d461cd9fcf - sentry_flutter: f20d4f199442900fbdab2b8496f1d2091d8b94d9 + SDWebImage: 4dc3e42d9ec0c1028b960a33ac6b637bb432207b + Sentry: 95788d2baa9cc904151c9ac41101c67d9f25e09e + sentry_flutter: 4cd99764f9fe01c9415790d1f3fb1c7fd3a5cbe9 share: 0b2c3e82132f5888bccca3351c504d0003b3b410 - shared_preferences: af6bfa751691cdc24be3045c43ec037377ada40d + shared_preferences: 5033afbb22d372e15aff8ff766df9021b845f273 sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904 SwiftyGif: 5d4af95df24caf1c570dbbcb32a3b8a0763bc6d7 - url_launcher: 6fef411d543ceb26efce54b05a0a40bfd74cbbef - webview_flutter: 3603125dfd3bcbc9d8d418c3f80aeecf331c068b + url_launcher: b6e016d912f04be9f5bf6e8e82dc599b7ba59649 + webview_flutter_wkwebview: 005fbd90c888a42c5690919a1527ecc6649e1162 PODFILE CHECKSUM: 04ebe1bf6a325e9d5fc2391bbb09694c98e16ff0 diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 4f1ec15d5..ca75efb5a 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -8,13 +8,12 @@ /* Begin PBXBuildFile section */ 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; }; + 266B0F2DBA9D63371752809D /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEF7E630FCCD255CC1144C6A /* Pods_Runner.framework */; }; 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; }; 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; }; 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; }; 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; }; 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; - E8814609612566FFB5FCC672 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A9D6767433787D7A16306CFE /* Pods_Runner.framework */; }; - F97F3BB724278ABB0055B115 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = F97F3BB624278ABB0055B115 /* GoogleService-Info.plist */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -34,12 +33,10 @@ 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = ""; }; 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = ""; }; 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = ""; }; - 4109B616AE9BF83D04A49338 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = ""; }; + 4D1F62D518B01FB6E5D0DB36 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = ""; }; 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = ""; }; 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = ""; }; - 8118318180332048E7EF8832 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = ""; }; - 8D80A9066C654117AEE8AA43 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = ""; }; 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = ""; }; 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = ""; }; 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -47,8 +44,9 @@ 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - A9D6767433787D7A16306CFE /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - F97F3BB624278ABB0055B115 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = ""; }; + B6E088FA6EC5C3F99930EEA1 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = ""; }; + E6FC37E3F94A42E7F3EBB5F4 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = ""; }; + FEF7E630FCCD255CC1144C6A /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -56,19 +54,19 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - E8814609612566FFB5FCC672 /* Pods_Runner.framework in Frameworks */, + 266B0F2DBA9D63371752809D /* Pods_Runner.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 61E89BF756B38C604C4824D9 /* Pods */ = { + 1A98CB7A56015335E2549464 /* Pods */ = { isa = PBXGroup; children = ( - 8118318180332048E7EF8832 /* Pods-Runner.debug.xcconfig */, - 4109B616AE9BF83D04A49338 /* Pods-Runner.release.xcconfig */, - 8D80A9066C654117AEE8AA43 /* Pods-Runner.profile.xcconfig */, + E6FC37E3F94A42E7F3EBB5F4 /* Pods-Runner.debug.xcconfig */, + B6E088FA6EC5C3F99930EEA1 /* Pods-Runner.release.xcconfig */, + 4D1F62D518B01FB6E5D0DB36 /* Pods-Runner.profile.xcconfig */, ); path = Pods; sourceTree = ""; @@ -90,8 +88,8 @@ 9740EEB11CF90186004384FC /* Flutter */, 97C146F01CF9000F007C117D /* Runner */, 97C146EF1CF9000F007C117D /* Products */, - 61E89BF756B38C604C4824D9 /* Pods */, - F5030F378B49335650ADE187 /* Frameworks */, + 1A98CB7A56015335E2549464 /* Pods */, + C3BC3D0BB5E16DE83E011CCE /* Frameworks */, ); sourceTree = ""; }; @@ -110,27 +108,18 @@ 97C146FD1CF9000F007C117D /* Assets.xcassets */, 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */, 97C147021CF9000F007C117D /* Info.plist */, - 97C146F11CF9000F007C117D /* Supporting Files */, 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */, 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */, 74858FAE1ED2DC5600515810 /* AppDelegate.swift */, 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */, - F97F3BB624278ABB0055B115 /* GoogleService-Info.plist */, ); path = Runner; sourceTree = ""; }; - 97C146F11CF9000F007C117D /* Supporting Files */ = { + C3BC3D0BB5E16DE83E011CCE /* Frameworks */ = { isa = PBXGroup; children = ( - ); - name = "Supporting Files"; - sourceTree = ""; - }; - F5030F378B49335650ADE187 /* Frameworks */ = { - isa = PBXGroup; - children = ( - A9D6767433787D7A16306CFE /* Pods_Runner.framework */, + FEF7E630FCCD255CC1144C6A /* Pods_Runner.framework */, ); name = Frameworks; sourceTree = ""; @@ -142,15 +131,15 @@ isa = PBXNativeTarget; buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */; buildPhases = ( - 8F0B3639348029B79CCB42B7 /* [CP] Check Pods Manifest.lock */, + 99B6FA8AAAAE209258FB3DDF /* [CP] Check Pods Manifest.lock */, 9740EEB61CF901F6004384FC /* Run Script */, 97C146EA1CF9000F007C117D /* Sources */, 97C146EB1CF9000F007C117D /* Frameworks */, 97C146EC1CF9000F007C117D /* Resources */, 9705A1C41CF9048500538489 /* Embed Frameworks */, 3B06AD1E1E4923F5004D2608 /* Thin Binary */, - 371142EF7FB55A9A40723721 /* [CP] Embed Pods Frameworks */, - 2602E128BF96B58270FD1A6E /* [CP] Copy Pods Resources */, + BF7C1F8639D4505C503E67EF /* [CP] Embed Pods Frameworks */, + C420FD7FAADA2B5E31E28BE4 /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -167,7 +156,7 @@ 97C146E61CF9000F007C117D /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 1020; + LastUpgradeCheck = 1300; ORGANIZATIONNAME = ""; TargetAttributes = { 97C146ED1CF9000F007C117D = { @@ -201,7 +190,6 @@ files = ( 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */, 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */, - F97F3BB724278ABB0055B115 /* GoogleService-Info.plist in Resources */, 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */, 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */, ); @@ -210,40 +198,6 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 2602E128BF96B58270FD1A6E /* [CP] Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist", - ); - name = "[CP] Copy Pods Resources"; - outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - 371142EF7FB55A9A40723721 /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist", - ); - name = "[CP] Embed Pods Frameworks"; - outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -258,7 +212,21 @@ shellPath = /bin/sh; shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin"; }; - 8F0B3639348029B79CCB42B7 /* [CP] Check Pods Manifest.lock */ = { + 9740EEB61CF901F6004384FC /* Run Script */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Run Script"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build"; + }; + 99B6FA8AAAAE209258FB3DDF /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -280,19 +248,39 @@ shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; - 9740EEB61CF901F6004384FC /* Run Script */ = { + BF7C1F8639D4505C503E67EF /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); - inputPaths = ( + inputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist", ); - name = "Run Script"; - outputPaths = ( + name = "[CP] Embed Pods Frameworks"; + outputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build"; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + C420FD7FAADA2B5E31E28BE4 /* [CP] Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist", + ); + name = "[CP] Copy Pods Resources"; + outputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n"; + showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */ @@ -372,7 +360,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 9.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; - SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; + SUPPORTED_PLATFORMS = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; @@ -387,19 +375,11 @@ CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; DEVELOPMENT_TEAM = NPC44Y2C98; ENABLE_BITCODE = NO; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Flutter", - ); INFOPLIST_FILE = Runner/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Flutter", - ); PRODUCT_BUNDLE_IDENTIFIER = com.invoiceninja.app; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; @@ -507,7 +487,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 9.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; - SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; + SUPPORTED_PLATFORMS = iphoneos; SWIFT_COMPILATION_MODE = wholemodule; SWIFT_OPTIMIZATION_LEVEL = "-O"; TARGETED_DEVICE_FAMILY = "1,2"; @@ -524,19 +504,11 @@ CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; DEVELOPMENT_TEAM = NPC44Y2C98; ENABLE_BITCODE = NO; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Flutter", - ); INFOPLIST_FILE = Runner/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Flutter", - ); PRODUCT_BUNDLE_IDENTIFIER = com.invoiceninja.app; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; @@ -555,19 +527,11 @@ CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; DEVELOPMENT_TEAM = NPC44Y2C98; ENABLE_BITCODE = NO; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Flutter", - ); INFOPLIST_FILE = Runner/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Flutter", - ); PRODUCT_BUNDLE_IDENTIFIER = com.invoiceninja.app; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; diff --git a/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme index a28140cfd..c87d15a33 100644 --- a/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +++ b/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme @@ -1,6 +1,6 @@ - - - - + + - - "] - -nodes: - "/Users/hillel/Code/flutter_client/build/ios": {"is-mutated":true} - "/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos": {"is-mutated":true} - "/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app": {"is-mutated":true} - "": {"is-command-timestamp":true} - -commands: - "::CreateBuildDirectory /Users/hillel/Code/flutter_client/build/ios": {"tool":"create-build-directory","description":"CreateBuildDirectory /Users/hillel/Code/flutter_client/build/ios","inputs":[],"outputs":["","/Users/hillel/Code/flutter_client/build/ios"]} - "::CreateBuildDirectory /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos": {"tool":"create-build-directory","description":"CreateBuildDirectory /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","inputs":["/Users/hillel/Code/flutter_client/build/ios"],"outputs":["","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos"]} - "": {"tool":"phony","inputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks","",""],"outputs":[""]} - "": {"tool":"stale-file-removal","expectedOutputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/assetcatalog_generated_info.plist","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Assets.car","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/Main.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-Swift.h","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/AppFrameworkInfo.plist","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/GoogleService-Info.plist","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Runner","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Base.lproj/Main.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner-Swift.h","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/GoogleSignIn.bundle","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/AppAuth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/DKImagePickerController.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/DKPhotoGallery.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/FMDB.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/GTMAppAuth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/GTMSessionFetcher.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/SDWebImage.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/Sentry.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/SwiftyGif.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/contacts_service.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/device_info.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/file_picker.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/flutter_keyboard_visibility.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/flutter_share.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/image_picker.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/local_auth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/native_pdf_renderer.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/package_info.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/package_info_plus.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/path_provider.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/sentry_flutter.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/share.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/shared_preferences.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/sqflite.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/url_launcher.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/webview_flutter.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Info.plist","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner_vers.c","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-input-files-fb57668ec0c44d8b1bb55b39dadde944-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-input-files-e003b637d978213a16a44311db0dd55e-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-OutputFileMap.json","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-output-files-60b175cbb8d1b37801403ff2bac3ee32-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-output-files-b25ae461ee0dbe69904ea4478e1bb621-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-2602E128BF96B58270FD1A6E.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-371142EF7FB55A9A40723721.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-8F0B3639348029B79CCB42B7.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/all-product-headers.yaml"],"roots":["/tmp/Runner.dst","/Users/hillel/Code/flutter_client/build/ios","/Users/hillel/Code/flutter_client/build/ios"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangeAlternatePermissions": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangePermissions": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--Barrier-CopyAside": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--Barrier-RegisterExecutionPolicyException": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--Barrier-RegisterProduct": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--Barrier-StripSymbols": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--Barrier-Validate": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--CopySwiftPackageResourcesTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--DocumentationTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer": {"tool":"phony","inputs":["","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/all-product-headers.yaml"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--InfoPlistTaskProducer": {"tool":"phony","inputs":["","","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Info.plist"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--ModuleMapTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--ProductPostprocessingTaskProducer": {"tool":"phony","inputs":["","","","","","","","","","","","","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--SanitizerTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--StubBinaryTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--SwiftABIBaselineGenerationTaskProducer": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--SwiftFrameworkABICheckerTaskProducer": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--SwiftStandardLibrariesTaskProducer": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--TestHostTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--TestTargetPostprocessingTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--TestTargetTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--VersionPlistTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--begin-compiling": {"tool":"phony","inputs":["","","","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--copy-headers-completion": {"tool":"phony","inputs":[""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--end": {"tool":"phony","inputs":["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/assetcatalog_generated_info.plist","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Assets.car","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/Main.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-Swift.h","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/AppFrameworkInfo.plist","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/GoogleService-Info.plist","","","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Base.lproj/Main.storyboardc","","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner-Swift.h","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64.swiftsourceinfo","","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/GoogleSignIn.bundle","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/AppAuth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/DKImagePickerController.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/DKPhotoGallery.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/FMDB.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/GTMAppAuth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/GTMSessionFetcher.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/SDWebImage.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/Sentry.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/SwiftyGif.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/contacts_service.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/device_info.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/file_picker.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/flutter_keyboard_visibility.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/flutter_share.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/image_picker.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/local_auth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/native_pdf_renderer.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/package_info.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/package_info_plus.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/path_provider.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/sentry_flutter.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/share.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/shared_preferences.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/sqflite.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/url_launcher.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/webview_flutter.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Info.plist","","","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner_vers.c","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-input-files-fb57668ec0c44d8b1bb55b39dadde944-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-input-files-e003b637d978213a16a44311db0dd55e-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-OutputFileMap.json","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-output-files-60b175cbb8d1b37801403ff2bac3ee32-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-output-files-b25ae461ee0dbe69904ea4478e1bb621-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-2602E128BF96B58270FD1A6E.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-371142EF7FB55A9A40723721.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-8F0B3639348029B79CCB42B7.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/all-product-headers.yaml"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--entry": {"tool":"phony","inputs":["","","","","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--generated-headers": {"tool":"phony","inputs":["","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-Swift.h","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner-Swift.h"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--immediate": {"tool":"phony","inputs":["","","","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--modules-ready": {"tool":"phony","inputs":["","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-Swift.h","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner-Swift.h","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64.swiftsourceinfo","","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/GoogleSignIn.bundle","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/AppAuth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/DKImagePickerController.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/DKPhotoGallery.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/FMDB.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/GTMAppAuth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/GTMSessionFetcher.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/SDWebImage.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/Sentry.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/SwiftyGif.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/contacts_service.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/device_info.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/file_picker.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/flutter_keyboard_visibility.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/flutter_share.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/image_picker.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/local_auth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/native_pdf_renderer.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/package_info.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/package_info_plus.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/path_provider.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/sentry_flutter.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/share.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/shared_preferences.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/sqflite.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/url_launcher.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/webview_flutter.framework","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-input-files-fb57668ec0c44d8b1bb55b39dadde944-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-input-files-e003b637d978213a16a44311db0dd55e-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-output-files-60b175cbb8d1b37801403ff2bac3ee32-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-output-files-b25ae461ee0dbe69904ea4478e1bb621-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-2602E128BF96B58270FD1A6E.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-371142EF7FB55A9A40723721.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-8F0B3639348029B79CCB42B7.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--package-copy-files-phase": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock": {"tool":"phony","inputs":["","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-8F0B3639348029B79CCB42B7.sh"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script": {"tool":"phony","inputs":["","","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources": {"tool":"phony","inputs":["","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-Swift.h","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftdoc","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner-Swift.h","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner_vers.c","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-OutputFileMap.json","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources": {"tool":"phony","inputs":["","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/assetcatalog_generated_info.plist","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Assets.car","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/Main.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/AppFrameworkInfo.plist","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/GoogleService-Info.plist","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Base.lproj/Main.storyboardc"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary": {"tool":"phony","inputs":["","","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks": {"tool":"phony","inputs":["","","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/AppAuth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/DKImagePickerController.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/DKPhotoGallery.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/FMDB.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/GTMAppAuth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/GTMSessionFetcher.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/SDWebImage.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/Sentry.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/SwiftyGif.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/contacts_service.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/device_info.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/file_picker.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/flutter_keyboard_visibility.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/flutter_share.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/image_picker.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/local_auth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/native_pdf_renderer.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/package_info.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/package_info_plus.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/path_provider.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/sentry_flutter.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/share.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/shared_preferences.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/sqflite.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/url_launcher.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/webview_flutter.framework","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-input-files-e003b637d978213a16a44311db0dd55e-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-output-files-b25ae461ee0dbe69904ea4478e1bb621-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-371142EF7FB55A9A40723721.sh"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--phase8--cp--copy-pods-resources": {"tool":"phony","inputs":["","","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/GoogleSignIn.bundle","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-input-files-fb57668ec0c44d8b1bb55b39dadde944-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-output-files-60b175cbb8d1b37801403ff2bac3ee32-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-2602E128BF96B58270FD1A6E.sh"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--unsigned-product-ready": {"tool":"phony","inputs":["","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-Swift.h","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftdoc","","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner-Swift.h","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64.swiftsourceinfo","","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/GoogleSignIn.bundle","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/AppAuth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/DKImagePickerController.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/DKPhotoGallery.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/FMDB.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/GTMAppAuth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/GTMSessionFetcher.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/SDWebImage.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/Sentry.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/SwiftyGif.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/contacts_service.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/device_info.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/file_picker.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/flutter_keyboard_visibility.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/flutter_share.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/image_picker.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/local_auth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/native_pdf_renderer.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/package_info.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/package_info_plus.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/path_provider.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/sentry_flutter.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/share.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/shared_preferences.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/sqflite.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/url_launcher.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/webview_flutter.framework","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner_vers.c","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-input-files-fb57668ec0c44d8b1bb55b39dadde944-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-input-files-e003b637d978213a16a44311db0dd55e-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-OutputFileMap.json","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-output-files-60b175cbb8d1b37801403ff2bac3ee32-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-output-files-b25ae461ee0dbe69904ea4478e1bb621-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-2602E128BF96B58270FD1A6E.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-371142EF7FB55A9A40723721.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-8F0B3639348029B79CCB42B7.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--will-sign": {"tool":"phony","inputs":[""],"outputs":[""]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileAssetCatalog /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app /Users/hillel/Code/flutter_client/ios/Runner/Assets.xcassets": {"tool":"shell","description":"CompileAssetCatalog /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app /Users/hillel/Code/flutter_client/ios/Runner/Assets.xcassets","inputs":["/Users/hillel/Code/flutter_client/ios/Runner/Assets.xcassets/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/assetcatalog_generated_info.plist","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Assets.car"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/actool","--output-format","human-readable-text","--notices","--warnings","--export-dependency-info","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/assetcatalog_dependencies","--output-partial-info-plist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/assetcatalog_generated_info.plist","--app-icon","AppIcon","--compress-pngs","--enable-on-demand-resources","YES","--filter-for-device-model","iPhone11,2","--filter-for-device-os-version","14.8","--development-region","en","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","9.0","--platform","iphoneos","--compile","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","/Users/hillel/Code/flutter_client/ios/Runner/Assets.xcassets"],"env":{},"working-directory":"/Users/hillel/Code/flutter_client/ios","control-enabled":false,"deps":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/assetcatalog_dependencies"],"deps-style":"dependency-info","signature":"20fe20cadf5827076004ef49c6cbd3b5"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileC /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o /Users/hillel/Code/flutter_client/ios/Runner/GeneratedPluginRegistrant.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o /Users/hillel/Code/flutter_client/ios/Runner/GeneratedPluginRegistrant.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/hillel/Code/flutter_client/ios/Runner/GeneratedPluginRegistrant.m","","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","objective-c","-target","arm64-apple-ios9.0","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fobjc-arc","-fmodules","-gmodules","-fmodules-cache-path=/Users/hillel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/hillel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","-fmodules-validate-once-per-build-session","-Wnon-modular-include-in-framework-module","-Werror=non-modular-include-in-framework-module","-Wno-trigraphs","-fpascal-strings","-O0","-fno-common","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Werror=return-type","-Wunreachable-code","-Wno-implicit-atomic-properties","-Werror=deprecated-objc-isa-usage","-Wno-objc-interface-ivars","-Werror=objc-root-class","-Wno-arc-repeated-use-of-weak","-Wimplicit-retain-self","-Wduplicate-method-match","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wunused-function","-Wno-unused-label","-Wno-unused-parameter","-Wunused-variable","-Wunused-value","-Wempty-body","-Wuninitialized","-Wconditional-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wconstant-conversion","-Wint-conversion","-Wbool-conversion","-Wenum-conversion","-Wno-float-conversion","-Wnon-literal-null-conversion","-Wobjc-literal-conversion","-Wshorten-64-to-32","-Wpointer-sign","-Wno-newline-eof","-Wno-selector","-Wno-strict-selector-match","-Wundeclared-selector","-Wdeprecated-implementations","-DDEBUG=1","-DCOCOAPODS=1","-DCOCOAPODS=1","-DOBJC_OLD_DISPATCH_PROTOTYPES=0","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","-fstrict-aliasing","-Wprotocol","-Wdeprecated-declarations","-g","-Wno-sign-conversion","-Winfinite-recursion","-Wcomma","-Wblock-capture-autoreleasing","-Wstrict-prototypes","-Wno-semicolon-before-method-body","-index-store-path","/Users/hillel/Library/Developer/Xcode/DerivedData/Runner-hiackwtmnkwhnldsacqheylutkpx/Index/DataStore","-iquote","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap","-iquote","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/include","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources-normal/arm64","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/arm64","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter","-F/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter","-F/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks","-F/Users/hillel/Code/flutter_client/ios/Flutter","-MMD","-MT","dependencies","-MF","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.d","--serialize-diagnostics","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.dia","-c","/Users/hillel/Code/flutter_client/ios/Runner/GeneratedPluginRegistrant.m","-o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Users/hillel/Code/flutter_client/ios","deps":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.d"],"deps-style":"makefile","signature":"328e90e60c5798a3a814a509a91f8397"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileC /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner_vers.c","","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","c","-target","arm64-apple-ios9.0","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fmodules","-gmodules","-fmodules-cache-path=/Users/hillel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/hillel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","-fmodules-validate-once-per-build-session","-Wnon-modular-include-in-framework-module","-Werror=non-modular-include-in-framework-module","-Wno-trigraphs","-fpascal-strings","-O0","-fno-common","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Werror=return-type","-Wunreachable-code","-Werror=deprecated-objc-isa-usage","-Werror=objc-root-class","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wunused-function","-Wno-unused-label","-Wno-unused-parameter","-Wunused-variable","-Wunused-value","-Wempty-body","-Wuninitialized","-Wconditional-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wconstant-conversion","-Wint-conversion","-Wbool-conversion","-Wenum-conversion","-Wno-float-conversion","-Wnon-literal-null-conversion","-Wobjc-literal-conversion","-Wshorten-64-to-32","-Wpointer-sign","-Wno-newline-eof","-DDEBUG=1","-DCOCOAPODS=1","-DCOCOAPODS=1","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","-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/hillel/Library/Developer/Xcode/DerivedData/Runner-hiackwtmnkwhnldsacqheylutkpx/Index/DataStore","-iquote","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap","-iquote","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/include","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources-normal/arm64","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/arm64","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter","-F/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter","-F/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks","-F/Users/hillel/Code/flutter_client/ios/Flutter","-MMD","-MT","dependencies","-MF","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.d","--serialize-diagnostics","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.dia","-c","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner_vers.c","-o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Users/hillel/Code/flutter_client/ios","deps":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.d"],"deps-style":"makefile","signature":"7db426df693a118d3ade30713734d908"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileStoryboard /Users/hillel/Code/flutter_client/ios/Runner/Base.lproj/LaunchScreen.storyboard": {"tool":"shell","description":"CompileStoryboard /Users/hillel/Code/flutter_client/ios/Runner/Base.lproj/LaunchScreen.storyboard","inputs":["/Users/hillel/Code/flutter_client/ios/Runner/Base.lproj/LaunchScreen.storyboard","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool","--errors","--warnings","--notices","--module","Runner","--output-partial-info-plist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/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","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj","/Users/hillel/Code/flutter_client/ios/Runner/Base.lproj/LaunchScreen.storyboard"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Users/hillel/Code/flutter_client/ios","control-enabled":false,"signature":"abef1d9b57c5b47a13f2218ce0c586be"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileStoryboard /Users/hillel/Code/flutter_client/ios/Runner/Base.lproj/Main.storyboard": {"tool":"shell","description":"CompileStoryboard /Users/hillel/Code/flutter_client/ios/Runner/Base.lproj/Main.storyboard","inputs":["/Users/hillel/Code/flutter_client/ios/Runner/Base.lproj/Main.storyboard","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/Main.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool","--errors","--warnings","--notices","--module","Runner","--output-partial-info-plist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/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","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj","/Users/hillel/Code/flutter_client/ios/Runner/Base.lproj/Main.storyboard"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Users/hillel/Code/flutter_client/ios","control-enabled":false,"signature":"6c71f1eebdd430003b0ce2e465c828fc"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler": {"tool":"shell","description":"CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler","inputs":["/Users/hillel/Code/flutter_client/ios/Runner/AppDelegate.swift","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-OutputFileMap.json","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap","","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-Swift.h","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/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","@/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList","-D","COCOAPODS","-D","COCOAPODS","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","-target","arm64-apple-ios9.0","-g","-module-cache-path","/Users/hillel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-Xfrontend","-serialize-debugging-options","-enable-testing","-index-store-path","/Users/hillel/Library/Developer/Xcode/DerivedData/Runner-hiackwtmnkwhnldsacqheylutkpx/Index/DataStore","-swift-version","5","-I","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter","-F","/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter","-F","/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks","-F","/Users/hillel/Code/flutter_client/ios/Flutter","-parse-as-library","-c","-j12","-output-file-map","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-OutputFileMap.json","-parseable-output","-serialize-diagnostics","-emit-dependencies","-emit-module","-emit-module-path","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/swift-overrides.hmap","-Xcc","-iquote","-Xcc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap","-Xcc","-iquote","-Xcc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/include","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources-normal/arm64","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/arm64","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","-Xcc","-DDEBUG=1","-Xcc","-DCOCOAPODS=1","-Xcc","-DCOCOAPODS=1","-emit-objc-header","-emit-objc-header-path","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-Swift.h","-import-objc-header","/Users/hillel/Code/flutter_client/ios/Runner/Runner-Bridging-Header.h","-pch-output-dir","/Users/hillel/Code/flutter_client/build/ios/SharedPrecompiledHeaders","-working-directory","/Users/hillel/Code/flutter_client/ios"],"env":{"DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk"},"working-directory":"/Users/hillel/Code/flutter_client/ios","deps":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.d"],"deps-style":"makefile","signature":"19d585a1a20c9cd90557fb29a009a13f"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:CopyPlistFile /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/AppFrameworkInfo.plist /Users/hillel/Code/flutter_client/ios/Flutter/AppFrameworkInfo.plist": {"tool":"copy-plist","description":"CopyPlistFile /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/AppFrameworkInfo.plist /Users/hillel/Code/flutter_client/ios/Flutter/AppFrameworkInfo.plist","inputs":["/Users/hillel/Code/flutter_client/ios/Flutter/AppFrameworkInfo.plist","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/AppFrameworkInfo.plist"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:CopyPlistFile /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/GoogleService-Info.plist /Users/hillel/Code/flutter_client/ios/Runner/GoogleService-Info.plist": {"tool":"copy-plist","description":"CopyPlistFile /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/GoogleService-Info.plist /Users/hillel/Code/flutter_client/ios/Runner/GoogleService-Info.plist","inputs":["/Users/hillel/Code/flutter_client/ios/Runner/GoogleService-Info.plist","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/GoogleService-Info.plist"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:CopySwiftLibs /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app": {"tool":"embed-swift-stdlib","description":"CopySwiftLibs /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","inputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Runner","","",""],"outputs":[""],"deps":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/SwiftStdLibToolInputDependencies.dep"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ld /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Runner normal": {"tool":"shell","description":"Ld /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Runner normal","inputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Runner",""],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-target","arm64-apple-ios9.0","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","-L/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","-L/Users/hillel/Code/flutter_client/ios/Flutter","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter","-F/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter","-F/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks","-F/Users/hillel/Code/flutter_client/ios/Flutter","-filelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/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","-Xlinker","-rpath","-Xlinker","@loader_path/Frameworks","-Xlinker","-rpath","-Xlinker","@executable_path/Frameworks","-dead_strip","-Xlinker","-object_path_lto","-Xlinker","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_lto.o","-Xlinker","-export_dynamic","-Xlinker","-no_deduplicate","-fobjc-arc","-fobjc-link-runtime","-L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos","-L/usr/lib/swift","-Xlinker","-add_ast_path","-Xlinker","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule","-ObjC","-lc++","-lsqlite3","-lz","-framework","AVFoundation","-framework","AVKit","-framework","AppAuth","-framework","CoreGraphics","-framework","CoreText","-framework","DKImagePickerController","-framework","DKPhotoGallery","-framework","FMDB","-framework","Foundation","-framework","GTMAppAuth","-framework","GTMSessionFetcher","-framework","GoogleSignIn","-framework","ImageIO","-framework","LocalAuthentication","-framework","Photos","-framework","SDWebImage","-framework","SafariServices","-framework","Security","-framework","Sentry","-framework","SwiftyGif","-framework","SystemConfiguration","-framework","UIKit","-framework","contacts_service","-framework","device_info","-framework","file_picker","-framework","flutter_keyboard_visibility","-framework","flutter_share","-framework","google_sign_in","-framework","image_picker","-framework","local_auth","-framework","native_pdf_renderer","-framework","package_info","-framework","package_info_plus","-framework","path_provider","-framework","permission_handler","-framework","sentry_flutter","-framework","share","-framework","shared_preferences","-framework","sqflite","-framework","url_launcher","-framework","webview_flutter","-weak_framework","AuthenticationServices","-ObjC","-lc++","-lsqlite3","-lz","-framework","AVFoundation","-framework","AVKit","-framework","AppAuth","-framework","CoreGraphics","-framework","CoreText","-framework","DKImagePickerController","-framework","DKPhotoGallery","-framework","FMDB","-framework","Foundation","-framework","GTMAppAuth","-framework","GTMSessionFetcher","-framework","GoogleSignIn","-framework","ImageIO","-framework","LocalAuthentication","-framework","Photos","-framework","SDWebImage","-framework","SafariServices","-framework","Security","-framework","Sentry","-framework","SwiftyGif","-framework","SystemConfiguration","-framework","UIKit","-framework","contacts_service","-framework","device_info","-framework","file_picker","-framework","flutter_keyboard_visibility","-framework","flutter_share","-framework","google_sign_in","-framework","image_picker","-framework","local_auth","-framework","native_pdf_renderer","-framework","package_info","-framework","package_info_plus","-framework","path_provider","-framework","permission_handler","-framework","sentry_flutter","-framework","share","-framework","shared_preferences","-framework","sqflite","-framework","url_launcher","-framework","webview_flutter","-weak_framework","AuthenticationServices","-framework","Pods_Runner","-Xlinker","-dependency_info","-Xlinker","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat","-o","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Runner"],"env":{},"working-directory":"/Users/hillel/Code/flutter_client/ios","deps":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat"],"deps-style":"dependency-info","signature":"b07acfee8741fccd9cc596eb19c17a85"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:LinkStoryboards": {"tool":"shell","description":"LinkStoryboards","inputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/Main.storyboardc","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Base.lproj/Main.storyboardc"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool","--errors","--warnings","--notices","--module","Runner","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","9.0","--output-format","human-readable-text","--link","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/Main.storyboardc"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Users/hillel/Code/flutter_client/ios","control-enabled":false,"signature":"322a99b8c24ee92d04b9b66e8e729db8"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:MkDir /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app": {"tool":"mkdir","description":"MkDir /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","",""]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:MkDir /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks": {"tool":"mkdir","description":"MkDir /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks",""]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-Swift.h /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner-Swift.h": {"tool":"file-copy","description":"PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-Swift.h /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner-Swift.h","inputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-Swift.h/","","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner-Swift.h"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftdoc /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftdoc": {"tool":"file-copy","description":"PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftdoc /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftdoc","inputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftdoc/","","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftdoc"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftdoc /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftdoc": {"tool":"file-copy","description":"PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftdoc /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftdoc","inputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftdoc/","","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftdoc"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftmodule": {"tool":"file-copy","description":"PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftmodule","inputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule/","","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftmodule"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftmodule": {"tool":"file-copy","description":"PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftmodule","inputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule/","","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftmodule"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftsourceinfo /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo": {"tool":"file-copy","description":"PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftsourceinfo /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo","inputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftsourceinfo/","","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftsourceinfo /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64.swiftsourceinfo": {"tool":"file-copy","description":"PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftsourceinfo /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64.swiftsourceinfo","inputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftsourceinfo/","","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64.swiftsourceinfo"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:PhaseScriptExecution Run Script /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh": {"tool":"shell","description":"PhaseScriptExecution Run Script /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","inputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","",""],"outputs":[""],"args":["/bin/sh","-c","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALLOW_TARGET_PLATFORM_SPECIALIZATION":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"hillel","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"YES","ALWAYS_SEARCH_USER_PATHS":"NO","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"arm64","ARCHS_STANDARD":"arm64 armv7","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64 armv7","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","ASSETCATALOG_FILTER_FOR_DEVICE_MODEL":"iPhone11,2","ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION":"14.8","AVAILABLE_PLATFORMS":"appletvos appletvsimulator driverkit iphoneos iphonesimulator macosx watchos watchsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Users/hillel/Code/flutter_client/build/ios","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","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/89/jnly1lnd4m3d3f1jf2m4yjf80000gn/C/com.apple.DeveloperTools/13.1-13A1030d/Xcode","CCHROOT":"/var/folders/89/jnly1lnd4m3d3f1jf2m4yjf80000gn/C/com.apple.DeveloperTools/13.1-13A1030d/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_NONNULL":"YES","CLANG_CXX_LANGUAGE_STANDARD":"gnu++0x","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/Users/hillel/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":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","COCOAPODS_PARALLEL_CODE_SIGN":"true","CODESIGNING_FOLDER_PATH":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_IDENTITY":"iPhone Developer","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/hillel/Code/flutter_client/build/ios/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","CONFIGURATION_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos","CONTENTS_FOLDER_PATH":"Runner.app","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"NO","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator15.0","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_PROJECT_VERSION":"59","CURRENT_VARIANT":"normal","DART_DEFINES":"RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ==","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":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5 13.6 14.0 14.1 14.2 14.3 14.4 14.5 14.6 14.7 15.0","DERIVED_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER":"NO","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"en","DEVELOPMENT_TEAM":"NPC44Y2C98","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":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_APP_SANDBOX":"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_ALLOWED":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"YES","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"Runner.app/Executables","EXECUTABLE_FOLDER_PATH":"Runner.app","EXECUTABLE_NAME":"Runner","EXECUTABLE_PATH":"Runner.app/Runner","FILE_LIST":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/FixedFiles","FLUTTER_APPLICATION_PATH":"/Users/hillel/Code/flutter_client","FLUTTER_BUILD_DIR":"build","FLUTTER_BUILD_NAME":"5.0.59","FLUTTER_BUILD_NUMBER":"59","FLUTTER_ROOT":"/Users/hillel/Code/flutter","FLUTTER_TARGET":"/Users/hillel/Code/flutter_client/lib/main.dart","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter\" \"/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter\" \"/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks\" /Users/hillel/Code/flutter_client/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_ENABLE_CPP_EXCEPTIONS":"YES","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_NO_COMMON_BLOCKS":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","GCC_WARN_64_TO_32_BIT_CONVERSION":"YES","GCC_WARN_ABOUT_RETURN_TYPE":"YES_ERROR","GCC_WARN_UNDECLARED_SELECTOR":"YES","GCC_WARN_UNINITIALIZED_AUTOS":"YES_AGGRESSIVE","GCC_WARN_UNUSED_FUNCTION":"YES","GCC_WARN_UNUSED_VARIABLE":"YES","GENERATED_MODULEMAP_DIR":"/Users/hillel/Code/flutter_client/build/ios/GeneratedModuleMaps-iphoneos","GENERATE_INFOPLIST_FILE":"NO","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"YES","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/include \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/hillel","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":"hillel","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","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos /Users/hillel/Code/flutter_client/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios9.0","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZATION_EXPORT_SUPPORTED":"YES","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":"/Users/hillel/Code/flutter_client/ios","LOCSYMROOT":"/Users/hillel/Code/flutter_client/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"20G165","MAC_OS_X_VERSION_ACTUAL":"110600","MAC_OS_X_VERSION_MAJOR":"110000","MAC_OS_X_VERSION_MINOR":"110600","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","MODULES_FOLDER_PATH":"Runner.app/Modules","MODULE_CACHE_DIR":"/Users/hillel/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","OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal","OBJROOT":"/Users/hillel/Code/flutter_client/build/ios","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -ObjC -l\"c++\" -l\"sqlite3\" -l\"z\" -framework \"AVFoundation\" -framework \"AVKit\" -framework \"AppAuth\" -framework \"CoreGraphics\" -framework \"CoreText\" -framework \"DKImagePickerController\" -framework \"DKPhotoGallery\" -framework \"FMDB\" -framework \"Foundation\" -framework \"GTMAppAuth\" -framework \"GTMSessionFetcher\" -framework \"GoogleSignIn\" -framework \"ImageIO\" -framework \"LocalAuthentication\" -framework \"Photos\" -framework \"SDWebImage\" -framework \"SafariServices\" -framework \"Security\" -framework \"Sentry\" -framework \"SwiftyGif\" -framework \"SystemConfiguration\" -framework \"UIKit\" -framework \"contacts_service\" -framework \"device_info\" -framework \"file_picker\" -framework \"flutter_keyboard_visibility\" -framework \"flutter_share\" -framework \"google_sign_in\" -framework \"image_picker\" -framework \"local_auth\" -framework \"native_pdf_renderer\" -framework \"package_info\" -framework \"package_info_plus\" -framework \"path_provider\" -framework \"permission_handler\" -framework \"sentry_flutter\" -framework \"share\" -framework \"shared_preferences\" -framework \"sqflite\" -framework \"url_launcher\" -framework \"webview_flutter\" -weak_framework \"AuthenticationServices\" -ObjC -l\"c++\" -l\"sqlite3\" -l\"z\" -framework \"AVFoundation\" -framework \"AVKit\" -framework \"AppAuth\" -framework \"CoreGraphics\" -framework \"CoreText\" -framework \"DKImagePickerController\" -framework \"DKPhotoGallery\" -framework \"FMDB\" -framework \"Foundation\" -framework \"GTMAppAuth\" -framework \"GTMSessionFetcher\" -framework \"GoogleSignIn\" -framework \"ImageIO\" -framework \"LocalAuthentication\" -framework \"Photos\" -framework \"SDWebImage\" -framework \"SafariServices\" -framework \"Security\" -framework \"Sentry\" -framework \"SwiftyGif\" -framework \"SystemConfiguration\" -framework \"UIKit\" -framework \"contacts_service\" -framework \"device_info\" -framework \"file_picker\" -framework \"flutter_keyboard_visibility\" -framework \"flutter_share\" -framework \"google_sign_in\" -framework \"image_picker\" -framework \"local_auth\" -framework \"native_pdf_renderer\" -framework \"package_info\" -framework \"package_info_plus\" -framework \"path_provider\" -framework \"permission_handler\" -framework \"sentry_flutter\" -framework \"share\" -framework \"shared_preferences\" -framework \"sqflite\" -framework \"url_launcher\" -framework \"webview_flutter\" -weak_framework \"AuthenticationServices\"","OTHER_SWIFT_FLAGS":" -D COCOAPODS -D COCOAPODS","PACKAGE_CONFIG":"/Users/hillel/Code/flutter_client/.dart_tool/package_config.json","PACKAGE_TYPE":"com.apple.package-type.wrapper.application","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"Runner.app/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"19A339","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios","PODS_CONFIGURATION_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","PODS_PODFILE_DIR_PATH":"/Users/hillel/Code/flutter_client/ios/.","PODS_ROOT":"/Users/hillel/Code/flutter_client/ios/Pods","PODS_XCFRAMEWORKS_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/XCFrameworkIntermediates","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"com.invoiceninja.app","PRODUCT_BUNDLE_PACKAGE_TYPE":"APPL","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Users/hillel/Code/flutter_client/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/DerivedSources","PROJECT_DIR":"/Users/hillel/Code/flutter_client/ios","PROJECT_FILE_PATH":"/Users/hillel/Code/flutter_client/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build","PROJECT_TEMP_ROOT":"/Users/hillel/Code/flutter_client/build/ios","PROVISIONING_PROFILE_REQUIRED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"Runner.app/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESOURCE_RULES_REQUIRED":"YES","REZ_COLLECTOR_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR_iphoneos":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR_iphoneos15_0":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_NAME":"iphoneos15.0","SDK_NAMES":"iphoneos15.0","SDK_PRODUCT_BUILD_VERSION":"19A339","SDK_VERSION":"15.0","SDK_VERSION_ACTUAL":"150000","SDK_VERSION_MAJOR":"150000","SDK_VERSION_MINOR":"150000","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/hillel/Code/flutter_client/build/ios/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/hillel/Code/flutter_client/ios","SRCROOT":"/Users/hillel/Code/flutter_client/ios","STRINGSDATA_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch","STRINGSDATA_ROOT":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","STRINGS_FILE_INFOPLIST_RENAME":"YES","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"NO","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_MACCATALYST":"NO","SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD":"YES","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_EMIT_LOC_STRINGS":"NO","SWIFT_OBJC_BRIDGING_HEADER":"Runner/Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_arm64":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList","SWIFT_VERSION":"5.0","SYMROOT":"/Users/hillel/Code/flutter_client/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":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","TARGET_DEVICE_IDENTIFIER":"00008020-001335EC2281002E","TARGET_DEVICE_MODEL":"iPhone11,2","TARGET_DEVICE_OS_VERSION":"14.8","TARGET_DEVICE_PLATFORM_NAME":"iphoneos","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_ROOT":"/Users/hillel/Code/flutter_client/build/ios","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.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":"hillel","USER_APPS_DIR":"/Users/hillel/Applications","USER_LIBRARY_DIR":"/Users/hillel/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 armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"hillel","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-59\"","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":"13A1030d","XCODE_VERSION_ACTUAL":"1310","XCODE_VERSION_MAJOR":"1300","XCODE_VERSION_MINOR":"1310","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Users/hillel/Code/flutter_client/ios","control-enabled":false,"signature":"b6744eadca83e42d05669148f8f836a7"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:PhaseScriptExecution Thin Binary /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh": {"tool":"shell","description":"PhaseScriptExecution Thin Binary /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","inputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","",""],"outputs":[""],"args":["/bin/sh","-c","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALLOW_TARGET_PLATFORM_SPECIALIZATION":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"hillel","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"YES","ALWAYS_SEARCH_USER_PATHS":"NO","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"arm64","ARCHS_STANDARD":"arm64 armv7","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64 armv7","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","ASSETCATALOG_FILTER_FOR_DEVICE_MODEL":"iPhone11,2","ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION":"14.8","AVAILABLE_PLATFORMS":"appletvos appletvsimulator driverkit iphoneos iphonesimulator macosx watchos watchsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Users/hillel/Code/flutter_client/build/ios","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","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/89/jnly1lnd4m3d3f1jf2m4yjf80000gn/C/com.apple.DeveloperTools/13.1-13A1030d/Xcode","CCHROOT":"/var/folders/89/jnly1lnd4m3d3f1jf2m4yjf80000gn/C/com.apple.DeveloperTools/13.1-13A1030d/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_NONNULL":"YES","CLANG_CXX_LANGUAGE_STANDARD":"gnu++0x","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/Users/hillel/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":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","COCOAPODS_PARALLEL_CODE_SIGN":"true","CODESIGNING_FOLDER_PATH":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_IDENTITY":"iPhone Developer","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/hillel/Code/flutter_client/build/ios/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","CONFIGURATION_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos","CONTENTS_FOLDER_PATH":"Runner.app","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"NO","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator15.0","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_PROJECT_VERSION":"59","CURRENT_VARIANT":"normal","DART_DEFINES":"RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ==","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":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5 13.6 14.0 14.1 14.2 14.3 14.4 14.5 14.6 14.7 15.0","DERIVED_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER":"NO","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"en","DEVELOPMENT_TEAM":"NPC44Y2C98","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":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_APP_SANDBOX":"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_ALLOWED":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"YES","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"Runner.app/Executables","EXECUTABLE_FOLDER_PATH":"Runner.app","EXECUTABLE_NAME":"Runner","EXECUTABLE_PATH":"Runner.app/Runner","FILE_LIST":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/FixedFiles","FLUTTER_APPLICATION_PATH":"/Users/hillel/Code/flutter_client","FLUTTER_BUILD_DIR":"build","FLUTTER_BUILD_NAME":"5.0.59","FLUTTER_BUILD_NUMBER":"59","FLUTTER_ROOT":"/Users/hillel/Code/flutter","FLUTTER_TARGET":"/Users/hillel/Code/flutter_client/lib/main.dart","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter\" \"/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter\" \"/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks\" /Users/hillel/Code/flutter_client/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_ENABLE_CPP_EXCEPTIONS":"YES","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_NO_COMMON_BLOCKS":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","GCC_WARN_64_TO_32_BIT_CONVERSION":"YES","GCC_WARN_ABOUT_RETURN_TYPE":"YES_ERROR","GCC_WARN_UNDECLARED_SELECTOR":"YES","GCC_WARN_UNINITIALIZED_AUTOS":"YES_AGGRESSIVE","GCC_WARN_UNUSED_FUNCTION":"YES","GCC_WARN_UNUSED_VARIABLE":"YES","GENERATED_MODULEMAP_DIR":"/Users/hillel/Code/flutter_client/build/ios/GeneratedModuleMaps-iphoneos","GENERATE_INFOPLIST_FILE":"NO","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"YES","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/include \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/hillel","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":"hillel","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","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos /Users/hillel/Code/flutter_client/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios9.0","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZATION_EXPORT_SUPPORTED":"YES","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":"/Users/hillel/Code/flutter_client/ios","LOCSYMROOT":"/Users/hillel/Code/flutter_client/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"20G165","MAC_OS_X_VERSION_ACTUAL":"110600","MAC_OS_X_VERSION_MAJOR":"110000","MAC_OS_X_VERSION_MINOR":"110600","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","MODULES_FOLDER_PATH":"Runner.app/Modules","MODULE_CACHE_DIR":"/Users/hillel/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","OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal","OBJROOT":"/Users/hillel/Code/flutter_client/build/ios","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -ObjC -l\"c++\" -l\"sqlite3\" -l\"z\" -framework \"AVFoundation\" -framework \"AVKit\" -framework \"AppAuth\" -framework \"CoreGraphics\" -framework \"CoreText\" -framework \"DKImagePickerController\" -framework \"DKPhotoGallery\" -framework \"FMDB\" -framework \"Foundation\" -framework \"GTMAppAuth\" -framework \"GTMSessionFetcher\" -framework \"GoogleSignIn\" -framework \"ImageIO\" -framework \"LocalAuthentication\" -framework \"Photos\" -framework \"SDWebImage\" -framework \"SafariServices\" -framework \"Security\" -framework \"Sentry\" -framework \"SwiftyGif\" -framework \"SystemConfiguration\" -framework \"UIKit\" -framework \"contacts_service\" -framework \"device_info\" -framework \"file_picker\" -framework \"flutter_keyboard_visibility\" -framework \"flutter_share\" -framework \"google_sign_in\" -framework \"image_picker\" -framework \"local_auth\" -framework \"native_pdf_renderer\" -framework \"package_info\" -framework \"package_info_plus\" -framework \"path_provider\" -framework \"permission_handler\" -framework \"sentry_flutter\" -framework \"share\" -framework \"shared_preferences\" -framework \"sqflite\" -framework \"url_launcher\" -framework \"webview_flutter\" -weak_framework \"AuthenticationServices\" -ObjC -l\"c++\" -l\"sqlite3\" -l\"z\" -framework \"AVFoundation\" -framework \"AVKit\" -framework \"AppAuth\" -framework \"CoreGraphics\" -framework \"CoreText\" -framework \"DKImagePickerController\" -framework \"DKPhotoGallery\" -framework \"FMDB\" -framework \"Foundation\" -framework \"GTMAppAuth\" -framework \"GTMSessionFetcher\" -framework \"GoogleSignIn\" -framework \"ImageIO\" -framework \"LocalAuthentication\" -framework \"Photos\" -framework \"SDWebImage\" -framework \"SafariServices\" -framework \"Security\" -framework \"Sentry\" -framework \"SwiftyGif\" -framework \"SystemConfiguration\" -framework \"UIKit\" -framework \"contacts_service\" -framework \"device_info\" -framework \"file_picker\" -framework \"flutter_keyboard_visibility\" -framework \"flutter_share\" -framework \"google_sign_in\" -framework \"image_picker\" -framework \"local_auth\" -framework \"native_pdf_renderer\" -framework \"package_info\" -framework \"package_info_plus\" -framework \"path_provider\" -framework \"permission_handler\" -framework \"sentry_flutter\" -framework \"share\" -framework \"shared_preferences\" -framework \"sqflite\" -framework \"url_launcher\" -framework \"webview_flutter\" -weak_framework \"AuthenticationServices\"","OTHER_SWIFT_FLAGS":" -D COCOAPODS -D COCOAPODS","PACKAGE_CONFIG":"/Users/hillel/Code/flutter_client/.dart_tool/package_config.json","PACKAGE_TYPE":"com.apple.package-type.wrapper.application","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"Runner.app/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"19A339","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios","PODS_CONFIGURATION_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","PODS_PODFILE_DIR_PATH":"/Users/hillel/Code/flutter_client/ios/.","PODS_ROOT":"/Users/hillel/Code/flutter_client/ios/Pods","PODS_XCFRAMEWORKS_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/XCFrameworkIntermediates","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"com.invoiceninja.app","PRODUCT_BUNDLE_PACKAGE_TYPE":"APPL","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Users/hillel/Code/flutter_client/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/DerivedSources","PROJECT_DIR":"/Users/hillel/Code/flutter_client/ios","PROJECT_FILE_PATH":"/Users/hillel/Code/flutter_client/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build","PROJECT_TEMP_ROOT":"/Users/hillel/Code/flutter_client/build/ios","PROVISIONING_PROFILE_REQUIRED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"Runner.app/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESOURCE_RULES_REQUIRED":"YES","REZ_COLLECTOR_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR_iphoneos":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR_iphoneos15_0":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_NAME":"iphoneos15.0","SDK_NAMES":"iphoneos15.0","SDK_PRODUCT_BUILD_VERSION":"19A339","SDK_VERSION":"15.0","SDK_VERSION_ACTUAL":"150000","SDK_VERSION_MAJOR":"150000","SDK_VERSION_MINOR":"150000","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/hillel/Code/flutter_client/build/ios/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/hillel/Code/flutter_client/ios","SRCROOT":"/Users/hillel/Code/flutter_client/ios","STRINGSDATA_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch","STRINGSDATA_ROOT":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","STRINGS_FILE_INFOPLIST_RENAME":"YES","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"NO","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_MACCATALYST":"NO","SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD":"YES","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_EMIT_LOC_STRINGS":"NO","SWIFT_OBJC_BRIDGING_HEADER":"Runner/Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_arm64":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList","SWIFT_VERSION":"5.0","SYMROOT":"/Users/hillel/Code/flutter_client/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":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","TARGET_DEVICE_IDENTIFIER":"00008020-001335EC2281002E","TARGET_DEVICE_MODEL":"iPhone11,2","TARGET_DEVICE_OS_VERSION":"14.8","TARGET_DEVICE_PLATFORM_NAME":"iphoneos","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_ROOT":"/Users/hillel/Code/flutter_client/build/ios","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.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":"hillel","USER_APPS_DIR":"/Users/hillel/Applications","USER_LIBRARY_DIR":"/Users/hillel/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 armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"hillel","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-59\"","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":"13A1030d","XCODE_VERSION_ACTUAL":"1310","XCODE_VERSION_MAJOR":"1300","XCODE_VERSION_MINOR":"1310","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Users/hillel/Code/flutter_client/ios","control-enabled":false,"signature":"407f7c9b0b7c2bc2bc9f15748888c446"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:PhaseScriptExecution [CP] Check Pods Manifest.lock /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-8F0B3639348029B79CCB42B7.sh": {"tool":"shell","description":"PhaseScriptExecution [CP] Check Pods Manifest.lock /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-8F0B3639348029B79CCB42B7.sh","inputs":["/Users/hillel/Code/flutter_client/ios/Podfile.lock/","/Users/hillel/Code/flutter_client/ios/Pods/Manifest.lock/","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-8F0B3639348029B79CCB42B7.sh","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt"],"args":["/bin/sh","-c","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-8F0B3639348029B79CCB42B7.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALLOW_TARGET_PLATFORM_SPECIALIZATION":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"hillel","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"YES","ALWAYS_SEARCH_USER_PATHS":"NO","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"arm64","ARCHS_STANDARD":"arm64 armv7","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64 armv7","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","ASSETCATALOG_FILTER_FOR_DEVICE_MODEL":"iPhone11,2","ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION":"14.8","AVAILABLE_PLATFORMS":"appletvos appletvsimulator driverkit iphoneos iphonesimulator macosx watchos watchsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Users/hillel/Code/flutter_client/build/ios","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","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/89/jnly1lnd4m3d3f1jf2m4yjf80000gn/C/com.apple.DeveloperTools/13.1-13A1030d/Xcode","CCHROOT":"/var/folders/89/jnly1lnd4m3d3f1jf2m4yjf80000gn/C/com.apple.DeveloperTools/13.1-13A1030d/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_NONNULL":"YES","CLANG_CXX_LANGUAGE_STANDARD":"gnu++0x","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/Users/hillel/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":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","COCOAPODS_PARALLEL_CODE_SIGN":"true","CODESIGNING_FOLDER_PATH":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_IDENTITY":"iPhone Developer","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/hillel/Code/flutter_client/build/ios/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","CONFIGURATION_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos","CONTENTS_FOLDER_PATH":"Runner.app","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"NO","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator15.0","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_PROJECT_VERSION":"59","CURRENT_VARIANT":"normal","DART_DEFINES":"RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ==","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":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5 13.6 14.0 14.1 14.2 14.3 14.4 14.5 14.6 14.7 15.0","DERIVED_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER":"NO","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"en","DEVELOPMENT_TEAM":"NPC44Y2C98","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":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_APP_SANDBOX":"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_ALLOWED":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"YES","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"Runner.app/Executables","EXECUTABLE_FOLDER_PATH":"Runner.app","EXECUTABLE_NAME":"Runner","EXECUTABLE_PATH":"Runner.app/Runner","FILE_LIST":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/FixedFiles","FLUTTER_APPLICATION_PATH":"/Users/hillel/Code/flutter_client","FLUTTER_BUILD_DIR":"build","FLUTTER_BUILD_NAME":"5.0.59","FLUTTER_BUILD_NUMBER":"59","FLUTTER_ROOT":"/Users/hillel/Code/flutter","FLUTTER_TARGET":"/Users/hillel/Code/flutter_client/lib/main.dart","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter\" \"/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter\" \"/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks\" /Users/hillel/Code/flutter_client/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_ENABLE_CPP_EXCEPTIONS":"YES","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_NO_COMMON_BLOCKS":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","GCC_WARN_64_TO_32_BIT_CONVERSION":"YES","GCC_WARN_ABOUT_RETURN_TYPE":"YES_ERROR","GCC_WARN_UNDECLARED_SELECTOR":"YES","GCC_WARN_UNINITIALIZED_AUTOS":"YES_AGGRESSIVE","GCC_WARN_UNUSED_FUNCTION":"YES","GCC_WARN_UNUSED_VARIABLE":"YES","GENERATED_MODULEMAP_DIR":"/Users/hillel/Code/flutter_client/build/ios/GeneratedModuleMaps-iphoneos","GENERATE_INFOPLIST_FILE":"NO","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"YES","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/include \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/hillel","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":"hillel","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","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos /Users/hillel/Code/flutter_client/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios9.0","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZATION_EXPORT_SUPPORTED":"YES","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":"/Users/hillel/Code/flutter_client/ios","LOCSYMROOT":"/Users/hillel/Code/flutter_client/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"20G165","MAC_OS_X_VERSION_ACTUAL":"110600","MAC_OS_X_VERSION_MAJOR":"110000","MAC_OS_X_VERSION_MINOR":"110600","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","MODULES_FOLDER_PATH":"Runner.app/Modules","MODULE_CACHE_DIR":"/Users/hillel/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","OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal","OBJROOT":"/Users/hillel/Code/flutter_client/build/ios","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -ObjC -l\"c++\" -l\"sqlite3\" -l\"z\" -framework \"AVFoundation\" -framework \"AVKit\" -framework \"AppAuth\" -framework \"CoreGraphics\" -framework \"CoreText\" -framework \"DKImagePickerController\" -framework \"DKPhotoGallery\" -framework \"FMDB\" -framework \"Foundation\" -framework \"GTMAppAuth\" -framework \"GTMSessionFetcher\" -framework \"GoogleSignIn\" -framework \"ImageIO\" -framework \"LocalAuthentication\" -framework \"Photos\" -framework \"SDWebImage\" -framework \"SafariServices\" -framework \"Security\" -framework \"Sentry\" -framework \"SwiftyGif\" -framework \"SystemConfiguration\" -framework \"UIKit\" -framework \"contacts_service\" -framework \"device_info\" -framework \"file_picker\" -framework \"flutter_keyboard_visibility\" -framework \"flutter_share\" -framework \"google_sign_in\" -framework \"image_picker\" -framework \"local_auth\" -framework \"native_pdf_renderer\" -framework \"package_info\" -framework \"package_info_plus\" -framework \"path_provider\" -framework \"permission_handler\" -framework \"sentry_flutter\" -framework \"share\" -framework \"shared_preferences\" -framework \"sqflite\" -framework \"url_launcher\" -framework \"webview_flutter\" -weak_framework \"AuthenticationServices\" -ObjC -l\"c++\" -l\"sqlite3\" -l\"z\" -framework \"AVFoundation\" -framework \"AVKit\" -framework \"AppAuth\" -framework \"CoreGraphics\" -framework \"CoreText\" -framework \"DKImagePickerController\" -framework \"DKPhotoGallery\" -framework \"FMDB\" -framework \"Foundation\" -framework \"GTMAppAuth\" -framework \"GTMSessionFetcher\" -framework \"GoogleSignIn\" -framework \"ImageIO\" -framework \"LocalAuthentication\" -framework \"Photos\" -framework \"SDWebImage\" -framework \"SafariServices\" -framework \"Security\" -framework \"Sentry\" -framework \"SwiftyGif\" -framework \"SystemConfiguration\" -framework \"UIKit\" -framework \"contacts_service\" -framework \"device_info\" -framework \"file_picker\" -framework \"flutter_keyboard_visibility\" -framework \"flutter_share\" -framework \"google_sign_in\" -framework \"image_picker\" -framework \"local_auth\" -framework \"native_pdf_renderer\" -framework \"package_info\" -framework \"package_info_plus\" -framework \"path_provider\" -framework \"permission_handler\" -framework \"sentry_flutter\" -framework \"share\" -framework \"shared_preferences\" -framework \"sqflite\" -framework \"url_launcher\" -framework \"webview_flutter\" -weak_framework \"AuthenticationServices\"","OTHER_SWIFT_FLAGS":" -D COCOAPODS -D COCOAPODS","PACKAGE_CONFIG":"/Users/hillel/Code/flutter_client/.dart_tool/package_config.json","PACKAGE_TYPE":"com.apple.package-type.wrapper.application","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"Runner.app/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"19A339","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios","PODS_CONFIGURATION_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","PODS_PODFILE_DIR_PATH":"/Users/hillel/Code/flutter_client/ios/.","PODS_ROOT":"/Users/hillel/Code/flutter_client/ios/Pods","PODS_XCFRAMEWORKS_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/XCFrameworkIntermediates","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"com.invoiceninja.app","PRODUCT_BUNDLE_PACKAGE_TYPE":"APPL","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Users/hillel/Code/flutter_client/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/DerivedSources","PROJECT_DIR":"/Users/hillel/Code/flutter_client/ios","PROJECT_FILE_PATH":"/Users/hillel/Code/flutter_client/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build","PROJECT_TEMP_ROOT":"/Users/hillel/Code/flutter_client/build/ios","PROVISIONING_PROFILE_REQUIRED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"Runner.app/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESOURCE_RULES_REQUIRED":"YES","REZ_COLLECTOR_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_0":"/Users/hillel/Code/flutter_client/ios/Podfile.lock","SCRIPT_INPUT_FILE_1":"/Users/hillel/Code/flutter_client/ios/Pods/Manifest.lock","SCRIPT_INPUT_FILE_COUNT":"2","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_0":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","SCRIPT_OUTPUT_FILE_COUNT":"1","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR_iphoneos":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR_iphoneos15_0":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_NAME":"iphoneos15.0","SDK_NAMES":"iphoneos15.0","SDK_PRODUCT_BUILD_VERSION":"19A339","SDK_VERSION":"15.0","SDK_VERSION_ACTUAL":"150000","SDK_VERSION_MAJOR":"150000","SDK_VERSION_MINOR":"150000","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/hillel/Code/flutter_client/build/ios/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/hillel/Code/flutter_client/ios","SRCROOT":"/Users/hillel/Code/flutter_client/ios","STRINGSDATA_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch","STRINGSDATA_ROOT":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","STRINGS_FILE_INFOPLIST_RENAME":"YES","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"NO","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_MACCATALYST":"NO","SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD":"YES","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_EMIT_LOC_STRINGS":"NO","SWIFT_OBJC_BRIDGING_HEADER":"Runner/Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_arm64":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList","SWIFT_VERSION":"5.0","SYMROOT":"/Users/hillel/Code/flutter_client/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":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","TARGET_DEVICE_IDENTIFIER":"00008020-001335EC2281002E","TARGET_DEVICE_MODEL":"iPhone11,2","TARGET_DEVICE_OS_VERSION":"14.8","TARGET_DEVICE_PLATFORM_NAME":"iphoneos","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_ROOT":"/Users/hillel/Code/flutter_client/build/ios","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.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":"hillel","USER_APPS_DIR":"/Users/hillel/Applications","USER_LIBRARY_DIR":"/Users/hillel/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 armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"hillel","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-59\"","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":"13A1030d","XCODE_VERSION_ACTUAL":"1310","XCODE_VERSION_MAJOR":"1300","XCODE_VERSION_MINOR":"1310","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"working-directory":"/Users/hillel/Code/flutter_client/ios","control-enabled":false,"signature":"718fa1dece39938c09c259a57d6fda0d"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:PhaseScriptExecution [CP] Copy Pods Resources /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-2602E128BF96B58270FD1A6E.sh": {"tool":"shell","description":"PhaseScriptExecution [CP] Copy Pods Resources /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-2602E128BF96B58270FD1A6E.sh","inputs":["/Users/hillel/Code/flutter_client/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-resources-Debug-input-files.xcfilelist/","/Users/hillel/Code/flutter_client/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-resources-Debug-output-files.xcfilelist","/Users/hillel/Code/flutter_client/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-resources.sh/","/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Resources/GoogleSignIn.bundle/","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-input-files-fb57668ec0c44d8b1bb55b39dadde944-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-output-files-60b175cbb8d1b37801403ff2bac3ee32-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-2602E128BF96B58270FD1A6E.sh","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/GoogleSignIn.bundle"],"args":["/bin/sh","-c","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-2602E128BF96B58270FD1A6E.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALLOW_TARGET_PLATFORM_SPECIALIZATION":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"hillel","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"YES","ALWAYS_SEARCH_USER_PATHS":"NO","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"arm64","ARCHS_STANDARD":"arm64 armv7","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64 armv7","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","ASSETCATALOG_FILTER_FOR_DEVICE_MODEL":"iPhone11,2","ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION":"14.8","AVAILABLE_PLATFORMS":"appletvos appletvsimulator driverkit iphoneos iphonesimulator macosx watchos watchsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Users/hillel/Code/flutter_client/build/ios","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","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/89/jnly1lnd4m3d3f1jf2m4yjf80000gn/C/com.apple.DeveloperTools/13.1-13A1030d/Xcode","CCHROOT":"/var/folders/89/jnly1lnd4m3d3f1jf2m4yjf80000gn/C/com.apple.DeveloperTools/13.1-13A1030d/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_NONNULL":"YES","CLANG_CXX_LANGUAGE_STANDARD":"gnu++0x","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/Users/hillel/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":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","COCOAPODS_PARALLEL_CODE_SIGN":"true","CODESIGNING_FOLDER_PATH":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_IDENTITY":"iPhone Developer","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/hillel/Code/flutter_client/build/ios/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","CONFIGURATION_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos","CONTENTS_FOLDER_PATH":"Runner.app","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"NO","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator15.0","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_PROJECT_VERSION":"59","CURRENT_VARIANT":"normal","DART_DEFINES":"RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ==","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":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5 13.6 14.0 14.1 14.2 14.3 14.4 14.5 14.6 14.7 15.0","DERIVED_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER":"NO","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"en","DEVELOPMENT_TEAM":"NPC44Y2C98","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":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_APP_SANDBOX":"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_ALLOWED":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"YES","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"Runner.app/Executables","EXECUTABLE_FOLDER_PATH":"Runner.app","EXECUTABLE_NAME":"Runner","EXECUTABLE_PATH":"Runner.app/Runner","FILE_LIST":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/FixedFiles","FLUTTER_APPLICATION_PATH":"/Users/hillel/Code/flutter_client","FLUTTER_BUILD_DIR":"build","FLUTTER_BUILD_NAME":"5.0.59","FLUTTER_BUILD_NUMBER":"59","FLUTTER_ROOT":"/Users/hillel/Code/flutter","FLUTTER_TARGET":"/Users/hillel/Code/flutter_client/lib/main.dart","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter\" \"/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter\" \"/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks\" /Users/hillel/Code/flutter_client/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_ENABLE_CPP_EXCEPTIONS":"YES","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_NO_COMMON_BLOCKS":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","GCC_WARN_64_TO_32_BIT_CONVERSION":"YES","GCC_WARN_ABOUT_RETURN_TYPE":"YES_ERROR","GCC_WARN_UNDECLARED_SELECTOR":"YES","GCC_WARN_UNINITIALIZED_AUTOS":"YES_AGGRESSIVE","GCC_WARN_UNUSED_FUNCTION":"YES","GCC_WARN_UNUSED_VARIABLE":"YES","GENERATED_MODULEMAP_DIR":"/Users/hillel/Code/flutter_client/build/ios/GeneratedModuleMaps-iphoneos","GENERATE_INFOPLIST_FILE":"NO","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"YES","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/include \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/hillel","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":"hillel","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","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos /Users/hillel/Code/flutter_client/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios9.0","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZATION_EXPORT_SUPPORTED":"YES","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":"/Users/hillel/Code/flutter_client/ios","LOCSYMROOT":"/Users/hillel/Code/flutter_client/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"20G165","MAC_OS_X_VERSION_ACTUAL":"110600","MAC_OS_X_VERSION_MAJOR":"110000","MAC_OS_X_VERSION_MINOR":"110600","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","MODULES_FOLDER_PATH":"Runner.app/Modules","MODULE_CACHE_DIR":"/Users/hillel/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","OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal","OBJROOT":"/Users/hillel/Code/flutter_client/build/ios","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -ObjC -l\"c++\" -l\"sqlite3\" -l\"z\" -framework \"AVFoundation\" -framework \"AVKit\" -framework \"AppAuth\" -framework \"CoreGraphics\" -framework \"CoreText\" -framework \"DKImagePickerController\" -framework \"DKPhotoGallery\" -framework \"FMDB\" -framework \"Foundation\" -framework \"GTMAppAuth\" -framework \"GTMSessionFetcher\" -framework \"GoogleSignIn\" -framework \"ImageIO\" -framework \"LocalAuthentication\" -framework \"Photos\" -framework \"SDWebImage\" -framework \"SafariServices\" -framework \"Security\" -framework \"Sentry\" -framework \"SwiftyGif\" -framework \"SystemConfiguration\" -framework \"UIKit\" -framework \"contacts_service\" -framework \"device_info\" -framework \"file_picker\" -framework \"flutter_keyboard_visibility\" -framework \"flutter_share\" -framework \"google_sign_in\" -framework \"image_picker\" -framework \"local_auth\" -framework \"native_pdf_renderer\" -framework \"package_info\" -framework \"package_info_plus\" -framework \"path_provider\" -framework \"permission_handler\" -framework \"sentry_flutter\" -framework \"share\" -framework \"shared_preferences\" -framework \"sqflite\" -framework \"url_launcher\" -framework \"webview_flutter\" -weak_framework \"AuthenticationServices\" -ObjC -l\"c++\" -l\"sqlite3\" -l\"z\" -framework \"AVFoundation\" -framework \"AVKit\" -framework \"AppAuth\" -framework \"CoreGraphics\" -framework \"CoreText\" -framework \"DKImagePickerController\" -framework \"DKPhotoGallery\" -framework \"FMDB\" -framework \"Foundation\" -framework \"GTMAppAuth\" -framework \"GTMSessionFetcher\" -framework \"GoogleSignIn\" -framework \"ImageIO\" -framework \"LocalAuthentication\" -framework \"Photos\" -framework \"SDWebImage\" -framework \"SafariServices\" -framework \"Security\" -framework \"Sentry\" -framework \"SwiftyGif\" -framework \"SystemConfiguration\" -framework \"UIKit\" -framework \"contacts_service\" -framework \"device_info\" -framework \"file_picker\" -framework \"flutter_keyboard_visibility\" -framework \"flutter_share\" -framework \"google_sign_in\" -framework \"image_picker\" -framework \"local_auth\" -framework \"native_pdf_renderer\" -framework \"package_info\" -framework \"package_info_plus\" -framework \"path_provider\" -framework \"permission_handler\" -framework \"sentry_flutter\" -framework \"share\" -framework \"shared_preferences\" -framework \"sqflite\" -framework \"url_launcher\" -framework \"webview_flutter\" -weak_framework \"AuthenticationServices\"","OTHER_SWIFT_FLAGS":" -D COCOAPODS -D COCOAPODS","PACKAGE_CONFIG":"/Users/hillel/Code/flutter_client/.dart_tool/package_config.json","PACKAGE_TYPE":"com.apple.package-type.wrapper.application","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"Runner.app/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"19A339","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios","PODS_CONFIGURATION_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","PODS_PODFILE_DIR_PATH":"/Users/hillel/Code/flutter_client/ios/.","PODS_ROOT":"/Users/hillel/Code/flutter_client/ios/Pods","PODS_XCFRAMEWORKS_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/XCFrameworkIntermediates","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"com.invoiceninja.app","PRODUCT_BUNDLE_PACKAGE_TYPE":"APPL","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Users/hillel/Code/flutter_client/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/DerivedSources","PROJECT_DIR":"/Users/hillel/Code/flutter_client/ios","PROJECT_FILE_PATH":"/Users/hillel/Code/flutter_client/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build","PROJECT_TEMP_ROOT":"/Users/hillel/Code/flutter_client/build/ios","PROVISIONING_PROFILE_REQUIRED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"Runner.app/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESOURCE_RULES_REQUIRED":"YES","REZ_COLLECTOR_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_0":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-input-files-fb57668ec0c44d8b1bb55b39dadde944-resolved.xcfilelist","SCRIPT_INPUT_FILE_LIST_COUNT":"1","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_0":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-output-files-60b175cbb8d1b37801403ff2bac3ee32-resolved.xcfilelist","SCRIPT_OUTPUT_FILE_LIST_COUNT":"1","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR_iphoneos":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR_iphoneos15_0":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_NAME":"iphoneos15.0","SDK_NAMES":"iphoneos15.0","SDK_PRODUCT_BUILD_VERSION":"19A339","SDK_VERSION":"15.0","SDK_VERSION_ACTUAL":"150000","SDK_VERSION_MAJOR":"150000","SDK_VERSION_MINOR":"150000","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/hillel/Code/flutter_client/build/ios/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/hillel/Code/flutter_client/ios","SRCROOT":"/Users/hillel/Code/flutter_client/ios","STRINGSDATA_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch","STRINGSDATA_ROOT":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","STRINGS_FILE_INFOPLIST_RENAME":"YES","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"NO","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_MACCATALYST":"NO","SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD":"YES","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_EMIT_LOC_STRINGS":"NO","SWIFT_OBJC_BRIDGING_HEADER":"Runner/Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_arm64":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList","SWIFT_VERSION":"5.0","SYMROOT":"/Users/hillel/Code/flutter_client/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":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","TARGET_DEVICE_IDENTIFIER":"00008020-001335EC2281002E","TARGET_DEVICE_MODEL":"iPhone11,2","TARGET_DEVICE_OS_VERSION":"14.8","TARGET_DEVICE_PLATFORM_NAME":"iphoneos","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_ROOT":"/Users/hillel/Code/flutter_client/build/ios","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.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":"hillel","USER_APPS_DIR":"/Users/hillel/Applications","USER_LIBRARY_DIR":"/Users/hillel/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 armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"hillel","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-59\"","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":"13A1030d","XCODE_VERSION_ACTUAL":"1310","XCODE_VERSION_MAJOR":"1300","XCODE_VERSION_MINOR":"1310","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"working-directory":"/Users/hillel/Code/flutter_client/ios","control-enabled":false,"signature":"ed188b6889e5e6c74bbeccdbed3954ff"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:PhaseScriptExecution [CP] Embed Pods Frameworks /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-371142EF7FB55A9A40723721.sh": {"tool":"shell","description":"PhaseScriptExecution [CP] Embed Pods Frameworks /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-371142EF7FB55A9A40723721.sh","inputs":["/Users/hillel/Code/flutter_client/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks-Debug-input-files.xcfilelist/","/Users/hillel/Code/flutter_client/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks-Debug-output-files.xcfilelist","/Users/hillel/Code/flutter_client/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-input-files-e003b637d978213a16a44311db0dd55e-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-output-files-b25ae461ee0dbe69904ea4478e1bb621-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-371142EF7FB55A9A40723721.sh","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/AppAuth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/DKImagePickerController.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/DKPhotoGallery.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/FMDB.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/GTMAppAuth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/GTMSessionFetcher.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/SDWebImage.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/Sentry.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/SwiftyGif.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/contacts_service.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/device_info.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/file_picker.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/flutter_keyboard_visibility.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/flutter_share.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/image_picker.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/local_auth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/native_pdf_renderer.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/package_info.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/package_info_plus.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/path_provider.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/sentry_flutter.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/share.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/shared_preferences.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/sqflite.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/url_launcher.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/webview_flutter.framework"],"args":["/bin/sh","-c","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-371142EF7FB55A9A40723721.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALLOW_TARGET_PLATFORM_SPECIALIZATION":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"hillel","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"YES","ALWAYS_SEARCH_USER_PATHS":"NO","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"arm64","ARCHS_STANDARD":"arm64 armv7","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64 armv7","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","ASSETCATALOG_FILTER_FOR_DEVICE_MODEL":"iPhone11,2","ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION":"14.8","AVAILABLE_PLATFORMS":"appletvos appletvsimulator driverkit iphoneos iphonesimulator macosx watchos watchsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Users/hillel/Code/flutter_client/build/ios","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","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/89/jnly1lnd4m3d3f1jf2m4yjf80000gn/C/com.apple.DeveloperTools/13.1-13A1030d/Xcode","CCHROOT":"/var/folders/89/jnly1lnd4m3d3f1jf2m4yjf80000gn/C/com.apple.DeveloperTools/13.1-13A1030d/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_NONNULL":"YES","CLANG_CXX_LANGUAGE_STANDARD":"gnu++0x","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/Users/hillel/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":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","COCOAPODS_PARALLEL_CODE_SIGN":"true","CODESIGNING_FOLDER_PATH":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_IDENTITY":"iPhone Developer","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/hillel/Code/flutter_client/build/ios/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","CONFIGURATION_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos","CONTENTS_FOLDER_PATH":"Runner.app","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"NO","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator15.0","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_PROJECT_VERSION":"59","CURRENT_VARIANT":"normal","DART_DEFINES":"RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ==","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":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5 13.6 14.0 14.1 14.2 14.3 14.4 14.5 14.6 14.7 15.0","DERIVED_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER":"NO","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"en","DEVELOPMENT_TEAM":"NPC44Y2C98","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":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_APP_SANDBOX":"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_ALLOWED":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"YES","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"Runner.app/Executables","EXECUTABLE_FOLDER_PATH":"Runner.app","EXECUTABLE_NAME":"Runner","EXECUTABLE_PATH":"Runner.app/Runner","FILE_LIST":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/FixedFiles","FLUTTER_APPLICATION_PATH":"/Users/hillel/Code/flutter_client","FLUTTER_BUILD_DIR":"build","FLUTTER_BUILD_NAME":"5.0.59","FLUTTER_BUILD_NUMBER":"59","FLUTTER_ROOT":"/Users/hillel/Code/flutter","FLUTTER_TARGET":"/Users/hillel/Code/flutter_client/lib/main.dart","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter\" \"/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter\" \"/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks\" /Users/hillel/Code/flutter_client/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_ENABLE_CPP_EXCEPTIONS":"YES","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_NO_COMMON_BLOCKS":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","GCC_WARN_64_TO_32_BIT_CONVERSION":"YES","GCC_WARN_ABOUT_RETURN_TYPE":"YES_ERROR","GCC_WARN_UNDECLARED_SELECTOR":"YES","GCC_WARN_UNINITIALIZED_AUTOS":"YES_AGGRESSIVE","GCC_WARN_UNUSED_FUNCTION":"YES","GCC_WARN_UNUSED_VARIABLE":"YES","GENERATED_MODULEMAP_DIR":"/Users/hillel/Code/flutter_client/build/ios/GeneratedModuleMaps-iphoneos","GENERATE_INFOPLIST_FILE":"NO","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"YES","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/include \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/hillel","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":"hillel","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","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos /Users/hillel/Code/flutter_client/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios9.0","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZATION_EXPORT_SUPPORTED":"YES","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":"/Users/hillel/Code/flutter_client/ios","LOCSYMROOT":"/Users/hillel/Code/flutter_client/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"20G165","MAC_OS_X_VERSION_ACTUAL":"110600","MAC_OS_X_VERSION_MAJOR":"110000","MAC_OS_X_VERSION_MINOR":"110600","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","MODULES_FOLDER_PATH":"Runner.app/Modules","MODULE_CACHE_DIR":"/Users/hillel/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","OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal","OBJROOT":"/Users/hillel/Code/flutter_client/build/ios","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -ObjC -l\"c++\" -l\"sqlite3\" -l\"z\" -framework \"AVFoundation\" -framework \"AVKit\" -framework \"AppAuth\" -framework \"CoreGraphics\" -framework \"CoreText\" -framework \"DKImagePickerController\" -framework \"DKPhotoGallery\" -framework \"FMDB\" -framework \"Foundation\" -framework \"GTMAppAuth\" -framework \"GTMSessionFetcher\" -framework \"GoogleSignIn\" -framework \"ImageIO\" -framework \"LocalAuthentication\" -framework \"Photos\" -framework \"SDWebImage\" -framework \"SafariServices\" -framework \"Security\" -framework \"Sentry\" -framework \"SwiftyGif\" -framework \"SystemConfiguration\" -framework \"UIKit\" -framework \"contacts_service\" -framework \"device_info\" -framework \"file_picker\" -framework \"flutter_keyboard_visibility\" -framework \"flutter_share\" -framework \"google_sign_in\" -framework \"image_picker\" -framework \"local_auth\" -framework \"native_pdf_renderer\" -framework \"package_info\" -framework \"package_info_plus\" -framework \"path_provider\" -framework \"permission_handler\" -framework \"sentry_flutter\" -framework \"share\" -framework \"shared_preferences\" -framework \"sqflite\" -framework \"url_launcher\" -framework \"webview_flutter\" -weak_framework \"AuthenticationServices\" -ObjC -l\"c++\" -l\"sqlite3\" -l\"z\" -framework \"AVFoundation\" -framework \"AVKit\" -framework \"AppAuth\" -framework \"CoreGraphics\" -framework \"CoreText\" -framework \"DKImagePickerController\" -framework \"DKPhotoGallery\" -framework \"FMDB\" -framework \"Foundation\" -framework \"GTMAppAuth\" -framework \"GTMSessionFetcher\" -framework \"GoogleSignIn\" -framework \"ImageIO\" -framework \"LocalAuthentication\" -framework \"Photos\" -framework \"SDWebImage\" -framework \"SafariServices\" -framework \"Security\" -framework \"Sentry\" -framework \"SwiftyGif\" -framework \"SystemConfiguration\" -framework \"UIKit\" -framework \"contacts_service\" -framework \"device_info\" -framework \"file_picker\" -framework \"flutter_keyboard_visibility\" -framework \"flutter_share\" -framework \"google_sign_in\" -framework \"image_picker\" -framework \"local_auth\" -framework \"native_pdf_renderer\" -framework \"package_info\" -framework \"package_info_plus\" -framework \"path_provider\" -framework \"permission_handler\" -framework \"sentry_flutter\" -framework \"share\" -framework \"shared_preferences\" -framework \"sqflite\" -framework \"url_launcher\" -framework \"webview_flutter\" -weak_framework \"AuthenticationServices\"","OTHER_SWIFT_FLAGS":" -D COCOAPODS -D COCOAPODS","PACKAGE_CONFIG":"/Users/hillel/Code/flutter_client/.dart_tool/package_config.json","PACKAGE_TYPE":"com.apple.package-type.wrapper.application","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"Runner.app/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"19A339","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios","PODS_CONFIGURATION_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","PODS_PODFILE_DIR_PATH":"/Users/hillel/Code/flutter_client/ios/.","PODS_ROOT":"/Users/hillel/Code/flutter_client/ios/Pods","PODS_XCFRAMEWORKS_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/XCFrameworkIntermediates","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"com.invoiceninja.app","PRODUCT_BUNDLE_PACKAGE_TYPE":"APPL","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Users/hillel/Code/flutter_client/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/DerivedSources","PROJECT_DIR":"/Users/hillel/Code/flutter_client/ios","PROJECT_FILE_PATH":"/Users/hillel/Code/flutter_client/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build","PROJECT_TEMP_ROOT":"/Users/hillel/Code/flutter_client/build/ios","PROVISIONING_PROFILE_REQUIRED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"Runner.app/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESOURCE_RULES_REQUIRED":"YES","REZ_COLLECTOR_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_0":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-input-files-e003b637d978213a16a44311db0dd55e-resolved.xcfilelist","SCRIPT_INPUT_FILE_LIST_COUNT":"1","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_0":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-output-files-b25ae461ee0dbe69904ea4478e1bb621-resolved.xcfilelist","SCRIPT_OUTPUT_FILE_LIST_COUNT":"1","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR_iphoneos":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR_iphoneos15_0":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_NAME":"iphoneos15.0","SDK_NAMES":"iphoneos15.0","SDK_PRODUCT_BUILD_VERSION":"19A339","SDK_VERSION":"15.0","SDK_VERSION_ACTUAL":"150000","SDK_VERSION_MAJOR":"150000","SDK_VERSION_MINOR":"150000","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/hillel/Code/flutter_client/build/ios/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/hillel/Code/flutter_client/ios","SRCROOT":"/Users/hillel/Code/flutter_client/ios","STRINGSDATA_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch","STRINGSDATA_ROOT":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","STRINGS_FILE_INFOPLIST_RENAME":"YES","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"NO","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_MACCATALYST":"NO","SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD":"YES","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_EMIT_LOC_STRINGS":"NO","SWIFT_OBJC_BRIDGING_HEADER":"Runner/Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_arm64":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList","SWIFT_VERSION":"5.0","SYMROOT":"/Users/hillel/Code/flutter_client/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":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","TARGET_DEVICE_IDENTIFIER":"00008020-001335EC2281002E","TARGET_DEVICE_MODEL":"iPhone11,2","TARGET_DEVICE_OS_VERSION":"14.8","TARGET_DEVICE_PLATFORM_NAME":"iphoneos","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_ROOT":"/Users/hillel/Code/flutter_client/build/ios","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.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":"hillel","USER_APPS_DIR":"/Users/hillel/Applications","USER_LIBRARY_DIR":"/Users/hillel/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 armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"hillel","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-59\"","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":"13A1030d","XCODE_VERSION_ACTUAL":"1310","XCODE_VERSION_MAJOR":"1300","XCODE_VERSION_MINOR":"1310","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"working-directory":"/Users/hillel/Code/flutter_client/ios","control-enabled":false,"signature":"6379d88dbdab4e974ea4c563934d075b"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:ProcessInfoPlistFile /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Info.plist /Users/hillel/Code/flutter_client/ios/Runner/Info.plist": {"tool":"info-plist-processor","description":"ProcessInfoPlistFile /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Info.plist /Users/hillel/Code/flutter_client/ios/Runner/Info.plist","inputs":["/Users/hillel/Code/flutter_client/ios/Runner/Info.plist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/assetcatalog_generated_info.plist","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Info.plist"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:RegisterExecutionPolicyException /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app": {"tool":"register-execution-policy-exception","description":"RegisterExecutionPolicyException /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","inputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","","",""],"outputs":[""]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:Touch /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app": {"tool":"shell","description":"Touch /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","inputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","","",""],"outputs":[""],"args":["/usr/bin/touch","-c","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app"],"env":{},"working-directory":"/Users/hillel/Code/flutter_client/ios","signature":"c192226f0d49b06d9b1411ab2e5d9a97"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:Validate /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app": {"tool":"validate-product","description":"Validate /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","inputs":["","","",""],"outputs":[""]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner_vers.c": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner_vers.c","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner_vers.c"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-input-files-fb57668ec0c44d8b1bb55b39dadde944-resolved.xcfilelist": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-input-files-fb57668ec0c44d8b1bb55b39dadde944-resolved.xcfilelist","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-input-files-fb57668ec0c44d8b1bb55b39dadde944-resolved.xcfilelist"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-input-files-e003b637d978213a16a44311db0dd55e-resolved.xcfilelist": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-input-files-e003b637d978213a16a44311db0dd55e-resolved.xcfilelist","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-input-files-e003b637d978213a16a44311db0dd55e-resolved.xcfilelist"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-OutputFileMap.json": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-OutputFileMap.json","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-OutputFileMap.json"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-output-files-60b175cbb8d1b37801403ff2bac3ee32-resolved.xcfilelist": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-output-files-60b175cbb8d1b37801403ff2bac3ee32-resolved.xcfilelist","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-output-files-60b175cbb8d1b37801403ff2bac3ee32-resolved.xcfilelist"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-output-files-b25ae461ee0dbe69904ea4478e1bb621-resolved.xcfilelist": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-output-files-b25ae461ee0dbe69904ea4478e1bb621-resolved.xcfilelist","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-output-files-b25ae461ee0dbe69904ea4478e1bb621-resolved.xcfilelist"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner.hmap","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner.hmap"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-2602E128BF96B58270FD1A6E.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-2602E128BF96B58270FD1A6E.sh","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-2602E128BF96B58270FD1A6E.sh"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-371142EF7FB55A9A40723721.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-371142EF7FB55A9A40723721.sh","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-371142EF7FB55A9A40723721.sh"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-8F0B3639348029B79CCB42B7.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-8F0B3639348029B79CCB42B7.sh","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-8F0B3639348029B79CCB42B7.sh"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/all-product-headers.yaml": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/all-product-headers.yaml","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/all-product-headers.yaml"]} - diff --git a/ios/build/XCBuildData/3986377094c24c5d9c7c428977f7c0bc-targetGraph.txt b/ios/build/XCBuildData/3986377094c24c5d9c7c428977f7c0bc-targetGraph.txt deleted file mode 100644 index 761b0c9e3..000000000 --- a/ios/build/XCBuildData/3986377094c24c5d9c7c428977f7c0bc-targetGraph.txt +++ /dev/null @@ -1,2 +0,0 @@ -Target dependency graph (1 target) -Runner in Runner, no dependencies \ No newline at end of file diff --git a/ios/build/XCBuildData/5507128d45334e275d5b0a23380d75e2-buildRequest.json b/ios/build/XCBuildData/5507128d45334e275d5b0a23380d75e2-buildRequest.json deleted file mode 100644 index 207114ae4..000000000 --- a/ios/build/XCBuildData/5507128d45334e275d5b0a23380d75e2-buildRequest.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "buildCommand" : "prepareForIndexing", - "configuredTargets" : [ - { - "guid" : "fba13f46396b78897f245daec82cd89d88a783a885d8b0b3beb2e9f90bde3f49" - } - ], - "continueBuildingAfterErrors" : true, - "enableIndexBuildArena" : false, - "hideShellScriptEnvironment" : false, - "parameters" : { - "action" : "build", - "activeArchitecture" : "arm64", - "activeRunDestination" : { - "disableOnlyActiveArch" : false, - "platform" : "iphoneos", - "sdk" : "iphoneos14.5", - "sdkVariant" : "iphoneos", - "supportedArchitectures" : [ - "arm64e", - "arm64v8", - "arm64", - "armv8" - ], - "targetArchitecture" : "arm64" - }, - "arenaInfo" : { - "buildIntermediatesPath" : "", - "buildProductsPath" : "", - "derivedDataPath" : "/Users/hillel/Library/Developer/Xcode/DerivedData", - "indexDataStoreFolderPath" : "/Users/hillel/Library/Developer/Xcode/DerivedData/Runner-hiackwtmnkwhnldsacqheylutkpx/Index/DataStore", - "indexEnableDataStore" : true, - "indexPCHPath" : "/Users/hillel/Library/Developer/Xcode/DerivedData/Runner-hiackwtmnkwhnldsacqheylutkpx/Index/PrecompiledHeaders", - "pchPath" : "" - }, - "configurationName" : "Debug", - "overrides" : { - "synthesized" : { - "table" : { - "ASSETCATALOG_FILTER_FOR_DEVICE_MODEL" : "iPhone11,2", - "ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION" : "14.6", - "BUILD_ACTIVE_RESOURCES_ONLY" : "YES", - "ENABLE_PREVIEWS" : "NO", - "TARGET_DEVICE_IDENTIFIER" : "00008020-001335EC2281002E", - "TARGET_DEVICE_MODEL" : "iPhone11,2", - "TARGET_DEVICE_OS_VERSION" : "14.6", - "TARGET_DEVICE_PLATFORM_NAME" : "iphoneos" - } - } - } - }, - "qos" : "default", - "schemeCommand" : "launch", - "shouldCollectMetrics" : false, - "showNonLoggedProgress" : true, - "useDryRun" : true, - "useImplicitDependencies" : true, - "useLegacyBuildLocations" : false, - "useParallelTargets" : true -} \ No newline at end of file diff --git a/ios/build/XCBuildData/5507128d45334e275d5b0a23380d75e2-targetGraph.txt b/ios/build/XCBuildData/5507128d45334e275d5b0a23380d75e2-targetGraph.txt deleted file mode 100644 index baf1008eb..000000000 --- a/ios/build/XCBuildData/5507128d45334e275d5b0a23380d75e2-targetGraph.txt +++ /dev/null @@ -1,2 +0,0 @@ -Target dependency graph (1 target) -Runner in Runner \ No newline at end of file diff --git a/ios/build/XCBuildData/BuildDescriptionCacheIndex-6268d0d6a09dde60f2be5c09130b7088 b/ios/build/XCBuildData/BuildDescriptionCacheIndex-6268d0d6a09dde60f2be5c09130b7088 deleted file mode 100644 index fff15b1f5..000000000 Binary files a/ios/build/XCBuildData/BuildDescriptionCacheIndex-6268d0d6a09dde60f2be5c09130b7088 and /dev/null differ diff --git a/ios/build/XCBuildData/abd2efa16b2edfe0cbb36a659f19f347-buildRequest.json b/ios/build/XCBuildData/abd2efa16b2edfe0cbb36a659f19f347-buildRequest.json deleted file mode 100644 index ae76b7859..000000000 --- a/ios/build/XCBuildData/abd2efa16b2edfe0cbb36a659f19f347-buildRequest.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "_buildCommand2" : { - "command" : "prepareForIndexing", - "enableIndexBuildArena" : false, - "targets" : null - }, - "buildCommand" : "build", - "configuredTargets" : [ - { - "guid" : "18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49" - } - ], - "containerPath" : "/Users/hillel/Code/flutter_client/ios/Runner.xcodeproj", - "continueBuildingAfterErrors" : true, - "enableIndexBuildArena" : false, - "hideShellScriptEnvironment" : false, - "parameters" : { - "action" : "build", - "activeArchitecture" : "arm64", - "activeRunDestination" : { - "disableOnlyActiveArch" : false, - "platform" : "iphoneos", - "sdk" : "iphoneos15.0", - "sdkVariant" : "iphoneos", - "supportedArchitectures" : [ - "arm64e", - "arm64v8", - "arm64", - "armv8" - ], - "targetArchitecture" : "arm64" - }, - "arenaInfo" : { - "buildIntermediatesPath" : "", - "buildProductsPath" : "", - "derivedDataPath" : "/Users/hillel/Library/Developer/Xcode/DerivedData", - "indexDataStoreFolderPath" : "/Users/hillel/Library/Developer/Xcode/DerivedData/Runner-hiackwtmnkwhnldsacqheylutkpx/Index/DataStore", - "indexEnableDataStore" : true, - "indexPCHPath" : "/Users/hillel/Library/Developer/Xcode/DerivedData/Runner-hiackwtmnkwhnldsacqheylutkpx/Index/PrecompiledHeaders", - "pchPath" : "" - }, - "configurationName" : "Debug", - "overrides" : { - "synthesized" : { - "table" : { - "ASSETCATALOG_FILTER_FOR_DEVICE_MODEL" : "iPhone11,2", - "ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION" : "14.8", - "BUILD_ACTIVE_RESOURCES_ONLY" : "YES", - "ENABLE_PREVIEWS" : "NO", - "TARGET_DEVICE_IDENTIFIER" : "00008020-001335EC2281002E", - "TARGET_DEVICE_MODEL" : "iPhone11,2", - "TARGET_DEVICE_OS_VERSION" : "14.8", - "TARGET_DEVICE_PLATFORM_NAME" : "iphoneos" - } - } - } - }, - "schemeCommand" : "launch", - "schemeCommand2" : "launch", - "shouldCollectMetrics" : false, - "showNonLoggedProgress" : true, - "useDryRun" : false, - "useImplicitDependencies" : true, - "useLegacyBuildLocations" : false, - "useParallelTargets" : true -} \ No newline at end of file diff --git a/ios/build/XCBuildData/abd2efa16b2edfe0cbb36a659f19f347-desc.xcbuild b/ios/build/XCBuildData/abd2efa16b2edfe0cbb36a659f19f347-desc.xcbuild deleted file mode 100644 index 90541f09a..000000000 Binary files a/ios/build/XCBuildData/abd2efa16b2edfe0cbb36a659f19f347-desc.xcbuild and /dev/null differ diff --git a/ios/build/XCBuildData/abd2efa16b2edfe0cbb36a659f19f347-manifest.xcbuild b/ios/build/XCBuildData/abd2efa16b2edfe0cbb36a659f19f347-manifest.xcbuild deleted file mode 100644 index 1021fd7aa..000000000 --- a/ios/build/XCBuildData/abd2efa16b2edfe0cbb36a659f19f347-manifest.xcbuild +++ /dev/null @@ -1,119 +0,0 @@ -client: - name: basic - version: 0 - file-system: default - -targets: - "": [""] - -nodes: - "/Users/hillel/Code/flutter_client/build/ios": {"is-mutated":true} - "/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos": {"is-mutated":true} - "/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app": {"is-mutated":true} - "/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Runner": {"is-mutated":true} - "": {"is-command-timestamp":true} - "": {"is-command-timestamp":true} - "": {"is-command-timestamp":true} - -commands: - "::CreateBuildDirectory /Users/hillel/Code/flutter_client/build/ios": {"tool":"create-build-directory","description":"CreateBuildDirectory /Users/hillel/Code/flutter_client/build/ios","inputs":[],"outputs":["","/Users/hillel/Code/flutter_client/build/ios"]} - "::CreateBuildDirectory /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos": {"tool":"create-build-directory","description":"CreateBuildDirectory /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","inputs":["/Users/hillel/Code/flutter_client/build/ios"],"outputs":["","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos"]} - "": {"tool":"phony","inputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/_CodeSignature","",""],"outputs":[""]} - "": {"tool":"stale-file-removal","expectedOutputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Runner","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/_CodeSignature","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/assetcatalog_generated_info.plist","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Assets.car","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/Main.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-Swift.h","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/AppFrameworkInfo.plist","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/GoogleService-Info.plist","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Runner","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Base.lproj/Main.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner-Swift.h","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/GoogleSignIn.bundle","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/AppAuth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/DKImagePickerController.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/DKPhotoGallery.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/FMDB.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/GTMAppAuth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/GTMSessionFetcher.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/SDWebImage.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/Sentry.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/SwiftyGif.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/contacts_service.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/device_info.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/file_picker.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/flutter_keyboard_visibility.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/flutter_share.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/image_picker.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/local_auth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/native_pdf_renderer.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/package_info.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/package_info_plus.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/path_provider.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/sentry_flutter.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/share.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/shared_preferences.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/sqflite.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/url_launcher.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/webview_flutter.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Info.plist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner.app.xcent","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/embedded.mobileprovision","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Entitlements.plist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner_vers.c","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-input-files-fb57668ec0c44d8b1bb55b39dadde944-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-input-files-e003b637d978213a16a44311db0dd55e-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-OutputFileMap.json","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-output-files-60b175cbb8d1b37801403ff2bac3ee32-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-output-files-b25ae461ee0dbe69904ea4478e1bb621-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-2602E128BF96B58270FD1A6E.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-371142EF7FB55A9A40723721.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-8F0B3639348029B79CCB42B7.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/all-product-headers.yaml"],"roots":["/tmp/Runner.dst","/Users/hillel/Code/flutter_client/build/ios","/Users/hillel/Code/flutter_client/build/ios"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangeAlternatePermissions": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--Barrier-ChangePermissions": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--Barrier-CodeSign": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--Barrier-CopyAside": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--Barrier-RegisterExecutionPolicyException": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--Barrier-RegisterProduct": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--Barrier-StripSymbols": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--Barrier-Validate": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--CopySwiftPackageResourcesTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--DocumentationTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--GeneratedFilesTaskProducer": {"tool":"phony","inputs":["","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner.app.xcent","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/embedded.mobileprovision","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Entitlements.plist"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--HeadermapTaskProducer": {"tool":"phony","inputs":["","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/all-product-headers.yaml"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--InfoPlistTaskProducer": {"tool":"phony","inputs":["","","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Info.plist"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--ModuleMapTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--ProductPostprocessingTaskProducer": {"tool":"phony","inputs":["","","","","","","","","","","","","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--ProductStructureTaskProducer": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--SanitizerTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--StubBinaryTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--SwiftABIBaselineGenerationTaskProducer": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--SwiftFrameworkABICheckerTaskProducer": {"tool":"phony","inputs":["","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--SwiftStandardLibrariesTaskProducer": {"tool":"phony","inputs":["","","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--TestHostTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--TestTargetPostprocessingTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--TestTargetTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--VersionPlistTaskProducer": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--begin-compiling": {"tool":"phony","inputs":["","","","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--copy-headers-completion": {"tool":"phony","inputs":[""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--end": {"tool":"phony","inputs":["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/assetcatalog_generated_info.plist","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Assets.car","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/Main.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-Swift.h","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/AppFrameworkInfo.plist","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/GoogleService-Info.plist","","","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Base.lproj/Main.storyboardc","","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner-Swift.h","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64.swiftsourceinfo","","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/GoogleSignIn.bundle","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/AppAuth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/DKImagePickerController.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/DKPhotoGallery.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/FMDB.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/GTMAppAuth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/GTMSessionFetcher.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/SDWebImage.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/Sentry.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/SwiftyGif.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/contacts_service.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/device_info.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/file_picker.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/flutter_keyboard_visibility.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/flutter_share.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/image_picker.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/local_auth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/native_pdf_renderer.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/package_info.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/package_info_plus.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/path_provider.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/sentry_flutter.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/share.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/shared_preferences.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/sqflite.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/url_launcher.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/webview_flutter.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Info.plist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner.app.xcent","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/embedded.mobileprovision","","","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Entitlements.plist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner_vers.c","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-input-files-fb57668ec0c44d8b1bb55b39dadde944-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-input-files-e003b637d978213a16a44311db0dd55e-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-OutputFileMap.json","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-output-files-60b175cbb8d1b37801403ff2bac3ee32-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-output-files-b25ae461ee0dbe69904ea4478e1bb621-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-2602E128BF96B58270FD1A6E.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-371142EF7FB55A9A40723721.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-8F0B3639348029B79CCB42B7.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/all-product-headers.yaml"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--entry": {"tool":"phony","inputs":["","","","","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--generated-headers": {"tool":"phony","inputs":["","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-Swift.h","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner-Swift.h"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--immediate": {"tool":"phony","inputs":["","","","",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--modules-ready": {"tool":"phony","inputs":["","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-Swift.h","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner-Swift.h","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64.swiftsourceinfo","","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/GoogleSignIn.bundle","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/AppAuth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/DKImagePickerController.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/DKPhotoGallery.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/FMDB.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/GTMAppAuth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/GTMSessionFetcher.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/SDWebImage.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/Sentry.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/SwiftyGif.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/contacts_service.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/device_info.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/file_picker.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/flutter_keyboard_visibility.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/flutter_share.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/image_picker.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/local_auth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/native_pdf_renderer.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/package_info.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/package_info_plus.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/path_provider.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/sentry_flutter.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/share.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/shared_preferences.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/sqflite.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/url_launcher.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/webview_flutter.framework","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-input-files-fb57668ec0c44d8b1bb55b39dadde944-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-input-files-e003b637d978213a16a44311db0dd55e-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-output-files-60b175cbb8d1b37801403ff2bac3ee32-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-output-files-b25ae461ee0dbe69904ea4478e1bb621-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-2602E128BF96B58270FD1A6E.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-371142EF7FB55A9A40723721.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-8F0B3639348029B79CCB42B7.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--package-copy-files-phase": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--phase0--cp--check-pods-manifest-lock": {"tool":"phony","inputs":["","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-8F0B3639348029B79CCB42B7.sh"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--phase1-run-script": {"tool":"phony","inputs":["","","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--phase2-compile-sources": {"tool":"phony","inputs":["","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-Swift.h","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftdoc","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner-Swift.h","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner_vers.c","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-OutputFileMap.json","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--phase4-copy-bundle-resources": {"tool":"phony","inputs":["","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/assetcatalog_generated_info.plist","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Assets.car","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/Main.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/AppFrameworkInfo.plist","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/GoogleService-Info.plist","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Base.lproj/Main.storyboardc"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--phase5-copy-files": {"tool":"phony","inputs":["",""],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--phase6-thin-binary": {"tool":"phony","inputs":["","","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--phase7--cp--embed-pods-frameworks": {"tool":"phony","inputs":["","","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/AppAuth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/DKImagePickerController.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/DKPhotoGallery.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/FMDB.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/GTMAppAuth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/GTMSessionFetcher.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/SDWebImage.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/Sentry.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/SwiftyGif.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/contacts_service.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/device_info.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/file_picker.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/flutter_keyboard_visibility.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/flutter_share.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/image_picker.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/local_auth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/native_pdf_renderer.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/package_info.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/package_info_plus.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/path_provider.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/sentry_flutter.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/share.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/shared_preferences.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/sqflite.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/url_launcher.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/webview_flutter.framework","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-input-files-e003b637d978213a16a44311db0dd55e-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-output-files-b25ae461ee0dbe69904ea4478e1bb621-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-371142EF7FB55A9A40723721.sh"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--phase8--cp--copy-pods-resources": {"tool":"phony","inputs":["","","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/GoogleSignIn.bundle","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-input-files-fb57668ec0c44d8b1bb55b39dadde944-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-output-files-60b175cbb8d1b37801403ff2bac3ee32-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-2602E128BF96B58270FD1A6E.sh"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--unsigned-product-ready": {"tool":"phony","inputs":["","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-Swift.h","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftdoc","","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner-Swift.h","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftdoc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64.swiftsourceinfo","","","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/GoogleSignIn.bundle","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/AppAuth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/DKImagePickerController.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/DKPhotoGallery.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/FMDB.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/GTMAppAuth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/GTMSessionFetcher.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/SDWebImage.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/Sentry.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/SwiftyGif.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/contacts_service.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/device_info.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/file_picker.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/flutter_keyboard_visibility.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/flutter_share.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/image_picker.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/local_auth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/native_pdf_renderer.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/package_info.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/package_info_plus.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/path_provider.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/sentry_flutter.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/share.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/shared_preferences.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/sqflite.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/url_launcher.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/webview_flutter.framework","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner.app.xcent","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/embedded.mobileprovision","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Entitlements.plist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner_vers.c","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-input-files-fb57668ec0c44d8b1bb55b39dadde944-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-input-files-e003b637d978213a16a44311db0dd55e-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-OutputFileMap.json","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-output-files-60b175cbb8d1b37801403ff2bac3ee32-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-output-files-b25ae461ee0dbe69904ea4478e1bb621-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-2602E128BF96B58270FD1A6E.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-371142EF7FB55A9A40723721.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-8F0B3639348029B79CCB42B7.sh","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh"],"outputs":[""]} - "Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49--will-sign": {"tool":"phony","inputs":[""],"outputs":[""]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:CodeSign /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app": {"tool":"shell","description":"CodeSign /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","inputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/AppAuth.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/DKImagePickerController.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/DKPhotoGallery.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/FMDB.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/GTMAppAuth.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/GTMSessionFetcher.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/SDWebImage.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/Sentry.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/SwiftyGif.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/contacts_service.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/device_info.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/file_picker.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/flutter_keyboard_visibility.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/flutter_share.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/image_picker.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/local_auth.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/native_pdf_renderer.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/package_info.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/package_info_plus.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/path_provider.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/sentry_flutter.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/share.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/shared_preferences.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/sqflite.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/url_launcher.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/webview_flutter.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/GoogleSignIn.bundle/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Info.plist/","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner.app.xcent/","/Users/hillel/Code/flutter_client/ios/Flutter/AppFrameworkInfo.plist/","/Users/hillel/Code/flutter_client/ios/Runner/AppDelegate.swift/","/Users/hillel/Code/flutter_client/ios/Runner/Assets.xcassets/","/Users/hillel/Code/flutter_client/ios/Runner/Base.lproj/LaunchScreen.storyboard/","/Users/hillel/Code/flutter_client/ios/Runner/Base.lproj/Main.storyboard/","/Users/hillel/Code/flutter_client/ios/Runner/GeneratedPluginRegistrant.m/","/Users/hillel/Code/flutter_client/ios/Runner/GoogleService-Info.plist/","","","","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/_CodeSignature","",""],"args":["/usr/bin/codesign","--force","--sign","AEE63921931DE8DE89DDE8CE62B9793A12E8C711","--entitlements","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner.app.xcent","--timestamp=none","--generate-entitlement-der","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app"],"env":{"CODESIGN_ALLOCATE":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate"},"can-safely-interrupt":false,"working-directory":"/Users/hillel/Code/flutter_client/ios","signature":"feab064ffe34135bfd3868c49c63c126"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileAssetCatalog /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app /Users/hillel/Code/flutter_client/ios/Runner/Assets.xcassets": {"tool":"shell","description":"CompileAssetCatalog /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app /Users/hillel/Code/flutter_client/ios/Runner/Assets.xcassets","inputs":["/Users/hillel/Code/flutter_client/ios/Runner/Assets.xcassets/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/assetcatalog_generated_info.plist","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Assets.car"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/actool","--output-format","human-readable-text","--notices","--warnings","--export-dependency-info","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/assetcatalog_dependencies","--output-partial-info-plist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/assetcatalog_generated_info.plist","--app-icon","AppIcon","--compress-pngs","--enable-on-demand-resources","YES","--filter-for-device-model","iPhone11,2","--filter-for-device-os-version","14.8","--development-region","en","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","9.0","--platform","iphoneos","--compile","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","/Users/hillel/Code/flutter_client/ios/Runner/Assets.xcassets"],"env":{},"working-directory":"/Users/hillel/Code/flutter_client/ios","control-enabled":false,"deps":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/assetcatalog_dependencies"],"deps-style":"dependency-info","signature":"20fe20cadf5827076004ef49c6cbd3b5"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileC /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o /Users/hillel/Code/flutter_client/ios/Runner/GeneratedPluginRegistrant.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o /Users/hillel/Code/flutter_client/ios/Runner/GeneratedPluginRegistrant.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/hillel/Code/flutter_client/ios/Runner/GeneratedPluginRegistrant.m","","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","objective-c","-target","arm64-apple-ios9.0","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fobjc-arc","-fmodules","-gmodules","-fmodules-cache-path=/Users/hillel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/hillel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","-fmodules-validate-once-per-build-session","-Wnon-modular-include-in-framework-module","-Werror=non-modular-include-in-framework-module","-Wno-trigraphs","-fpascal-strings","-O0","-fno-common","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Werror=return-type","-Wunreachable-code","-Wno-implicit-atomic-properties","-Werror=deprecated-objc-isa-usage","-Wno-objc-interface-ivars","-Werror=objc-root-class","-Wno-arc-repeated-use-of-weak","-Wimplicit-retain-self","-Wduplicate-method-match","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wunused-function","-Wno-unused-label","-Wno-unused-parameter","-Wunused-variable","-Wunused-value","-Wempty-body","-Wuninitialized","-Wconditional-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wconstant-conversion","-Wint-conversion","-Wbool-conversion","-Wenum-conversion","-Wno-float-conversion","-Wnon-literal-null-conversion","-Wobjc-literal-conversion","-Wshorten-64-to-32","-Wpointer-sign","-Wno-newline-eof","-Wno-selector","-Wno-strict-selector-match","-Wundeclared-selector","-Wdeprecated-implementations","-DDEBUG=1","-DCOCOAPODS=1","-DCOCOAPODS=1","-DOBJC_OLD_DISPATCH_PROTOTYPES=0","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","-fstrict-aliasing","-Wprotocol","-Wdeprecated-declarations","-g","-Wno-sign-conversion","-Winfinite-recursion","-Wcomma","-Wblock-capture-autoreleasing","-Wstrict-prototypes","-Wno-semicolon-before-method-body","-index-store-path","/Users/hillel/Library/Developer/Xcode/DerivedData/Runner-hiackwtmnkwhnldsacqheylutkpx/Index/DataStore","-iquote","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap","-iquote","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/include","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources-normal/arm64","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/arm64","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter","-F/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter","-F/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks","-F/Users/hillel/Code/flutter_client/ios/Flutter","-MMD","-MT","dependencies","-MF","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.d","--serialize-diagnostics","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.dia","-c","/Users/hillel/Code/flutter_client/ios/Runner/GeneratedPluginRegistrant.m","-o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Users/hillel/Code/flutter_client/ios","deps":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.d"],"deps-style":"makefile","signature":"328e90e60c5798a3a814a509a91f8397"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileC /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner_vers.c","","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","c","-target","arm64-apple-ios9.0","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-std=gnu99","-fmodules","-gmodules","-fmodules-cache-path=/Users/hillel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-fmodules-prune-interval=86400","-fmodules-prune-after=345600","-fbuild-session-file=/Users/hillel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation","-fmodules-validate-once-per-build-session","-Wnon-modular-include-in-framework-module","-Werror=non-modular-include-in-framework-module","-Wno-trigraphs","-fpascal-strings","-O0","-fno-common","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Werror=return-type","-Wunreachable-code","-Werror=deprecated-objc-isa-usage","-Werror=objc-root-class","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wunused-function","-Wno-unused-label","-Wno-unused-parameter","-Wunused-variable","-Wunused-value","-Wempty-body","-Wuninitialized","-Wconditional-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wconstant-conversion","-Wint-conversion","-Wbool-conversion","-Wenum-conversion","-Wno-float-conversion","-Wnon-literal-null-conversion","-Wobjc-literal-conversion","-Wshorten-64-to-32","-Wpointer-sign","-Wno-newline-eof","-DDEBUG=1","-DCOCOAPODS=1","-DCOCOAPODS=1","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","-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/hillel/Library/Developer/Xcode/DerivedData/Runner-hiackwtmnkwhnldsacqheylutkpx/Index/DataStore","-iquote","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap","-iquote","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/include","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources-normal/arm64","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/arm64","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter","-F/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter","-F/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks","-F/Users/hillel/Code/flutter_client/ios/Flutter","-MMD","-MT","dependencies","-MF","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.d","--serialize-diagnostics","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.dia","-c","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner_vers.c","-o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Users/hillel/Code/flutter_client/ios","deps":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.d"],"deps-style":"makefile","signature":"7db426df693a118d3ade30713734d908"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileStoryboard /Users/hillel/Code/flutter_client/ios/Runner/Base.lproj/LaunchScreen.storyboard": {"tool":"shell","description":"CompileStoryboard /Users/hillel/Code/flutter_client/ios/Runner/Base.lproj/LaunchScreen.storyboard","inputs":["/Users/hillel/Code/flutter_client/ios/Runner/Base.lproj/LaunchScreen.storyboard","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool","--errors","--warnings","--notices","--module","Runner","--output-partial-info-plist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/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","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj","/Users/hillel/Code/flutter_client/ios/Runner/Base.lproj/LaunchScreen.storyboard"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Users/hillel/Code/flutter_client/ios","control-enabled":false,"signature":"abef1d9b57c5b47a13f2218ce0c586be"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileStoryboard /Users/hillel/Code/flutter_client/ios/Runner/Base.lproj/Main.storyboard": {"tool":"shell","description":"CompileStoryboard /Users/hillel/Code/flutter_client/ios/Runner/Base.lproj/Main.storyboard","inputs":["/Users/hillel/Code/flutter_client/ios/Runner/Base.lproj/Main.storyboard","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/Main.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool","--errors","--warnings","--notices","--module","Runner","--output-partial-info-plist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/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","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj","/Users/hillel/Code/flutter_client/ios/Runner/Base.lproj/Main.storyboard"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Users/hillel/Code/flutter_client/ios","control-enabled":false,"signature":"6c71f1eebdd430003b0ce2e465c828fc"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler": {"tool":"shell","description":"CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler","inputs":["/Users/hillel/Code/flutter_client/ios/Runner/AppDelegate.swift","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-OutputFileMap.json","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap","","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftsourceinfo","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-Swift.h","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/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","@/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList","-D","COCOAPODS","-D","COCOAPODS","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","-target","arm64-apple-ios9.0","-g","-module-cache-path","/Users/hillel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex","-Xfrontend","-serialize-debugging-options","-enable-testing","-index-store-path","/Users/hillel/Library/Developer/Xcode/DerivedData/Runner-hiackwtmnkwhnldsacqheylutkpx/Index/DataStore","-swift-version","5","-I","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter","-F","/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher","-F","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter","-F","/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks","-F","/Users/hillel/Code/flutter_client/ios/Flutter","-parse-as-library","-c","-j12","-output-file-map","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-OutputFileMap.json","-parseable-output","-serialize-diagnostics","-emit-dependencies","-emit-module","-emit-module-path","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/swift-overrides.hmap","-Xcc","-iquote","-Xcc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap","-Xcc","-iquote","-Xcc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/include","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources-normal/arm64","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/arm64","-Xcc","-I/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","-Xcc","-DDEBUG=1","-Xcc","-DCOCOAPODS=1","-Xcc","-DCOCOAPODS=1","-emit-objc-header","-emit-objc-header-path","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-Swift.h","-import-objc-header","/Users/hillel/Code/flutter_client/ios/Runner/Runner-Bridging-Header.h","-pch-output-dir","/Users/hillel/Code/flutter_client/build/ios/SharedPrecompiledHeaders","-working-directory","/Users/hillel/Code/flutter_client/ios"],"env":{"DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk"},"working-directory":"/Users/hillel/Code/flutter_client/ios","deps":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.d"],"deps-style":"makefile","signature":"19d585a1a20c9cd90557fb29a009a13f"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:CopyPlistFile /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/AppFrameworkInfo.plist /Users/hillel/Code/flutter_client/ios/Flutter/AppFrameworkInfo.plist": {"tool":"copy-plist","description":"CopyPlistFile /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/AppFrameworkInfo.plist /Users/hillel/Code/flutter_client/ios/Flutter/AppFrameworkInfo.plist","inputs":["/Users/hillel/Code/flutter_client/ios/Flutter/AppFrameworkInfo.plist","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/AppFrameworkInfo.plist"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:CopyPlistFile /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/GoogleService-Info.plist /Users/hillel/Code/flutter_client/ios/Runner/GoogleService-Info.plist": {"tool":"copy-plist","description":"CopyPlistFile /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/GoogleService-Info.plist /Users/hillel/Code/flutter_client/ios/Runner/GoogleService-Info.plist","inputs":["/Users/hillel/Code/flutter_client/ios/Runner/GoogleService-Info.plist","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/GoogleService-Info.plist"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:CopySwiftLibs /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app": {"tool":"embed-swift-stdlib","description":"CopySwiftLibs /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","inputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Runner","","",""],"outputs":[""],"deps":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/SwiftStdLibToolInputDependencies.dep"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:Ld /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Runner normal": {"tool":"shell","description":"Ld /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Runner normal","inputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_vers.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Runner","",""],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-target","arm64-apple-ios9.0","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","-L/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","-L/Users/hillel/Code/flutter_client/ios/Flutter","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter","-F/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher","-F/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter","-F/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks","-F/Users/hillel/Code/flutter_client/ios/Flutter","-filelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/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","-Xlinker","-rpath","-Xlinker","@loader_path/Frameworks","-Xlinker","-rpath","-Xlinker","@executable_path/Frameworks","-dead_strip","-Xlinker","-object_path_lto","-Xlinker","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_lto.o","-Xlinker","-export_dynamic","-Xlinker","-no_deduplicate","-fobjc-arc","-fobjc-link-runtime","-L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos","-L/usr/lib/swift","-Xlinker","-add_ast_path","-Xlinker","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule","-ObjC","-lc++","-lsqlite3","-lz","-framework","AVFoundation","-framework","AVKit","-framework","AppAuth","-framework","CoreGraphics","-framework","CoreText","-framework","DKImagePickerController","-framework","DKPhotoGallery","-framework","FMDB","-framework","Foundation","-framework","GTMAppAuth","-framework","GTMSessionFetcher","-framework","GoogleSignIn","-framework","ImageIO","-framework","LocalAuthentication","-framework","Photos","-framework","SDWebImage","-framework","SafariServices","-framework","Security","-framework","Sentry","-framework","SwiftyGif","-framework","SystemConfiguration","-framework","UIKit","-framework","contacts_service","-framework","device_info","-framework","file_picker","-framework","flutter_keyboard_visibility","-framework","flutter_share","-framework","google_sign_in","-framework","image_picker","-framework","local_auth","-framework","native_pdf_renderer","-framework","package_info","-framework","package_info_plus","-framework","path_provider","-framework","permission_handler","-framework","sentry_flutter","-framework","share","-framework","shared_preferences","-framework","sqflite","-framework","url_launcher","-framework","webview_flutter","-weak_framework","AuthenticationServices","-ObjC","-lc++","-lsqlite3","-lz","-framework","AVFoundation","-framework","AVKit","-framework","AppAuth","-framework","CoreGraphics","-framework","CoreText","-framework","DKImagePickerController","-framework","DKPhotoGallery","-framework","FMDB","-framework","Foundation","-framework","GTMAppAuth","-framework","GTMSessionFetcher","-framework","GoogleSignIn","-framework","ImageIO","-framework","LocalAuthentication","-framework","Photos","-framework","SDWebImage","-framework","SafariServices","-framework","Security","-framework","Sentry","-framework","SwiftyGif","-framework","SystemConfiguration","-framework","UIKit","-framework","contacts_service","-framework","device_info","-framework","file_picker","-framework","flutter_keyboard_visibility","-framework","flutter_share","-framework","google_sign_in","-framework","image_picker","-framework","local_auth","-framework","native_pdf_renderer","-framework","package_info","-framework","package_info_plus","-framework","path_provider","-framework","permission_handler","-framework","sentry_flutter","-framework","share","-framework","shared_preferences","-framework","sqflite","-framework","url_launcher","-framework","webview_flutter","-weak_framework","AuthenticationServices","-framework","Pods_Runner","-Xlinker","-no_adhoc_codesign","-Xlinker","-dependency_info","-Xlinker","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat","-o","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Runner"],"env":{},"working-directory":"/Users/hillel/Code/flutter_client/ios","deps":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat"],"deps-style":"dependency-info","signature":"d99257143be02f0877592f92edaf7690"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:LinkStoryboards": {"tool":"shell","description":"LinkStoryboards","inputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/Main.storyboardc","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Base.lproj/Main.storyboardc"],"args":["/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool","--errors","--warnings","--notices","--module","Runner","--target-device","iphone","--target-device","ipad","--minimum-deployment-target","9.0","--output-format","human-readable-text","--link","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/LaunchScreen.storyboardc","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/Main.storyboardc"],"env":{"XCODE_DEVELOPER_USR_PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin/.."},"working-directory":"/Users/hillel/Code/flutter_client/ios","control-enabled":false,"signature":"322a99b8c24ee92d04b9b66e8e729db8"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:MkDir /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app": {"tool":"mkdir","description":"MkDir /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","",""]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:MkDir /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks": {"tool":"mkdir","description":"MkDir /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks",""]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-Swift.h /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner-Swift.h": {"tool":"file-copy","description":"PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-Swift.h /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner-Swift.h","inputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-Swift.h/","","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner-Swift.h"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftdoc /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftdoc": {"tool":"file-copy","description":"PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftdoc /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftdoc","inputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftdoc/","","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftdoc"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftdoc /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftdoc": {"tool":"file-copy","description":"PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftdoc /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftdoc","inputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftdoc/","","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftdoc"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftmodule": {"tool":"file-copy","description":"PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftmodule","inputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule/","","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64-apple-ios.swiftmodule"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftmodule": {"tool":"file-copy","description":"PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftmodule","inputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule/","","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/arm64.swiftmodule"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftsourceinfo /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo": {"tool":"file-copy","description":"PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftsourceinfo /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo","inputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftsourceinfo/","","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftsourceinfo /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64.swiftsourceinfo": {"tool":"file-copy","description":"PBXCp /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftsourceinfo /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64.swiftsourceinfo","inputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftsourceinfo/","","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.swiftmodule/Project/arm64.swiftsourceinfo"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:PhaseScriptExecution Run Script /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh": {"tool":"shell","description":"PhaseScriptExecution Run Script /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","inputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","",""],"outputs":[""],"args":["/bin/sh","-c","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALLOW_TARGET_PLATFORM_SPECIALIZATION":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"hillel","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"YES","ALWAYS_SEARCH_USER_PATHS":"NO","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"arm64","ARCHS_STANDARD":"arm64 armv7","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64 armv7","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","ASSETCATALOG_FILTER_FOR_DEVICE_MODEL":"iPhone11,2","ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION":"14.8","AVAILABLE_PLATFORMS":"appletvos appletvsimulator driverkit iphoneos iphonesimulator macosx watchos watchsimulator","AppIdentifierPrefix":"NPC44Y2C98.","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Users/hillel/Code/flutter_client/build/ios","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","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/89/jnly1lnd4m3d3f1jf2m4yjf80000gn/C/com.apple.DeveloperTools/13.1-13A1030d/Xcode","CCHROOT":"/var/folders/89/jnly1lnd4m3d3f1jf2m4yjf80000gn/C/com.apple.DeveloperTools/13.1-13A1030d/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_NONNULL":"YES","CLANG_CXX_LANGUAGE_STANDARD":"gnu++0x","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/Users/hillel/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":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","COCOAPODS_PARALLEL_CODE_SIGN":"true","CODESIGNING_FOLDER_PATH":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_IDENTITY":"iPhone Developer","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/hillel/Code/flutter_client/build/ios/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","CONFIGURATION_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos","CONTENTS_FOLDER_PATH":"Runner.app","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"NO","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator15.0","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_PROJECT_VERSION":"59","CURRENT_VARIANT":"normal","DART_DEFINES":"RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ==","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":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5 13.6 14.0 14.1 14.2 14.3 14.4 14.5 14.6 14.7 15.0","DERIVED_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER":"NO","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"en","DEVELOPMENT_TEAM":"NPC44Y2C98","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":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_APP_SANDBOX":"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_ALLOWED":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"YES","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"Runner.app/Executables","EXECUTABLE_FOLDER_PATH":"Runner.app","EXECUTABLE_NAME":"Runner","EXECUTABLE_PATH":"Runner.app/Runner","EXPANDED_CODE_SIGN_IDENTITY":"AEE63921931DE8DE89DDE8CE62B9793A12E8C711","EXPANDED_CODE_SIGN_IDENTITY_NAME":"Apple Development: Hillel Coren (956RHTSKF5)","EXPANDED_PROVISIONING_PROFILE":"1e11e576-8aee-4552-93a5-1303462528b4","FILE_LIST":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/FixedFiles","FLUTTER_APPLICATION_PATH":"/Users/hillel/Code/flutter_client","FLUTTER_BUILD_DIR":"build","FLUTTER_BUILD_NAME":"5.0.59","FLUTTER_BUILD_NUMBER":"59","FLUTTER_ROOT":"/Users/hillel/Code/flutter","FLUTTER_TARGET":"/Users/hillel/Code/flutter_client/lib/main.dart","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter\" \"/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter\" \"/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks\" /Users/hillel/Code/flutter_client/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_ENABLE_CPP_EXCEPTIONS":"YES","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_NO_COMMON_BLOCKS":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","GCC_WARN_64_TO_32_BIT_CONVERSION":"YES","GCC_WARN_ABOUT_RETURN_TYPE":"YES_ERROR","GCC_WARN_UNDECLARED_SELECTOR":"YES","GCC_WARN_UNINITIALIZED_AUTOS":"YES_AGGRESSIVE","GCC_WARN_UNUSED_FUNCTION":"YES","GCC_WARN_UNUSED_VARIABLE":"YES","GENERATED_MODULEMAP_DIR":"/Users/hillel/Code/flutter_client/build/ios/GeneratedModuleMaps-iphoneos","GENERATE_INFOPLIST_FILE":"NO","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"YES","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/include \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/hillel","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":"hillel","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","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos /Users/hillel/Code/flutter_client/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios9.0","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZATION_EXPORT_SUPPORTED":"YES","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":"/Users/hillel/Code/flutter_client/ios","LOCSYMROOT":"/Users/hillel/Code/flutter_client/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"20G165","MAC_OS_X_VERSION_ACTUAL":"110600","MAC_OS_X_VERSION_MAJOR":"110000","MAC_OS_X_VERSION_MINOR":"110600","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","MODULES_FOLDER_PATH":"Runner.app/Modules","MODULE_CACHE_DIR":"/Users/hillel/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","OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal","OBJROOT":"/Users/hillel/Code/flutter_client/build/ios","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -ObjC -l\"c++\" -l\"sqlite3\" -l\"z\" -framework \"AVFoundation\" -framework \"AVKit\" -framework \"AppAuth\" -framework \"CoreGraphics\" -framework \"CoreText\" -framework \"DKImagePickerController\" -framework \"DKPhotoGallery\" -framework \"FMDB\" -framework \"Foundation\" -framework \"GTMAppAuth\" -framework \"GTMSessionFetcher\" -framework \"GoogleSignIn\" -framework \"ImageIO\" -framework \"LocalAuthentication\" -framework \"Photos\" -framework \"SDWebImage\" -framework \"SafariServices\" -framework \"Security\" -framework \"Sentry\" -framework \"SwiftyGif\" -framework \"SystemConfiguration\" -framework \"UIKit\" -framework \"contacts_service\" -framework \"device_info\" -framework \"file_picker\" -framework \"flutter_keyboard_visibility\" -framework \"flutter_share\" -framework \"google_sign_in\" -framework \"image_picker\" -framework \"local_auth\" -framework \"native_pdf_renderer\" -framework \"package_info\" -framework \"package_info_plus\" -framework \"path_provider\" -framework \"permission_handler\" -framework \"sentry_flutter\" -framework \"share\" -framework \"shared_preferences\" -framework \"sqflite\" -framework \"url_launcher\" -framework \"webview_flutter\" -weak_framework \"AuthenticationServices\" -ObjC -l\"c++\" -l\"sqlite3\" -l\"z\" -framework \"AVFoundation\" -framework \"AVKit\" -framework \"AppAuth\" -framework \"CoreGraphics\" -framework \"CoreText\" -framework \"DKImagePickerController\" -framework \"DKPhotoGallery\" -framework \"FMDB\" -framework \"Foundation\" -framework \"GTMAppAuth\" -framework \"GTMSessionFetcher\" -framework \"GoogleSignIn\" -framework \"ImageIO\" -framework \"LocalAuthentication\" -framework \"Photos\" -framework \"SDWebImage\" -framework \"SafariServices\" -framework \"Security\" -framework \"Sentry\" -framework \"SwiftyGif\" -framework \"SystemConfiguration\" -framework \"UIKit\" -framework \"contacts_service\" -framework \"device_info\" -framework \"file_picker\" -framework \"flutter_keyboard_visibility\" -framework \"flutter_share\" -framework \"google_sign_in\" -framework \"image_picker\" -framework \"local_auth\" -framework \"native_pdf_renderer\" -framework \"package_info\" -framework \"package_info_plus\" -framework \"path_provider\" -framework \"permission_handler\" -framework \"sentry_flutter\" -framework \"share\" -framework \"shared_preferences\" -framework \"sqflite\" -framework \"url_launcher\" -framework \"webview_flutter\" -weak_framework \"AuthenticationServices\"","OTHER_SWIFT_FLAGS":" -D COCOAPODS -D COCOAPODS","PACKAGE_CONFIG":"/Users/hillel/Code/flutter_client/.dart_tool/package_config.json","PACKAGE_TYPE":"com.apple.package-type.wrapper.application","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"Runner.app/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"19A339","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios","PODS_CONFIGURATION_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","PODS_PODFILE_DIR_PATH":"/Users/hillel/Code/flutter_client/ios/.","PODS_ROOT":"/Users/hillel/Code/flutter_client/ios/Pods","PODS_XCFRAMEWORKS_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/XCFrameworkIntermediates","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"com.invoiceninja.app","PRODUCT_BUNDLE_PACKAGE_TYPE":"APPL","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Users/hillel/Code/flutter_client/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/DerivedSources","PROJECT_DIR":"/Users/hillel/Code/flutter_client/ios","PROJECT_FILE_PATH":"/Users/hillel/Code/flutter_client/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build","PROJECT_TEMP_ROOT":"/Users/hillel/Code/flutter_client/build/ios","PROVISIONING_PROFILE_REQUIRED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"Runner.app/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESOURCE_RULES_REQUIRED":"YES","REZ_COLLECTOR_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR_iphoneos":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR_iphoneos15_0":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_NAME":"iphoneos15.0","SDK_NAMES":"iphoneos15.0","SDK_PRODUCT_BUILD_VERSION":"19A339","SDK_VERSION":"15.0","SDK_VERSION_ACTUAL":"150000","SDK_VERSION_MAJOR":"150000","SDK_VERSION_MINOR":"150000","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/hillel/Code/flutter_client/build/ios/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/hillel/Code/flutter_client/ios","SRCROOT":"/Users/hillel/Code/flutter_client/ios","STRINGSDATA_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch","STRINGSDATA_ROOT":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","STRINGS_FILE_INFOPLIST_RENAME":"YES","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"NO","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_MACCATALYST":"NO","SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD":"YES","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_EMIT_LOC_STRINGS":"NO","SWIFT_OBJC_BRIDGING_HEADER":"Runner/Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_arm64":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList","SWIFT_VERSION":"5.0","SYMROOT":"/Users/hillel/Code/flutter_client/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":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","TARGET_DEVICE_IDENTIFIER":"00008020-001335EC2281002E","TARGET_DEVICE_MODEL":"iPhone11,2","TARGET_DEVICE_OS_VERSION":"14.8","TARGET_DEVICE_PLATFORM_NAME":"iphoneos","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_ROOT":"/Users/hillel/Code/flutter_client/build/ios","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.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":"NPC44Y2C98.","UID":"501","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"hillel","USER_APPS_DIR":"/Users/hillel/Applications","USER_LIBRARY_DIR":"/Users/hillel/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 armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"hillel","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-59\"","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":"13A1030d","XCODE_VERSION_ACTUAL":"1310","XCODE_VERSION_MAJOR":"1300","XCODE_VERSION_MINOR":"1310","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Users/hillel/Code/flutter_client/ios","control-enabled":false,"signature":"fb9fe5a2ca77ec5d68321f0faf5145ca"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:PhaseScriptExecution Thin Binary /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh": {"tool":"shell","description":"PhaseScriptExecution Thin Binary /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","inputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","",""],"outputs":[""],"args":["/bin/sh","-c","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALLOW_TARGET_PLATFORM_SPECIALIZATION":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"hillel","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"YES","ALWAYS_SEARCH_USER_PATHS":"NO","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"arm64","ARCHS_STANDARD":"arm64 armv7","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64 armv7","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","ASSETCATALOG_FILTER_FOR_DEVICE_MODEL":"iPhone11,2","ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION":"14.8","AVAILABLE_PLATFORMS":"appletvos appletvsimulator driverkit iphoneos iphonesimulator macosx watchos watchsimulator","AppIdentifierPrefix":"NPC44Y2C98.","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Users/hillel/Code/flutter_client/build/ios","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","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/89/jnly1lnd4m3d3f1jf2m4yjf80000gn/C/com.apple.DeveloperTools/13.1-13A1030d/Xcode","CCHROOT":"/var/folders/89/jnly1lnd4m3d3f1jf2m4yjf80000gn/C/com.apple.DeveloperTools/13.1-13A1030d/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_NONNULL":"YES","CLANG_CXX_LANGUAGE_STANDARD":"gnu++0x","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/Users/hillel/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":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","COCOAPODS_PARALLEL_CODE_SIGN":"true","CODESIGNING_FOLDER_PATH":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_IDENTITY":"iPhone Developer","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/hillel/Code/flutter_client/build/ios/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","CONFIGURATION_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos","CONTENTS_FOLDER_PATH":"Runner.app","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"NO","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator15.0","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_PROJECT_VERSION":"59","CURRENT_VARIANT":"normal","DART_DEFINES":"RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ==","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":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5 13.6 14.0 14.1 14.2 14.3 14.4 14.5 14.6 14.7 15.0","DERIVED_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER":"NO","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"en","DEVELOPMENT_TEAM":"NPC44Y2C98","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":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_APP_SANDBOX":"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_ALLOWED":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"YES","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"Runner.app/Executables","EXECUTABLE_FOLDER_PATH":"Runner.app","EXECUTABLE_NAME":"Runner","EXECUTABLE_PATH":"Runner.app/Runner","EXPANDED_CODE_SIGN_IDENTITY":"AEE63921931DE8DE89DDE8CE62B9793A12E8C711","EXPANDED_CODE_SIGN_IDENTITY_NAME":"Apple Development: Hillel Coren (956RHTSKF5)","EXPANDED_PROVISIONING_PROFILE":"1e11e576-8aee-4552-93a5-1303462528b4","FILE_LIST":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/FixedFiles","FLUTTER_APPLICATION_PATH":"/Users/hillel/Code/flutter_client","FLUTTER_BUILD_DIR":"build","FLUTTER_BUILD_NAME":"5.0.59","FLUTTER_BUILD_NUMBER":"59","FLUTTER_ROOT":"/Users/hillel/Code/flutter","FLUTTER_TARGET":"/Users/hillel/Code/flutter_client/lib/main.dart","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter\" \"/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter\" \"/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks\" /Users/hillel/Code/flutter_client/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_ENABLE_CPP_EXCEPTIONS":"YES","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_NO_COMMON_BLOCKS":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","GCC_WARN_64_TO_32_BIT_CONVERSION":"YES","GCC_WARN_ABOUT_RETURN_TYPE":"YES_ERROR","GCC_WARN_UNDECLARED_SELECTOR":"YES","GCC_WARN_UNINITIALIZED_AUTOS":"YES_AGGRESSIVE","GCC_WARN_UNUSED_FUNCTION":"YES","GCC_WARN_UNUSED_VARIABLE":"YES","GENERATED_MODULEMAP_DIR":"/Users/hillel/Code/flutter_client/build/ios/GeneratedModuleMaps-iphoneos","GENERATE_INFOPLIST_FILE":"NO","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"YES","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/include \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/hillel","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":"hillel","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","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos /Users/hillel/Code/flutter_client/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios9.0","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZATION_EXPORT_SUPPORTED":"YES","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":"/Users/hillel/Code/flutter_client/ios","LOCSYMROOT":"/Users/hillel/Code/flutter_client/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"20G165","MAC_OS_X_VERSION_ACTUAL":"110600","MAC_OS_X_VERSION_MAJOR":"110000","MAC_OS_X_VERSION_MINOR":"110600","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","MODULES_FOLDER_PATH":"Runner.app/Modules","MODULE_CACHE_DIR":"/Users/hillel/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","OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal","OBJROOT":"/Users/hillel/Code/flutter_client/build/ios","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -ObjC -l\"c++\" -l\"sqlite3\" -l\"z\" -framework \"AVFoundation\" -framework \"AVKit\" -framework \"AppAuth\" -framework \"CoreGraphics\" -framework \"CoreText\" -framework \"DKImagePickerController\" -framework \"DKPhotoGallery\" -framework \"FMDB\" -framework \"Foundation\" -framework \"GTMAppAuth\" -framework \"GTMSessionFetcher\" -framework \"GoogleSignIn\" -framework \"ImageIO\" -framework \"LocalAuthentication\" -framework \"Photos\" -framework \"SDWebImage\" -framework \"SafariServices\" -framework \"Security\" -framework \"Sentry\" -framework \"SwiftyGif\" -framework \"SystemConfiguration\" -framework \"UIKit\" -framework \"contacts_service\" -framework \"device_info\" -framework \"file_picker\" -framework \"flutter_keyboard_visibility\" -framework \"flutter_share\" -framework \"google_sign_in\" -framework \"image_picker\" -framework \"local_auth\" -framework \"native_pdf_renderer\" -framework \"package_info\" -framework \"package_info_plus\" -framework \"path_provider\" -framework \"permission_handler\" -framework \"sentry_flutter\" -framework \"share\" -framework \"shared_preferences\" -framework \"sqflite\" -framework \"url_launcher\" -framework \"webview_flutter\" -weak_framework \"AuthenticationServices\" -ObjC -l\"c++\" -l\"sqlite3\" -l\"z\" -framework \"AVFoundation\" -framework \"AVKit\" -framework \"AppAuth\" -framework \"CoreGraphics\" -framework \"CoreText\" -framework \"DKImagePickerController\" -framework \"DKPhotoGallery\" -framework \"FMDB\" -framework \"Foundation\" -framework \"GTMAppAuth\" -framework \"GTMSessionFetcher\" -framework \"GoogleSignIn\" -framework \"ImageIO\" -framework \"LocalAuthentication\" -framework \"Photos\" -framework \"SDWebImage\" -framework \"SafariServices\" -framework \"Security\" -framework \"Sentry\" -framework \"SwiftyGif\" -framework \"SystemConfiguration\" -framework \"UIKit\" -framework \"contacts_service\" -framework \"device_info\" -framework \"file_picker\" -framework \"flutter_keyboard_visibility\" -framework \"flutter_share\" -framework \"google_sign_in\" -framework \"image_picker\" -framework \"local_auth\" -framework \"native_pdf_renderer\" -framework \"package_info\" -framework \"package_info_plus\" -framework \"path_provider\" -framework \"permission_handler\" -framework \"sentry_flutter\" -framework \"share\" -framework \"shared_preferences\" -framework \"sqflite\" -framework \"url_launcher\" -framework \"webview_flutter\" -weak_framework \"AuthenticationServices\"","OTHER_SWIFT_FLAGS":" -D COCOAPODS -D COCOAPODS","PACKAGE_CONFIG":"/Users/hillel/Code/flutter_client/.dart_tool/package_config.json","PACKAGE_TYPE":"com.apple.package-type.wrapper.application","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"Runner.app/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"19A339","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios","PODS_CONFIGURATION_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","PODS_PODFILE_DIR_PATH":"/Users/hillel/Code/flutter_client/ios/.","PODS_ROOT":"/Users/hillel/Code/flutter_client/ios/Pods","PODS_XCFRAMEWORKS_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/XCFrameworkIntermediates","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"com.invoiceninja.app","PRODUCT_BUNDLE_PACKAGE_TYPE":"APPL","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Users/hillel/Code/flutter_client/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/DerivedSources","PROJECT_DIR":"/Users/hillel/Code/flutter_client/ios","PROJECT_FILE_PATH":"/Users/hillel/Code/flutter_client/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build","PROJECT_TEMP_ROOT":"/Users/hillel/Code/flutter_client/build/ios","PROVISIONING_PROFILE_REQUIRED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"Runner.app/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESOURCE_RULES_REQUIRED":"YES","REZ_COLLECTOR_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR_iphoneos":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR_iphoneos15_0":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_NAME":"iphoneos15.0","SDK_NAMES":"iphoneos15.0","SDK_PRODUCT_BUILD_VERSION":"19A339","SDK_VERSION":"15.0","SDK_VERSION_ACTUAL":"150000","SDK_VERSION_MAJOR":"150000","SDK_VERSION_MINOR":"150000","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/hillel/Code/flutter_client/build/ios/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/hillel/Code/flutter_client/ios","SRCROOT":"/Users/hillel/Code/flutter_client/ios","STRINGSDATA_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch","STRINGSDATA_ROOT":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","STRINGS_FILE_INFOPLIST_RENAME":"YES","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"NO","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_MACCATALYST":"NO","SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD":"YES","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_EMIT_LOC_STRINGS":"NO","SWIFT_OBJC_BRIDGING_HEADER":"Runner/Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_arm64":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList","SWIFT_VERSION":"5.0","SYMROOT":"/Users/hillel/Code/flutter_client/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":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","TARGET_DEVICE_IDENTIFIER":"00008020-001335EC2281002E","TARGET_DEVICE_MODEL":"iPhone11,2","TARGET_DEVICE_OS_VERSION":"14.8","TARGET_DEVICE_PLATFORM_NAME":"iphoneos","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_ROOT":"/Users/hillel/Code/flutter_client/build/ios","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.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":"NPC44Y2C98.","UID":"501","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"hillel","USER_APPS_DIR":"/Users/hillel/Applications","USER_LIBRARY_DIR":"/Users/hillel/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 armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"hillel","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-59\"","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":"13A1030d","XCODE_VERSION_ACTUAL":"1310","XCODE_VERSION_MAJOR":"1300","XCODE_VERSION_MINOR":"1310","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Users/hillel/Code/flutter_client/ios","control-enabled":false,"signature":"87224676a60a5d79e5ad2e5d02c35620"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:PhaseScriptExecution [CP] Check Pods Manifest.lock /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-8F0B3639348029B79CCB42B7.sh": {"tool":"shell","description":"PhaseScriptExecution [CP] Check Pods Manifest.lock /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-8F0B3639348029B79CCB42B7.sh","inputs":["/Users/hillel/Code/flutter_client/ios/Podfile.lock/","/Users/hillel/Code/flutter_client/ios/Pods/Manifest.lock/","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-8F0B3639348029B79CCB42B7.sh","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt"],"args":["/bin/sh","-c","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-8F0B3639348029B79CCB42B7.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALLOW_TARGET_PLATFORM_SPECIALIZATION":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"hillel","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"YES","ALWAYS_SEARCH_USER_PATHS":"NO","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"arm64","ARCHS_STANDARD":"arm64 armv7","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64 armv7","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","ASSETCATALOG_FILTER_FOR_DEVICE_MODEL":"iPhone11,2","ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION":"14.8","AVAILABLE_PLATFORMS":"appletvos appletvsimulator driverkit iphoneos iphonesimulator macosx watchos watchsimulator","AppIdentifierPrefix":"NPC44Y2C98.","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Users/hillel/Code/flutter_client/build/ios","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","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/89/jnly1lnd4m3d3f1jf2m4yjf80000gn/C/com.apple.DeveloperTools/13.1-13A1030d/Xcode","CCHROOT":"/var/folders/89/jnly1lnd4m3d3f1jf2m4yjf80000gn/C/com.apple.DeveloperTools/13.1-13A1030d/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_NONNULL":"YES","CLANG_CXX_LANGUAGE_STANDARD":"gnu++0x","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/Users/hillel/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":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","COCOAPODS_PARALLEL_CODE_SIGN":"true","CODESIGNING_FOLDER_PATH":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_IDENTITY":"iPhone Developer","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/hillel/Code/flutter_client/build/ios/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","CONFIGURATION_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos","CONTENTS_FOLDER_PATH":"Runner.app","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"NO","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator15.0","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_PROJECT_VERSION":"59","CURRENT_VARIANT":"normal","DART_DEFINES":"RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ==","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":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5 13.6 14.0 14.1 14.2 14.3 14.4 14.5 14.6 14.7 15.0","DERIVED_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER":"NO","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"en","DEVELOPMENT_TEAM":"NPC44Y2C98","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":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_APP_SANDBOX":"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_ALLOWED":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"YES","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"Runner.app/Executables","EXECUTABLE_FOLDER_PATH":"Runner.app","EXECUTABLE_NAME":"Runner","EXECUTABLE_PATH":"Runner.app/Runner","EXPANDED_CODE_SIGN_IDENTITY":"AEE63921931DE8DE89DDE8CE62B9793A12E8C711","EXPANDED_CODE_SIGN_IDENTITY_NAME":"Apple Development: Hillel Coren (956RHTSKF5)","EXPANDED_PROVISIONING_PROFILE":"1e11e576-8aee-4552-93a5-1303462528b4","FILE_LIST":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/FixedFiles","FLUTTER_APPLICATION_PATH":"/Users/hillel/Code/flutter_client","FLUTTER_BUILD_DIR":"build","FLUTTER_BUILD_NAME":"5.0.59","FLUTTER_BUILD_NUMBER":"59","FLUTTER_ROOT":"/Users/hillel/Code/flutter","FLUTTER_TARGET":"/Users/hillel/Code/flutter_client/lib/main.dart","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter\" \"/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter\" \"/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks\" /Users/hillel/Code/flutter_client/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_ENABLE_CPP_EXCEPTIONS":"YES","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_NO_COMMON_BLOCKS":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","GCC_WARN_64_TO_32_BIT_CONVERSION":"YES","GCC_WARN_ABOUT_RETURN_TYPE":"YES_ERROR","GCC_WARN_UNDECLARED_SELECTOR":"YES","GCC_WARN_UNINITIALIZED_AUTOS":"YES_AGGRESSIVE","GCC_WARN_UNUSED_FUNCTION":"YES","GCC_WARN_UNUSED_VARIABLE":"YES","GENERATED_MODULEMAP_DIR":"/Users/hillel/Code/flutter_client/build/ios/GeneratedModuleMaps-iphoneos","GENERATE_INFOPLIST_FILE":"NO","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"YES","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/include \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/hillel","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":"hillel","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","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos /Users/hillel/Code/flutter_client/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios9.0","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZATION_EXPORT_SUPPORTED":"YES","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":"/Users/hillel/Code/flutter_client/ios","LOCSYMROOT":"/Users/hillel/Code/flutter_client/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"20G165","MAC_OS_X_VERSION_ACTUAL":"110600","MAC_OS_X_VERSION_MAJOR":"110000","MAC_OS_X_VERSION_MINOR":"110600","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","MODULES_FOLDER_PATH":"Runner.app/Modules","MODULE_CACHE_DIR":"/Users/hillel/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","OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal","OBJROOT":"/Users/hillel/Code/flutter_client/build/ios","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -ObjC -l\"c++\" -l\"sqlite3\" -l\"z\" -framework \"AVFoundation\" -framework \"AVKit\" -framework \"AppAuth\" -framework \"CoreGraphics\" -framework \"CoreText\" -framework \"DKImagePickerController\" -framework \"DKPhotoGallery\" -framework \"FMDB\" -framework \"Foundation\" -framework \"GTMAppAuth\" -framework \"GTMSessionFetcher\" -framework \"GoogleSignIn\" -framework \"ImageIO\" -framework \"LocalAuthentication\" -framework \"Photos\" -framework \"SDWebImage\" -framework \"SafariServices\" -framework \"Security\" -framework \"Sentry\" -framework \"SwiftyGif\" -framework \"SystemConfiguration\" -framework \"UIKit\" -framework \"contacts_service\" -framework \"device_info\" -framework \"file_picker\" -framework \"flutter_keyboard_visibility\" -framework \"flutter_share\" -framework \"google_sign_in\" -framework \"image_picker\" -framework \"local_auth\" -framework \"native_pdf_renderer\" -framework \"package_info\" -framework \"package_info_plus\" -framework \"path_provider\" -framework \"permission_handler\" -framework \"sentry_flutter\" -framework \"share\" -framework \"shared_preferences\" -framework \"sqflite\" -framework \"url_launcher\" -framework \"webview_flutter\" -weak_framework \"AuthenticationServices\" -ObjC -l\"c++\" -l\"sqlite3\" -l\"z\" -framework \"AVFoundation\" -framework \"AVKit\" -framework \"AppAuth\" -framework \"CoreGraphics\" -framework \"CoreText\" -framework \"DKImagePickerController\" -framework \"DKPhotoGallery\" -framework \"FMDB\" -framework \"Foundation\" -framework \"GTMAppAuth\" -framework \"GTMSessionFetcher\" -framework \"GoogleSignIn\" -framework \"ImageIO\" -framework \"LocalAuthentication\" -framework \"Photos\" -framework \"SDWebImage\" -framework \"SafariServices\" -framework \"Security\" -framework \"Sentry\" -framework \"SwiftyGif\" -framework \"SystemConfiguration\" -framework \"UIKit\" -framework \"contacts_service\" -framework \"device_info\" -framework \"file_picker\" -framework \"flutter_keyboard_visibility\" -framework \"flutter_share\" -framework \"google_sign_in\" -framework \"image_picker\" -framework \"local_auth\" -framework \"native_pdf_renderer\" -framework \"package_info\" -framework \"package_info_plus\" -framework \"path_provider\" -framework \"permission_handler\" -framework \"sentry_flutter\" -framework \"share\" -framework \"shared_preferences\" -framework \"sqflite\" -framework \"url_launcher\" -framework \"webview_flutter\" -weak_framework \"AuthenticationServices\"","OTHER_SWIFT_FLAGS":" -D COCOAPODS -D COCOAPODS","PACKAGE_CONFIG":"/Users/hillel/Code/flutter_client/.dart_tool/package_config.json","PACKAGE_TYPE":"com.apple.package-type.wrapper.application","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"Runner.app/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"19A339","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios","PODS_CONFIGURATION_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","PODS_PODFILE_DIR_PATH":"/Users/hillel/Code/flutter_client/ios/.","PODS_ROOT":"/Users/hillel/Code/flutter_client/ios/Pods","PODS_XCFRAMEWORKS_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/XCFrameworkIntermediates","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"com.invoiceninja.app","PRODUCT_BUNDLE_PACKAGE_TYPE":"APPL","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Users/hillel/Code/flutter_client/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/DerivedSources","PROJECT_DIR":"/Users/hillel/Code/flutter_client/ios","PROJECT_FILE_PATH":"/Users/hillel/Code/flutter_client/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build","PROJECT_TEMP_ROOT":"/Users/hillel/Code/flutter_client/build/ios","PROVISIONING_PROFILE_REQUIRED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"Runner.app/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESOURCE_RULES_REQUIRED":"YES","REZ_COLLECTOR_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_0":"/Users/hillel/Code/flutter_client/ios/Podfile.lock","SCRIPT_INPUT_FILE_1":"/Users/hillel/Code/flutter_client/ios/Pods/Manifest.lock","SCRIPT_INPUT_FILE_COUNT":"2","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_0":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","SCRIPT_OUTPUT_FILE_COUNT":"1","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR_iphoneos":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR_iphoneos15_0":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_NAME":"iphoneos15.0","SDK_NAMES":"iphoneos15.0","SDK_PRODUCT_BUILD_VERSION":"19A339","SDK_VERSION":"15.0","SDK_VERSION_ACTUAL":"150000","SDK_VERSION_MAJOR":"150000","SDK_VERSION_MINOR":"150000","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/hillel/Code/flutter_client/build/ios/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/hillel/Code/flutter_client/ios","SRCROOT":"/Users/hillel/Code/flutter_client/ios","STRINGSDATA_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch","STRINGSDATA_ROOT":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","STRINGS_FILE_INFOPLIST_RENAME":"YES","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"NO","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_MACCATALYST":"NO","SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD":"YES","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_EMIT_LOC_STRINGS":"NO","SWIFT_OBJC_BRIDGING_HEADER":"Runner/Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_arm64":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList","SWIFT_VERSION":"5.0","SYMROOT":"/Users/hillel/Code/flutter_client/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":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","TARGET_DEVICE_IDENTIFIER":"00008020-001335EC2281002E","TARGET_DEVICE_MODEL":"iPhone11,2","TARGET_DEVICE_OS_VERSION":"14.8","TARGET_DEVICE_PLATFORM_NAME":"iphoneos","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_ROOT":"/Users/hillel/Code/flutter_client/build/ios","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.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":"NPC44Y2C98.","UID":"501","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"hillel","USER_APPS_DIR":"/Users/hillel/Applications","USER_LIBRARY_DIR":"/Users/hillel/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 armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"hillel","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-59\"","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":"13A1030d","XCODE_VERSION_ACTUAL":"1310","XCODE_VERSION_MAJOR":"1300","XCODE_VERSION_MINOR":"1310","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"working-directory":"/Users/hillel/Code/flutter_client/ios","control-enabled":false,"signature":"2ad8bf813a5b93ddd4713a11a9624653"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:PhaseScriptExecution [CP] Copy Pods Resources /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-2602E128BF96B58270FD1A6E.sh": {"tool":"shell","description":"PhaseScriptExecution [CP] Copy Pods Resources /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-2602E128BF96B58270FD1A6E.sh","inputs":["/Users/hillel/Code/flutter_client/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-resources-Debug-input-files.xcfilelist/","/Users/hillel/Code/flutter_client/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-resources-Debug-output-files.xcfilelist","/Users/hillel/Code/flutter_client/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-resources.sh/","/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Resources/GoogleSignIn.bundle/","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-input-files-fb57668ec0c44d8b1bb55b39dadde944-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-output-files-60b175cbb8d1b37801403ff2bac3ee32-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-2602E128BF96B58270FD1A6E.sh","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/GoogleSignIn.bundle"],"args":["/bin/sh","-c","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-2602E128BF96B58270FD1A6E.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALLOW_TARGET_PLATFORM_SPECIALIZATION":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"hillel","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"YES","ALWAYS_SEARCH_USER_PATHS":"NO","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"arm64","ARCHS_STANDARD":"arm64 armv7","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64 armv7","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","ASSETCATALOG_FILTER_FOR_DEVICE_MODEL":"iPhone11,2","ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION":"14.8","AVAILABLE_PLATFORMS":"appletvos appletvsimulator driverkit iphoneos iphonesimulator macosx watchos watchsimulator","AppIdentifierPrefix":"NPC44Y2C98.","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Users/hillel/Code/flutter_client/build/ios","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","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/89/jnly1lnd4m3d3f1jf2m4yjf80000gn/C/com.apple.DeveloperTools/13.1-13A1030d/Xcode","CCHROOT":"/var/folders/89/jnly1lnd4m3d3f1jf2m4yjf80000gn/C/com.apple.DeveloperTools/13.1-13A1030d/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_NONNULL":"YES","CLANG_CXX_LANGUAGE_STANDARD":"gnu++0x","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/Users/hillel/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":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","COCOAPODS_PARALLEL_CODE_SIGN":"true","CODESIGNING_FOLDER_PATH":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_IDENTITY":"iPhone Developer","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/hillel/Code/flutter_client/build/ios/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","CONFIGURATION_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos","CONTENTS_FOLDER_PATH":"Runner.app","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"NO","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator15.0","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_PROJECT_VERSION":"59","CURRENT_VARIANT":"normal","DART_DEFINES":"RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ==","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":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5 13.6 14.0 14.1 14.2 14.3 14.4 14.5 14.6 14.7 15.0","DERIVED_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER":"NO","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"en","DEVELOPMENT_TEAM":"NPC44Y2C98","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":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_APP_SANDBOX":"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_ALLOWED":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"YES","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"Runner.app/Executables","EXECUTABLE_FOLDER_PATH":"Runner.app","EXECUTABLE_NAME":"Runner","EXECUTABLE_PATH":"Runner.app/Runner","EXPANDED_CODE_SIGN_IDENTITY":"AEE63921931DE8DE89DDE8CE62B9793A12E8C711","EXPANDED_CODE_SIGN_IDENTITY_NAME":"Apple Development: Hillel Coren (956RHTSKF5)","EXPANDED_PROVISIONING_PROFILE":"1e11e576-8aee-4552-93a5-1303462528b4","FILE_LIST":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/FixedFiles","FLUTTER_APPLICATION_PATH":"/Users/hillel/Code/flutter_client","FLUTTER_BUILD_DIR":"build","FLUTTER_BUILD_NAME":"5.0.59","FLUTTER_BUILD_NUMBER":"59","FLUTTER_ROOT":"/Users/hillel/Code/flutter","FLUTTER_TARGET":"/Users/hillel/Code/flutter_client/lib/main.dart","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter\" \"/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter\" \"/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks\" /Users/hillel/Code/flutter_client/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_ENABLE_CPP_EXCEPTIONS":"YES","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_NO_COMMON_BLOCKS":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","GCC_WARN_64_TO_32_BIT_CONVERSION":"YES","GCC_WARN_ABOUT_RETURN_TYPE":"YES_ERROR","GCC_WARN_UNDECLARED_SELECTOR":"YES","GCC_WARN_UNINITIALIZED_AUTOS":"YES_AGGRESSIVE","GCC_WARN_UNUSED_FUNCTION":"YES","GCC_WARN_UNUSED_VARIABLE":"YES","GENERATED_MODULEMAP_DIR":"/Users/hillel/Code/flutter_client/build/ios/GeneratedModuleMaps-iphoneos","GENERATE_INFOPLIST_FILE":"NO","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"YES","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/include \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/hillel","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":"hillel","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","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos /Users/hillel/Code/flutter_client/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios9.0","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZATION_EXPORT_SUPPORTED":"YES","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":"/Users/hillel/Code/flutter_client/ios","LOCSYMROOT":"/Users/hillel/Code/flutter_client/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"20G165","MAC_OS_X_VERSION_ACTUAL":"110600","MAC_OS_X_VERSION_MAJOR":"110000","MAC_OS_X_VERSION_MINOR":"110600","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","MODULES_FOLDER_PATH":"Runner.app/Modules","MODULE_CACHE_DIR":"/Users/hillel/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","OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal","OBJROOT":"/Users/hillel/Code/flutter_client/build/ios","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -ObjC -l\"c++\" -l\"sqlite3\" -l\"z\" -framework \"AVFoundation\" -framework \"AVKit\" -framework \"AppAuth\" -framework \"CoreGraphics\" -framework \"CoreText\" -framework \"DKImagePickerController\" -framework \"DKPhotoGallery\" -framework \"FMDB\" -framework \"Foundation\" -framework \"GTMAppAuth\" -framework \"GTMSessionFetcher\" -framework \"GoogleSignIn\" -framework \"ImageIO\" -framework \"LocalAuthentication\" -framework \"Photos\" -framework \"SDWebImage\" -framework \"SafariServices\" -framework \"Security\" -framework \"Sentry\" -framework \"SwiftyGif\" -framework \"SystemConfiguration\" -framework \"UIKit\" -framework \"contacts_service\" -framework \"device_info\" -framework \"file_picker\" -framework \"flutter_keyboard_visibility\" -framework \"flutter_share\" -framework \"google_sign_in\" -framework \"image_picker\" -framework \"local_auth\" -framework \"native_pdf_renderer\" -framework \"package_info\" -framework \"package_info_plus\" -framework \"path_provider\" -framework \"permission_handler\" -framework \"sentry_flutter\" -framework \"share\" -framework \"shared_preferences\" -framework \"sqflite\" -framework \"url_launcher\" -framework \"webview_flutter\" -weak_framework \"AuthenticationServices\" -ObjC -l\"c++\" -l\"sqlite3\" -l\"z\" -framework \"AVFoundation\" -framework \"AVKit\" -framework \"AppAuth\" -framework \"CoreGraphics\" -framework \"CoreText\" -framework \"DKImagePickerController\" -framework \"DKPhotoGallery\" -framework \"FMDB\" -framework \"Foundation\" -framework \"GTMAppAuth\" -framework \"GTMSessionFetcher\" -framework \"GoogleSignIn\" -framework \"ImageIO\" -framework \"LocalAuthentication\" -framework \"Photos\" -framework \"SDWebImage\" -framework \"SafariServices\" -framework \"Security\" -framework \"Sentry\" -framework \"SwiftyGif\" -framework \"SystemConfiguration\" -framework \"UIKit\" -framework \"contacts_service\" -framework \"device_info\" -framework \"file_picker\" -framework \"flutter_keyboard_visibility\" -framework \"flutter_share\" -framework \"google_sign_in\" -framework \"image_picker\" -framework \"local_auth\" -framework \"native_pdf_renderer\" -framework \"package_info\" -framework \"package_info_plus\" -framework \"path_provider\" -framework \"permission_handler\" -framework \"sentry_flutter\" -framework \"share\" -framework \"shared_preferences\" -framework \"sqflite\" -framework \"url_launcher\" -framework \"webview_flutter\" -weak_framework \"AuthenticationServices\"","OTHER_SWIFT_FLAGS":" -D COCOAPODS -D COCOAPODS","PACKAGE_CONFIG":"/Users/hillel/Code/flutter_client/.dart_tool/package_config.json","PACKAGE_TYPE":"com.apple.package-type.wrapper.application","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"Runner.app/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"19A339","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios","PODS_CONFIGURATION_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","PODS_PODFILE_DIR_PATH":"/Users/hillel/Code/flutter_client/ios/.","PODS_ROOT":"/Users/hillel/Code/flutter_client/ios/Pods","PODS_XCFRAMEWORKS_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/XCFrameworkIntermediates","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"com.invoiceninja.app","PRODUCT_BUNDLE_PACKAGE_TYPE":"APPL","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Users/hillel/Code/flutter_client/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/DerivedSources","PROJECT_DIR":"/Users/hillel/Code/flutter_client/ios","PROJECT_FILE_PATH":"/Users/hillel/Code/flutter_client/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build","PROJECT_TEMP_ROOT":"/Users/hillel/Code/flutter_client/build/ios","PROVISIONING_PROFILE_REQUIRED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"Runner.app/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESOURCE_RULES_REQUIRED":"YES","REZ_COLLECTOR_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_0":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-input-files-fb57668ec0c44d8b1bb55b39dadde944-resolved.xcfilelist","SCRIPT_INPUT_FILE_LIST_COUNT":"1","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_0":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-output-files-60b175cbb8d1b37801403ff2bac3ee32-resolved.xcfilelist","SCRIPT_OUTPUT_FILE_LIST_COUNT":"1","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR_iphoneos":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR_iphoneos15_0":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_NAME":"iphoneos15.0","SDK_NAMES":"iphoneos15.0","SDK_PRODUCT_BUILD_VERSION":"19A339","SDK_VERSION":"15.0","SDK_VERSION_ACTUAL":"150000","SDK_VERSION_MAJOR":"150000","SDK_VERSION_MINOR":"150000","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/hillel/Code/flutter_client/build/ios/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/hillel/Code/flutter_client/ios","SRCROOT":"/Users/hillel/Code/flutter_client/ios","STRINGSDATA_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch","STRINGSDATA_ROOT":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","STRINGS_FILE_INFOPLIST_RENAME":"YES","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"NO","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_MACCATALYST":"NO","SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD":"YES","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_EMIT_LOC_STRINGS":"NO","SWIFT_OBJC_BRIDGING_HEADER":"Runner/Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_arm64":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList","SWIFT_VERSION":"5.0","SYMROOT":"/Users/hillel/Code/flutter_client/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":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","TARGET_DEVICE_IDENTIFIER":"00008020-001335EC2281002E","TARGET_DEVICE_MODEL":"iPhone11,2","TARGET_DEVICE_OS_VERSION":"14.8","TARGET_DEVICE_PLATFORM_NAME":"iphoneos","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_ROOT":"/Users/hillel/Code/flutter_client/build/ios","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.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":"NPC44Y2C98.","UID":"501","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"hillel","USER_APPS_DIR":"/Users/hillel/Applications","USER_LIBRARY_DIR":"/Users/hillel/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 armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"hillel","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-59\"","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":"13A1030d","XCODE_VERSION_ACTUAL":"1310","XCODE_VERSION_MAJOR":"1300","XCODE_VERSION_MINOR":"1310","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"working-directory":"/Users/hillel/Code/flutter_client/ios","control-enabled":false,"signature":"3753909d3bd3458c19402dc1d312fec8"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:PhaseScriptExecution [CP] Embed Pods Frameworks /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-371142EF7FB55A9A40723721.sh": {"tool":"shell","description":"PhaseScriptExecution [CP] Embed Pods Frameworks /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-371142EF7FB55A9A40723721.sh","inputs":["/Users/hillel/Code/flutter_client/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks-Debug-input-files.xcfilelist/","/Users/hillel/Code/flutter_client/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks-Debug-output-files.xcfilelist","/Users/hillel/Code/flutter_client/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-input-files-e003b637d978213a16a44311db0dd55e-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-output-files-b25ae461ee0dbe69904ea4478e1bb621-resolved.xcfilelist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-371142EF7FB55A9A40723721.sh","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/AppAuth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/DKImagePickerController.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/DKPhotoGallery.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/FMDB.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/GTMAppAuth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/GTMSessionFetcher.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/SDWebImage.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/Sentry.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/SwiftyGif.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/contacts_service.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/device_info.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/file_picker.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/flutter_keyboard_visibility.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/flutter_share.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/image_picker.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/local_auth.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/native_pdf_renderer.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/package_info.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/package_info_plus.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/path_provider.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/sentry_flutter.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/share.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/shared_preferences.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/sqflite.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/url_launcher.framework","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Frameworks/webview_flutter.framework"],"args":["/bin/sh","-c","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-371142EF7FB55A9A40723721.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALLOW_TARGET_PLATFORM_SPECIALIZATION":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"hillel","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"YES","ALWAYS_SEARCH_USER_PATHS":"NO","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"arm64","ARCHS_STANDARD":"arm64 armv7","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64 armv7","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","ASSETCATALOG_COMPILER_APPICON_NAME":"AppIcon","ASSETCATALOG_FILTER_FOR_DEVICE_MODEL":"iPhone11,2","ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION":"14.8","AVAILABLE_PLATFORMS":"appletvos appletvsimulator driverkit iphoneos iphonesimulator macosx watchos watchsimulator","AppIdentifierPrefix":"NPC44Y2C98.","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"YES","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Users/hillel/Code/flutter_client/build/ios","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","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/89/jnly1lnd4m3d3f1jf2m4yjf80000gn/C/com.apple.DeveloperTools/13.1-13A1030d/Xcode","CCHROOT":"/var/folders/89/jnly1lnd4m3d3f1jf2m4yjf80000gn/C/com.apple.DeveloperTools/13.1-13A1030d/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_ANALYZER_NONNULL":"YES","CLANG_CXX_LANGUAGE_STANDARD":"gnu++0x","CLANG_CXX_LIBRARY":"libc++","CLANG_ENABLE_MODULES":"YES","CLANG_ENABLE_OBJC_ARC":"YES","CLANG_MODULES_BUILD_SESSION_FILE":"/Users/hillel/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":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","COCOAPODS_PARALLEL_CODE_SIGN":"true","CODESIGNING_FOLDER_PATH":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"YES","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_IDENTITY":"iPhone Developer","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/hillel/Code/flutter_client/build/ios/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","CONFIGURATION_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos","CONTENTS_FOLDER_PATH":"Runner.app","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"NO","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator15.0","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_PROJECT_VERSION":"59","CURRENT_VARIANT":"normal","DART_DEFINES":"RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ==","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":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5 13.6 14.0 14.1 14.2 14.3 14.4 14.5 14.6 14.7 15.0","DERIVED_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources","DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER":"NO","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"en","DEVELOPMENT_TEAM":"NPC44Y2C98","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":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_APP_SANDBOX":"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_ALLOWED":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"YES","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"Runner.app/Executables","EXECUTABLE_FOLDER_PATH":"Runner.app","EXECUTABLE_NAME":"Runner","EXECUTABLE_PATH":"Runner.app/Runner","EXPANDED_CODE_SIGN_IDENTITY":"AEE63921931DE8DE89DDE8CE62B9793A12E8C711","EXPANDED_CODE_SIGN_IDENTITY_NAME":"Apple Development: Hillel Coren (956RHTSKF5)","EXPANDED_PROVISIONING_PROFILE":"1e11e576-8aee-4552-93a5-1303462528b4","FILE_LIST":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/FixedFiles","FLUTTER_APPLICATION_PATH":"/Users/hillel/Code/flutter_client","FLUTTER_BUILD_DIR":"build","FLUTTER_BUILD_NAME":"5.0.59","FLUTTER_BUILD_NUMBER":"59","FLUTTER_ROOT":"/Users/hillel/Code/flutter","FLUTTER_TARGET":"/Users/hillel/Code/flutter_client/lib/main.dart","FRAMEWORKS_FOLDER_PATH":"Runner.app/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter\" \"/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter\" \"/Users/hillel/Code/flutter_client/ios/Pods/GoogleSignIn/Frameworks\" /Users/hillel/Code/flutter_client/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_ENABLE_CPP_EXCEPTIONS":"YES","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_NO_COMMON_BLOCKS":"YES","GCC_OPTIMIZATION_LEVEL":"0","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_PREPROCESSOR_DEFINITIONS":"DEBUG=1 COCOAPODS=1 COCOAPODS=1","GCC_SYMBOLS_PRIVATE_EXTERN":"NO","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","GCC_WARN_64_TO_32_BIT_CONVERSION":"YES","GCC_WARN_ABOUT_RETURN_TYPE":"YES_ERROR","GCC_WARN_UNDECLARED_SELECTOR":"YES","GCC_WARN_UNINITIALIZED_AUTOS":"YES_AGGRESSIVE","GCC_WARN_UNUSED_FUNCTION":"YES","GCC_WARN_UNUSED_VARIABLE":"YES","GENERATED_MODULEMAP_DIR":"/Users/hillel/Code/flutter_client/build/ios/GeneratedModuleMaps-iphoneos","GENERATE_INFOPLIST_FILE":"NO","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"YES","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/include \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/AppAuth/AppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DKPhotoGallery/DKPhotoGallery.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMAppAuth/GTMAppAuth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SDWebImage/SDWebImage.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Sentry/Sentry.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/SwiftyGif/SwiftyGif.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/contacts_service/contacts_service.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/file_picker/file_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_keyboard_visibility/flutter_keyboard_visibility.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/flutter_share/flutter_share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/google_sign_in/google_sign_in.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/image_picker/image_picker.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/local_auth/local_auth.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/native_pdf_renderer/native_pdf_renderer.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/package_info_plus/package_info_plus.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sentry_flutter/sentry_flutter.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/share/share.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers\" \"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Headers\"","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/hillel","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":"hillel","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","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LD_RUNPATH_SEARCH_PATHS":" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos /Users/hillel/Code/flutter_client/ios/Flutter","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios9.0","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZATION_EXPORT_SUPPORTED":"YES","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":"/Users/hillel/Code/flutter_client/ios","LOCSYMROOT":"/Users/hillel/Code/flutter_client/ios","MACH_O_TYPE":"mh_execute","MAC_OS_X_PRODUCT_BUILD_VERSION":"20G165","MAC_OS_X_VERSION_ACTUAL":"110600","MAC_OS_X_VERSION_MAJOR":"110000","MAC_OS_X_VERSION_MINOR":"110600","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","MODULES_FOLDER_PATH":"Runner.app/Modules","MODULE_CACHE_DIR":"/Users/hillel/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","OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects","OBJECT_FILE_DIR_normal":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal","OBJROOT":"/Users/hillel/Code/flutter_client/build/ios","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","OTHER_LDFLAGS":" -ObjC -l\"c++\" -l\"sqlite3\" -l\"z\" -framework \"AVFoundation\" -framework \"AVKit\" -framework \"AppAuth\" -framework \"CoreGraphics\" -framework \"CoreText\" -framework \"DKImagePickerController\" -framework \"DKPhotoGallery\" -framework \"FMDB\" -framework \"Foundation\" -framework \"GTMAppAuth\" -framework \"GTMSessionFetcher\" -framework \"GoogleSignIn\" -framework \"ImageIO\" -framework \"LocalAuthentication\" -framework \"Photos\" -framework \"SDWebImage\" -framework \"SafariServices\" -framework \"Security\" -framework \"Sentry\" -framework \"SwiftyGif\" -framework \"SystemConfiguration\" -framework \"UIKit\" -framework \"contacts_service\" -framework \"device_info\" -framework \"file_picker\" -framework \"flutter_keyboard_visibility\" -framework \"flutter_share\" -framework \"google_sign_in\" -framework \"image_picker\" -framework \"local_auth\" -framework \"native_pdf_renderer\" -framework \"package_info\" -framework \"package_info_plus\" -framework \"path_provider\" -framework \"permission_handler\" -framework \"sentry_flutter\" -framework \"share\" -framework \"shared_preferences\" -framework \"sqflite\" -framework \"url_launcher\" -framework \"webview_flutter\" -weak_framework \"AuthenticationServices\" -ObjC -l\"c++\" -l\"sqlite3\" -l\"z\" -framework \"AVFoundation\" -framework \"AVKit\" -framework \"AppAuth\" -framework \"CoreGraphics\" -framework \"CoreText\" -framework \"DKImagePickerController\" -framework \"DKPhotoGallery\" -framework \"FMDB\" -framework \"Foundation\" -framework \"GTMAppAuth\" -framework \"GTMSessionFetcher\" -framework \"GoogleSignIn\" -framework \"ImageIO\" -framework \"LocalAuthentication\" -framework \"Photos\" -framework \"SDWebImage\" -framework \"SafariServices\" -framework \"Security\" -framework \"Sentry\" -framework \"SwiftyGif\" -framework \"SystemConfiguration\" -framework \"UIKit\" -framework \"contacts_service\" -framework \"device_info\" -framework \"file_picker\" -framework \"flutter_keyboard_visibility\" -framework \"flutter_share\" -framework \"google_sign_in\" -framework \"image_picker\" -framework \"local_auth\" -framework \"native_pdf_renderer\" -framework \"package_info\" -framework \"package_info_plus\" -framework \"path_provider\" -framework \"permission_handler\" -framework \"sentry_flutter\" -framework \"share\" -framework \"shared_preferences\" -framework \"sqflite\" -framework \"url_launcher\" -framework \"webview_flutter\" -weak_framework \"AuthenticationServices\"","OTHER_SWIFT_FLAGS":" -D COCOAPODS -D COCOAPODS","PACKAGE_CONFIG":"/Users/hillel/Code/flutter_client/.dart_tool/package_config.json","PACKAGE_TYPE":"com.apple.package-type.wrapper.application","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"Runner.app/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/PkgInfo","PKGINFO_PATH":"Runner.app/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"19A339","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"Runner.app/PlugIns","PODS_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios","PODS_CONFIGURATION_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","PODS_PODFILE_DIR_PATH":"/Users/hillel/Code/flutter_client/ios/.","PODS_ROOT":"/Users/hillel/Code/flutter_client/ios/Pods","PODS_XCFRAMEWORKS_BUILD_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/XCFrameworkIntermediates","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"Runner.app/PrivateHeaders","PRODUCT_BUNDLE_IDENTIFIER":"com.invoiceninja.app","PRODUCT_BUNDLE_PACKAGE_TYPE":"APPL","PRODUCT_MODULE_NAME":"Runner","PRODUCT_NAME":"Runner","PRODUCT_SETTINGS_PATH":"/Users/hillel/Code/flutter_client/ios/Runner/Info.plist","PRODUCT_TYPE":"com.apple.product-type.application","PROFILING_CODE":"NO","PROJECT":"Runner","PROJECT_DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/DerivedSources","PROJECT_DIR":"/Users/hillel/Code/flutter_client/ios","PROJECT_FILE_PATH":"/Users/hillel/Code/flutter_client/ios/Runner.xcodeproj","PROJECT_NAME":"Runner","PROJECT_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build","PROJECT_TEMP_ROOT":"/Users/hillel/Code/flutter_client/build/ios","PROVISIONING_PROFILE_REQUIRED":"YES","PUBLIC_HEADERS_FOLDER_PATH":"Runner.app/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","RESOURCE_RULES_REQUIRED":"YES","REZ_COLLECTOR_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"Runner.app/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_0":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-input-files-e003b637d978213a16a44311db0dd55e-resolved.xcfilelist","SCRIPT_INPUT_FILE_LIST_COUNT":"1","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_0":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-output-files-b25ae461ee0dbe69904ea4478e1bb621-resolved.xcfilelist","SCRIPT_OUTPUT_FILE_LIST_COUNT":"1","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR_iphoneos":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_DIR_iphoneos15_0":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk","SDK_NAME":"iphoneos15.0","SDK_NAMES":"iphoneos15.0","SDK_PRODUCT_BUILD_VERSION":"19A339","SDK_VERSION":"15.0","SDK_VERSION_ACTUAL":"150000","SDK_VERSION_MAJOR":"150000","SDK_VERSION_MINOR":"150000","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"Runner.app/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/hillel/Code/flutter_client/build/ios/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"Runner.app/SharedSupport","SKIP_INSTALL":"NO","SOURCE_ROOT":"/Users/hillel/Code/flutter_client/ios","SRCROOT":"/Users/hillel/Code/flutter_client/ios","STRINGSDATA_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch","STRINGSDATA_ROOT":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","STRINGS_FILE_INFOPLIST_RENAME":"YES","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"NO","STRIP_STYLE":"all","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_MACCATALYST":"NO","SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD":"YES","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_EMIT_LOC_STRINGS":"NO","SWIFT_OBJC_BRIDGING_HEADER":"Runner/Runner-Bridging-Header.h","SWIFT_OPTIMIZATION_LEVEL":"-Onone","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_arm64":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList","SWIFT_VERSION":"5.0","SYMROOT":"/Users/hillel/Code/flutter_client/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":"/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos","TARGET_DEVICE_IDENTIFIER":"00008020-001335EC2281002E","TARGET_DEVICE_MODEL":"iPhone11,2","TARGET_DEVICE_OS_VERSION":"14.8","TARGET_DEVICE_PLATFORM_NAME":"iphoneos","TARGET_NAME":"Runner","TARGET_TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_FILES_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_FILE_DIR":"/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build","TEMP_ROOT":"/Users/hillel/Code/flutter_client/build/ios","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.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":"NPC44Y2C98.","UID":"501","UNLOCALIZED_RESOURCES_FOLDER_PATH":"Runner.app","UNSTRIPPED_PRODUCT":"NO","USER":"hillel","USER_APPS_DIR":"/Users/hillel/Applications","USER_LIBRARY_DIR":"/Users/hillel/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 armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONING_SYSTEM":"apple-generic","VERSIONPLIST_PATH":"Runner.app/version.plist","VERSION_INFO_BUILDER":"hillel","VERSION_INFO_FILE":"Runner_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:Runner PROJECT:Runner-59\"","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":"13A1030d","XCODE_VERSION_ACTUAL":"1310","XCODE_VERSION_MAJOR":"1300","XCODE_VERSION_MINOR":"1310","XPCSERVICES_FOLDER_PATH":"Runner.app/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"working-directory":"/Users/hillel/Code/flutter_client/ios","control-enabled":false,"signature":"e5ce36808cd3ddd997fa75f9cbcaa97c"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:ProcessInfoPlistFile /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Info.plist /Users/hillel/Code/flutter_client/ios/Runner/Info.plist": {"tool":"info-plist-processor","description":"ProcessInfoPlistFile /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Info.plist /Users/hillel/Code/flutter_client/ios/Runner/Info.plist","inputs":["/Users/hillel/Code/flutter_client/ios/Runner/Info.plist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Base.lproj/Main-SBPartialInfo.plist","/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/assetcatalog_generated_info.plist","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/Info.plist"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:ProcessProductPackaging /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner.app.xcent": {"tool":"process-product-entitlements","description":"ProcessProductPackaging /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner.app.xcent","inputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Entitlements.plist","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner.app.xcent"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:ProcessProductPackaging /Users/hillel/Library/MobileDevice/Provisioning Profiles/1e11e576-8aee-4552-93a5-1303462528b4.mobileprovision /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/embedded.mobileprovision": {"tool":"process-product-provisioning-profile","description":"ProcessProductPackaging /Users/hillel/Library/MobileDevice/Provisioning Profiles/1e11e576-8aee-4552-93a5-1303462528b4.mobileprovision /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/embedded.mobileprovision","inputs":["/Users/hillel/Library/MobileDevice/Provisioning Profiles/1e11e576-8aee-4552-93a5-1303462528b4.mobileprovision","",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app/embedded.mobileprovision"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:RegisterExecutionPolicyException /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app": {"tool":"register-execution-policy-exception","description":"RegisterExecutionPolicyException /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","inputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","","",""],"outputs":[""]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:Touch /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app": {"tool":"shell","description":"Touch /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","inputs":["/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","","",""],"outputs":[""],"args":["/usr/bin/touch","-c","/Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app"],"env":{},"working-directory":"/Users/hillel/Code/flutter_client/ios","signature":"c192226f0d49b06d9b1411ab2e5d9a97"} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:Validate /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app": {"tool":"validate-product","description":"Validate /Users/hillel/Code/flutter_client/build/ios/Debug-iphoneos/Runner.app","inputs":["","","",""],"outputs":[""]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Entitlements.plist": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Entitlements.plist","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Entitlements.plist"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner_vers.c": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner_vers.c","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Runner_vers.c"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-input-files-fb57668ec0c44d8b1bb55b39dadde944-resolved.xcfilelist": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-input-files-fb57668ec0c44d8b1bb55b39dadde944-resolved.xcfilelist","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-input-files-fb57668ec0c44d8b1bb55b39dadde944-resolved.xcfilelist"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-input-files-e003b637d978213a16a44311db0dd55e-resolved.xcfilelist": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-input-files-e003b637d978213a16a44311db0dd55e-resolved.xcfilelist","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/InputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-input-files-e003b637d978213a16a44311db0dd55e-resolved.xcfilelist"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-OutputFileMap.json": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-OutputFileMap.json","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-OutputFileMap.json"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-output-files-60b175cbb8d1b37801403ff2bac3ee32-resolved.xcfilelist": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-output-files-60b175cbb8d1b37801403ff2bac3ee32-resolved.xcfilelist","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-2602E128BF96B58270FD1A6E-Pods-Runner-resources-Debug-output-files-60b175cbb8d1b37801403ff2bac3ee32-resolved.xcfilelist"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-output-files-b25ae461ee0dbe69904ea4478e1bb621-resolved.xcfilelist": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-output-files-b25ae461ee0dbe69904ea4478e1bb621-resolved.xcfilelist","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/OutputFileList-371142EF7FB55A9A40723721-Pods-Runner-frameworks-Debug-output-files-b25ae461ee0dbe69904ea4478e1bb621-resolved.xcfilelist"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner.hmap","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner.hmap"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-2602E128BF96B58270FD1A6E.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-2602E128BF96B58270FD1A6E.sh","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-2602E128BF96B58270FD1A6E.sh"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-371142EF7FB55A9A40723721.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-371142EF7FB55A9A40723721.sh","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-371142EF7FB55A9A40723721.sh"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-8F0B3639348029B79CCB42B7.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-8F0B3639348029B79CCB42B7.sh","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-8F0B3639348029B79CCB42B7.sh"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh"]} - "target-Runner-18c1723432283e0cc55f10a6dcfd9e0288a783a885d8b0b3beb2e9f90bde3f49-:Debug:WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/all-product-headers.yaml": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/all-product-headers.yaml","inputs":["",""],"outputs":["/Users/hillel/Code/flutter_client/build/ios/Runner.build/Debug-iphoneos/Runner.build/all-product-headers.yaml"]} - diff --git a/ios/build/XCBuildData/abd2efa16b2edfe0cbb36a659f19f347-targetGraph.txt b/ios/build/XCBuildData/abd2efa16b2edfe0cbb36a659f19f347-targetGraph.txt deleted file mode 100644 index 761b0c9e3..000000000 --- a/ios/build/XCBuildData/abd2efa16b2edfe0cbb36a659f19f347-targetGraph.txt +++ /dev/null @@ -1,2 +0,0 @@ -Target dependency graph (1 target) -Runner in Runner, no dependencies \ No newline at end of file diff --git a/ios/build/XCBuildData/build.db b/ios/build/XCBuildData/build.db deleted file mode 100644 index 31cab64ad..000000000 Binary files a/ios/build/XCBuildData/build.db and /dev/null differ diff --git a/ios/build/XCBuildData/c9656aba42afdfa4fb57a491f911602e-buildRequest.json b/ios/build/XCBuildData/c9656aba42afdfa4fb57a491f911602e-buildRequest.json deleted file mode 100644 index ff328a437..000000000 --- a/ios/build/XCBuildData/c9656aba42afdfa4fb57a491f911602e-buildRequest.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "buildCommand" : "prepareForIndexing", - "configuredTargets" : [ - { - "guid" : "fba13f46396b78897f245daec82cd89d88a783a885d8b0b3beb2e9f90bde3f49" - } - ], - "continueBuildingAfterErrors" : true, - "enableIndexBuildArena" : false, - "hideShellScriptEnvironment" : false, - "parameters" : { - "action" : "build", - "activeArchitecture" : "arm64", - "activeRunDestination" : { - "disableOnlyActiveArch" : false, - "platform" : "iphoneos", - "sdk" : "iphoneos14.5", - "sdkVariant" : "iphoneos", - "supportedArchitectures" : [ - "arm64e", - "arm64v8", - "arm64", - "armv8" - ], - "targetArchitecture" : "arm64" - }, - "arenaInfo" : { - "buildIntermediatesPath" : "", - "buildProductsPath" : "", - "derivedDataPath" : "/Users/hillel/Library/Developer/Xcode/DerivedData", - "indexDataStoreFolderPath" : "/Users/hillel/Library/Developer/Xcode/DerivedData/Runner-hiackwtmnkwhnldsacqheylutkpx/Index/DataStore", - "indexEnableDataStore" : true, - "indexPCHPath" : "/Users/hillel/Library/Developer/Xcode/DerivedData/Runner-hiackwtmnkwhnldsacqheylutkpx/Index/PrecompiledHeaders", - "pchPath" : "" - }, - "configurationName" : "Debug", - "overrides" : { - "synthesized" : { - "table" : { - "ASSETCATALOG_FILTER_FOR_DEVICE_MODEL" : "iPhone11,2", - "ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION" : "14.6", - "BUILD_ACTIVE_RESOURCES_ONLY" : "YES", - "ENABLE_PREVIEWS" : "NO", - "TARGET_DEVICE_IDENTIFIER" : "00008020-001335EC2281002E", - "TARGET_DEVICE_MODEL" : "iPhone11,2", - "TARGET_DEVICE_OS_VERSION" : "14.6", - "TARGET_DEVICE_PLATFORM_NAME" : "iphoneos" - } - } - } - }, - "schemeCommand" : "launch", - "shouldCollectMetrics" : false, - "showNonLoggedProgress" : true, - "useDryRun" : false, - "useImplicitDependencies" : true, - "useLegacyBuildLocations" : false, - "useParallelTargets" : true -} \ No newline at end of file diff --git a/ios/build/XCBuildData/c9656aba42afdfa4fb57a491f911602e-targetGraph.txt b/ios/build/XCBuildData/c9656aba42afdfa4fb57a491f911602e-targetGraph.txt deleted file mode 100644 index baf1008eb..000000000 --- a/ios/build/XCBuildData/c9656aba42afdfa4fb57a491f911602e-targetGraph.txt +++ /dev/null @@ -1,2 +0,0 @@ -Target dependency graph (1 target) -Runner in Runner \ No newline at end of file diff --git a/macos/Flutter/GeneratedPluginRegistrant.swift b/macos/Flutter/GeneratedPluginRegistrant.swift index 1b109ff65..8b83b87fa 100644 --- a/macos/Flutter/GeneratedPluginRegistrant.swift +++ b/macos/Flutter/GeneratedPluginRegistrant.swift @@ -5,6 +5,7 @@ import FlutterMacOS import Foundation +import device_info_plus_macos import native_pdf_renderer import package_info import package_info_plus_macos @@ -15,6 +16,7 @@ import sqflite import url_launcher_macos func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { + DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin")) NativePdfRendererPlugin.register(with: registry.registrar(forPlugin: "NativePdfRendererPlugin")) FLTPackageInfoPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlugin")) FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))