Skip to content

Commit

Permalink
Remove missing file refernce
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomorain committed Feb 5, 2015
1 parent 9c28d3a commit 03bce17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions SeaEye.xcodeproj/project.pbxproj
Expand Up @@ -47,7 +47,6 @@
607C77F31A1860070040FD5C /* build-passed.png in Resources */ = {isa = PBXBuildFile; fileRef = 607C77EB1A1860070040FD5C /* build-passed.png */; };
607C77F41A1860070040FD5C /* build-passed@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 607C77EC1A1860070040FD5C /* build-passed@2x.png */; };
607C78261A190C580040FD5C /* SeaEyeStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607C78251A190C580040FD5C /* SeaEyeStatus.swift */; };
60A6E9E91A1E7056000C743F /* IntercomExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60A6E9E81A1E7056000C743F /* IntercomExtension.swift */; };
60BE799C1A0AAD3C007E5179 /* opacity-fix-dark.png in Resources */ = {isa = PBXBuildFile; fileRef = 60BE799B1A0AAD3C007E5179 /* opacity-fix-dark.png */; };
60BE79A41A0AB357007E5179 /* back-alt.png in Resources */ = {isa = PBXBuildFile; fileRef = 60BE799D1A0AB357007E5179 /* back-alt.png */; };
60BE79A51A0AB357007E5179 /* back-alt@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 60BE799E1A0AB357007E5179 /* back-alt@2x.png */; };
Expand Down Expand Up @@ -124,7 +123,6 @@
607C77EB1A1860070040FD5C /* build-passed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "build-passed.png"; sourceTree = "<group>"; };
607C77EC1A1860070040FD5C /* build-passed@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "build-passed@2x.png"; sourceTree = "<group>"; };
607C78251A190C580040FD5C /* SeaEyeStatus.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SeaEyeStatus.swift; sourceTree = "<group>"; };
60A6E9E81A1E7056000C743F /* IntercomExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IntercomExtension.swift; sourceTree = "<group>"; };
60BE799B1A0AAD3C007E5179 /* opacity-fix-dark.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "opacity-fix-dark.png"; sourceTree = "<group>"; };
60BE799D1A0AB357007E5179 /* back-alt.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "back-alt.png"; sourceTree = "<group>"; };
60BE799E1A0AB357007E5179 /* back-alt@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "back-alt@2x.png"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -251,7 +249,6 @@
60C73BE219FC025A0067CDCA /* Images.xcassets */,
60C73BDC19FC025A0067CDCA /* Supporting Files */,
60C73C1D19FD8C8A0067CDCA /* WindowExtension.swift */,
60A6E9E81A1E7056000C743F /* IntercomExtension.swift */,
);
path = SeaEye;
sourceTree = "<group>";
Expand Down Expand Up @@ -487,7 +484,6 @@
60C73C0919FC23F60067CDCA /* SeaEyeIconController.swift in Sources */,
6014AD991A09874E00865329 /* Project.swift in Sources */,
60C73C1519FD7ECB0067CDCA /* SeaEyeBuildsController.swift in Sources */,
60A6E9E91A1E7056000C743F /* IntercomExtension.swift in Sources */,
60C73C0619FC16FE0067CDCA /* SeaEyePopoverController.swift in Sources */,
60C73C1819FD7EE10067CDCA /* SeaEyeSettingsController.swift in Sources */,
60C73C1E19FD8C8A0067CDCA /* WindowExtension.swift in Sources */,
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
@@ -1,3 +1,3 @@
test:
override:
- xctool -scheme SeaEye -reporter pretty -reporter junit:$CIRCLE_TEST_REPORTS/xcode/results.xml
- xctool -scheme SeaEye -reporter pretty -reporter junit:$CIRCLE_TEST_REPORTS/xcode/results.xml build test

0 comments on commit 03bce17

Please sign in to comment.