Skip to content

Commit c07b538

Browse files
authored
PrivacyInfo and signing (#11)
1 parent 37e10b7 commit c07b538

File tree

5 files changed

+44
-3
lines changed

5 files changed

+44
-3
lines changed

Mintfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
22
3-
Carthage/Carthage@0.38.0
3+
Carthage/Carthage@0.39.1
44
nicklockwood/[email protected]

OpenSSL-Swift.xcodeproj/project.pbxproj

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
21590B4452007B0E80CCD517 /* HashTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1F338114212FCC0D416F83C /* HashTests.swift */; };
5757
21E8331BE4AB104F0A749821 /* lhash.h in Headers */ = {isa = PBXBuildFile; fileRef = E59E53381B2897434FACB9A2 /* lhash.h */; settings = {ATTRIBUTES = (Public, ); }; };
5858
2313264FF62E10ACD0F674EE /* pemerr.h in Headers */ = {isa = PBXBuildFile; fileRef = 42DEDCD437834BAC1F7DCDB2 /* pemerr.h */; settings = {ATTRIBUTES = (Public, ); }; };
59+
2349F7372C64FD4600567308 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 2349F7342C64FD3F00567308 /* PrivacyInfo.xcprivacy */; };
60+
2349F7392C64FD6200567308 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 2349F7342C64FD3F00567308 /* PrivacyInfo.xcprivacy */; };
5961
2387EE5C2B9096040092734F /* Data+Hex.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2387EE5B2B9096040092734F /* Data+Hex.swift */; };
6062
2387EE5D2B9096040092734F /* Data+Hex.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2387EE5B2B9096040092734F /* Data+Hex.swift */; };
6163
24CE3EDB2EAB0542839C5FF6 /* e_os2.h in Headers */ = {isa = PBXBuildFile; fileRef = 98C35626ADBA6853A42F82B9 /* e_os2.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -434,6 +436,7 @@
434436
190D9F402D8AA3D22CF066C6 /* tserr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = tserr.h; sourceTree = "<group>"; };
435437
198BE3AE3B8E598501E534BE /* bio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bio.h; sourceTree = "<group>"; };
436438
1D7C30F17D8F88E98A245C49 /* txt_db.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = txt_db.h; sourceTree = "<group>"; };
439+
2349F7342C64FD3F00567308 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = Sources/OpenSSL/Resources/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
437440
2387EE5B2B9096040092734F /* Data+Hex.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Data+Hex.swift"; sourceTree = "<group>"; };
438441
24DA3A8E81AEB1CF5F42D680 /* stack.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stack.h; sourceTree = "<group>"; };
439442
26A56C240DB025895DDFB90C /* String+CChar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+CChar.swift"; sourceTree = "<group>"; };
@@ -1011,6 +1014,7 @@
10111014
E9095D9B512C84EF78657EAC = {
10121015
isa = PBXGroup;
10131016
children = (
1017+
2349F7342C64FD3F00567308 /* PrivacyInfo.xcprivacy */,
10141018
EEA23D476112A6FC78D505B0 /* lib */,
10151019
5934BFA296B9A5C7372048FF /* Sources */,
10161020
E3C669AE1FA818CA131FFD38 /* Tests */,
@@ -1371,6 +1375,7 @@
13711375
5997BEAE3D6A4D1E7A662032 /* Install OpenSSL */,
13721376
130030CCDD19F2C3077553A8 /* Headers */,
13731377
08D649F2DCDE27782CE7F458 /* Sources */,
1378+
2349F7382C64FD5C00567308 /* Resources */,
13741379
);
13751380
buildRules = (
13761381
);
@@ -1388,6 +1393,7 @@
13881393
B0B751BE4EB17530CE476004 /* Install OpenSSL */,
13891394
3C7788457F5C02501768E1AF /* Headers */,
13901395
0083CFB491411C75F1E7C390 /* Sources */,
1396+
2349F7322C64FD1000567308 /* Resources */,
13911397
);
13921398
buildRules = (
13931399
);
@@ -1427,6 +1433,22 @@
14271433
/* End PBXProject section */
14281434

14291435
/* Begin PBXResourcesBuildPhase section */
1436+
2349F7322C64FD1000567308 /* Resources */ = {
1437+
isa = PBXResourcesBuildPhase;
1438+
buildActionMask = 2147483647;
1439+
files = (
1440+
2349F7372C64FD4600567308 /* PrivacyInfo.xcprivacy in Resources */,
1441+
);
1442+
runOnlyForDeploymentPostprocessing = 0;
1443+
};
1444+
2349F7382C64FD5C00567308 /* Resources */ = {
1445+
isa = PBXResourcesBuildPhase;
1446+
buildActionMask = 2147483647;
1447+
files = (
1448+
2349F7392C64FD6200567308 /* PrivacyInfo.xcprivacy in Resources */,
1449+
);
1450+
runOnlyForDeploymentPostprocessing = 0;
1451+
};
14301452
4F88F5EED67E0286481CDB91 /* Resources */ = {
14311453
isa = PBXResourcesBuildPhase;
14321454
buildActionMask = 2147483647;

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ let package = Package(
2222
// Targets can depend on other targets in this package, and on products in packages this package depends on.
2323
.binaryTarget(
2424
name: "OpenSSL",
25-
url: "https://github.com/gematik/OpenSSL-Swift/releases/download/4.2.0/OpenSSL.xcframework.zip",
26-
checksum: "51752b9e2a9b53d518c1d5bbc85d0961300c1337892649c7f179f0f8726dcc33"
25+
url: "https://github.com/gematik/OpenSSL-Swift/releases/download/4.3.0/OpenSSL.xcframework.zip",
26+
checksum: "8d17b501ae70d09e9f4680deb724e1746e2b3d9f9e1ca98d801167b3d3eb3321"
2727
)
2828
]
2929
)

ReleaseNotes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Release 4.3.0
2+
3+
- Add PrivacyInfo.xcprivacy
4+
- Sign xcframework with Apple Distribution
5+
16
# Release 4.2.0
27

38
- Upgrade OpenSSL version to 3.2.1
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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>NSPrivacyCollectedDataTypes</key>
6+
<array/>
7+
<key>NSPrivacyAccessedAPITypes</key>
8+
<array/>
9+
<key>NSPrivacyTrackingDomains</key>
10+
<array/>
11+
<key>NSPrivacyTracking</key>
12+
<false/>
13+
</dict>
14+
</plist>

0 commit comments

Comments
 (0)