|
|
@@ -57,7 +57,7 @@ |
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
- FA143CD61BDA3E880041A82B /* Aerial App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Aerial App.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>"; };
|
|
|
@@ -246,7 +246,7 @@ |
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
FACAF1A51BD9FC6000E539DC /* Aerial.saver */,
|
|
|
- FA143CD61BDA3E880041A82B /* Aerial App.app */,
|
|
|
+ FA143CD61BDA3E880041A82B /* AerialApp.app */,
|
|
|
FA71996E1D94EC5A00FBC99B /* Aerial Tests.xctest */,
|
|
|
);
|
|
|
name = Products;
|
|
|
@@ -265,9 +265,9 @@ |
|
|
/* End PBXHeadersBuildPhase section */
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
- FA143CD51BDA3E880041A82B /* Aerial App */ = {
|
|
|
+ FA143CD51BDA3E880041A82B /* AerialApp */ = {
|
|
|
isa = PBXNativeTarget;
|
|
|
- buildConfigurationList = FA143CE01BDA3E880041A82B /* Build configuration list for PBXNativeTarget "Aerial App" */;
|
|
|
+ buildConfigurationList = FA143CE01BDA3E880041A82B /* Build configuration list for PBXNativeTarget "AerialApp" */;
|
|
|
buildPhases = (
|
|
|
FA74B8481D94DCE0004FE056 /* ShellScript */,
|
|
|
FA143CD21BDA3E880041A82B /* Sources */,
|
|
|
@@ -278,9 +278,9 @@ |
|
|
);
|
|
|
dependencies = (
|
|
|
);
|
|
|
- name = "Aerial App";
|
|
|
+ name = AerialApp;
|
|
|
productName = "Aerial Test";
|
|
|
- productReference = FA143CD61BDA3E880041A82B /* Aerial App.app */;
|
|
|
+ productReference = FA143CD61BDA3E880041A82B /* AerialApp.app */;
|
|
|
productType = "com.apple.product-type.application";
|
|
|
};
|
|
|
FA71996D1D94EC5A00FBC99B /* Aerial Tests */ = {
|
|
|
@@ -358,7 +358,7 @@ |
|
|
projectRoot = "";
|
|
|
targets = (
|
|
|
FACAF1A41BD9FC6000E539DC /* Aerial */,
|
|
|
- FA143CD51BDA3E880041A82B /* Aerial App */,
|
|
|
+ FA143CD51BDA3E880041A82B /* AerialApp */,
|
|
|
FA71996D1D94EC5A00FBC99B /* Aerial Tests */,
|
|
|
);
|
|
|
};
|
|
|
@@ -467,7 +467,7 @@ |
|
|
/* Begin PBXTargetDependency section */
|
|
|
FA7199741D94EC5A00FBC99B /* PBXTargetDependency */ = {
|
|
|
isa = PBXTargetDependency;
|
|
|
- target = FA143CD51BDA3E880041A82B /* Aerial App */;
|
|
|
+ target = FA143CD51BDA3E880041A82B /* AerialApp */;
|
|
|
targetProxy = FA7199731D94EC5A00FBC99B /* PBXContainerItemProxy */;
|
|
|
};
|
|
|
/* End PBXTargetDependency section */
|
|
|
@@ -534,7 +534,7 @@ |
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
|
SWIFT_VERSION = 3.0;
|
|
|
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Aerial App.app/Contents/MacOS/Aerial App";
|
|
|
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AerialApp.app/Contents/MacOS/AerialApp";
|
|
|
};
|
|
|
name = Debug;
|
|
|
};
|
|
|
@@ -553,7 +553,7 @@ |
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.johncoates.Aerial-Tests";
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SWIFT_VERSION = 3.0;
|
|
|
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Aerial App.app/Contents/MacOS/Aerial App";
|
|
|
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AerialApp.app/Contents/MacOS/AerialApp";
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|
|
|
@@ -579,7 +579,6 @@ |
|
|
COPY_PHASE_STRIP = NO;
|
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
- ENABLE_TESTABILITY = YES;
|
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
|
@@ -678,7 +677,7 @@ |
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
|
- FA143CE01BDA3E880041A82B /* Build configuration list for PBXNativeTarget "Aerial App" */ = {
|
|
|
+ FA143CE01BDA3E880041A82B /* Build configuration list for PBXNativeTarget "AerialApp" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
|
FA143CE11BDA3E880041A82B /* Debug */,
|
|
|
|
0 comments on commit
0e25592