buildasaurs / XcodeServerSDK

Access Xcode Server API with native Swift objects.
MIT License
398 stars 30 forks source link

Added missing `Repository.swift` to iOS target. #56

Closed esttorhe closed 9 years ago

esttorhe commented 9 years ago

I rebased the latest changes to my fork and tried running the iOS test (out of sheer luck I choose this target) and noticed that the tests were failing because it couldn't find Repository class.

After checking the project and finding the file in it I noticed it was missing from the iOS target.

This is a pretty quick fix :wrench: :+1:

esttorhe commented 9 years ago

Accidentally added one test to this same repo :/

Let me know if there's a need to move it to a new PR or since its so minimal its ok to keep it here.

The test added should tackle 0.0000001% of #45 :joy:

cojoj commented 9 years ago

Good you've founde this one... I must have deleted it while I was manually removing duplicates from .pbxproj.

czechboy0 commented 9 years ago

:+1: Thanks!