File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ name = "encrypted_upload_test"
7474path = " examples/encrypted_upload_test.rs"
7575
7676[workspace .package ]
77- version = " 0.2.22 "
77+ version = " 0.2.23 "
7878edition = " 2021"
7979license = " MIT OR Apache-2.0"
8080repository = " https://github.com/functionland/fula-api"
Original file line number Diff line number Diff line change 66
77Pod ::Spec . new do |s |
88 s . name = 'fula_client'
9- s . version = '0.2.22 '
9+ s . version = '0.2.23 '
1010 s . summary = 'Flutter SDK for Fula decentralized storage'
1111 s . description = <<-DESC
1212 A Flutter plugin providing client-side encryption, metadata privacy,
@@ -31,8 +31,10 @@ Pod::Spec.new do |s|
3131 # it needs to apply to the main app target that does the final linking.
3232 # This ensures all FFI symbols are included even if they appear "unused"
3333 # (they're called from Dart, not from Objective-C/Swift, so linker would strip them)
34+ # Use SDK-specific paths because XCFramework has different directories for device vs simulator
3435 s . user_target_xcconfig = {
35- 'OTHER_LDFLAGS' => '$(inherited) -force_load "${PODS_XCFRAMEWORKS_BUILD_DIR}/fula_client/libfula_flutter.a"'
36+ 'OTHER_LDFLAGS[sdk=iphoneos*]' => '$(inherited) -force_load "${PODS_ROOT}/../.symlinks/plugins/fula_client/ios/Frameworks/FulaFlutter.xcframework/ios-arm64/libfula_flutter.a"' ,
37+ 'OTHER_LDFLAGS[sdk=iphonesimulator*]' => '$(inherited) -force_load "${PODS_ROOT}/../.symlinks/plugins/fula_client/ios/Frameworks/FulaFlutter.xcframework/ios-arm64_x86_64-simulator/libfula_flutter.a"'
3638 }
3739 s . swift_version = '5.0'
3840
Original file line number Diff line number Diff line change 11name : fula_client
22description : Flutter SDK for Fula decentralized storage with client-side encryption, metadata privacy, and secure sharing.
3- version : 0.2.22
3+ version : 0.2.23
44homepage : https://fx.land
55repository : https://github.com/functionland/fula-api
66issue_tracker : https://github.com/functionland/fula-api/issues
You can’t perform that action at this time.
0 commit comments