This commit is contained in:
2024-01-22 18:13:01 +08:00
parent b4f90a9019
commit 8c2daac591
23 changed files with 605 additions and 55 deletions

View File

@@ -7,11 +7,18 @@
objects = {
/* Begin PBXBuildFile section */
963267362B56C65600D7FAC9 /* TabbarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 963267352B56C65600D7FAC9 /* TabbarView.swift */; };
963267382B56C6EF00D7FAC9 /* UserView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 963267372B56C6EF00D7FAC9 /* UserView.swift */; };
9632673B2B56C77500D7FAC9 /* ExploreView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9632673A2B56C77500D7FAC9 /* ExploreView.swift */; };
963267422B56CAD900D7FAC9 /* UserCardComponent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 963267412B56CAD900D7FAC9 /* UserCardComponent.swift */; };
963267472B56CEA100D7FAC9 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 963267462B56CEA100D7FAC9 /* ViewController.swift */; };
9632674C2B5A095600D7FAC9 /* LaunchScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9632674B2B5A095600D7FAC9 /* LaunchScreen.swift */; };
9632674E2B5A0C4F00D7FAC9 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9632674D2B5A0C4F00D7FAC9 /* LaunchScreen.storyboard */; };
963267502B5A1B3100D7FAC9 /* TabBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9632674F2B5A1B3100D7FAC9 /* TabBar.swift */; };
963267522B5A1BCC00D7FAC9 /* TabBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 963267512B5A1BCC00D7FAC9 /* TabBarView.swift */; };
963267552B5A25FE00D7FAC9 /* MallView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 963267542B5A25FE00D7FAC9 /* MallView.swift */; };
963267582B5A273B00D7FAC9 /* MessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 963267572B5A273B00D7FAC9 /* MessageView.swift */; };
9632675B2B5A2FCC00D7FAC9 /* LoginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9632675A2B5A2FCC00D7FAC9 /* LoginView.swift */; };
9632675E2B5A564100D7FAC9 /* RegisterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9632675D2B5A564100D7FAC9 /* RegisterView.swift */; };
9634A8F32B569860007C90C0 /* MyApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9634A8F22B569860007C90C0 /* MyApp.swift */; };
9634A8F52B569860007C90C0 /* HomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9634A8F42B569860007C90C0 /* HomeView.swift */; };
9634A8F92B569862007C90C0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9634A8F82B569862007C90C0 /* Assets.xcassets */; };
@@ -19,6 +26,7 @@
9634A9062B569862007C90C0 /* jasonTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9634A9052B569862007C90C0 /* jasonTests.swift */; };
9634A9102B569862007C90C0 /* jasonUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9634A90F2B569862007C90C0 /* jasonUITests.swift */; };
9634A9122B569862007C90C0 /* jasonUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9634A9112B569862007C90C0 /* jasonUITestsLaunchTests.swift */; };
968A6F562B5E1DA1008609EE /* SearchView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 968A6F552B5E1DA1008609EE /* SearchView.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -40,11 +48,18 @@
/* Begin PBXFileReference section */
963267342B56C56700D7FAC9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
963267352B56C65600D7FAC9 /* TabbarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabbarView.swift; sourceTree = "<group>"; };
963267372B56C6EF00D7FAC9 /* UserView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserView.swift; sourceTree = "<group>"; };
9632673A2B56C77500D7FAC9 /* ExploreView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExploreView.swift; sourceTree = "<group>"; };
963267412B56CAD900D7FAC9 /* UserCardComponent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserCardComponent.swift; sourceTree = "<group>"; };
963267462B56CEA100D7FAC9 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
9632674B2B5A095600D7FAC9 /* LaunchScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = LaunchScreen.swift; sourceTree = "<group>"; usesTabs = 0; };
9632674D2B5A0C4F00D7FAC9 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
9632674F2B5A1B3100D7FAC9 /* TabBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabBar.swift; sourceTree = "<group>"; };
963267512B5A1BCC00D7FAC9 /* TabBarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabBarView.swift; sourceTree = "<group>"; };
963267542B5A25FE00D7FAC9 /* MallView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MallView.swift; sourceTree = "<group>"; };
963267572B5A273B00D7FAC9 /* MessageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageView.swift; sourceTree = "<group>"; };
9632675A2B5A2FCC00D7FAC9 /* LoginView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginView.swift; sourceTree = "<group>"; };
9632675D2B5A564100D7FAC9 /* RegisterView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegisterView.swift; sourceTree = "<group>"; };
9634A8EF2B569860007C90C0 /* jason.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = jason.app; sourceTree = BUILT_PRODUCTS_DIR; };
9634A8F22B569860007C90C0 /* MyApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyApp.swift; sourceTree = "<group>"; };
9634A8F42B569860007C90C0 /* HomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeView.swift; sourceTree = "<group>"; };
@@ -55,6 +70,7 @@
9634A90B2B569862007C90C0 /* jasonUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = jasonUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
9634A90F2B569862007C90C0 /* jasonUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = jasonUITests.swift; sourceTree = "<group>"; };
9634A9112B569862007C90C0 /* jasonUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = jasonUITestsLaunchTests.swift; sourceTree = "<group>"; };
968A6F552B5E1DA1008609EE /* SearchView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchView.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -114,6 +130,40 @@
path = Components;
sourceTree = "<group>";
};
963267482B5A07DD00D7FAC9 /* Layouts */ = {
isa = PBXGroup;
children = (
9632674B2B5A095600D7FAC9 /* LaunchScreen.swift */,
963267512B5A1BCC00D7FAC9 /* TabBarView.swift */,
);
path = Layouts;
sourceTree = "<group>";
};
963267532B5A25D300D7FAC9 /* Mall */ = {
isa = PBXGroup;
children = (
963267542B5A25FE00D7FAC9 /* MallView.swift */,
);
path = Mall;
sourceTree = "<group>";
};
963267562B5A272D00D7FAC9 /* Message */ = {
isa = PBXGroup;
children = (
963267572B5A273B00D7FAC9 /* MessageView.swift */,
);
path = Message;
sourceTree = "<group>";
};
963267592B5A2FBE00D7FAC9 /* Auth */ = {
isa = PBXGroup;
children = (
9632675A2B5A2FCC00D7FAC9 /* LoginView.swift */,
9632675D2B5A564100D7FAC9 /* RegisterView.swift */,
);
path = Auth;
sourceTree = "<group>";
};
9634A8E62B569860007C90C0 = {
isa = PBXGroup;
children = (
@@ -185,10 +235,15 @@
9634A91F2B5698AB007C90C0 /* Views */ = {
isa = PBXGroup;
children = (
963267352B56C65600D7FAC9 /* TabbarView.swift */,
968A6F532B5E1D91008609EE /* Search */,
963267592B5A2FBE00D7FAC9 /* Auth */,
963267562B5A272D00D7FAC9 /* Message */,
963267532B5A25D300D7FAC9 /* Mall */,
963267482B5A07DD00D7FAC9 /* Layouts */,
9632673E2B56C8BD00D7FAC9 /* Explore */,
9632673C2B56C88D00D7FAC9 /* Home */,
9632673D2B56C89900D7FAC9 /* User */,
9632674D2B5A0C4F00D7FAC9 /* LaunchScreen.storyboard */,
);
path = Views;
sourceTree = "<group>";
@@ -196,10 +251,19 @@
9634A9202B5698B0007C90C0 /* Models */ = {
isa = PBXGroup;
children = (
9632674F2B5A1B3100D7FAC9 /* TabBar.swift */,
);
path = Models;
sourceTree = "<group>";
};
968A6F532B5E1D91008609EE /* Search */ = {
isa = PBXGroup;
children = (
968A6F552B5E1DA1008609EE /* SearchView.swift */,
);
path = Search;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
@@ -304,6 +368,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9632674E2B5A0C4F00D7FAC9 /* LaunchScreen.storyboard in Resources */,
9634A8FC2B569862007C90C0 /* Preview Assets.xcassets in Resources */,
9634A8F92B569862007C90C0 /* Assets.xcassets in Resources */,
);
@@ -330,10 +395,17 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
963267362B56C65600D7FAC9 /* TabbarView.swift in Sources */,
963267552B5A25FE00D7FAC9 /* MallView.swift in Sources */,
9632674C2B5A095600D7FAC9 /* LaunchScreen.swift in Sources */,
9632675E2B5A564100D7FAC9 /* RegisterView.swift in Sources */,
963267522B5A1BCC00D7FAC9 /* TabBarView.swift in Sources */,
9634A8F52B569860007C90C0 /* HomeView.swift in Sources */,
9634A8F32B569860007C90C0 /* MyApp.swift in Sources */,
963267502B5A1B3100D7FAC9 /* TabBar.swift in Sources */,
9632675B2B5A2FCC00D7FAC9 /* LoginView.swift in Sources */,
963267582B5A273B00D7FAC9 /* MessageView.swift in Sources */,
963267382B56C6EF00D7FAC9 /* UserView.swift in Sources */,
968A6F562B5E1DA1008609EE /* SearchView.swift in Sources */,
963267422B56CAD900D7FAC9 /* UserCardComponent.swift in Sources */,
963267472B56CEA100D7FAC9 /* ViewController.swift in Sources */,
9632673B2B56C77500D7FAC9 /* ExploreView.swift in Sources */,
@@ -504,8 +576,12 @@
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = jason/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "小陈叔叔";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = "";
INFOPLIST_KEY_UIStatusBarHidden = NO;
INFOPLIST_KEY_UIStatusBarStyle = UIStatusBarStyleDarkContent;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
@@ -538,8 +614,12 @@
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = jason/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "小陈叔叔";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = "";
INFOPLIST_KEY_UIStatusBarHidden = NO;
INFOPLIST_KEY_UIStatusBarStyle = UIStatusBarStyleDarkContent;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 15.0;