Skip to content

Commit

Permalink
Add privacy manifest. Sign binary. Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzanowskim committed May 4, 2024
1 parent b40f0d8 commit 29d7a53
Show file tree
Hide file tree
Showing 56 changed files with 4,199 additions and 70 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.0
- Add privacy manifest and signed framework binary
- Adds methods to PGPKey to add and remove UserIds

Version 0.99.4
- Signature verification properly handle compressed messages #224

Expand Down
4 changes: 2 additions & 2 deletions Config/Defaults.xcconfig
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// We support iOS and macOS
MARKETING_VERSION = 0.99.4
MARKETING_VERSION = 1.0
SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator
TARGETED_DEVICE_FAMILY = 1,2,3,4
CODE_SIGNING_REQUIRED = NO

// Deployment targets
MACOSX_DEPLOYMENT_TARGET = 10.15
IPHONEOS_DEPLOYMENT_TARGET = 11.0
IPHONEOS_DEPLOYMENT_TARGET = 12.0

HEADER_SEARCH_PATHS[sdk=iphoneos*] = $(SRCROOT)/vendor/libs/iphoneos/include
HEADER_SEARCH_PATHS[sdk=iphonesimulator*] = $(SRCROOT)/vendor/libs/iphonesimulator/include
Expand Down
16 changes: 11 additions & 5 deletions Frameworks/ObjectivePGP.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,39 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>ObjectivePGP.framework/ObjectivePGP</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>ObjectivePGP.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>ObjectivePGP.framework/ObjectivePGP</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>ObjectivePGP.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>ObjectivePGP.framework/Versions/A/ObjectivePGP</string>
<key>LibraryIdentifier</key>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 29d7a53

Please sign in to comment.