Skip to content

Commit 0e25592

Browse files
committed
renamed Aerial App scheme to AerialApp
1 parent b9319e8 commit 0e25592

File tree

4 files changed

+26
-42
lines changed

4 files changed

+26
-42
lines changed

Aerial.xcodeproj/project.pbxproj

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
/* End PBXContainerItemProxy section */
5858

5959
/* Begin PBXFileReference section */
60-
FA143CD61BDA3E880041A82B /* Aerial App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Aerial App.app"; sourceTree = BUILT_PRODUCTS_DIR; };
60+
FA143CD61BDA3E880041A82B /* AerialApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AerialApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
6161
FA143CE51BDA3EEF0041A82B /* AVKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVKit.framework; path = System/Library/Frameworks/AVKit.framework; sourceTree = SDKROOT; };
6262
FA36BD3E1BE57F8E00D5E03B /* VideoDownload.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = VideoDownload.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
6363
FA6F81DB1D939455007975FE /* Preferences.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Preferences.swift; sourceTree = "<group>"; };
@@ -246,7 +246,7 @@
246246
isa = PBXGroup;
247247
children = (
248248
FACAF1A51BD9FC6000E539DC /* Aerial.saver */,
249-
FA143CD61BDA3E880041A82B /* Aerial App.app */,
249+
FA143CD61BDA3E880041A82B /* AerialApp.app */,
250250
FA71996E1D94EC5A00FBC99B /* Aerial Tests.xctest */,
251251
);
252252
name = Products;
@@ -265,9 +265,9 @@
265265
/* End PBXHeadersBuildPhase section */
266266

267267
/* Begin PBXNativeTarget section */
268-
FA143CD51BDA3E880041A82B /* Aerial App */ = {
268+
FA143CD51BDA3E880041A82B /* AerialApp */ = {
269269
isa = PBXNativeTarget;
270-
buildConfigurationList = FA143CE01BDA3E880041A82B /* Build configuration list for PBXNativeTarget "Aerial App" */;
270+
buildConfigurationList = FA143CE01BDA3E880041A82B /* Build configuration list for PBXNativeTarget "AerialApp" */;
271271
buildPhases = (
272272
FA74B8481D94DCE0004FE056 /* ShellScript */,
273273
FA143CD21BDA3E880041A82B /* Sources */,
@@ -278,9 +278,9 @@
278278
);
279279
dependencies = (
280280
);
281-
name = "Aerial App";
281+
name = AerialApp;
282282
productName = "Aerial Test";
283-
productReference = FA143CD61BDA3E880041A82B /* Aerial App.app */;
283+
productReference = FA143CD61BDA3E880041A82B /* AerialApp.app */;
284284
productType = "com.apple.product-type.application";
285285
};
286286
FA71996D1D94EC5A00FBC99B /* Aerial Tests */ = {
@@ -358,7 +358,7 @@
358358
projectRoot = "";
359359
targets = (
360360
FACAF1A41BD9FC6000E539DC /* Aerial */,
361-
FA143CD51BDA3E880041A82B /* Aerial App */,
361+
FA143CD51BDA3E880041A82B /* AerialApp */,
362362
FA71996D1D94EC5A00FBC99B /* Aerial Tests */,
363363
);
364364
};
@@ -467,7 +467,7 @@
467467
/* Begin PBXTargetDependency section */
468468
FA7199741D94EC5A00FBC99B /* PBXTargetDependency */ = {
469469
isa = PBXTargetDependency;
470-
target = FA143CD51BDA3E880041A82B /* Aerial App */;
470+
target = FA143CD51BDA3E880041A82B /* AerialApp */;
471471
targetProxy = FA7199731D94EC5A00FBC99B /* PBXContainerItemProxy */;
472472
};
473473
/* End PBXTargetDependency section */
@@ -534,7 +534,7 @@
534534
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
535535
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
536536
SWIFT_VERSION = 3.0;
537-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Aerial App.app/Contents/MacOS/Aerial App";
537+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AerialApp.app/Contents/MacOS/AerialApp";
538538
};
539539
name = Debug;
540540
};
@@ -553,7 +553,7 @@
553553
PRODUCT_BUNDLE_IDENTIFIER = "com.johncoates.Aerial-Tests";
554554
PRODUCT_NAME = "$(TARGET_NAME)";
555555
SWIFT_VERSION = 3.0;
556-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Aerial App.app/Contents/MacOS/Aerial App";
556+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AerialApp.app/Contents/MacOS/AerialApp";
557557
};
558558
name = Release;
559559
};
@@ -579,7 +579,6 @@
579579
COPY_PHASE_STRIP = NO;
580580
DEBUG_INFORMATION_FORMAT = dwarf;
581581
ENABLE_STRICT_OBJC_MSGSEND = YES;
582-
ENABLE_TESTABILITY = YES;
583582
GCC_C_LANGUAGE_STANDARD = gnu99;
584583
GCC_DYNAMIC_NO_PIC = NO;
585584
GCC_NO_COMMON_BLOCKS = YES;
@@ -678,7 +677,7 @@
678677
/* End XCBuildConfiguration section */
679678

680679
/* Begin XCConfigurationList section */
681-
FA143CE01BDA3E880041A82B /* Build configuration list for PBXNativeTarget "Aerial App" */ = {
680+
FA143CE01BDA3E880041A82B /* Build configuration list for PBXNativeTarget "AerialApp" */ = {
682681
isa = XCConfigurationList;
683682
buildConfigurations = (
684683
FA143CE11BDA3E880041A82B /* Debug */,

Aerial.xcodeproj/xcshareddata/xcschemes/Aerial App.xcscheme renamed to Aerial.xcodeproj/xcshareddata/xcschemes/AerialApp.xcscheme

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "FA143CD51BDA3E880041A82B"
18-
BuildableName = "Aerial App.app"
19-
BlueprintName = "Aerial App"
18+
BuildableName = "AerialApp.app"
19+
BlueprintName = "AerialApp"
2020
ReferencedContainer = "container:Aerial.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
</BuildActionEntries>
2424
</BuildAction>
2525
<TestAction
26-
buildConfiguration = "Release"
26+
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES"
@@ -44,8 +44,8 @@
4444
<BuildableReference
4545
BuildableIdentifier = "primary"
4646
BlueprintIdentifier = "FA143CD51BDA3E880041A82B"
47-
BuildableName = "Aerial App.app"
48-
BlueprintName = "Aerial App"
47+
BuildableName = "AerialApp.app"
48+
BlueprintName = "AerialApp"
4949
ReferencedContainer = "container:Aerial.xcodeproj">
5050
</BuildableReference>
5151
</MacroExpansion>
@@ -67,34 +67,19 @@
6767
<BuildableReference
6868
BuildableIdentifier = "primary"
6969
BlueprintIdentifier = "FA143CD51BDA3E880041A82B"
70-
BuildableName = "Aerial App.app"
71-
BlueprintName = "Aerial App"
70+
BuildableName = "AerialApp.app"
71+
BlueprintName = "AerialApp"
7272
ReferencedContainer = "container:Aerial.xcodeproj">
7373
</BuildableReference>
7474
</BuildableProductRunnable>
7575
<EnvironmentVariables>
7676
<EnvironmentVariable
7777
key = "MALLOC_PERMIT_INSANE_REQUESTS"
7878
value = ""
79-
isEnabled = "YES">
79+
isEnabled = "NO">
8080
</EnvironmentVariable>
8181
</EnvironmentVariables>
8282
<AdditionalOptions>
83-
<AdditionalOption
84-
key = "DYLD_INSERT_LIBRARIES"
85-
value = "/usr/lib/libgmalloc.dylib"
86-
isEnabled = "YES">
87-
</AdditionalOption>
88-
<AdditionalOption
89-
key = "NSZombieEnabled"
90-
value = "YES"
91-
isEnabled = "YES">
92-
</AdditionalOption>
93-
<AdditionalOption
94-
key = "MallocScribble"
95-
value = ""
96-
isEnabled = "YES">
97-
</AdditionalOption>
9883
</AdditionalOptions>
9984
</LaunchAction>
10085
<ProfileAction
@@ -108,8 +93,8 @@
10893
<BuildableReference
10994
BuildableIdentifier = "primary"
11095
BlueprintIdentifier = "FA143CD51BDA3E880041A82B"
111-
BuildableName = "Aerial App.app"
112-
BlueprintName = "Aerial App"
96+
BuildableName = "AerialApp.app"
97+
BlueprintName = "AerialApp"
11398
ReferencedContainer = "container:Aerial.xcodeproj">
11499
</BuildableReference>
115100
</BuildableProductRunnable>

Aerial.xcodeproj/xcuserdata/macbook.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<dict>
55
<key>SchemeUserState</key>
66
<dict>
7-
<key>Aerial App.xcscheme_^#shared#^_</key>
7+
<key>Aerial.xcscheme_^#shared#^_</key>
88
<dict>
99
<key>orderHint</key>
10-
<integer>1</integer>
10+
<integer>0</integer>
1111
</dict>
12-
<key>Aerial.xcscheme_^#shared#^_</key>
12+
<key>AerialApp.xcscheme_^#shared#^_</key>
1313
<dict>
1414
<key>orderHint</key>
15-
<integer>0</integer>
15+
<integer>1</integer>
1616
</dict>
1717
</dict>
1818
<key>SuppressBuildableAutocreation</key>

Tests/PreferencesTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
import XCTest
10-
@testable import Aerial_App
10+
@testable import AerialApp
1111

1212
class PreferencesTests: XCTestCase {
1313

0 commit comments

Comments
 (0)