Start TechNotes folder. Fix #153.

This commit is contained in:
Brent Simmons 2017-12-02 14:58:25 -08:00
parent ef988199cc
commit 1bc40eae2c
3 changed files with 10 additions and 0 deletions

View File

@ -497,6 +497,7 @@
84B99C6A1FAE370B00ECDEDB /* FeedListFeed.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeedListFeed.swift; sourceTree = "<group>"; };
84B99C9C1FAE83C600ECDEDB /* DeleteFromSidebarCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeleteFromSidebarCommand.swift; sourceTree = "<group>"; };
84BB4B611F1174D400858766 /* Data.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Data.xcodeproj; path = Frameworks/Data/Data.xcodeproj; sourceTree = "<group>"; };
84CBDDAE1FD3674C005A61AA /* Technotes */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Technotes; sourceTree = "<group>"; };
84DAEE2F1F86CAFE0058304B /* OPMLImporter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OPMLImporter.swift; sourceTree = "<group>"; };
84DAEE311F870B390058304B /* DockBadge.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = DockBadge.swift; path = Evergreen/DockBadge.swift; sourceTree = "<group>"; };
84E46C7C1F75EF7B005ECFB3 /* AppDefaults.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDefaults.swift; path = Evergreen/AppDefaults.swift; sourceTree = "<group>"; };
@ -803,6 +804,7 @@
isa = PBXGroup;
children = (
845B14A51FC2299E0013CF92 /* README.md */,
84CBDDAE1FD3674C005A61AA /* Technotes */,
842E45E61ED8C747000A8B52 /* DB5.plist */,
849C64671ED37A5D003D8FC0 /* Assets.xcassets */,
849C64691ED37A5D003D8FC0 /* Main.storyboard */,

5
Technotes/HiddenPrefs.md Normal file
View File

@ -0,0 +1,5 @@
# Hidden Preferences
See AppDefaults.swift for the apps preference keys, including hidden prefs.
(TODO: document them here.)

3
Technotes/README.md Normal file
View File

@ -0,0 +1,3 @@
# TechNotes
[Hidden Preferences](hiddenPrefs.md)