Skip to content

Commit 123715c

Browse files
authored
Merge pull request #565 from stytchauth/readme-apps
Update navigating the project readme
2 parents d3f0cde + 76bd947 commit 123715c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

READMEs/NavigatingTheProject.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@ Bundle ID: `com.stytch.StytchB2BUIDemo`
3434

3535
* **B2BWorkbench**
3636
Bundle 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**
4046
Bundle ID: `com.stytch.StytchBiometrics`

Stytch/DemoApps/ConsumerWorkbench/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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>

Stytch/Stytch.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1445,6 +1445,7 @@
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;
@@ -1485,6 +1486,7 @@
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;

0 commit comments

Comments
 (0)