Skip to content

Commit

Permalink
🔄 synced file(s) with circlefin/w3s-ios-sample-app-wallets-internal (#22
Browse files Browse the repository at this point in the history
)
  • Loading branch information
circle-github-action-bot authored Jul 11, 2024
1 parent 6885513 commit 4af94c8
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,10 @@ $ brew
4. (Optional) Setup configs programmatically

![image](readme_images/screenshot_4.png)
- Set the `endPoint` in the `ContentView.swift`
- Set the `appId` in the `ContentView.swift`
- Set the `endPoint` in the `AuthScreenView.swift`
- Set the `appId` in the `AuthScreenView.swift`

5. (Optional) SSO configs setup
- If you want to use SSO for test , please change the flag `addSSOSignInView` value to *true* in the `w3s_ios_sample_app_walletsApp.swift`
![image](readme_images/screenshot_5.png)

Just set up the SSO you want to use below:
- [Apple] Update the App's Bundle Identifier to yours
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UIUserInterfaceStyle = Light;
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -505,6 +506,7 @@
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UIUserInterfaceStyle = Light;
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down
Binary file modified readme_images/screenshot_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified readme_images/screenshot_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified readme_images/screenshot_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed readme_images/screenshot_5.png
Binary file not shown.

0 comments on commit 4af94c8

Please sign in to comment.