Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
TestTemplate
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
余汪送
TestTemplate
Commits
03756cd3
Commit
03756cd3
authored
Feb 16, 2023
by
runbey-wcy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit
parent
d0700a40
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
48 additions
and
0 deletions
+48
-0
project.pbxproj
TestTemplate.xcodeproj/project.pbxproj
+20
-0
UserInterfaceState.xcuserstate
TestTemplate.xcodeproj/project.xcworkspace/xcuserdata/runbey-wcy.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
String.swift
TestTemplate/Extensions/String.swift
+12
-0
HomeViewController.swift
TestTemplate/Main/Home/HomeViewController.swift
+15
-0
hello.txt
TestTemplate/Resource/hello.txt
+1
-0
No files found.
TestTemplate.xcodeproj/project.pbxproj
View file @
03756cd3
...
...
@@ -12,6 +12,9 @@
21189DE92999D71400B98572
/* Main.storyboard in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
21189DE72999D71400B98572
/* Main.storyboard */
;
};
21189DEB2999D71500B98572
/* Assets.xcassets in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
21189DEA2999D71500B98572
/* Assets.xcassets */
;
};
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 */
/* Begin PBXFileReference section */
...
...
@@ -22,6 +25,9 @@
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>"
;
};
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 */
/* Begin PBXFrameworksBuildPhase section */
...
...
@@ -38,6 +44,7 @@
211846572999E78E00EF39DA
/* Extensions */
=
{
isa
=
PBXGroup
;
children
=
(
218E07E0299E271600E92A33
/* String.swift */
,
);
path
=
Extensions
;
sourceTree
=
"<group>"
;
...
...
@@ -45,6 +52,7 @@
211846582999E79F00EF39DA
/* Main */
=
{
isa
=
PBXGroup
;
children
=
(
218E07E4299E275200E92A33
/* Home */
,
);
path
=
Main
;
sourceTree
=
"<group>"
;
...
...
@@ -52,6 +60,7 @@
2118465A2999E97000EF39DA
/* Resource */
=
{
isa
=
PBXGroup
;
children
=
(
218E07E2299E274700E92A33
/* hello.txt */
,
);
path
=
Resource
;
sourceTree
=
"<group>"
;
...
...
@@ -88,6 +97,14 @@
path
=
TestTemplate
;
sourceTree
=
"<group>"
;
};
218E07E4299E275200E92A33
/* Home */
=
{
isa
=
PBXGroup
;
children
=
(
218E07E5299E276700E92A33
/* HomeViewController.swift */
,
);
path
=
Home
;
sourceTree
=
"<group>"
;
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
...
...
@@ -149,6 +166,7 @@
21189DEE2999D71500B98572
/* LaunchScreen.storyboard in Resources */
,
21189DEB2999D71500B98572
/* Assets.xcassets in Resources */
,
21189DE92999D71400B98572
/* Main.storyboard in Resources */
,
218E07E3299E274700E92A33
/* hello.txt in Resources */
,
);
runOnlyForDeploymentPostprocessing
=
0
;
};
...
...
@@ -159,8 +177,10 @@
isa
=
PBXSourcesBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
218E07E1299E271600E92A33
/* String.swift in Sources */
,
21189DE62999D71400B98572
/* ViewController.swift in Sources */
,
21189DE22999D71400B98572
/* AppDelegate.swift in Sources */
,
218E07E6299E276700E92A33
/* HomeViewController.swift in Sources */
,
);
runOnlyForDeploymentPostprocessing
=
0
;
};
...
...
TestTemplate.xcodeproj/project.xcworkspace/xcuserdata/runbey-wcy.xcuserdatad/UserInterfaceState.xcuserstate
View file @
03756cd3
No preview for this file type
TestTemplate/Extensions/String.swift
0 → 100644
View file @
03756cd3
//
// String.swift
// TestTemplate
//
// Created by runbey-wcy on 2023/2/16.
//
import
Foundation
extension
String
{
}
TestTemplate/Main/Home/HomeViewController.swift
0 → 100644
View file @
03756cd3
//
// HomeViewController.swift
// TestTemplate
//
// Created by runbey-wcy on 2023/2/16.
//
import
UIKit
class
HomeViewController
:
UIViewController
{
override
func
viewDidLoad
()
{
super
.
viewDidLoad
()
}
}
TestTemplate/Resource/hello.txt
0 → 100644
View file @
03756cd3
hello cli
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment