contents.xcworkspacedata #1

  • //
  • guest/
  • matt_attaway/
  • Pulse/
  • Pulse.xcodeproj/
  • project.xcworkspace/
  • contents.xcworkspacedata
  • View
  • Commits
  • Open Download .zip Download (150 B)
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
   version = "1.0">
   <FileRef
      location = "self:Pulse.xcodeproj">
   </FileRef>
</Workspace>
# Change User Description Committed
#1 8502 Matt Attaway Initial checkin of Pulse, a lightweight Perforce client for the Mac

This is a sketch of what a Perforce client inspired by the UX of cloud synchronization software
would look like. I’m not trying to build something production worthy yet; at this point I’m just
trying to get something up and running as fast as possible so I can play with the UX.

At this point I can monitor a directory and kick off ‘p4 info’ calls anytime a file changes. It
is the polar opposite of useful.

Do note I’ve never written code in Objective-C before. Here be ugly, malformed dragons.