robreuss / VirtualGameController

Software-based game controllers for iOS, tvOS, OS X and watchOS in Swift 4.2.
MIT License
462 stars 44 forks source link

These files are part of VirtualGameController #11

Closed jakubknejzlik closed 8 years ago

jakubknejzlik commented 8 years ago

I think they don't need to import VGC module.

robreuss commented 8 years ago

Are you bringing all of the source files into your project or are you using the framework? The design around using the framework file is that those four files are external to the framework, and since they reference framework-based resources, need the import statement. If I comment out any of them, complier errors appear for all the references to stuff inside VGC.

jakubknejzlik commented 8 years ago

Ah, I see. I've been trying it with cocoapods and few warnings came up. If this breaks your approach, please ignore this pull request :)