XcodePerforcePlugin-Bridging-Header.h #1

  • //
  • guest/
  • pengyunfei/
  • XcodePerforcePlugin/
  • XcodePerforcePlugin/
  • XcodePerforcePlugin-Bridging-Header.h
  • View
  • Commits
  • Open Download .zip Download (280 B)
//
//  Use this file to import your target's public headers that you would like to expose to Swift.
//

// http://stackoverflow.com/questions/24002369/how-to-call-objective-c-code-from-swift

#import "P4Functionality.h"
#import "P4XcodeHelper.h" // for getting at all things Xcode
# Change User Description Committed
#1 16584 pengyunfei Branching using xcodep4_jamie_peng
//guest/jaime_rios/XcodePerforcePlugin/XcodePerforcePlugin/XcodePerforcePlugin-Bridging-Header.h
#2 11733 Jaime Rios Refactored code to have more functionality within Swift code; fixed perforce connection bugs.
#1 11694 Jaime Rios Initial add of XcodePerforcePlugin project to guest depot.