Skip to content

Commit

Permalink
添加隐私清单
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiang1994 committed Apr 10, 2024
1 parent f209b95 commit e04129f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.3
// swift-tools-version:5.5
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand All @@ -17,6 +17,8 @@ let package = Package(
.target(
name: "LEETheme",
dependencies: [],
path: "LEETheme")
path: "LEETheme",
resources: [.process("PrivacyInfo.xcprivacy")]
)
]
)

0 comments on commit e04129f

Please sign in to comment.