File tree 4 files changed +23
-4
lines changed
4 files changed +23
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.1.1] ( https://github.com/SDOSLabs/ALTENLoggerCore/tree/1.1.1 )
2
+ - Incluido fichero ` PrivacyInfo.xcprivacy ` requerido por Apple: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api
3
+
1
4
## [ 1.1.0] ( https://github.com/SDOSLabs/ALTENLoggerCore/tree/1.1.0 )
2
5
3
6
- Upgrade swift-log to 1.5.3
Original file line number Diff line number Diff line change 6
6
"repositoryURL" : " https://github.com/apple/swift-log.git" ,
7
7
"state" : {
8
8
"branch" : null ,
9
- "revision" : " 532d8b529501fb73a2455b179e0bbb6d49b652ed " ,
10
- "version" : " 1.5.3 "
9
+ "revision" : " e97a6fcb1ab07462881ac165fdbb37f067e205d5 " ,
10
+ "version" : " 1.5.4 "
11
11
}
12
12
}
13
13
]
Original file line number Diff line number Diff line change @@ -12,13 +12,15 @@ let package = Package(
12
12
targets: [ " ALTENLoggerCore " ] )
13
13
] ,
14
14
dependencies: [
15
- . package ( url: " https://github.com/apple/swift-log.git " , . upToNextMajor( from: " 1.5.3 " ) )
15
+ . package ( url: " https://github.com/apple/swift-log.git " , . upToNextMajor( from: " 1.5.4 " ) )
16
16
] ,
17
17
targets: [
18
18
. target(
19
19
name: " ALTENLoggerCore " ,
20
20
dependencies: [
21
21
. product( name: " Logging " , package : " swift-log " )
22
- ] )
22
+ ] ,
23
+ resources: [ . process( " PrivacyInfo.xcprivacy " ) ]
24
+ )
23
25
]
24
26
)
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version =" 1.0" >
4
+ <dict >
5
+ <key >NSPrivacyAccessedAPITypes</key >
6
+ <array />
7
+ <key >NSPrivacyTrackingDomains</key >
8
+ <array />
9
+ <key >NSPrivacyCollectedDataTypes</key >
10
+ <array />
11
+ <key >NSPrivacyTracking</key >
12
+ <false />
13
+ </dict >
14
+ </plist >
You can’t perform that action at this time.
0 commit comments