Skip to content

Commit a26a7ce

Browse files
committed
update ios podspec
1 parent c2e762a commit a26a7ce

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.10.2
2+
- Update iOS podspec to avoid excluding the simulator SDK
3+
14
## 3.10.1
25
- Updates binaries + Updated Android SDK to r28 for 16KB support
36

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ packages:
314314
path: ".."
315315
relative: true
316316
source: path
317-
version: "3.10.0"
317+
version: "3.10.1"
318318
package_config:
319319
dependency: transitive
320320
description:

ios/openpgp.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Pod::Spec.new do |s|
2121
s.platform = :ios, '12.0'
2222
s.vendored_frameworks = 'Openpgp.xcframework'
2323
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
24+
2425
s.pod_target_xcconfig = {
2526
'DEFINES_MODULE' => 'YES',
26-
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386',
2727
'OTHER_LDFLAGS[sdk=iphoneos*]' => "-force_load #{framework_path}/ios-arm64/libopenpgp_bridge.a",
2828
'OTHER_LDFLAGS[sdk=iphonesimulator*]' => "-force_load #{framework_path}/ios-arm64_x86_64-simulator/libopenpgp_bridge.a",
2929
'OTHER_LDFLAGS[sdk=maccatalyst*]' => "-force_load #{framework_path}/ios-arm64_x86_64-maccatalyst/libopenpgp_bridge.a"

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: openpgp
22
description: library for use OpenPGP with support for android and ios, macOS, linux, windows and web
3-
version: 3.10.1
3+
version: 3.10.2
44
homepage: https://github.com/jerson/flutter-openpgp
55

66
environment:

0 commit comments

Comments
 (0)