From b5d380ad81bba37a3e1ffeff9fc037c55b159cbf Mon Sep 17 00:00:00 2001 From: Kyle McAlpine Date: Sun, 1 Feb 2015 23:37:07 +0000 Subject: [PATCH 1/3] .gitignore file added --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..14e160b --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# Xcode +# +build/ +xcuserdata +*.xccheckout +DerivedData +*.ipa +*.xcuserstate +*.xcworkspace From 4f76c9e0649fc353ef69cafd113ad19145ed2a2a Mon Sep 17 00:00:00 2001 From: Kyle McAlpine Date: Mon, 2 Feb 2015 21:35:02 +0000 Subject: [PATCH 2/3] Instructions to show notes added to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a81ddf..2bbdb63 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ DeckRocket is built in Swift and relies on Multipeer Connectivity on both OSX an 2. Open and run both `OSX/DeckRocket.xcodeproj` and `iOS/DeckRocket.xcodeproj`. You should see a :rocket: icon in your menu bar. 3. Export your Deckset presentation as a PDF. 4. Drag your PDF onto the :rocket: icon in your Mac's menu bar. The file should start transferring to your iOS device instantly. -5. (Optional) Repeat step 4 with your presentation's markdown file for access to presenter notes in the remote app. +5. (Optional) Repeat step 4 with your presentation's markdown file for access to presenter notes in the remote app. To show your notes and preview the next slide, simply press and hold. A connection should be established between the OSX and iOS apps within a few seconds. You'll then be able to swipe through your slides and see Deckset navigate to them fairly instantly. From 75caed62e549af4fd5685aa6ee3c92c0464077aa Mon Sep 17 00:00:00 2001 From: Kyle McAlpine Date: Tue, 3 Feb 2015 13:49:08 +0000 Subject: [PATCH 3/3] .gitignore update to not ignore the .xcworkspace that contains both the Mac and iOS DeckRocket apps --- .gitignore | 1 - DeckRocket.xcworkspace/contents.xcworkspacedata | 10 ++++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 DeckRocket.xcworkspace/contents.xcworkspacedata diff --git a/.gitignore b/.gitignore index 14e160b..4737d02 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,3 @@ xcuserdata DerivedData *.ipa *.xcuserstate -*.xcworkspace diff --git a/DeckRocket.xcworkspace/contents.xcworkspacedata b/DeckRocket.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..ce92465 --- /dev/null +++ b/DeckRocket.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,10 @@ + + + + + + +