DeveloperNotes.txt #4

  • //
  • guest/
  • jaime_rios/
  • XcodePerforcePlugin/
  • DeveloperNotes.txt
  • View
  • Commits
  • Open Download .zip Download (1 KB)
XcodePerforcePlugin
Jaime O. Rios

2015-10-30
Added UUID for Xcode 7.1
Updated plugin icons to use newer Helix themed icons
Note to self, maybe introduce this functionality: http://forums.perforce.com/index.php?/topic/4034-return-focus-to-terminal-session-after-invoking-p4merge-from-command-line/
Also, maybe introduce this: https://medium.com/@danwickes/adding-items-to-a-context-menu-in-an-xcode-plugin-a52679e30cc4#.y3yw6h9wp

2015-07-29
Added "p4vc submit" functionality


2015-07-22
Note about UUID, "To get the UUID, execute defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID"
(http://stackoverflow.com/questions/19110899/xcode-plugins-stopped-working)


2015-02-20
Added functionality listing to README.md

- Future work
  - Reorganize plugin menu items
  - open in p4v
  - p4merge diff
  - p4vc submit


Future Work:
Menu layout reorganization

    Perforce Plugin Settings
    Info
    Get Latest Revision
    Check Out
    Mark for Add
    Mark for Delete
    Submit
    Revert
    View -> P4V
         -> Revision Graph
         -> Timelapse
         -> Stream
# Change User Description Committed
#4 16417 Jaime Rios Added UUID for Xcode 7.1; Updated plugin icons to use newer Helix themed icons.
#3 15948 Jaime Rios Added p4vc submit functionality; violated rule 0; updated plist for xcode 7 uuid; fixed errors encountered by xcode related to optionals and interoperability with Obj-C++ code.
#2 15115 Jaime Rios Modified plist for Xcode 6.4 and Xcode 7 Beta; updated code changes in Swift; added notes about UUID for self.
#1 12123 Jaime Rios Added compatibility for Xcode 6.2; modified the menu layout; added additional screenshot; updated URL for Alcatraz Package Manager.