Skip to content

Commit adb9b64

Browse files
authored
Merge pull request #187 from jpsim/experimental-unxip
Add experimental unxip flag
2 parents f33a873 + 0e679fd commit adb9b64

File tree

5 files changed

+587
-15
lines changed

5 files changed

+587
-15
lines changed

.swiftpm/xcode/xcshareddata/xcschemes/xcodes-Package.xcscheme

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,34 @@
9090
ReferencedContainer = "container:">
9191
</BuildableReference>
9292
</BuildActionEntry>
93+
<BuildActionEntry
94+
buildForTesting = "YES"
95+
buildForRunning = "YES"
96+
buildForProfiling = "YES"
97+
buildForArchiving = "YES"
98+
buildForAnalyzing = "YES">
99+
<BuildableReference
100+
BuildableIdentifier = "primary"
101+
BlueprintIdentifier = "xcodes_AppleAPITests"
102+
BuildableName = "xcodes_AppleAPITests"
103+
BlueprintName = "xcodes_AppleAPITests"
104+
ReferencedContainer = "container:">
105+
</BuildableReference>
106+
</BuildActionEntry>
107+
<BuildActionEntry
108+
buildForTesting = "YES"
109+
buildForRunning = "YES"
110+
buildForProfiling = "YES"
111+
buildForArchiving = "YES"
112+
buildForAnalyzing = "YES">
113+
<BuildableReference
114+
BuildableIdentifier = "primary"
115+
BlueprintIdentifier = "Unxip"
116+
BuildableName = "Unxip"
117+
BlueprintName = "Unxip"
118+
ReferencedContainer = "container:">
119+
</BuildableReference>
120+
</BuildActionEntry>
93121
</BuildActionEntries>
94122
</BuildAction>
95123
<TestAction

Package.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ let package = Package(
4545
"PromiseKit",
4646
"PMKFoundation",
4747
"SwiftSoup",
48+
"Unxip",
4849
"Version",
4950
.product(name: "XCModel", package: "XcodeReleases"),
5051
"Rainbow",
@@ -58,6 +59,7 @@ let package = Package(
5859
resources: [
5960
.copy("Fixtures"),
6061
]),
62+
.target(name: "Unxip"),
6163
.target(
6264
name: "AppleAPI",
6365
dependencies: [

0 commit comments

Comments
 (0)