XcodePerforcePlugin-Bridging-Header.h #2

  • //
  • guest/
  • jaime_rios/
  • 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
#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.