Skip to content

Commit

Permalink
Update hpple project
Browse files Browse the repository at this point in the history
- Make it modern
- Migrate to XCText
- Fix code node content issue
  • Loading branch information
Vytautas Galaunia committed Nov 25, 2014
1 parent 1801516 commit 29c108c
Show file tree
Hide file tree
Showing 42 changed files with 1,264 additions and 2,866 deletions.
21 changes: 14 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
# http://shanesbrain.net/2008/7/9/using-xcode-with-git
# xcode noise
build/*
# Xcode
.DS_Store
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
profile
*.moved-aside
DerivedData
.idea/
*.orig

# old skool
.svn

# osx noise
.DS_Store
profile

# Emacs
*.h#

19 changes: 0 additions & 19 deletions Classes/HppleAppDelegate.h

This file was deleted.

28 changes: 0 additions & 28 deletions Classes/HppleAppDelegate.m

This file was deleted.

Loading

0 comments on commit 29c108c

Please sign in to comment.