Skip to content

Commit 9d4919d

Browse files
authored
Bump Xcodegen (pointfreeco#326)
Should fix pointfreeco#287.
1 parent d04b387 commit 9d4919d

File tree

6 files changed

+8
-27
lines changed

6 files changed

+8
-27
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ let package = Package(
2727
if ProcessInfo.processInfo.environment.keys.contains("PF_DEVELOP") {
2828
package.dependencies.append(
2929
contentsOf: [
30-
.package(url: "https://github.com/yonaskolb/XcodeGen.git", .exact("2.13.1")),
30+
.package(url: "https://github.com/yonaskolb/XcodeGen.git", .exact("2.15.1")),
3131
]
3232
)
3333
}

SnapshotTesting.xcodeproj/project.pbxproj

+6-7
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,6 @@
634634
developmentRegion = en;
635635
hasScannedForEncodings = 0;
636636
knownRegions = (
637-
Base,
638637
en,
639638
);
640639
mainGroup = 56185AD4FE1BBC443C9CFDDE;
@@ -1310,7 +1309,7 @@
13101309
40A5D28387BCBCA2CC1FE11C /* Release */,
13111310
);
13121311
defaultConfigurationIsVisible = 0;
1313-
defaultConfigurationName = "";
1312+
defaultConfigurationName = Debug;
13141313
};
13151314
45828BACEEB05CF377BFF48C /* Build configuration list for PBXNativeTarget "SnapshotTesting_tvOS" */ = {
13161315
isa = XCConfigurationList;
@@ -1319,7 +1318,7 @@
13191318
F5C56FCFB9CA36D38912B3F7 /* Release */,
13201319
);
13211320
defaultConfigurationIsVisible = 0;
1322-
defaultConfigurationName = "";
1321+
defaultConfigurationName = Debug;
13231322
};
13241323
53535ECD7578718495DC8DA7 /* Build configuration list for PBXNativeTarget "SnapshotTesting_iOS" */ = {
13251324
isa = XCConfigurationList;
@@ -1328,7 +1327,7 @@
13281327
D9FF7D396CC20A3E59EB1145 /* Release */,
13291328
);
13301329
defaultConfigurationIsVisible = 0;
1331-
defaultConfigurationName = "";
1330+
defaultConfigurationName = Debug;
13321331
};
13331332
67DF8F8EE0829CEC5997C47A /* Build configuration list for PBXNativeTarget "SnapshotTesting_macOS" */ = {
13341333
isa = XCConfigurationList;
@@ -1337,7 +1336,7 @@
13371336
97BC453D0A2FD987C257005F /* Release */,
13381337
);
13391338
defaultConfigurationIsVisible = 0;
1340-
defaultConfigurationName = "";
1339+
defaultConfigurationName = Debug;
13411340
};
13421341
6EDB60BF7A99F33EB1FD5F4A /* Build configuration list for PBXNativeTarget "SnapshotTestingTests_tvOS" */ = {
13431342
isa = XCConfigurationList;
@@ -1346,7 +1345,7 @@
13461345
EE2EEFC9F90E51027AEC6732 /* Release */,
13471346
);
13481347
defaultConfigurationIsVisible = 0;
1349-
defaultConfigurationName = "";
1348+
defaultConfigurationName = Debug;
13501349
};
13511350
8C8E718FA8686D70ECC68A56 /* Build configuration list for PBXNativeTarget "SnapshotTestingTests_macOS" */ = {
13521351
isa = XCConfigurationList;
@@ -1355,7 +1354,7 @@
13551354
FFBA36D8171A8AF1E78CE7BE /* Release */,
13561355
);
13571356
defaultConfigurationIsVisible = 0;
1358-
defaultConfigurationName = "";
1357+
defaultConfigurationName = Debug;
13591358
};
13601359
D9A4BF45876C849A308801A2 /* Build configuration list for PBXProject "SnapshotTesting" */ = {
13611360
isa = XCConfigurationList;

SnapshotTesting.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SnapshotTesting.xcodeproj/xcshareddata/xcschemes/SnapshotTesting_iOS.xcscheme

-6
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@
5858
isEnabled = "YES">
5959
</EnvironmentVariable>
6060
</EnvironmentVariables>
61-
<AdditionalOptions>
62-
</AdditionalOptions>
63-
<CodeCoverageTargets>
64-
</CodeCoverageTargets>
6561
</TestAction>
6662
<LaunchAction
6763
buildConfiguration = "Debug"
@@ -91,8 +87,6 @@
9187
isEnabled = "YES">
9288
</EnvironmentVariable>
9389
</EnvironmentVariables>
94-
<AdditionalOptions>
95-
</AdditionalOptions>
9690
</LaunchAction>
9791
<ProfileAction
9892
buildConfiguration = "Release"

SnapshotTesting.xcodeproj/xcshareddata/xcschemes/SnapshotTesting_macOS.xcscheme

-6
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@
5858
isEnabled = "YES">
5959
</EnvironmentVariable>
6060
</EnvironmentVariables>
61-
<AdditionalOptions>
62-
</AdditionalOptions>
63-
<CodeCoverageTargets>
64-
</CodeCoverageTargets>
6561
</TestAction>
6662
<LaunchAction
6763
buildConfiguration = "Debug"
@@ -91,8 +87,6 @@
9187
isEnabled = "YES">
9288
</EnvironmentVariable>
9389
</EnvironmentVariables>
94-
<AdditionalOptions>
95-
</AdditionalOptions>
9690
</LaunchAction>
9791
<ProfileAction
9892
buildConfiguration = "Release"

SnapshotTesting.xcodeproj/xcshareddata/xcschemes/SnapshotTesting_tvOS.xcscheme

-6
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@
5858
isEnabled = "YES">
5959
</EnvironmentVariable>
6060
</EnvironmentVariables>
61-
<AdditionalOptions>
62-
</AdditionalOptions>
63-
<CodeCoverageTargets>
64-
</CodeCoverageTargets>
6561
</TestAction>
6662
<LaunchAction
6763
buildConfiguration = "Debug"
@@ -91,8 +87,6 @@
9187
isEnabled = "YES">
9288
</EnvironmentVariable>
9389
</EnvironmentVariables>
94-
<AdditionalOptions>
95-
</AdditionalOptions>
9690
</LaunchAction>
9791
<ProfileAction
9892
buildConfiguration = "Release"

0 commit comments

Comments
 (0)