Skip to content

Commit 3e49952

Browse files
committed
Update the TutorialAbout package & the README.md file
1 parent cc6c6c9 commit 3e49952

File tree

8 files changed

+32
-10
lines changed

8 files changed

+32
-10
lines changed

README.md

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,42 @@
11
<strong><em>"Thanks for your reading, please give me a STAR!"<em><strong>
22

3-
### "To be a macOS App Developer"
3+
# "To be a macOS App Developer"
44

55
___
6-
#### Introduction
6+
##Introduction
77
"The self-taught projects"<br>
88
I follow the latest trends & technology in the market. <br>I make sure my code is of production quality.<br>
99

1010
___
11-
#### #1: MarkdownEditor - like TextEdit, Pages, Numbers apps.
11+
## #2: Todo - A cross-platform (iOS - iPadOS - macOS) app.
12+
- This is a cross-platform application in SwiftUI.<br>
13+
- We create an iOS app and reuse some of its components to create an iPad, macOS app.
14+
15+
### Conveniences:
16+
17+
- The To-do list tab screen & Add new todo item sheet:
18+
<img src="img/todo_list_add_todo.png" height="480"/> <br>
19+
20+
- The Pet Track list tab screen:
21+
<img src="img/todo_pettrack_list.png" height="480"/> <br>
22+
23+
- The Github’s Users search tab screen:
24+
<img src="img/todo_github_list.png" height="480"/> <br>
25+
26+
- The favorite github’s users tab screen:
27+
<img src="img/todo_favorite_userdetail.png" height="480"/> <br>
28+
29+
- Expecially, integreting and consuming a TutorialAbout swift package for the about us tab screen:
30+
<img src="img/todo_about_us.png" height="480"/> <br>
31+
32+
___
33+
## #1: MarkdownEditor - like TextEdit, Pages, Numbers apps.
1234
- This is a document-based app/ purely macOS application.<br>
1335
- The app allows users to: write formatted text quickly and easily.<br>And it can be converted into HTML for displaying but is much more convenient to write and edit,<br> with: The HTML preview, a toolbar, menus, and allow app to use either ".md/ .markdown/ .mdown" for the file extensions.<br>
1436
- Currently, the application supports 2 languages: English and Vietnamese.<br>
1537
<img src="img/vi_localization.png" height="480"/> <br>
1638

17-
##### Conveniences:
39+
### Conveniences:
1840

1941
- The HTML preview and a Settings window for the ability to change the editor font size:
2042
<img src="img/setting.png" height="480"/> <br>
@@ -31,7 +53,7 @@ ___
3153
- Expecially, on macOS 12 or above, using AttributedString that could be formatted using Markdown and make the text inside Text views selectable.
3254

3355
___
34-
### References
56+
## References
3557

3658
- [Swift-MarkdownKit](https://github.com/objecthub/swift-markdownkit) for coverting Markdown to HTML
3759
- [Markdown Here](https://github.com/adam-p/markdown-here)

TodoAppSwifUI.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"repositoryURL": "https://github.com/DevOpsThinh/TutorialAboutPackage",
115115
"state": {
116116
"branch": "master",
117-
"revision": "9ba6df3b6309bfef2303a66279e31d6d78a41861",
117+
"revision": "48f1543ec0a87bb0bedad2c34fab4486712c86c5",
118118
"version": null
119119
}
120120
},

TodoAppSwifUI.xcodeproj/xcuserdata/devopsthinh.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>PetKit.xcscheme_^#shared#^_</key>
88
<dict>
99
<key>orderHint</key>
10-
<integer>3</integer>
10+
<integer>0</integer>
1111
</dict>
1212
<key>Promises (Playground) 1.xcscheme</key>
1313
<dict>
@@ -33,17 +33,17 @@
3333
<key>TodoAppSwifUI.xcscheme_^#shared#^_</key>
3434
<dict>
3535
<key>orderHint</key>
36-
<integer>2</integer>
36+
<integer>1</integer>
3737
</dict>
3838
<key>TutorialAbout.xcscheme_^#shared#^_</key>
3939
<dict>
4040
<key>orderHint</key>
41-
<integer>0</integer>
41+
<integer>2</integer>
4242
</dict>
4343
<key>TutorialOnboarding.xcscheme_^#shared#^_</key>
4444
<dict>
4545
<key>orderHint</key>
46-
<integer>1</integer>
46+
<integer>3</integer>
4747
</dict>
4848
</dict>
4949
</dict>

img/todo_about_us.png

241 KB
Loading

img/todo_favorite_userdetail.png

937 KB
Loading

img/todo_github_list.png

459 KB
Loading

img/todo_list_add_todo.png

208 KB
Loading

img/todo_pettrack_list.png

199 KB
Loading

0 commit comments

Comments
 (0)