Mobile Client: On OAuth, redirect to page

This commit is contained in:
Arthi-chaud
2022-02-26 18:13:09 +01:00
parent ec725ff037
commit c4a18ce28c
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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 */
+2 -2
View File
@@ -55,10 +55,10 @@
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>localhost:3000</string>
<string>aeris.com</string>
<key>CFBundleURLSchemes</key>
<array>
<string>http</string>
<string>aeris</string>
</array>
</dict>
</array>
+2 -2
View File
@@ -53,10 +53,10 @@
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>localhost:3000</string>
<string>aeris.com</string>
<key>CFBundleURLSchemes</key>
<array>
<string>http</string>
<string>aeris</string>
</array>
</dict>
</array>