Commit 03756cd3 by runbey-wcy

commit

parent d0700a40
...@@ -12,6 +12,9 @@ ...@@ -12,6 +12,9 @@
21189DE92999D71400B98572 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 21189DE72999D71400B98572 /* Main.storyboard */; }; 21189DE92999D71400B98572 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 21189DE72999D71400B98572 /* Main.storyboard */; };
21189DEB2999D71500B98572 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 21189DEA2999D71500B98572 /* Assets.xcassets */; }; 21189DEB2999D71500B98572 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 21189DEA2999D71500B98572 /* Assets.xcassets */; };
21189DEE2999D71500B98572 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 21189DEC2999D71500B98572 /* LaunchScreen.storyboard */; }; 21189DEE2999D71500B98572 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 21189DEC2999D71500B98572 /* LaunchScreen.storyboard */; };
218E07E1299E271600E92A33 /* String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 218E07E0299E271600E92A33 /* String.swift */; };
218E07E3299E274700E92A33 /* hello.txt in Resources */ = {isa = PBXBuildFile; fileRef = 218E07E2299E274700E92A33 /* hello.txt */; };
218E07E6299E276700E92A33 /* HomeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 218E07E5299E276700E92A33 /* HomeViewController.swift */; };
/* End PBXBuildFile section */ /* End PBXBuildFile section */
/* Begin PBXFileReference section */ /* Begin PBXFileReference section */
...@@ -22,6 +25,9 @@ ...@@ -22,6 +25,9 @@
21189DEA2999D71500B98572 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; 21189DEA2999D71500B98572 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
21189DED2999D71500B98572 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; 21189DED2999D71500B98572 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
21189DEF2999D71500B98572 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 21189DEF2999D71500B98572 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
218E07E0299E271600E92A33 /* String.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = String.swift; sourceTree = "<group>"; };
218E07E2299E274700E92A33 /* hello.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = hello.txt; sourceTree = "<group>"; };
218E07E5299E276700E92A33 /* HomeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeViewController.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */ /* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */
...@@ -38,6 +44,7 @@ ...@@ -38,6 +44,7 @@
211846572999E78E00EF39DA /* Extensions */ = { 211846572999E78E00EF39DA /* Extensions */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
218E07E0299E271600E92A33 /* String.swift */,
); );
path = Extensions; path = Extensions;
sourceTree = "<group>"; sourceTree = "<group>";
...@@ -45,6 +52,7 @@ ...@@ -45,6 +52,7 @@
211846582999E79F00EF39DA /* Main */ = { 211846582999E79F00EF39DA /* Main */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
218E07E4299E275200E92A33 /* Home */,
); );
path = Main; path = Main;
sourceTree = "<group>"; sourceTree = "<group>";
...@@ -52,6 +60,7 @@ ...@@ -52,6 +60,7 @@
2118465A2999E97000EF39DA /* Resource */ = { 2118465A2999E97000EF39DA /* Resource */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
218E07E2299E274700E92A33 /* hello.txt */,
); );
path = Resource; path = Resource;
sourceTree = "<group>"; sourceTree = "<group>";
...@@ -88,6 +97,14 @@ ...@@ -88,6 +97,14 @@
path = TestTemplate; path = TestTemplate;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
218E07E4299E275200E92A33 /* Home */ = {
isa = PBXGroup;
children = (
218E07E5299E276700E92A33 /* HomeViewController.swift */,
);
path = Home;
sourceTree = "<group>";
};
/* End PBXGroup section */ /* End PBXGroup section */
/* Begin PBXNativeTarget section */ /* Begin PBXNativeTarget section */
...@@ -149,6 +166,7 @@ ...@@ -149,6 +166,7 @@
21189DEE2999D71500B98572 /* LaunchScreen.storyboard in Resources */, 21189DEE2999D71500B98572 /* LaunchScreen.storyboard in Resources */,
21189DEB2999D71500B98572 /* Assets.xcassets in Resources */, 21189DEB2999D71500B98572 /* Assets.xcassets in Resources */,
21189DE92999D71400B98572 /* Main.storyboard in Resources */, 21189DE92999D71400B98572 /* Main.storyboard in Resources */,
218E07E3299E274700E92A33 /* hello.txt in Resources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
...@@ -159,8 +177,10 @@ ...@@ -159,8 +177,10 @@
isa = PBXSourcesBuildPhase; isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
218E07E1299E271600E92A33 /* String.swift in Sources */,
21189DE62999D71400B98572 /* ViewController.swift in Sources */, 21189DE62999D71400B98572 /* ViewController.swift in Sources */,
21189DE22999D71400B98572 /* AppDelegate.swift in Sources */, 21189DE22999D71400B98572 /* AppDelegate.swift in Sources */,
218E07E6299E276700E92A33 /* HomeViewController.swift in Sources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
......
//
// String.swift
// TestTemplate
//
// Created by runbey-wcy on 2023/2/16.
//
import Foundation
extension String {
}
//
// HomeViewController.swift
// TestTemplate
//
// Created by runbey-wcy on 2023/2/16.
//
import UIKit
class HomeViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment