Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
Change-Id: I9d38ca80b4085cb3f85b8a6c00f30ee05f9b62ea
  • Loading branch information
CrazyFanFan committed Jul 4, 2020
1 parent 26f8a6c commit 9d41455
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 90 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ let package = Package(
platforms: [
.macOS(SupportedPlatform.MacOSVersion.v10_10),
.iOS(SupportedPlatform.IOSVersion.v9),
.tvOS(SupportedPlatform.TVOSVersion.v9),
.tvOS(SupportedPlatform.TVOSVersion.v9)
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
name: "MobileProvision",
targets: ["MobileProvision"]),
targets: ["MobileProvision"])
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand All @@ -25,7 +25,7 @@ let package = Package(
.testTarget(
name: "MobileProvisionTests",
dependencies: ["MobileProvision"],
resources: [.process("Test.mobileprovision")]),
resources: [.process("Test.mobileprovision")])
],
swiftLanguageVersions: [.v5]
)
Loading

0 comments on commit 9d41455

Please sign in to comment.