From c4a18ce28c250fc07050683c4208a3269b254b68 Mon Sep 17 00:00:00 2001 From: Arthi-chaud Date: Sat, 26 Feb 2022 18:13:09 +0100 Subject: [PATCH] Mobile Client: On OAuth, redirect to page --- mobile/ios/Runner.xcodeproj/project.pbxproj | 4 ++-- mobile/ios/Runner/Info-Debug.plist | 4 ++-- mobile/ios/Runner/Info-Release.plist | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mobile/ios/Runner.xcodeproj/project.pbxproj b/mobile/ios/Runner.xcodeproj/project.pbxproj index b95f859..e5f44b1 100644 --- a/mobile/ios/Runner.xcodeproj/project.pbxproj +++ b/mobile/ios/Runner.xcodeproj/project.pbxproj @@ -217,7 +217,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin"; + shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin\n"; }; 755B6DB6A94E09EAD68F291E /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; @@ -248,7 +248,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build"; + shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build\n"; }; /* End PBXShellScriptBuildPhase section */ diff --git a/mobile/ios/Runner/Info-Debug.plist b/mobile/ios/Runner/Info-Debug.plist index 1f4b792..d668aca 100644 --- a/mobile/ios/Runner/Info-Debug.plist +++ b/mobile/ios/Runner/Info-Debug.plist @@ -55,10 +55,10 @@ CFBundleTypeRole Editor CFBundleURLName - localhost:3000 + aeris.com CFBundleURLSchemes - http + aeris diff --git a/mobile/ios/Runner/Info-Release.plist b/mobile/ios/Runner/Info-Release.plist index 911a728..e4d7cb3 100644 --- a/mobile/ios/Runner/Info-Release.plist +++ b/mobile/ios/Runner/Info-Release.plist @@ -53,10 +53,10 @@ CFBundleTypeRole Editor CFBundleURLName - localhost:3000 + aeris.com CFBundleURLSchemes - http + aeris