Skip to content

sample change #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1a. The Basics.playground/contents.xcplayground
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
<code source-file-name='section-1.swift'/>
</sections>
<timeline fileName='timeline.xctimeline'/>
</playground>
</playground>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
<false/>
<key>IDESourceControlProjectIdentifier</key>
<string>66D5A3CC-2722-4C96-A8DD-F30741AC94CD</string>
<key>IDESourceControlProjectName</key>
<string>1a. The Basics</string>
<key>IDESourceControlProjectOriginsDictionary</key>
<dict>
<key>72828FB837D2C9EB03A6AF7193C43D8AF14EE315</key>
<string>https://github.com/edenmanny/learn-swift.git</string>
</dict>
<key>IDESourceControlProjectPath</key>
<string>1a. The Basics.playground</string>
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
<dict>
<key>72828FB837D2C9EB03A6AF7193C43D8AF14EE315</key>
<string>..</string>
</dict>
<key>IDESourceControlProjectURL</key>
<string>https://github.com/edenmanny/learn-swift.git</string>
<key>IDESourceControlProjectVersion</key>
<integer>111</integer>
<key>IDESourceControlProjectWCCIdentifier</key>
<string>72828FB837D2C9EB03A6AF7193C43D8AF14EE315</string>
<key>IDESourceControlProjectWCConfigurations</key>
<array>
<dict>
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
<string>public.vcs.git</string>
<key>IDESourceControlWCCIdentifierKey</key>
<string>72828FB837D2C9EB03A6AF7193C43D8AF14EE315</string>
<key>IDESourceControlWCCName</key>
<string>learn-swift</string>
</dict>
</array>
</dict>
</plist>
Binary file not shown.
5 changes: 5 additions & 0 deletions 1a. The Basics.playground/section-1.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ currentLoginAttempt += 1
let a = 10, b = 20, c = 30
var x = 0.0, y = 0.0, z = 0.0


let fk : Float = 30

// what is float ?

// Specifying the type with type annotations
//
// The built-in types in Swift are: Int, Double, Float, Bool, String, Array, Dictionary
Expand Down
8 changes: 6 additions & 2 deletions 1a. The Basics.playground/timeline.xctimeline
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
version = "3.0">
<TimelineItems>
<LoggerValueHistoryTimelineItem
documentLocation = "#CharacterRangeLen=0&amp;CharacterRangeLoc=8819&amp;EndingColumnNumber=5&amp;EndingLineNumber=4&amp;StartingColumnNumber=4&amp;StartingLineNumber=4&amp;Timestamp=429119882.388055">
documentLocation = "#CharacterRangeLen=0&amp;CharacterRangeLoc=8863&amp;EndingColumnNumber=5&amp;EndingLineNumber=4&amp;StartingColumnNumber=4&amp;StartingLineNumber=4&amp;Timestamp=453238999.106764"
selectedRepresentationIndex = "0"
shouldTrackSuperviewWidth = "NO">
</LoggerValueHistoryTimelineItem>
<LoggerValueHistoryTimelineItem
documentLocation = "#CharacterRangeLen=17&amp;CharacterRangeLoc=7996&amp;EndingColumnNumber=21&amp;EndingLineNumber=223&amp;StartingColumnNumber=4&amp;StartingLineNumber=223&amp;Timestamp=429119882.388055">
documentLocation = "#CharacterRangeLen=17&amp;CharacterRangeLoc=8040&amp;EndingColumnNumber=21&amp;EndingLineNumber=228&amp;StartingColumnNumber=4&amp;StartingLineNumber=228&amp;Timestamp=453238999.106764"
selectedRepresentationIndex = "0"
shouldTrackSuperviewWidth = "NO">
</LoggerValueHistoryTimelineItem>
</TimelineItems>
</Timeline>
2 changes: 1 addition & 1 deletion 1d. Optionals.playground/contents.xcplayground
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
<code source-file-name='section-1.swift'/>
</sections>
<timeline fileName='timeline.xctimeline'/>
</playground>
</playground>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
<false/>
<key>IDESourceControlProjectIdentifier</key>
<string>85EBCA3A-690D-4690-A7B1-A0DB56C4C0EE</string>
<key>IDESourceControlProjectName</key>
<string>1d. Optionals</string>
<key>IDESourceControlProjectOriginsDictionary</key>
<dict>
<key>72828FB837D2C9EB03A6AF7193C43D8AF14EE315</key>
<string>https://github.com/edenmanny/learn-swift.git</string>
</dict>
<key>IDESourceControlProjectPath</key>
<string>1d. Optionals.playground</string>
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
<dict>
<key>72828FB837D2C9EB03A6AF7193C43D8AF14EE315</key>
<string>..</string>
</dict>
<key>IDESourceControlProjectURL</key>
<string>https://github.com/edenmanny/learn-swift.git</string>
<key>IDESourceControlProjectVersion</key>
<integer>111</integer>
<key>IDESourceControlProjectWCCIdentifier</key>
<string>72828FB837D2C9EB03A6AF7193C43D8AF14EE315</string>
<key>IDESourceControlProjectWCConfigurations</key>
<array>
<dict>
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
<string>public.vcs.git</string>
<key>IDESourceControlWCCIdentifierKey</key>
<string>72828FB837D2C9EB03A6AF7193C43D8AF14EE315</string>
<key>IDESourceControlWCCName</key>
<string>learn-swift</string>
</dict>
</array>
</dict>
</plist>
Binary file not shown.
4 changes: 3 additions & 1 deletion 1d. Optionals.playground/timeline.xctimeline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
version = "3.0">
<TimelineItems>
<LoggerValueHistoryTimelineItem
documentLocation = "#CharacterRangeLen=0&amp;CharacterRangeLoc=6950&amp;EndingColumnNumber=5&amp;EndingLineNumber=2&amp;StartingColumnNumber=4&amp;StartingLineNumber=2&amp;Timestamp=432600545.276631">
documentLocation = "#CharacterRangeLen=0&amp;CharacterRangeLoc=6950&amp;EndingColumnNumber=5&amp;EndingLineNumber=2&amp;StartingColumnNumber=4&amp;StartingLineNumber=2&amp;Timestamp=432600545.276631"
selectedRepresentationIndex = "0"
shouldTrackSuperviewWidth = "NO">
</LoggerValueHistoryTimelineItem>
</TimelineItems>
</Timeline>
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ Learn Apple's Swift programming language interactively through these playgrounds

Thanks to Rafał Wójcik for his quick work to update these playgrounds to
incorporate the Swift language changes that came with XCode Beta 3.
hwkwidlh