Skip to content

Commit

Permalink
Merge pull request #187 from jpsim/experimental-unxip
Browse files Browse the repository at this point in the history
Add experimental unxip flag
  • Loading branch information
MattKiazyk authored Mar 8, 2022
2 parents f33a873 + 0e679fd commit adb9b64
Show file tree
Hide file tree
Showing 5 changed files with 587 additions and 15 deletions.
28 changes: 28 additions & 0 deletions .swiftpm/xcode/xcshareddata/xcschemes/xcodes-Package.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,34 @@
ReferencedContainer = "container:">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "xcodes_AppleAPITests"
BuildableName = "xcodes_AppleAPITests"
BlueprintName = "xcodes_AppleAPITests"
ReferencedContainer = "container:">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "Unxip"
BuildableName = "Unxip"
BlueprintName = "Unxip"
ReferencedContainer = "container:">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
Expand Down
2 changes: 2 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ let package = Package(
"PromiseKit",
"PMKFoundation",
"SwiftSoup",
"Unxip",
"Version",
.product(name: "XCModel", package: "XcodeReleases"),
"Rainbow",
Expand All @@ -58,6 +59,7 @@ let package = Package(
resources: [
.copy("Fixtures"),
]),
.target(name: "Unxip"),
.target(
name: "AppleAPI",
dependencies: [
Expand Down
Loading

0 comments on commit adb9b64

Please sign in to comment.