From 9f3dc2c7c29e2b1e605f659067c849acb3d0a076 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Fri, 16 Jul 2021 12:57:01 -0400 Subject: [PATCH] Add a readme file. --- ListenerApp.xcodeproj/project.pbxproj | 2 ++ README.md | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 README.md diff --git a/ListenerApp.xcodeproj/project.pbxproj b/ListenerApp.xcodeproj/project.pbxproj index 24307ee..dc9f5a0 100644 --- a/ListenerApp.xcodeproj/project.pbxproj +++ b/ListenerApp.xcodeproj/project.pbxproj @@ -47,6 +47,7 @@ 9D51560F26A1EF7C0075EBC7 /* ListenerAppUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListenerAppUITests.swift; sourceTree = ""; }; 9D51561126A1EF7C0075EBC7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 9D51562126A1F0DF0075EBC7 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + 9D51562A26A1F1B40075EBC7 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -78,6 +79,7 @@ isa = PBXGroup; children = ( 9D51562126A1F0DF0075EBC7 /* LICENSE */, + 9D51562A26A1F1B40075EBC7 /* README.md */, 9D5155F126A1EF7B0075EBC7 /* ListenerApp */, 9D51560326A1EF7C0075EBC7 /* ListenerAppTests */, 9D51560E26A1EF7C0075EBC7 /* ListenerAppUITests */, diff --git a/README.md b/README.md new file mode 100644 index 0000000..b5c9141 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# ListenerApp + +This is an iOS app that connects to an Apple IIgs over a network and streams text to it from voice dicatation.