Skip to content

Commit

Permalink
🔄 synced file(s) with circlefin/w3s-ios-sample-app-wallets-internal (#21
Browse files Browse the repository at this point in the history
)
  • Loading branch information
circle-github-action-bot authored Jul 11, 2024
1 parent 793bdb2 commit 6885513
Show file tree
Hide file tree
Showing 52 changed files with 1,737 additions and 913 deletions.
4 changes: 0 additions & 4 deletions Sample App/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ target 'w3s-ios-sample-app-wallets' do

pod 'CircleProgrammableWalletSDK'

# SSO SDK
pod 'GoogleSignIn'
pod 'FBSDKLoginKit'

end

post_install do |installer|
Expand Down
94 changes: 61 additions & 33 deletions Sample App/w3s-ios-sample-app-wallets.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,19 @@
B3BEDECF2A50648300861533 /* w3s_ios_sample_app_walletsApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3BEDECE2A50648300861533 /* w3s_ios_sample_app_walletsApp.swift */; };
B3BEDED62A50648400861533 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B3BEDED52A50648400861533 /* Preview Assets.xcassets */; };
B3BEDEDE2A5064E800861533 /* WalletSdkAdapter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3BEDEDC2A5064E800861533 /* WalletSdkAdapter.swift */; };
B3BEDEDF2A5064E800861533 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3BEDEDD2A5064E800861533 /* ContentView.swift */; };
B3BEDEE62A50651700861533 /* UserDefault.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3BEDEE32A50651700861533 /* UserDefault.swift */; };
B3BEDEE82A50651700861533 /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3BEDEE52A50651700861533 /* Toast.swift */; };
BA285C102B625BD600F317EF /* ToggleType.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA285C0F2B625BD600F317EF /* ToggleType.swift */; };
BADB71432B4E7E43000AA7ED /* GoogleAuthViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = BADB71422B4E7E43000AA7ED /* GoogleAuthViewModel.swift */; };
BADB71452B4E90AF000AA7ED /* SSOSignInView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BADB71442B4E90AF000AA7ED /* SSOSignInView.swift */; };
BADB71472B4FD11B000AA7ED /* AppleAuthViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = BADB71462B4FD11B000AA7ED /* AppleAuthViewModel.swift */; };
BAC7D2B62C3884F70027ED88 /* AuthScreenView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAC7D2B52C3884F70027ED88 /* AuthScreenView.swift */; };
BAC7D2B92C3885310027ED88 /* UserType.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAC7D2B82C3885310027ED88 /* UserType.swift */; };
BAC7D2BB2C3886780027ED88 /* CustomSegmentedControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAC7D2BA2C3886780027ED88 /* CustomSegmentedControl.swift */; };
BAC7D2C02C38874E0027ED88 /* View+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAC7D2BE2C38874E0027ED88 /* View+Extension.swift */; };
BAC7D2C22C38894F0027ED88 /* PinAuthView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAC7D2C12C38894F0027ED88 /* PinAuthView.swift */; };
BAC7D2C42C388A470027ED88 /* Notification+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAC7D2C32C388A470027ED88 /* Notification+Extension.swift */; };
BAC7D2C62C388C4D0027ED88 /* SocialAuthView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAC7D2C52C388C4D0027ED88 /* SocialAuthView.swift */; };
BAC7D2C82C388CCB0027ED88 /* ExecuteChallengeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAC7D2C72C388CCB0027ED88 /* ExecuteChallengeView.swift */; };
BAC7D2CA2C388EF20027ED88 /* EmailAuthView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAC7D2C92C388EF10027ED88 /* EmailAuthView.swift */; };
BADB714A2B54DDF7000AA7ED /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = BADB71492B54DDF7000AA7ED /* AppDelegate.swift */; };
BADB714C2B54E33B000AA7ED /* FacebookAuthViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = BADB714B2B54E33B000AA7ED /* FacebookAuthViewModel.swift */; };
BAE182562AF36AD3004D6494 /* ChallengeResultView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAE182552AF36AD3004D6494 /* ChallengeResultView.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -35,18 +38,21 @@
B3BEDECE2A50648300861533 /* w3s_ios_sample_app_walletsApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = w3s_ios_sample_app_walletsApp.swift; sourceTree = "<group>"; };
B3BEDED52A50648400861533 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
B3BEDEDC2A5064E800861533 /* WalletSdkAdapter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WalletSdkAdapter.swift; sourceTree = "<group>"; };
B3BEDEDD2A5064E800861533 /* ContentView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
B3BEDEE32A50651700861533 /* UserDefault.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserDefault.swift; sourceTree = "<group>"; };
B3BEDEE52A50651700861533 /* Toast.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Toast.swift; sourceTree = "<group>"; };
BA285C0F2B625BD600F317EF /* ToggleType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ToggleType.swift; sourceTree = "<group>"; };
BAC7D2B52C3884F70027ED88 /* AuthScreenView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthScreenView.swift; sourceTree = "<group>"; };
BAC7D2B82C3885310027ED88 /* UserType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserType.swift; sourceTree = "<group>"; };
BAC7D2BA2C3886780027ED88 /* CustomSegmentedControl.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomSegmentedControl.swift; sourceTree = "<group>"; };
BAC7D2BE2C38874E0027ED88 /* View+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "View+Extension.swift"; sourceTree = "<group>"; };
BAC7D2C12C38894F0027ED88 /* PinAuthView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PinAuthView.swift; sourceTree = "<group>"; };
BAC7D2C32C388A470027ED88 /* Notification+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Notification+Extension.swift"; sourceTree = "<group>"; };
BAC7D2C52C388C4D0027ED88 /* SocialAuthView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SocialAuthView.swift; sourceTree = "<group>"; };
BAC7D2C72C388CCB0027ED88 /* ExecuteChallengeView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExecuteChallengeView.swift; sourceTree = "<group>"; };
BAC7D2C92C388EF10027ED88 /* EmailAuthView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EmailAuthView.swift; sourceTree = "<group>"; };
BADB713D2B4E7567000AA7ED /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
BADB71422B4E7E43000AA7ED /* GoogleAuthViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoogleAuthViewModel.swift; sourceTree = "<group>"; };
BADB71442B4E90AF000AA7ED /* SSOSignInView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSOSignInView.swift; sourceTree = "<group>"; };
BADB71462B4FD11B000AA7ED /* AppleAuthViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppleAuthViewModel.swift; sourceTree = "<group>"; };
BADB71482B4FD2A4000AA7ED /* w3s-ios-sample-app-wallets.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "w3s-ios-sample-app-wallets.entitlements"; sourceTree = "<group>"; };
BADB71492B54DDF7000AA7ED /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
BADB714B2B54E33B000AA7ED /* FacebookAuthViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FacebookAuthViewModel.swift; sourceTree = "<group>"; };
BAE182552AF36AD3004D6494 /* ChallengeResultView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChallengeResultView.swift; sourceTree = "<group>"; };
ED19DFB9C55BB7A8A6609DD9 /* Pods-w3s-ios-sample-app-wallets.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-w3s-ios-sample-app-wallets.release.xcconfig"; path = "Target Support Files/Pods-w3s-ios-sample-app-wallets/Pods-w3s-ios-sample-app-wallets.release.xcconfig"; sourceTree = "<group>"; };
F095FAC15E5990E5728EEDA8 /* Pods_w3s_ios_sample_app_wallets.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_w3s_ios_sample_app_wallets.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -102,15 +108,8 @@
isa = PBXGroup;
children = (
BADB71482B4FD2A4000AA7ED /* w3s-ios-sample-app-wallets.entitlements */,
BADB71412B4E7E23000AA7ED /* ViewModels */,
B3CD172C2A5DA09D000664EA /* Resources */,
BADB71492B54DDF7000AA7ED /* AppDelegate.swift */,
B3BEDECE2A50648300861533 /* w3s_ios_sample_app_walletsApp.swift */,
B3BEDEDD2A5064E800861533 /* ContentView.swift */,
BAE182552AF36AD3004D6494 /* ChallengeResultView.swift */,
B3BEDEDC2A5064E800861533 /* WalletSdkAdapter.swift */,
BADB71442B4E90AF000AA7ED /* SSOSignInView.swift */,
B3BEDEE22A50651700861533 /* Helpers */,
BAC7D2B42C387F8A0027ED88 /* Sources */,
B3BEDED42A50648400861533 /* Preview Content */,
);
path = "w3s-ios-sample-app-wallets";
Expand Down Expand Up @@ -145,14 +144,40 @@
path = Resources;
sourceTree = "<group>";
};
BADB71412B4E7E23000AA7ED /* ViewModels */ = {
BAC7D2B42C387F8A0027ED88 /* Sources */ = {
isa = PBXGroup;
children = (
BAC7D2B72C3885310027ED88 /* Enums */,
BAC7D2BC2C38874E0027ED88 /* Extensions */,
B3BEDEE22A50651700861533 /* Helpers */,
BADB71492B54DDF7000AA7ED /* AppDelegate.swift */,
BAC7D2B52C3884F70027ED88 /* AuthScreenView.swift */,
BAC7D2BA2C3886780027ED88 /* CustomSegmentedControl.swift */,
BAC7D2C92C388EF10027ED88 /* EmailAuthView.swift */,
BAC7D2C72C388CCB0027ED88 /* ExecuteChallengeView.swift */,
BAC7D2C12C38894F0027ED88 /* PinAuthView.swift */,
BAC7D2C52C388C4D0027ED88 /* SocialAuthView.swift */,
B3BEDECE2A50648300861533 /* w3s_ios_sample_app_walletsApp.swift */,
B3BEDEDC2A5064E800861533 /* WalletSdkAdapter.swift */,
);
path = Sources;
sourceTree = "<group>";
};
BAC7D2B72C3885310027ED88 /* Enums */ = {
isa = PBXGroup;
children = (
BAC7D2B82C3885310027ED88 /* UserType.swift */,
);
path = Enums;
sourceTree = "<group>";
};
BAC7D2BC2C38874E0027ED88 /* Extensions */ = {
isa = PBXGroup;
children = (
BADB71462B4FD11B000AA7ED /* AppleAuthViewModel.swift */,
BADB71422B4E7E43000AA7ED /* GoogleAuthViewModel.swift */,
BADB714B2B54E33B000AA7ED /* FacebookAuthViewModel.swift */,
BAC7D2C32C388A470027ED88 /* Notification+Extension.swift */,
BAC7D2BE2C38874E0027ED88 /* View+Extension.swift */,
);
path = ViewModels;
path = Extensions;
sourceTree = "<group>";
};
/* End PBXGroup section */
Expand Down Expand Up @@ -289,18 +314,21 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
BADB71472B4FD11B000AA7ED /* AppleAuthViewModel.swift in Sources */,
BADB714C2B54E33B000AA7ED /* FacebookAuthViewModel.swift in Sources */,
B3BEDEE82A50651700861533 /* Toast.swift in Sources */,
B3BEDEE62A50651700861533 /* UserDefault.swift in Sources */,
BAC7D2C82C388CCB0027ED88 /* ExecuteChallengeView.swift in Sources */,
BAC7D2C42C388A470027ED88 /* Notification+Extension.swift in Sources */,
BAC7D2C22C38894F0027ED88 /* PinAuthView.swift in Sources */,
BAC7D2CA2C388EF20027ED88 /* EmailAuthView.swift in Sources */,
BAC7D2B92C3885310027ED88 /* UserType.swift in Sources */,
B3BEDECF2A50648300861533 /* w3s_ios_sample_app_walletsApp.swift in Sources */,
B3BEDEDE2A5064E800861533 /* WalletSdkAdapter.swift in Sources */,
BADB71432B4E7E43000AA7ED /* GoogleAuthViewModel.swift in Sources */,
B3BEDEDF2A5064E800861533 /* ContentView.swift in Sources */,
BADB71452B4E90AF000AA7ED /* SSOSignInView.swift in Sources */,
BAC7D2BB2C3886780027ED88 /* CustomSegmentedControl.swift in Sources */,
BADB714A2B54DDF7000AA7ED /* AppDelegate.swift in Sources */,
BAE182562AF36AD3004D6494 /* ChallengeResultView.swift in Sources */,
BAC7D2C02C38874E0027ED88 /* View+Extension.swift in Sources */,
BA285C102B625BD600F317EF /* ToggleType.swift in Sources */,
BAC7D2B62C3884F70027ED88 /* AuthScreenView.swift in Sources */,
BAC7D2C62C388C4D0027ED88 /* SocialAuthView.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -442,7 +470,7 @@
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -477,7 +505,7 @@
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
120 changes: 0 additions & 120 deletions Sample App/w3s-ios-sample-app-wallets/ChallengeResultView.swift

This file was deleted.

Loading

0 comments on commit 6885513

Please sign in to comment.