Skip to content

Commit

Permalink
refatcor: Format by swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
koji-1009 committed Sep 17, 2024
1 parent 92397e2 commit 7247549
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
40 changes: 20 additions & 20 deletions packages/battery_plus/battery_plus/ios/battery_plus/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
import PackageDescription

let package = Package(
name: "battery_plus",
platforms: [
.iOS("12.0")
],
products: [
.library(name: "battery-plus", targets: ["battery_plus"])
],
dependencies: [],
targets: [
.target(
name: "battery_plus",
dependencies: [],
resources: [
.process("PrivacyInfo.xcprivacy"),
],
cSettings: [
.headerSearchPath("include/battery_plus")
]
)
]
name: "battery_plus",
platforms: [
.iOS("12.0")
],
products: [
.library(name: "battery-plus", targets: ["battery_plus"])
],
dependencies: [],
targets: [
.target(
name: "battery_plus",
dependencies: [],
resources: [
.process("PrivacyInfo.xcprivacy")
],
cSettings: [
.headerSearchPath("include/battery_plus")
]
)
]
)
34 changes: 17 additions & 17 deletions packages/battery_plus/battery_plus/macos/battery_plus/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
import PackageDescription

let package = Package(
name: "battery_plus",
platforms: [
.macOS("10.14")
],
products: [
.library(name: "battery-plus", targets: ["battery_plus"])
],
dependencies: [],
targets: [
.target(
name: "battery_plus",
dependencies: [],
resources: [
.process("PrivacyInfo.xcprivacy"),
]
)
]
name: "battery_plus",
platforms: [
.macOS("10.14")
],
products: [
.library(name: "battery-plus", targets: ["battery_plus"])
],
dependencies: [],
targets: [
.target(
name: "battery_plus",
dependencies: [],
resources: [
.process("PrivacyInfo.xcprivacy")
]
)
]
)

0 comments on commit 7247549

Please sign in to comment.