Skip to content

Commit

Permalink
Fix travis v2
Browse files Browse the repository at this point in the history
  • Loading branch information
glouel committed Nov 1, 2018
1 parent 27add60 commit 1018965
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions Aerial.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
03E8730E216501ED002B469B /* AsynchronousOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AsynchronousOperation.swift; sourceTree = "<group>"; };
03E8731221675FE0002B469B /* TimeManagement.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimeManagement.swift; sourceTree = "<group>"; };
AA7E2E5D1FC62E8B00E5F320 /* AerialPlayerItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AerialPlayerItem.swift; sourceTree = "<group>"; };
FA143CD61BDA3E880041A82B /* AerialConfig.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AerialConfig.app; sourceTree = BUILT_PRODUCTS_DIR; };
FA143CD61BDA3E880041A82B /* AerialApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AerialApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
FA143CE51BDA3EEF0041A82B /* AVKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVKit.framework; path = System/Library/Frameworks/AVKit.framework; sourceTree = SDKROOT; };
FA36BD3E1BE57F8E00D5E03B /* VideoDownload.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = VideoDownload.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
FA6F81DB1D939455007975FE /* Preferences.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Preferences.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -331,7 +331,7 @@
isa = PBXGroup;
children = (
FACAF1A51BD9FC6000E539DC /* Aerial.saver */,
FA143CD61BDA3E880041A82B /* AerialConfig.app */,
FA143CD61BDA3E880041A82B /* AerialApp.app */,
FA71996E1D94EC5A00FBC99B /* Aerial Tests.xctest */,
);
name = Products;
Expand All @@ -351,9 +351,9 @@
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
FA143CD51BDA3E880041A82B /* AerialConfig */ = {
FA143CD51BDA3E880041A82B /* AerialApp */ = {
isa = PBXNativeTarget;
buildConfigurationList = FA143CE01BDA3E880041A82B /* Build configuration list for PBXNativeTarget "AerialConfig" */;
buildConfigurationList = FA143CE01BDA3E880041A82B /* Build configuration list for PBXNativeTarget "AerialApp" */;
buildPhases = (
FA74B8481D94DCE0004FE056 /* Run Script - Swiftlint */,
FA143CD21BDA3E880041A82B /* Sources */,
Expand All @@ -364,9 +364,9 @@
);
dependencies = (
);
name = AerialConfig;
name = AerialApp;
productName = "Aerial Test";
productReference = FA143CD61BDA3E880041A82B /* AerialConfig.app */;
productReference = FA143CD61BDA3E880041A82B /* AerialApp.app */;
productType = "com.apple.product-type.application";
};
FA71996D1D94EC5A00FBC99B /* Aerial Tests */ = {
Expand Down Expand Up @@ -446,7 +446,7 @@
projectRoot = "";
targets = (
FACAF1A41BD9FC6000E539DC /* Aerial */,
FA143CD51BDA3E880041A82B /* AerialConfig */,
FA143CD51BDA3E880041A82B /* AerialApp */,
FA71996D1D94EC5A00FBC99B /* Aerial Tests */,
);
};
Expand Down Expand Up @@ -599,7 +599,7 @@
/* Begin PBXTargetDependency section */
FA7199741D94EC5A00FBC99B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = FA143CD51BDA3E880041A82B /* AerialConfig */;
target = FA143CD51BDA3E880041A82B /* AerialApp */;
targetProxy = FA7199731D94EC5A00FBC99B /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
Expand Down Expand Up @@ -669,7 +669,7 @@
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_SWIFT3_OBJC_INFERENCE = On;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AerialConfig.app/Contents/MacOS/AerialConfig";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AerialApp.app/Contents/MacOS/AerialApp";
};
name = Debug;
};
Expand All @@ -688,7 +688,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.johncoates.Aerial-Tests";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = On;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AerialConfig.app/Contents/MacOS/AerialConfig";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AerialApp.app/Contents/MacOS/AerialApp";
};
name = Release;
};
Expand Down Expand Up @@ -831,7 +831,7 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
FA143CE01BDA3E880041A82B /* Build configuration list for PBXNativeTarget "AerialConfig" */ = {
FA143CE01BDA3E880041A82B /* Build configuration list for PBXNativeTarget "AerialApp" */ = {
isa = XCConfigurationList;
buildConfigurations = (
FA143CE11BDA3E880041A82B /* Debug */,
Expand Down
2 changes: 1 addition & 1 deletion Tests/PreferencesTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

import XCTest
@testable import AerialConfig
@testable import AerialApp

class PreferencesTests: XCTestCase {

Expand Down

0 comments on commit 1018965

Please sign in to comment.