├── .DS_Store ├── .gitignore ├── LICENSE.txt ├── MyPlayground.playground ├── Contents.swift ├── contents.xcplayground └── timeline.xctimeline ├── README.md ├── Simpler.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ │ └── andrea.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── xcuserdata │ ├── andrea.xcuserdatad │ └── xcschemes │ │ ├── Cleartext.xcscheme │ │ └── xcschememanagement.plist │ └── mortenjust.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ ├── Simpler.xcscheme │ └── xcschememanagement.plist ├── Simpler ├── AppDelegate.swift ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ ├── 128macApp1x.appIcon.png │ │ ├── 128macApp2x.appIcon.png │ │ ├── 16macApp1x.appIcon.png │ │ ├── 16macApp2x.appIcon.png │ │ ├── 256macApp1x.appIcon.png │ │ ├── 256macApp2x.appIcon.png │ │ ├── 32macApp1x.appIcon.png │ │ ├── 32macApp2x.appIcon.png │ │ ├── 512macApp1x.appIcon.png │ │ ├── Contents.json │ │ └── appIcon.png │ ├── Contents.json │ └── trumpBackground.imageset │ │ ├── Contents.json │ │ └── trumpBackground.png ├── Bahasa.txt ├── Base.lproj │ └── Main.storyboard ├── C.swift ├── Dansk.txt ├── Deutsch.txt ├── Document.swift ├── English.txt ├── Español.txt ├── Français.txt ├── Hrvatski.txt ├── Info.plist ├── Italiano.txt ├── LanguagePopupButton.swift ├── Nederlands.txt ├── Norsk.txt ├── ParkBenchTimer.swift ├── Português.txt ├── Shqip.txt ├── SimpleWords.swift ├── SimplerTextStorage.swift ├── SimplerTextView.swift ├── Spanish.txt ├── Srpski.txt ├── Suomi.txt ├── Svenska.txt ├── Trump.txt ├── ViewController.swift ├── hemingway.txt ├── jobs.txt ├── xkcd.txt ├── Íslenska.txt ├── Čeština.txt └── русский.txt ├── UX ├── cleartext.gif ├── simpler-ux.sketch └── trumpdemo.gif └── top.log /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /MyPlayground.playground/Contents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/MyPlayground.playground/Contents.swift -------------------------------------------------------------------------------- /MyPlayground.playground/contents.xcplayground: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/MyPlayground.playground/contents.xcplayground -------------------------------------------------------------------------------- /MyPlayground.playground/timeline.xctimeline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/MyPlayground.playground/timeline.xctimeline -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/README.md -------------------------------------------------------------------------------- /Simpler.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Simpler.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Simpler.xcodeproj/project.xcworkspace/xcuserdata/andrea.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler.xcodeproj/project.xcworkspace/xcuserdata/andrea.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Simpler.xcodeproj/xcuserdata/andrea.xcuserdatad/xcschemes/Cleartext.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler.xcodeproj/xcuserdata/andrea.xcuserdatad/xcschemes/Cleartext.xcscheme -------------------------------------------------------------------------------- /Simpler.xcodeproj/xcuserdata/andrea.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler.xcodeproj/xcuserdata/andrea.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Simpler.xcodeproj/xcuserdata/mortenjust.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler.xcodeproj/xcuserdata/mortenjust.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /Simpler.xcodeproj/xcuserdata/mortenjust.xcuserdatad/xcschemes/Simpler.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler.xcodeproj/xcuserdata/mortenjust.xcuserdatad/xcschemes/Simpler.xcscheme -------------------------------------------------------------------------------- /Simpler.xcodeproj/xcuserdata/mortenjust.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler.xcodeproj/xcuserdata/mortenjust.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Simpler/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/AppDelegate.swift -------------------------------------------------------------------------------- /Simpler/Assets.xcassets/AppIcon.appiconset/128macApp1x.appIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Assets.xcassets/AppIcon.appiconset/128macApp1x.appIcon.png -------------------------------------------------------------------------------- /Simpler/Assets.xcassets/AppIcon.appiconset/128macApp2x.appIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Assets.xcassets/AppIcon.appiconset/128macApp2x.appIcon.png -------------------------------------------------------------------------------- /Simpler/Assets.xcassets/AppIcon.appiconset/16macApp1x.appIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Assets.xcassets/AppIcon.appiconset/16macApp1x.appIcon.png -------------------------------------------------------------------------------- /Simpler/Assets.xcassets/AppIcon.appiconset/16macApp2x.appIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Assets.xcassets/AppIcon.appiconset/16macApp2x.appIcon.png -------------------------------------------------------------------------------- /Simpler/Assets.xcassets/AppIcon.appiconset/256macApp1x.appIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Assets.xcassets/AppIcon.appiconset/256macApp1x.appIcon.png -------------------------------------------------------------------------------- /Simpler/Assets.xcassets/AppIcon.appiconset/256macApp2x.appIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Assets.xcassets/AppIcon.appiconset/256macApp2x.appIcon.png -------------------------------------------------------------------------------- /Simpler/Assets.xcassets/AppIcon.appiconset/32macApp1x.appIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Assets.xcassets/AppIcon.appiconset/32macApp1x.appIcon.png -------------------------------------------------------------------------------- /Simpler/Assets.xcassets/AppIcon.appiconset/32macApp2x.appIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Assets.xcassets/AppIcon.appiconset/32macApp2x.appIcon.png -------------------------------------------------------------------------------- /Simpler/Assets.xcassets/AppIcon.appiconset/512macApp1x.appIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Assets.xcassets/AppIcon.appiconset/512macApp1x.appIcon.png -------------------------------------------------------------------------------- /Simpler/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /Simpler/Assets.xcassets/AppIcon.appiconset/appIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Assets.xcassets/AppIcon.appiconset/appIcon.png -------------------------------------------------------------------------------- /Simpler/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /Simpler/Assets.xcassets/trumpBackground.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Assets.xcassets/trumpBackground.imageset/Contents.json -------------------------------------------------------------------------------- /Simpler/Assets.xcassets/trumpBackground.imageset/trumpBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Assets.xcassets/trumpBackground.imageset/trumpBackground.png -------------------------------------------------------------------------------- /Simpler/Bahasa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Bahasa.txt -------------------------------------------------------------------------------- /Simpler/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /Simpler/C.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/C.swift -------------------------------------------------------------------------------- /Simpler/Dansk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Dansk.txt -------------------------------------------------------------------------------- /Simpler/Deutsch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Deutsch.txt -------------------------------------------------------------------------------- /Simpler/Document.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Document.swift -------------------------------------------------------------------------------- /Simpler/English.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/English.txt -------------------------------------------------------------------------------- /Simpler/Español.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Español.txt -------------------------------------------------------------------------------- /Simpler/Français.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Français.txt -------------------------------------------------------------------------------- /Simpler/Hrvatski.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Hrvatski.txt -------------------------------------------------------------------------------- /Simpler/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Info.plist -------------------------------------------------------------------------------- /Simpler/Italiano.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Italiano.txt -------------------------------------------------------------------------------- /Simpler/LanguagePopupButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/LanguagePopupButton.swift -------------------------------------------------------------------------------- /Simpler/Nederlands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Nederlands.txt -------------------------------------------------------------------------------- /Simpler/Norsk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Norsk.txt -------------------------------------------------------------------------------- /Simpler/ParkBenchTimer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/ParkBenchTimer.swift -------------------------------------------------------------------------------- /Simpler/Português.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Português.txt -------------------------------------------------------------------------------- /Simpler/Shqip.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Shqip.txt -------------------------------------------------------------------------------- /Simpler/SimpleWords.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/SimpleWords.swift -------------------------------------------------------------------------------- /Simpler/SimplerTextStorage.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/SimplerTextStorage.swift -------------------------------------------------------------------------------- /Simpler/SimplerTextView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/SimplerTextView.swift -------------------------------------------------------------------------------- /Simpler/Spanish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Spanish.txt -------------------------------------------------------------------------------- /Simpler/Srpski.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Srpski.txt -------------------------------------------------------------------------------- /Simpler/Suomi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Suomi.txt -------------------------------------------------------------------------------- /Simpler/Svenska.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Svenska.txt -------------------------------------------------------------------------------- /Simpler/Trump.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Trump.txt -------------------------------------------------------------------------------- /Simpler/ViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/ViewController.swift -------------------------------------------------------------------------------- /Simpler/hemingway.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/hemingway.txt -------------------------------------------------------------------------------- /Simpler/jobs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/jobs.txt -------------------------------------------------------------------------------- /Simpler/xkcd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/xkcd.txt -------------------------------------------------------------------------------- /Simpler/Íslenska.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Íslenska.txt -------------------------------------------------------------------------------- /Simpler/Čeština.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/Čeština.txt -------------------------------------------------------------------------------- /Simpler/русский.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/Simpler/русский.txt -------------------------------------------------------------------------------- /UX/cleartext.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/UX/cleartext.gif -------------------------------------------------------------------------------- /UX/simpler-ux.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/UX/simpler-ux.sketch -------------------------------------------------------------------------------- /UX/trumpdemo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/UX/trumpdemo.gif -------------------------------------------------------------------------------- /top.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mortenjust/cleartext-mac/HEAD/top.log --------------------------------------------------------------------------------