Skip to content

Commit 29d7a53

Browse files
committed
Add privacy manifest. Sign binary. Bump version
1 parent b40f0d8 commit 29d7a53

File tree

56 files changed

+4199
-70
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+4199
-70
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 1.0
2+
- Add privacy manifest and signed framework binary
3+
- Adds methods to PGPKey to add and remove UserIds
4+
15
Version 0.99.4
26
- Signature verification properly handle compressed messages #224
37

Config/Defaults.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// We support iOS and macOS
2-
MARKETING_VERSION = 0.99.4
2+
MARKETING_VERSION = 1.0
33
SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator
44
TARGETED_DEVICE_FAMILY = 1,2,3,4
55
CODE_SIGNING_REQUIRED = NO
66

77
// Deployment targets
88
MACOSX_DEPLOYMENT_TARGET = 10.15
9-
IPHONEOS_DEPLOYMENT_TARGET = 11.0
9+
IPHONEOS_DEPLOYMENT_TARGET = 12.0
1010

1111
HEADER_SEARCH_PATHS[sdk=iphoneos*] = $(SRCROOT)/vendor/libs/iphoneos/include
1212
HEADER_SEARCH_PATHS[sdk=iphonesimulator*] = $(SRCROOT)/vendor/libs/iphonesimulator/include

Frameworks/ObjectivePGP.xcframework/Info.plist

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,39 @@
55
<key>AvailableLibraries</key>
66
<array>
77
<dict>
8+
<key>BinaryPath</key>
9+
<string>ObjectivePGP.framework/ObjectivePGP</string>
810
<key>LibraryIdentifier</key>
9-
<string>ios-arm64_x86_64-simulator</string>
11+
<string>ios-arm64</string>
1012
<key>LibraryPath</key>
1113
<string>ObjectivePGP.framework</string>
1214
<key>SupportedArchitectures</key>
1315
<array>
1416
<string>arm64</string>
15-
<string>x86_64</string>
1617
</array>
1718
<key>SupportedPlatform</key>
1819
<string>ios</string>
19-
<key>SupportedPlatformVariant</key>
20-
<string>simulator</string>
2120
</dict>
2221
<dict>
22+
<key>BinaryPath</key>
23+
<string>ObjectivePGP.framework/ObjectivePGP</string>
2324
<key>LibraryIdentifier</key>
24-
<string>ios-arm64</string>
25+
<string>ios-arm64_x86_64-simulator</string>
2526
<key>LibraryPath</key>
2627
<string>ObjectivePGP.framework</string>
2728
<key>SupportedArchitectures</key>
2829
<array>
2930
<string>arm64</string>
31+
<string>x86_64</string>
3032
</array>
3133
<key>SupportedPlatform</key>
3234
<string>ios</string>
35+
<key>SupportedPlatformVariant</key>
36+
<string>simulator</string>
3337
</dict>
3438
<dict>
39+
<key>BinaryPath</key>
40+
<string>ObjectivePGP.framework/Versions/A/ObjectivePGP</string>
3541
<key>LibraryIdentifier</key>
3642
<string>macos-arm64_x86_64</string>
3743
<key>LibraryPath</key>
156 Bytes
Binary file not shown.
180 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)