Skip to content

Commit 29b227b

Browse files
committed
Example project for Wallet -> Wallet screen
1 parent fd8f14e commit 29b227b

8 files changed

+27
-3
lines changed

Example/myWeb3Wallet/myWeb3Wallet.xcodeproj/project.pbxproj

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
FA5308512721F5BC002C1F06 /* SplashViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA5308502721F5BC002C1F06 /* SplashViewController.swift */; };
2323
FA5308562721F647002C1F06 /* WalletViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA5308552721F647002C1F06 /* WalletViewController.swift */; };
2424
FAF01E912722D848002CEE01 /* DashboardViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF01E902722D848002CEE01 /* DashboardViewController.swift */; };
25+
FAF01E942722E6F1002CEE01 /* simulator_screenshot_9B13C8F6-BE7A-4919-966A-9E69A2953F31.png in Resources */ = {isa = PBXBuildFile; fileRef = FAF01E932722E6F1002CEE01 /* simulator_screenshot_9B13C8F6-BE7A-4919-966A-9E69A2953F31.png */; };
26+
FAF01E962722E713002CEE01 /* simulator_screenshot_38EB4733-C3DB-4280-BAF2-9ED97440A8AD.png in Resources */ = {isa = PBXBuildFile; fileRef = FAF01E952722E713002CEE01 /* simulator_screenshot_38EB4733-C3DB-4280-BAF2-9ED97440A8AD.png */; };
27+
FAF01E982722E72C002CEE01 /* simulator_screenshot_C6881651-9D22-410A-BDC2-4CC3FFEF4FD8.png in Resources */ = {isa = PBXBuildFile; fileRef = FAF01E972722E72C002CEE01 /* simulator_screenshot_C6881651-9D22-410A-BDC2-4CC3FFEF4FD8.png */; };
28+
FAF01E9A2722E73D002CEE01 /* simulator_screenshot_10F04849-E85A-41AB-8A17-D3FC394285AE.png in Resources */ = {isa = PBXBuildFile; fileRef = FAF01E992722E73D002CEE01 /* simulator_screenshot_10F04849-E85A-41AB-8A17-D3FC394285AE.png */; };
2529
/* End PBXBuildFile section */
2630

2731
/* Begin PBXContainerItemProxy section */
@@ -67,6 +71,10 @@
6771
FA5308502721F5BC002C1F06 /* SplashViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SplashViewController.swift; sourceTree = "<group>"; };
6872
FA5308552721F647002C1F06 /* WalletViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletViewController.swift; sourceTree = "<group>"; };
6973
FAF01E902722D848002CEE01 /* DashboardViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DashboardViewController.swift; sourceTree = "<group>"; };
74+
FAF01E932722E6F1002CEE01 /* simulator_screenshot_9B13C8F6-BE7A-4919-966A-9E69A2953F31.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "simulator_screenshot_9B13C8F6-BE7A-4919-966A-9E69A2953F31.png"; sourceTree = "<group>"; };
75+
FAF01E952722E713002CEE01 /* simulator_screenshot_38EB4733-C3DB-4280-BAF2-9ED97440A8AD.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "simulator_screenshot_38EB4733-C3DB-4280-BAF2-9ED97440A8AD.png"; sourceTree = "<group>"; };
76+
FAF01E972722E72C002CEE01 /* simulator_screenshot_C6881651-9D22-410A-BDC2-4CC3FFEF4FD8.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "simulator_screenshot_C6881651-9D22-410A-BDC2-4CC3FFEF4FD8.png"; sourceTree = "<group>"; };
77+
FAF01E992722E73D002CEE01 /* simulator_screenshot_10F04849-E85A-41AB-8A17-D3FC394285AE.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "simulator_screenshot_10F04849-E85A-41AB-8A17-D3FC394285AE.png"; sourceTree = "<group>"; };
7078
/* End PBXFileReference section */
7179

7280
/* Begin PBXFrameworksBuildPhase section */
@@ -145,7 +153,8 @@
145153
FA53081F2721D59B002C1F06 /* myWeb3Wallet */ = {
146154
isa = PBXGroup;
147155
children = (
148-
FA5308532721F615002C1F06 /* ViewController */,
156+
FAF01E922722E673002CEE01 /* ScreenShot */,
157+
FA5308532721F615002C1F06 /* ViewControllers */,
149158
FA5308522721F5C8002C1F06 /* Appdelegate */,
150159
FA5308242721D59B002C1F06 /* ViewController.swift */,
151160
FA5308262721D59B002C1F06 /* Main.storyboard */,
@@ -182,12 +191,12 @@
182191
path = Appdelegate;
183192
sourceTree = "<group>";
184193
};
185-
FA5308532721F615002C1F06 /* ViewController */ = {
194+
FA5308532721F615002C1F06 /* ViewControllers */ = {
186195
isa = PBXGroup;
187196
children = (
188197
FA5308542721F62E002C1F06 /* WalletController */,
189198
);
190-
path = ViewController;
199+
path = ViewControllers;
191200
sourceTree = "<group>";
192201
};
193202
FA5308542721F62E002C1F06 /* WalletController */ = {
@@ -200,6 +209,17 @@
200209
path = WalletController;
201210
sourceTree = "<group>";
202211
};
212+
FAF01E922722E673002CEE01 /* ScreenShot */ = {
213+
isa = PBXGroup;
214+
children = (
215+
FAF01E952722E713002CEE01 /* simulator_screenshot_38EB4733-C3DB-4280-BAF2-9ED97440A8AD.png */,
216+
FAF01E932722E6F1002CEE01 /* simulator_screenshot_9B13C8F6-BE7A-4919-966A-9E69A2953F31.png */,
217+
FAF01E972722E72C002CEE01 /* simulator_screenshot_C6881651-9D22-410A-BDC2-4CC3FFEF4FD8.png */,
218+
FAF01E992722E73D002CEE01 /* simulator_screenshot_10F04849-E85A-41AB-8A17-D3FC394285AE.png */,
219+
);
220+
path = ScreenShot;
221+
sourceTree = "<group>";
222+
};
203223
/* End PBXGroup section */
204224

205225
/* Begin PBXNativeTarget section */
@@ -310,7 +330,11 @@
310330
buildActionMask = 2147483647;
311331
files = (
312332
FA53082D2721D59D002C1F06 /* LaunchScreen.storyboard in Resources */,
333+
FAF01E962722E713002CEE01 /* simulator_screenshot_38EB4733-C3DB-4280-BAF2-9ED97440A8AD.png in Resources */,
334+
FAF01E942722E6F1002CEE01 /* simulator_screenshot_9B13C8F6-BE7A-4919-966A-9E69A2953F31.png in Resources */,
335+
FAF01E9A2722E73D002CEE01 /* simulator_screenshot_10F04849-E85A-41AB-8A17-D3FC394285AE.png in Resources */,
313336
FA53082A2721D59D002C1F06 /* Assets.xcassets in Resources */,
337+
FAF01E982722E72C002CEE01 /* simulator_screenshot_C6881651-9D22-410A-BDC2-4CC3FFEF4FD8.png in Resources */,
314338
FA5308282721D59B002C1F06 /* Main.storyboard in Resources */,
315339
);
316340
runOnlyForDeploymentPostprocessing = 0;
412 KB
Loading
91 KB
Loading
118 KB
Loading
113 KB
Loading

0 commit comments

Comments
 (0)