|
21 | 21 | 1E4FCBD02BCDCAB80042A4B2 /* UserHomeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E4FCBCF2BCDCAB80042A4B2 /* UserHomeViewController.swift */; };
|
22 | 22 | 1E4FCBD22BCDCAD00042A4B2 /* SignInViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E4FCBD12BCDCAD00042A4B2 /* SignInViewController.swift */; };
|
23 | 23 | 1E81BE842BDC2755006A9A0A /* EmailAuthViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E81BE832BDC2755006A9A0A /* EmailAuthViewController.swift */; };
|
| 24 | + 1EABCB2A2BE468B00037DD52 /* web3swift in Frameworks */ = {isa = PBXBuildFile; productRef = 1EABCB292BE468B00037DD52 /* web3swift */; }; |
| 25 | + 1EABCB2C2BE491790037DD52 /* UserManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EABCB2B2BE491790037DD52 /* UserManager.swift */; }; |
| 26 | + 1EABCB2F2BE498A50037DD52 /* UserModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EABCB2E2BE498A50037DD52 /* UserModel.swift */; }; |
| 27 | + 1EABCB6B2BE4B0000037DD52 /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EABCB6A2BE4B0000037DD52 /* SessionManager.swift */; }; |
| 28 | + 1EABCB6F2BE56B4F0037DD52 /* SendTransactionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EABCB6E2BE56B4F0037DD52 /* SendTransactionViewController.swift */; }; |
24 | 29 | /* End PBXBuildFile section */
|
25 | 30 |
|
26 | 31 | /* Begin PBXContainerItemProxy section */
|
|
59 | 64 | 1E4FCBCF2BCDCAB80042A4B2 /* UserHomeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserHomeViewController.swift; sourceTree = "<group>"; };
|
60 | 65 | 1E4FCBD12BCDCAD00042A4B2 /* SignInViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignInViewController.swift; sourceTree = "<group>"; };
|
61 | 66 | 1E81BE832BDC2755006A9A0A /* EmailAuthViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmailAuthViewController.swift; sourceTree = "<group>"; };
|
| 67 | + 1EABCB2B2BE491790037DD52 /* UserManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserManager.swift; sourceTree = "<group>"; }; |
| 68 | + 1EABCB2E2BE498A50037DD52 /* UserModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserModel.swift; sourceTree = "<group>"; }; |
| 69 | + 1EABCB6A2BE4B0000037DD52 /* SessionManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = ../../../../../../../../Documents/SessionManager.swift; sourceTree = "<group>"; }; |
| 70 | + 1EABCB6E2BE56B4F0037DD52 /* SendTransactionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendTransactionViewController.swift; sourceTree = "<group>"; }; |
62 | 71 | /* End PBXFileReference section */
|
63 | 72 |
|
64 | 73 | /* Begin PBXFrameworksBuildPhase section */
|
|
67 | 76 | buildActionMask = 2147483647;
|
68 | 77 | files = (
|
69 | 78 | 1E4CD78B2BE2CF180097E2CB /* TurnkeySDK in Frameworks */,
|
| 79 | + 1EABCB2A2BE468B00037DD52 /* web3swift in Frameworks */, |
70 | 80 | );
|
71 | 81 | runOnlyForDeploymentPostprocessing = 0;
|
72 | 82 | };
|
|
110 | 120 | 1E27801F2BCA349300AE790C /* TurnkeyiOSExample */ = {
|
111 | 121 | isa = PBXGroup;
|
112 | 122 | children = (
|
| 123 | + 1EABCB2D2BE498930037DD52 /* Models */, |
113 | 124 | 1E37D5972BD2F3A400962F0D /* Info.plist */,
|
| 125 | + 1EABCB2E2BE498A50037DD52 /* UserModel.swift */, |
114 | 126 | 1E37D5962BD2EBD200962F0D /* TurnkeyiOSExample.entitlements */,
|
115 | 127 | 1E2780242BCA349400AE790C /* Assets.xcassets */,
|
116 | 128 | 1E2780262BCA349400AE790C /* Preview Content */,
|
|
122 | 134 | 1E37D5992BD2FFDD00962F0D /* LaunchScreen.storyboard */,
|
123 | 135 | 1E37D59D2BD3004D00962F0D /* Main.storyboard */,
|
124 | 136 | 1E81BE832BDC2755006A9A0A /* EmailAuthViewController.swift */,
|
| 137 | + 1EABCB2B2BE491790037DD52 /* UserManager.swift */, |
| 138 | + 1EABCB6A2BE4B0000037DD52 /* SessionManager.swift */, |
| 139 | + 1EABCB6E2BE56B4F0037DD52 /* SendTransactionViewController.swift */, |
125 | 140 | );
|
126 | 141 | path = TurnkeyiOSExample;
|
127 | 142 | sourceTree = "<group>";
|
|
151 | 166 | path = TurnkeyiOSExampleUITests;
|
152 | 167 | sourceTree = "<group>";
|
153 | 168 | };
|
| 169 | + 1EABCB2D2BE498930037DD52 /* Models */ = { |
| 170 | + isa = PBXGroup; |
| 171 | + children = ( |
| 172 | + ); |
| 173 | + path = Models; |
| 174 | + sourceTree = "<group>"; |
| 175 | + }; |
154 | 176 | /* End PBXGroup section */
|
155 | 177 |
|
156 | 178 | /* Begin PBXNativeTarget section */
|
|
169 | 191 | name = TurnkeyiOSExample;
|
170 | 192 | packageProductDependencies = (
|
171 | 193 | 1E4CD78A2BE2CF180097E2CB /* TurnkeySDK */,
|
| 194 | + 1EABCB292BE468B00037DD52 /* web3swift */, |
172 | 195 | );
|
173 | 196 | productName = TurnkeyiOSExample;
|
174 | 197 | productReference = 1E27801D2BCA349300AE790C /* TurnkeyiOSExample.app */;
|
|
244 | 267 | mainGroup = 1E2780142BCA349300AE790C;
|
245 | 268 | packageReferences = (
|
246 | 269 | 1E4351F82BCDDBAD00BF67F2 /* XCLocalSwiftPackageReference "../.." */,
|
| 270 | + 1EABCB282BE468B00037DD52 /* XCRemoteSwiftPackageReference "web3swift" */, |
247 | 271 | );
|
248 | 272 | productRefGroup = 1E27801E2BCA349300AE790C /* Products */;
|
249 | 273 | projectDirPath = "";
|
|
291 | 315 | files = (
|
292 | 316 | 1E81BE842BDC2755006A9A0A /* EmailAuthViewController.swift in Sources */,
|
293 | 317 | 1E4FCBD02BCDCAB80042A4B2 /* UserHomeViewController.swift in Sources */,
|
| 318 | + 1EABCB6B2BE4B0000037DD52 /* SessionManager.swift in Sources */, |
| 319 | + 1EABCB2F2BE498A50037DD52 /* UserModel.swift in Sources */, |
| 320 | + 1EABCB2C2BE491790037DD52 /* UserManager.swift in Sources */, |
294 | 321 | 1E37D5932BD2D77C00962F0D /* AccountManager.swift in Sources */,
|
295 | 322 | 1E4FCBCA2BCB71820042A4B2 /* AppDelegate.swift in Sources */,
|
| 323 | + 1EABCB6F2BE56B4F0037DD52 /* SendTransactionViewController.swift in Sources */, |
296 | 324 | 1E4FCBD22BCDCAD00042A4B2 /* SignInViewController.swift in Sources */,
|
297 | 325 | 1E4FCBCC2BCDCA6C0042A4B2 /* SceneDelegate.swift in Sources */,
|
298 | 326 | );
|
|
632 | 660 | };
|
633 | 661 | /* End XCLocalSwiftPackageReference section */
|
634 | 662 |
|
| 663 | +/* Begin XCRemoteSwiftPackageReference section */ |
| 664 | + 1EABCB282BE468B00037DD52 /* XCRemoteSwiftPackageReference "web3swift" */ = { |
| 665 | + isa = XCRemoteSwiftPackageReference; |
| 666 | + repositoryURL = "https://github.com/web3swift-team/web3swift.git"; |
| 667 | + requirement = { |
| 668 | + kind = upToNextMajorVersion; |
| 669 | + minimumVersion = 3.2.1; |
| 670 | + }; |
| 671 | + }; |
| 672 | +/* End XCRemoteSwiftPackageReference section */ |
| 673 | + |
635 | 674 | /* Begin XCSwiftPackageProductDependency section */
|
636 | 675 | 1E4CD78A2BE2CF180097E2CB /* TurnkeySDK */ = {
|
637 | 676 | isa = XCSwiftPackageProductDependency;
|
638 | 677 | productName = TurnkeySDK;
|
639 | 678 | };
|
| 679 | + 1EABCB292BE468B00037DD52 /* web3swift */ = { |
| 680 | + isa = XCSwiftPackageProductDependency; |
| 681 | + package = 1EABCB282BE468B00037DD52 /* XCRemoteSwiftPackageReference "web3swift" */; |
| 682 | + productName = web3swift; |
| 683 | + }; |
640 | 684 | /* End XCSwiftPackageProductDependency section */
|
641 | 685 | };
|
642 | 686 | rootObject = 1E2780152BCA349300AE790C /* Project object */;
|
|
0 commit comments