Skip to content

Commit a69ca64

Browse files
authored
Update preparation.md
1 parent 0955578 commit a69ca64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

preparation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1+
# Preparation of the environment in Xcode
12

3+
Last year I did the challenges in the Xcode Swift playgrounds.
4+
I did encounter some problems though. Playgrounds are much slower in executing the code on their main page, because they are doing quite a few checks in the background and while it is fun to use them for try out some code, they do not offer the true Swift speed.
5+
This year I wanna try something different with the Swift package manager. This allows me to have an executable package and to pack all my files in it.
26
Also I could eventually make a library with the most used functions and import it separately.
37
Sounds like something new and exciting for me, so I can learn more about packages as well!
48

0 commit comments

Comments
 (0)