Skip to content

Commit

Permalink
Merge pull request #13 from kylejm/master
Browse files Browse the repository at this point in the history
Added .gitignore, .xcworkspace for both projects, and note viewing instructions to README.md
  • Loading branch information
jpsim committed Feb 4, 2015
2 parents 1fbbb9a + 75caed6 commit 168f22b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Xcode
#
build/
xcuserdata
*.xccheckout
DerivedData
*.ipa
*.xcuserstate
10 changes: 10 additions & 0 deletions DeckRocket.xcworkspace/contents.xcworkspacedata

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

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 168f22b

Please sign in to comment.