Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit 33524c0

Browse files
committed
fixed Xcode configuration shenanigans
1 parent 0fabba1 commit 33524c0

File tree

2 files changed

+6
-19
lines changed

2 files changed

+6
-19
lines changed

Just.xcodeproj/project.pbxproj

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
94F2DF9A1BD9F369004820D5 /* JustSpecs.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94DA2B661AE640390082DC6D /* JustSpecs.swift */; };
2828
94F2DF9B1BD9F369004820D5 /* CaseInsensitiveDictionarySpecs.swift in Sources */ = {isa = PBXBuildFile; fileRef = 948444A21AF29B000013B998 /* CaseInsensitiveDictionarySpecs.swift */; };
2929
94F2DF9C1BD9F36E004820D5 /* elon.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 94EDF39B1AEEE38B007BF486 /* elon.jpg */; };
30-
94F2DFA51BD9F45B004820D5 /* Quick.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 94A9A56D1B96B332000D927C /* Quick.framework */; };
3130
/* End PBXBuildFile section */
3231

3332
/* Begin PBXContainerItemProxy section */
@@ -54,18 +53,6 @@
5453
};
5554
/* End PBXContainerItemProxy section */
5655

57-
/* Begin PBXCopyFilesBuildPhase section */
58-
940C09D91AF41B4300E6F7B9 /* CopyFiles */ = {
59-
isa = PBXCopyFilesBuildPhase;
60-
buildActionMask = 2147483647;
61-
dstPath = "";
62-
dstSubfolderSpec = 10;
63-
files = (
64-
);
65-
runOnlyForDeploymentPostprocessing = 0;
66-
};
67-
/* End PBXCopyFilesBuildPhase section */
68-
6956
/* Begin PBXFileReference section */
7057
94481BE31AF4142F00C34129 /* Nimble.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Nimble.framework; path = Carthage/Build/Mac/Nimble.framework; sourceTree = SOURCE_ROOT; };
7158
94481BE41AF4142F00C34129 /* Quick.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Quick.framework; path = Carthage/Build/Mac/Quick.framework; sourceTree = SOURCE_ROOT; };
@@ -130,7 +117,6 @@
130117
isa = PBXFrameworksBuildPhase;
131118
buildActionMask = 2147483647;
132119
files = (
133-
94F2DFA51BD9F45B004820D5 /* Quick.framework in Frameworks */,
134120
);
135121
runOnlyForDeploymentPostprocessing = 0;
136122
};
@@ -352,7 +338,6 @@
352338
948CA8231AF3FF43001E0FD3 /* Sources */,
353339
948CA8241AF3FF43001E0FD3 /* Frameworks */,
354340
948CA8251AF3FF43001E0FD3 /* Resources */,
355-
940C09D91AF41B4300E6F7B9 /* CopyFiles */,
356341
);
357342
buildRules = (
358343
);
@@ -957,6 +942,7 @@
957942
94F2DF951BD9F339004820D5 /* Release */,
958943
);
959944
defaultConfigurationIsVisible = 0;
945+
defaultConfigurationName = Release;
960946
};
961947
94F2DF961BD9F339004820D5 /* Build configuration list for PBXNativeTarget "Just-tvOSTests" */ = {
962948
isa = XCConfigurationList;
@@ -965,6 +951,7 @@
965951
94F2DF981BD9F339004820D5 /* Release */,
966952
);
967953
defaultConfigurationIsVisible = 0;
954+
defaultConfigurationName = Release;
968955
};
969956
/* End XCConfigurationList section */
970957
};

Just.xcodeproj/xcshareddata/xcschemes/Just-tvOS.xcscheme

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "94F2DF811BD9F339004820D5"
18-
BuildableName = "Just-tvOS.framework"
18+
BuildableName = "Just.framework"
1919
BlueprintName = "Just-tvOS"
2020
ReferencedContainer = "container:Just.xcodeproj">
2121
</BuildableReference>
@@ -43,7 +43,7 @@
4343
<BuildableReference
4444
BuildableIdentifier = "primary"
4545
BlueprintIdentifier = "94F2DF811BD9F339004820D5"
46-
BuildableName = "Just-tvOS.framework"
46+
BuildableName = "Just.framework"
4747
BlueprintName = "Just-tvOS"
4848
ReferencedContainer = "container:Just.xcodeproj">
4949
</BuildableReference>
@@ -65,7 +65,7 @@
6565
<BuildableReference
6666
BuildableIdentifier = "primary"
6767
BlueprintIdentifier = "94F2DF811BD9F339004820D5"
68-
BuildableName = "Just-tvOS.framework"
68+
BuildableName = "Just.framework"
6969
BlueprintName = "Just-tvOS"
7070
ReferencedContainer = "container:Just.xcodeproj">
7171
</BuildableReference>
@@ -83,7 +83,7 @@
8383
<BuildableReference
8484
BuildableIdentifier = "primary"
8585
BlueprintIdentifier = "94F2DF811BD9F339004820D5"
86-
BuildableName = "Just-tvOS.framework"
86+
BuildableName = "Just.framework"
8787
BlueprintName = "Just-tvOS"
8888
ReferencedContainer = "container:Just.xcodeproj">
8989
</BuildableReference>

0 commit comments

Comments
 (0)