File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
DemoApps/ConsumerWorkbench Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,13 @@ Bundle ID: `com.stytch.StytchB2BUIDemo`
3434
3535* ** B2BWorkbench**
3636Bundle ID: ` com.stytch.B2BWorkbench `
37- [ Configure the public token] ( ../Stytch/DemoApps/B2BWorkbench/ViewControllers/RootViewController.swift#L43 )
37+ [ Configure the public token] ( ../Stytch/DemoApps/B2BWorkbench/ViewControllers/B2BWorkbenchViewController.swift#L5 )
38+ URL Scheme to add to your [ dashboard] ( https://stytch.com/dashboard/redirect-urls ) : b2bworkbench://auth
39+
40+ * ** ConsumerWorkbench**
41+ Bundle ID: ` com.stytch.ConsumerWorkbench `
42+ [ Configure the public token] ( ../Stytch/DemoApps/ConsumerWorkbench/ViewControllers/ConsumerWorkbenchViewController.swift#L5 )
43+ URL Scheme to add to your [ dashboard] ( https://stytch.com/dashboard/redirect-urls ) : consumerworkbench://auth
3844
3945* ** StytchBiometrics**
4046Bundle ID: ` com.stytch.StytchBiometrics `
Original file line number Diff line number Diff line change 1111 <string >com.stytch.ConsumerWorkbench </string >
1212 <key >CFBundleURLSchemes </key >
1313 <array >
14- <string >workbench </string >
14+ <string >consumerworkbench </string >
1515 </array >
1616 </dict >
1717 </array >
Original file line number Diff line number Diff line change 14451445 GCC_C_LANGUAGE_STANDARD = gnu17;
14461446 GENERATE_INFOPLIST_FILE = YES;
14471447 INFOPLIST_FILE = DemoApps/ConsumerWorkbench/Info.plist;
1448+ INFOPLIST_KEY_NSFaceIDUsageDescription = "For Authentication";
14481449 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
14491450 INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
14501451 INFOPLIST_KEY_UIMainStoryboardFile = Main;
14851486 GCC_C_LANGUAGE_STANDARD = gnu17;
14861487 GENERATE_INFOPLIST_FILE = YES;
14871488 INFOPLIST_FILE = DemoApps/ConsumerWorkbench/Info.plist;
1489+ INFOPLIST_KEY_NSFaceIDUsageDescription = "For Authentication";
14881490 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
14891491 INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
14901492 INFOPLIST_KEY_UIMainStoryboardFile = Main;
You can’t perform that action at this time.
0 commit comments