Skip to content

Commit

Permalink
Release 0.99.3
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzanowskim committed Apr 27, 2023
1 parent 3a672b1 commit a7261f7
Show file tree
Hide file tree
Showing 197 changed files with 70 additions and 698 deletions.
7 changes: 7 additions & 0 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Versuin 0.99.3
- Update build targets to match recent Xcode requirements.
- Stop providing armv7 binaries.
- Prevent crash when read armored message. #219
- `decrypt` return plaintext (eg. from signed data).

Version 0.99.2
- Fix ECDH secret subkey binding signature generation. #195

Expand Down
2 changes: 1 addition & 1 deletion Config/Defaults.xcconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// We support iOS and macOS
MARKETING_VERSION = 0.99.2
MARKETING_VERSION = 0.99.3
SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator
TARGETED_DEVICE_FAMILY = 1,2,3,4
CODE_SIGNING_REQUIRED = NO
Expand Down
12 changes: 5 additions & 7 deletions Frameworks/ObjectivePGP.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,15 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>ObjectivePGP.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
Expand All @@ -35,16 +31,18 @@
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>ObjectivePGP.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The ObjectivePGP stays under a dual license:
====================================================================
Free for non-commercial use:

Copyright (C) 2014-2021, Marcin Krzyżanowski All rights reserved.
Copyright (C) 2014-2023, Marcin Krzyżanowski All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -31,4 +31,4 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================
Paid for commercial use:

Commercial-use license to use in commercial products. Please contact me via email ([email protected]) for details.
Commercial-use license to use in commercial products. Please contact me via email ([email protected]) for details.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The ObjectivePGP stays under a dual license:
====================================================================
Free for non-commercial use:

Copyright (C) 2014-2021, Marcin Krzyżanowski All rights reserved.
Copyright (C) 2014-2023, Marcin Krzyżanowski All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -31,4 +31,4 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================
Paid for commercial use:

Commercial-use license to use in commercial products. Please contact me via email ([email protected]) for details.
Commercial-use license to use in commercial products. Please contact me via email ([email protected]) for details.
Binary file not shown.
Loading

0 comments on commit a7261f7

Please sign in to comment.