Skip to content

Commit b024005

Browse files
committed
updated ios podscpec and version to 3.0.2
1 parent 9319235 commit b024005

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.0.2
2+
3+
- Added fix when running on simulator "building for iOS Simulator, but linking in object file built for iOS"
14
## 3.0.1
25

36
- Using File.join to get a valid path for librsa_bridge.a on ios

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ packages:
119119
path: ".."
120120
relative: true
121121
source: path
122-
version: "3.0.1"
122+
version: "3.0.2"
123123
ffi:
124124
dependency: transitive
125125
description:

ios/fast_rsa.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ library for use RSA.
2222
s.platform = :ios, '8.0'
2323
s.xcconfig = { 'OTHER_LDFLAGS' => "-force_load '#{shared_lib}'"}
2424
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
25-
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
25+
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
26+
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
2627
s.swift_version = '5.0'
2728
end

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fast_rsa
22
description: library for use RSA with support for android and ios, macOS, linux, windows, web and hover
3-
version: 3.0.1
3+
version: 3.0.2
44
homepage: https://github.com/jerson/flutter-rsa
55

66
environment:

0 commit comments

Comments
 (0)